Page 1 of 1

un checking the read only atribute

Posted: Wed Feb 09, 2005 3:16 pm
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

Posted: Wed Feb 09, 2005 3:58 pm
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..

Posted: Wed Feb 09, 2005 4:02 pm
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..

Posted: Thu Feb 10, 2005 4:58 am
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)