User defined varibales
Moderators: chulett, rschirm, roy
User defined varibales
I want to Parameterised user name and password. for which i have defined two user defined varibales at administarator, at runtime User name is able subtsitude but not password as i took password as encript datatype, if am taking string datatpe its working. Can any one tell how can i resolve this problem.
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
Welcome aboard. :D
You use encrypted job parameters in exactly the same way as any other job parameter types.
To supply the default value double-click in the cell which opens an editor in which you have to enter the encrypted value twice, identically.
To make reference to the job parameter in a field of a passive stage type, use the same technique as for any other job parameter, type it in surrounded by "#" characters, for example "#PWD#". This will echo as "*" characters in the actual password field. You may prefer to type the job parameter reference in clear in the Description field, then copy/paste it into the password field.
You use encrypted job parameters in exactly the same way as any other job parameter types.
To supply the default value double-click in the cell which opens an editor in which you have to enter the encrypted value twice, identically.
To make reference to the job parameter in a field of a passive stage type, use the same technique as for any other job parameter, type it in surrounded by "#" characters, for example "#PWD#". This will echo as "*" characters in the actual password field. You may prefer to type the job parameter reference in clear in the Description field, then copy/paste it into the password field.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.