csouidpwd.properties file for remote calls

The csouidpwd.properties file contains authentication details needed for a remote call from a Java™ service.
You must create and provide access to the csouidpwd.properties file when all of the following conditions are true:

If the invocation of sysLib.setRemoteUser() (or the invocation of the appropriate CSOCallOptions method) results in a blank user ID or password, EGL looks for the information in csouidpwd.properties.

Your task is as follows:
  1. Create the csouidpwd.properties file, which can contain property settings that are formatted as follows, each on a separate line:
    CSOUID=userid
    userid is the user ID for the remote call
    CSOPWD=password
    password is the password for the remote call
  2. Ensure that the file is a directory that is referenced by the classpath. An appropriate directory is your project's JavaSource folder.

Feedback