Hi Experts,
I am trying to run a java program to acess UME. Its a sample to create user but all of my samples are throwing this exception in NWDS (Console).Can anyone tell me why is it throwing this exception .
************************
com.sap.security.api.UMRuntimeException: UME factory 'com.sap.security.api.IUserFactory' cannot be accessed because UME initialization has not started yet.
Please check
UMFactory.isInitialized() before using UME functionality.
at com.sap.security.api.UMFactory.checkInitialized(UMFactory.java:1019)
at com.sap.security.api.UMFactory.getUserFactory(UMFactory.java:801)
at Search.main(Search.java:25)
Exception in thread "main"
***********************
Thanks in advance
Somil