Recent content by Austin Skrepak

  1. A

    Error 4GL STOP Condition

    (Procedure: 'as/connect.p' Line:514) Invalid or inappropriate handle value given to RUN...IN statement. Procedure 'as/connect.p':514. (2128)
  2. A

    Error 4GL STOP Condition

    Some of my apps are intermittently receiving the following error: "4GL STOP condition: lib/SessionMod/Sink.p Singleton main-block procedure ended with an STOP condition (8026) (7241)" Does this mean that the AppServer it is connecting to needs more servers? Thanks,
  3. A

    Answered Disconnect a _sqlsrv2 PID

    Awesome, thanks so much!
  4. A

    Answered Disconnect a _sqlsrv2 PID

    Unable to disconnect user (2258) and yeah I'm an admin.
  5. A

    Answered Disconnect a _sqlsrv2 PID

    Is there a way to kill or disconnect either a _sqlsrv2 PID or a SQL user? I got an ODBC call stuck. I was able to identify the user, but using proshut mfgsys -C disconnect ### failed with error 2258. OpenEdge 10.2A. Any ideas?
  6. A

    Question ODBC Group Max Clients Per Server

    Will the system automatically attach each ODBC request to an empty server until they all have one before attaching more than one to a server?
  7. A

    Question Gathering Info on ODBC Connections

    Is there a way to trace back a _sqlsvr2 PID to the specific SQL log file?
  8. A

    Question ODBC Group Max Clients Per Server

    Is there any rule of thumb on what the max clients per server should be on an ODBC group (SQL Only)?
  9. A

    Question Gathering Info on ODBC Connections

    Is there any way to track down information on any current active ODBC queries on the system? Windows username, server, etc. Thanks!
  10. A

    Question Maximum Database Connections

    So this means I have a problem?
  11. A

    Question Maximum Database Connections

    Do either of you have any good resources on defining storage areas and moving tables and indexes to those storage areas via dump & load?
  12. A

    Question Maximum Database Connections

    Okay, I've created this .sql file. This looks like this needs to run on the database while it is running. Is that true? It doesn't change the indices, just optimizes them, correct?
  13. A

    Question Maximum Database Connections

    How could I tell if this is an issue? Would we be smarter to go with 40 cores instead of hyper-threading to 80?
Top