Quantcast
Channel: SCN: Message List - SAP NetWeaver Master Data Management
Viewing all articles
Browse latest Browse all 1582

MDM java api performance

$
0
0

HI,

I access mdm table through java api, but it takes a long time to create session, it's about more than 70 seconds,that is unacceptable,

what's wrong with below java code:

UserSessionContext userCtx = new UserSessionContext(serverName,repositoryName, regionName, userName);

String session = SessionManager.getInstance().createSession(userCtx, SessionTypes.USER_SESSION_TYPE, password);

 

In addtion, the same problem exists when creating result definition for result table, below is the code:

ResultDefinitionEx resDef = new ResultDefinitionEx("M_CODER", userCtx);


Viewing all articles
Browse latest Browse all 1582

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>