Search results

  1. V

    Progress 12.8 Stored Procedures invocation: Failed during dynamic load of Java dynamic library.

    I am able to create a stored procedure successfully (and able to drop it, recreate it etc., and also when I give wrong parameters it correctly comes up with the error). However when calling the stored procedure I get this: === SQL Exception 1 === SQLState=HY000 ErrorCode=-210022...
  2. V

    Create Stored Procedure: Getting SQL Exception 1 === SQLState=HY000 ErrorCode=-20176

    I am trying to create a simple stored procedure (tried using sqlexp as well as a jdbc tool). While other SQL operations work, I am unable to get this working: A trivial Hello World case: (Error while compiling stored procedure) @echo true; @autocommit true; CREATE PROCEDURE "HelloWorld" ()...
  3. V

    Unable to get PDSOE 12.8 installation in non interactive mode

    I am trying to get PDSOE (classroom edition) installed but even when I setup Custom as the installation type, it does the silent install. And I end up with numerous problems with JAVA_HOME, environment variables, etc., and the result is that eclipse just comes up with no Progress plugins. Any...
  4. V

    Unable to connect with new Unix ODBC setup (OpenEdge)

    I just installed an eval version and configured an OpenEdge database. Ran the provided example program under samples. It picks up the correct one from odbc.ini, however I get this error: SQLSTATE = 08001 NATIVE ERROR = 0 MSG = [DataDirect][ODBC Progress OpenEdge Wire Protocol driver]Connection...
Back
Top