cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.security.api.UMRuntimeException

Former Member
0 Kudos

What does following error mean? Kindly give me solution for this error. Which properties might have been missed?

com.sap.security.api.UMRuntimeException: UME factory 'com.sap.security.api.IUserFactory' has not been initialized although UME initialization has already finished. This is most probably an error in UME initialization.

at com.sap.security.api.UMFactory.checkInitialized(UMFactory.java:1048)

at com.sap.security.api.UMFactory.getUserFactory(UMFactory.java:801)

at com.thortech.xl.integration.sap.utils.SAPEPUtilities.createUserFactory(Unknown Source)

at com.thortech.xl.integration.sap.utils.SAPEPUtilities.initializeConnection(Unknown Source)

at com.thortech.xl.integration.sap.proxy.SAPEPProxyUserProvisionManager.initializeConnection(Unknown Source)

at com.thortech.xl.integration.sap.provision.SAPEPUtilUserProvisionManager.createUser(Unknown Source)

at TroubleShootUtility.main(TroubleShootUtility.java:102)

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

What is the store for your UME? ABAP? JAVA? Or active directory?

Former Member
0 Kudos

Hi,

We are using ABAP and data is getting stored in MS SQL Server Database.

Thanks.