To configure the Sample Connector Events Client

Use these steps to configure the sample connector events client:

  1. Create a C:\ConnectorEventsClient directory.

    If a directory with this name already exists, rename the existing directory before you create a new directory.

  2. Unzip the Connector Events Client.zip file to the newly created directory on the C drive.

    Make sure to unzip the file with the full path information for each file in the Zip file.

  3. Configure the files in the C:\ConnectorEventsClient\config directory.

    Make sure that the configured files have the .templ file extension removed from them. The proper file names for this directory are:

    • jdbj.ini

    • jdeinterop.ini

    • jdelog.properties

      Configure the jdbj.ini and jdelog.properties files according to your environment. See your JD Edwards EnterpriseOne systems administrator if you do not know the appropriate values for these files. You should name your jdbj.ini file with the same file name that is configured on your Transaction server.

      Configure your jdeinterop.ini file with these values:

      Section

      Setting

      Value

      [EVENTS]

      eventServiceURL

      http://<HOST>:<PORT>/e1events/EventClient Service

      For clustered transaction server, specify as:

      eventServiceURL=http://<HOST1>:<PORT1>/ e1events/EventClientService|http://<HOST2>: <PORT2>/e1events/EventClientService

      For WebLogic, these ports are the Listen port; for WebSphere, these ports are the default http ports found under Server > Communication > Ports > WC_defaulthost.

      If additional servers are in the cluster, then the eventServiceURL can be appended with | as a delimiter; for example:

      http://<HOST1>:<PORT1>/e1events/EventClient Service|http://<HOST2>:<PORT2>/e1events/Event ClientService|http://<HOST3>:<PORT3>/e1events/ EventClientService.

      [SECURITY]

      SecurityServer

      Name of your JD Edwards EnterpriseOne Security Server.

      [JDENET]

      serviceNameConnect

      The port you are connecting to on your JD Edwards EnterpriseOne Security Server.

  4. Add the appropriate JDBC driver files to the C:\ConnectorEventsClient\lib directory.

    See your JD Edwards EnterpriseOne systems administrator to determine which driver file to use.

  5. Edit the C:\ConnectorEventsClient\setDynConNewEventDriver.bat file, change it to point to the location of your installed JRE.