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
- 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.
- 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
- Set the LOGON_METHOD property to USER_AUTH.
- Save and close the JavaBE.ini file.