un checking the read only atribute

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
ranga1970
Participant
Posts: 141
Joined: Thu Nov 04, 2004 3:29 pm
Location: Hyderabad

un checking the read only atribute

Post by ranga1970 »

Hi,
I had imported a read only job from production, I have make changes to it and send it back to production, my question is how to uncheck this read only option so that i can make changes to this job in development
RRCHINTALA
amsh76
Charter Member
Charter Member
Posts: 118
Joined: Wed Mar 10, 2004 10:58 pm

Post by amsh76 »

Are you doing it through Version Control ? And why your jobs in Dev area will be read only ? This should not be the case..
amsh76
Charter Member
Charter Member
Posts: 118
Joined: Wed Mar 10, 2004 10:58 pm

Post by amsh76 »

If the jobs were in Production then they have to be in Developement also. The only difference is PROD will be Read Only..
garthmac
Charter Member
Charter Member
Posts: 55
Joined: Tue Oct 21, 2003 9:17 am
Location: UK

Post by garthmac »

Hi,

You can export the job as XML, and on the record identifier tab, change to ReadOnly = '0'

You should really be using version control for moving jobs from development to other environments. All other environments should be read only (UAT, SYS etc)
Post Reply