Running the Monitor LDAP Bridge

After you have installed the Monitor LDAP Bridge component, you will need to run the installed jar file periodically in order to update the BI Monitor database with the changes that occurred in the LDAP Server on which the MQ Workflow acquires the users' information.

To run the Monitor LDAP Bridge:

On Windows platform:

  1. Start a command prompt window.

  2. Type the following in the command prompt and then press Enter:

java.exe -jar <Monitor> \ldapbridge\ldapbridge.jar -f <FDLFile> -u <MonitorAdminUserName> -p <MonitorAdminPassword> -s http://<WebServerName><WebPath>

If the java.exe is not your environment variable path then type the full path of java.exe (e.g. C:\WebSphere\AppServer\java\bin\ java.exe)

On AIX and Solaris platforms:

  1. Start a terminal console using root.

  2. Type the following in the command prompt and then press Enter:

java -jar <Monitor> \ldapbridge\ldapbridge.jar -f <FDLFile> -u <MonitorAdminUserName> -p <MonitorAdminPassword> -s http://<WebServerName><WebPath>

If the java.exe is not your environment variable path then type the full path of java.exe (e.g. "/usr/WebSphere/AppServer/java/bin/java" in AIX platform or "/opt/WebSphere/AppServer/java/bin/java" in Solaris platform

Where: