cancel
Showing results for 
Search instead for 
Did you mean: 

How to create JNDI for MDM

former_member207744
Contributor
0 Kudos

For MDM Connection, I want to create JNDI lookup .

Please tell me how to create lookup in netweaver.

Regards,

Sriram.V

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member207744
Contributor
0 Kudos

Anybody have idea.

Sriram Vaithiyanathan wrote:

Venkata Satyanarayana Pagolu & Dhayalinie Ganesh --> Thanks for your reply.For MDM Connection, we need userName, password, repositoryName etc...

What I need to know is how to create those details in sap netweaver.In runtime, I need to take this value using initialContext.

Context ctx = new InitialContext();

ctx.lookup("java:comp/env/MDM_USERNAME");

for mdmUserName

Regards,

Sriram.V

Former Member
0 Kudos
former_member207744
Contributor
0 Kudos

I know how to use InitialContext, but I want to know how to create key in sap netweaver.

So that I can use that key in my program to get connection.

Thanks for your reply.

Regards,

Sriram

Former Member
0 Kudos

Hi Sriram,

Please refer this link it will help you,

http://help.sap.com/saphelp_mdm550/helpdata/en/47/00fbf9ba91537fe10000000a1553f6/content.htm

Thanks and regards,

Dhaya.G

Former Member
0 Kudos