Search results

  1. D

    ProENV

    Any chance you could edit my script above as I have tried it's not getting to far.. ;o(
  2. D

    ProENV

    Hi, Here is the current script the run the PROENV; @echo off set DLC=C:\PROGRA~1\OpenEdge if x%1 == xpsc goto setit if not exist %DLC%\bin\proenv.bat goto err_end if not "%OS%"=="Windows_NT" set ENVSIZE=/E:5120 if exist %COMSPEC% goto csok echo. echo COMSPEC is not defined...
  3. D

    ProENV

    Hi, I am looking for a way to enter commands automatically into a ProENV session. What I have to complete is the following, I have to enter each of our 4 databases and run the following command; proshut d:Prodisk\Proclaim\v3db\proclaimdb\proclaim I am looking for a way of creating an icon...
  4. D

    OpenEdge Progress Database - Front End

    The situation we have is the following:, we have say 10 Citrix servers which hold around 20-25 connections each. If "A" citrix server goes offline or BSOD's, then all the clients connected to the Openedge Database would need a PROSHUT, this being of course around 20-25. Doing all these...
  5. D

    OpenEdge Progress Database - Front End

    Also, I am looking for an easy way from time to time to "kill" off the odd session, so a whole database stop would be bad. It maybe something I simply can't do but it's worth an ask... ;o)
  6. D

    OpenEdge Progress Database - Front End

    Thanks Tom, so would this command -by stop the database or just all the open processes in it ??
  7. D

    OpenEdge Progress Database - Front End

    Hi, I am using a Progress database in which when system problems occur a "Pro Shut" has to be performed. This task is completed by getting to a CMD prompt, connecting one of 4 databases in question and closing Disconnecting the session ID. 4 Databases, over 100 users... can be alot of work...
Top