Applying Security to Multiple Instances of JD Edwards EnterpriseOne on the

To apply security to multiple instances of JD Edwards EnterpriseOne on the IBM i:

  1. Copy the OCM library.

  2. Copy the database libraries, such as SYS920, 920MAP, and so on.

  3. Create a new IBM i user profile for each new instance of JD Edwards EnterpriseOne.

  4. From the IBM i main menu, create a new log path in the IFS by typing this command:

    CRTDIR DIR('/920CSTLOG')
    

    Where CSTLOG is the name of the new IFS log directory.

  5. Modify these parameters in the INI library:

    [DEBUG]
    DebugFile=<new log path>/JDEDEBUG.LOG
    JobFile=<new log path?/JDE.LOG
    JDETSFile=<new log path>/JDETS.LOG
    
    [DB SYSTEM SETTINGS]
    Database=<new OCM library>
    
    [SECURITY]
    DataSource=<Location of new F98OWSEC library>
    
    Note: The parameter values in the [DEBUG] section must be uppercase.