Page 1 of 1
User defined varibales
Posted: Wed Aug 23, 2006 1:58 am
by abc
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.
Posted: Wed Aug 23, 2006 3:18 am
by ray.wurlod
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.