Recent content by Louise

  1. L

    Question Progress 9.1E and IBM AIX version

    Thanks Tom, I will look into some of the further. Will have to double check re r-code vs xcoded source situation. For interest, where would one find the default key? Do you mean the default key would be embedded in some script or .pf file? Thanks again.
  2. L

    Question Progress 9.1E and IBM AIX version

    Thanks Tom. Pretty unique setup as we can compile part of the system that is running against the main db (so the one where the systems working master tables and trx tables are) but when the support was taken over years ago (before my time), the other part against the db where the system users...
  3. L

    Question Progress 9.1E and IBM AIX version

    Thanks Stefan, much appreciated. We are looking into moving our system to a VM, still getting info from external vendor as to which OS can run on it. Also contacting our Progress support vendor re access to the ESD to see if we can still download that version in case we need to move to another...
  4. L

    Question Progress 9.1E and IBM AIX version

    Hi, Yes, it is true, I help support an application that is actually still running in Progress 9.1E. It is running on a machine with IBM AIX 5.3 as the OS. Do any of you know or can recall/remember whether there is a particular limitation on which IBM AIX version Progress 9.1E can run? Also...
  5. L

    REST API on Unix (Solaris)

    Thank you so much for your response :-) So do you mean by HTTP client, this type of code to connect?: DEFINE VARIABLE hWebService AS HANDLE NO-UNDO. CREATE SERVER hWebService. hWebService:CONNECT("-WSDL 'http://www.webservice.com.au/test’”). The type of data that will be...
  6. L

    REST API on Unix (Solaris)

    Hi, We are upgrading to version 11.7.2 on a Solaris box. We really need to be able to chat to REST API's. I thought/assumed it should be possible from the new verison from progress but have read this sentence in one of teh Progress Knowledge base entries: "Customers on OpenEdge versions...
  7. L

    WSDL through ProxyServer

    Hi, I need to utilise a SOAP API via our Unix based systems. OpenEdge 10.1C04 with Webspeed. I can connect to the Web Service from another environment, but our live system has a firewall and proxy server setup. Instead of using a Java program I would like to utilise the Progress code this...
  8. L

    Using a java servlet as a webservice

    Hi There, We're using OpenEdge 10.1B and need to interact with a 'XML Public Interface/XMl-Based Web Service'; which we initially thought was just going to be a question of using the connect method for webservices available with OpenEdge. But since testing it I've discovered that to connect...
  9. L

    Crystal Reports XIR2

    Hi, We are busy evaluating Crystal Reports XIR2 * Crystal Reports, not Crystal Reports Server) to integrate with our existing packages. I've had no issues being able to use the ActiveX viewer for the GUI side of our system, but now I'm trying to also use Crystal Reports to view reports on...
Top