Page 1 of 1

Read Only Jobs

Posted: Mon Aug 13, 2007 2:47 am
by arunachalamev
Hi all,

How do i covert a single job as read only in the dev box where other people are accessing.

Iam not an adminstrator and i also dont have the version control tool.

Thank in advance.

Cheers,
arun

Posted: Mon Aug 13, 2007 5:20 am
by Raghavendra
You can covert a single job as a read only job with the following approach:

1) Export the single Job from datastage to your local machine.
2) Change the Flag value in the souce code from 1 to 0 to make the job read only.
3) Reimport the job to the project folder now the job will be read only.

Please use adminstrator if you have or version control. Go for this approach if you don't have any other options.

Posted: Mon Aug 13, 2007 5:22 am
by Raghavendra
Just to add to the previous post nobody should access the job during the export and import process.

Posted: Mon Aug 13, 2007 6:40 am
by kduke
NAME is not the job name. NAME is link name and stage name. The job name is stored in DS_JOBS.

Posted: Mon Aug 13, 2007 8:44 am
by arunachalamev
Hi,

Thanks a lot for providing me with lots of information

Cheers,
Arun