Page 1 of 1

IMPORT Read Only DSX file

Posted: Fri Jul 28, 2006 9:52 am
by ram1899
Hi All


I have exported a DSX from PROD Server where Jobs are READY Only and I'm Importing to DEV Server After I import the Jobs are still read only in DEV How do I get Around this

I need the Jobs in DEV to be in EDIT mode

Your help on this will be appreciated


Thank you

Posted: Fri Jul 28, 2006 10:09 am
by chulett
Well, one such way would be to edit the .dsx file and change all occurances of Readonly "1" to Readonly "0" before importing.

Posted: Fri Jul 28, 2006 10:57 am
by ram1899
chulett wrote:Well, one such way would be to edit the .dsx file and change all occurances of Readonly "1" to Readonly "0" before importing.
Thank you

This works but when you are dealing with large size file doing the Replace is a pain

Any other smiple way

Thank you

Posted: Fri Jul 28, 2006 11:01 am
by chulett
How large is 'large'? Editors like UltraEdit32 can handle very large files and on UNIX you have functions like 'sed' to do that. Very little pain involved in either of those. :wink:

Posted: Fri Jul 28, 2006 11:32 am
by ram1899
chulett wrote:How large is 'large'? Editors like UltraEdit32 can handle very large files and on UNIX you have functions like 'sed' to do that. Very little pain involved in either of those. :wink:
Thanks a TON it worked

Posted: Fri Jul 28, 2006 11:44 am
by chulett
Cool. :D