Recent content by chrisw669

  1. C

    Open4GLException Issue with 10.2b progress.jar

    Turns out this is a problem with the sxapi and openedge 10. Upgrading to the sxapi2.jar and a rewrite to all my instances (to be done) that call the old one has things working again. Not sure the root cause of the compatibility issue.
  2. C

    Open4GLException Issue with 10.2b progress.jar

    I'm a sx.enterprise user with the sxapi and have used it for many years. Recently, we upgraded to progress 10.2b and I wanted to start creating some new features for Java to use that the sxapi doesn't have. To gain access to the javaproxy classes, I replaced the progress.jar (version 9.1E02)...
  3. C

    Get PID of own progress session in UNIX

    Is it possible for a progress session to determine the PID (process id) of itself? I'm trying to use named pipes for multiple progress sessions and want to name the pipe(s) according to the PID of the progress session (batch mode) that will use it.
  4. C

    java.lang.NoClassDefFoundError - LINUX JDBC 9.1E

    Re: java.lang.NoClassDefFoundError - LINUX JDBC 9.1E (RESOLVED) There were actually two different solutions to resolve this issue. Worked with Progress Support and updated solution #: P34326 - "Unix to Unix ODBC / JDBC : error Specified driver could not be loaded" to include the error. 1) Set...
  5. C

    java.lang.NoClassDefFoundError - LINUX JDBC 9.1E

    I am unable to get JDBC working on a SUSE 9 server. When I run "java com.progress.sql.jdbc.ProgressTest" to test, I get the following: Exception in thread "main" java.lang.NoClassDefFoundError: com/progress/sql/jdbc/ProgressTest My settings are: # echo $CLASSPATH...
  6. C

    Tomcat and Progress JDBC woes

    I am unable to make calls to progress jdbc on more than one web application on the same tomcat/windows server. Both applications run java code without problems, and the first application to call the progress jdbc will work but the other application will then be unable to use the progress jdbc...
  7. C

    Post data to HTTPS Server using Character

    I'm trying to post data to an https server in a character env. Currently i have a perl method that i can use but it hangs sometimes when i call it from progress. If possible i'd like to have progress (CHUI) post the data directly to the https server. Is this possible? How? Thanks
  8. C

    Launch External Application from GUI

    Worked like a charm, Thanks!
  9. C

    Launch External Application from GUI

    I'm trying to create a button that when clicked will launch an internet explorer session with a url passed from progress. I got this working successfully using the ActiveX (OCX) plugin but my problem is the web-based application i'm accessing won't set the security up right when using the OCX.
Top