cancel
Showing results for 
Search instead for 
Did you mean: 

Connections properties while transporting WDJ DC

Former Member
0 Kudos

Hi Experts,

We are currently developed WDj application by connecting MDM server repository . So during development stage we maintained user id & password hardcoded in the program itself but now we maintained the user id & password in connection.properties file for all three systems. So now we are moving to Q/P systems.

We are reading the file & fetch the data based on the system. And its working fine perfectly. I want to know whether this approach is correct or should i need to follow different technic. Since we are going to maintain production system password also in that file.

Please help me on this.

Regards,

Arun.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

In WDJ, I would suggest to use substitution variable. It allows administrator to store key - value parameter in portal database and it is easy to read by WDJ program. You can substitute different values for different servers and as soon you deploy your program, this variable will be updated/substituted.

Go thru this link on how to manage substitution variable:

http://help.sap.com/saphelp_nwce10/helpdata/en/44/706590200812d2e10000000a422035/content.htm

Please let me know in case of doubts.