Skip to Content
0
Former Member
Mar 26, 2010 at 08:57 PM

closing mdm connections through java API

51 Views

hi Guys,

when I am using following command to create a session

sessionId = sessionManager.createSession(userSessionContext,SessionTypes.USER_SESSION_TYPE,userPassword);

I found that in backend(MDM Console) there are 3 connections created.

Two connections with the name "SAP MDM Java API" and 1 with name "SAP MDM Java API (event dispatcher)".

When I am closing connections with the following command

sessionManager.destroySessions(userSessionContext);

the first 2 are getting closed but the one with name event dispatcher is still active. How to close this connection.