cancel
Showing results for 
Search instead for 
Did you mean: 

MDM lookup parameters from File Sender Channel

Former Member
0 Kudos

Hi SDNers,

In my current assignment I am required to make an SAP MDM lookup in a JAVA Mapping to fetch certain details to further process the message.

Currently the MDM server details along with user id and password are maintained in a properties file.

During Migration from Development to Quality or from Quality to Production Environment this properties file needs to be changed and the mapping needs to be reimported individually in each environment.

I want to avoid this cumbursome task of changing the properties file and re importing the Java Map on each environment.

Is there any way to mention the following 3 parameters in the Sender Channel itself (in my case it is FIle Channel)

Server IP Address, User ID, Password? so that the Java Map at runtime can access these parameters from the channel, as each environment will have different channel.

I don't know if I can use ASMA or Additional Parameters for achieving this.

Regards,

Gautam Purohit

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

hi,

you can as well put those values in the value mapping table

(which can be filled from directory) if it's not a security issue at your company

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal,

Can you please elaborate this?

I need to give parameters like;

mdm.repository.host=Development_Server

mdm.repository.name=Development_Rep

for all three environments.

How can I achieve this using Value Mapping?

Regards,

Gautam Purohit

Answers (1)

Answers (1)

Former Member
0 Kudos

Finally I used properties file to achieve this. Thanks for the response.

Regards,

Gautam Purohit