Page 1 of 1

Assigning values from file to paramter

Posted: Mon Mar 03, 2008 4:13 am
by Scope
hai

i have a parameter file. i want to pass values in parameter file to Job sequence paramters


eg:


file.txt
--------------------------
username:abc
password:xxx
----------------------------

i want to pass this username and password to job sequence parameters.

Posted: Mon Mar 03, 2008 4:57 am
by hamzaqk
read the file by using execute command stage in the sequence and pass these values as job parameters.

Posted: Mon Mar 03, 2008 3:24 pm
by ray.wurlod
You can not pass them the the parameters of the job sequence itself (these are locked in when the job sequence starts), but you can use user variables or activity variables to retrieve the results.

Posted: Mon Mar 03, 2008 3:33 pm
by ray.wurlod
Does the answer in this post (a duplicate from you) help?