Recent content by iec

  1. I

    Question Code example of using LDAP from Openedge-based application from Windows?

    Hello, the target is to do these tasks (Windows, ABL application, domain with Active Directory) using LDAP: - find if an user exists in the active directory domain - login the user using entered credentials valid for the domain (login, password) - verify if the currently logged in user is...
  2. I

    Resolved Generic JMS Adapter using ClientConnect - implementing SSL

    The solution was beyond setting the parameters in AdminObjectFinder.java file to also set some JMS server specific java arguments (jvmargs) in the section [PluginPolicy.Progress.SonicMQ] of the property file AdminServerPlugins.properties.
  3. I

    Resolved Generic JMS Adapter using ClientConnect - implementing SSL

    Hello, is there any way I could find some info about what exactly is needed to be done to successfully implement SSL for this "blackbox"? Talking about Generic JMS Adapter - procedure jms/ptpsession.p ran with "-SMQConnect" parameter. All that is possible to customize is the AdminObjectFinder...
  4. I

    Implementing SSL for JMS WebMethods

    But after I added both (-ssl and sslEnable=1), the behaviour is now exactly the same as it was at the start :(
  5. I

    Implementing SSL for JMS WebMethods

    Now I also changed in my code, guess it was needed: RUN jms/ptpsession.p PERSISTENT SET hSession ("-SMQConnect"). to RUN jms/ptpsession.p PERSISTENT SET hSession ("-SMQConnect -ssl"). Is there also the need to set in JavaTools.properties [Adapter.CC.cc1] sslEnable=1 or what other steps are...
  6. I

    Implementing SSL for JMS WebMethods

    Hello, environment: OpenEdge version 11.7.5, @AIX 7.2 We have suceeded in implementing of sending JMS to WebMethods using custom AdminObjectFinder.jar via CC1 adapter using the progress procedure jms/ptpsession.p etc. Now as the second step I want to add SSL but failing so far. Changed was only...
Top