Search results

  1. A

    Failure Reading response from Application Server

    I could resolve the issue by adding "-reusableObjects 0" in the session startup parameter of Open edge 10.2B. This ensured that the "-1" memory didn't pile up with each connection. Thanks everyone for your advice.
  2. A

    Failure Reading response from Application Server

    I found the log file and could see many warning messages being generated into that file such as "WARNING: -l exceeded. Automatically increasing from 350 to 360. ". After many iterations of the warning messages above, it then gives the following error SYSTEM ERROR: Attempt to define too many...
  3. A

    Failure Reading response from Application Server

    Thanks for the reply Cringer. Where are the Appserver logs genereated ?
  4. A

    Failure Reading response from Application Server

    Hi everyone, I am running a remote procedure by establishing an appserver connection. The program works perfectly fine and returns the results after executing the program in the remote session. However, sometimes it returns a message "Failure reading response from Application Server" and...
  5. A

    Getting error 11572 when trying to run a Progress / OpenEdge Web Service client

    I am using Linux 32-bit with Openedge 10.1C which doesn't seems to be compatible to use web services like in the code snippet shown below phWebService:connect( "-WSDL " + quoter( cWsdlFile ) ) Is there any way other than updating the OS and Openedge version to make it compatible for using web...
Back
Top