Connecting SAP Inventory Manager to a Distributed SAP Environment

In order for the application to connect to a database that is deployed in a distributed environment, change a property in the LOGON_METHOD in the JavaBE.ini file.

Procedure

  1. Open the JavaBE.ini configuration file in a standard text editor. The JavaBE.ini file modified in this procedure is located in the directory where the SAP Inventory Manager application was extracted.
  2. Locate the section [LOGON_METHOD]:
    [LOGON_METHOD]
    ;  USER_AUTH if standard UID or Password authentication is used
    ;  USER_AUTH_GLOBAL if pooled connections using single UID or Password is used
    ;  USER_AUTH_GROUP if UID or Password authentication with SAP Message Server
    ;   (load balancing) is used
    ;  USER_AUTH_SSO if SSO2 ticket authentication with SAP Portal Server is used
    ;  USER_AUTH_CUSTOM for a custom logon module setup
    LOGON_METHOD=USER_AUTH
    
  3. Set the LOGON_METHOD property to USER_AUTH.
  4. Save and close the JavaBE.ini file.