Page 1 of 1

importing job from a protected project

Posted: Tue Jul 17, 2007 10:09 am
by djoni
I'd like to share my new experience here.

As part of my company standards, all projects in QA must be protected.
And, all jobs promotion to Production server must be from QA.
Turned out that the jobs carry their "protection" status when they land in the Production, though the importing Production project is not protected yet.

Cheers,
Djoni

Posted: Tue Jul 17, 2007 9:34 pm
by ArndW
djoni - That is the way it is supposed to work, once you have a "protected" status any copies of that job should also be unchangeable. I think it makes sense to do it in this fashion.

Posted: Thu Jul 19, 2007 3:48 pm
by djoni
ArndW wrote:djoni - That is the way it is supposed to work, once you have a "protected" status any copies of that job should also be unchangeable. I think it makes sense to do it in this fashion.
Yes, it's good. I was thinking that the importing project determined the protection status of its jobs, because there's no facility to protect by job.

Posted: Thu Jul 19, 2007 6:42 pm
by chulett
No, the 'protection' - which in this case is actually 'ReadOnly=1' - comes along for the ride during the export from a Protected Project. If you wanted to lose it, you'd have to edit the dsx before you imported it anywhere else.

ps. Interesting that QA is protected but Production is not.

Posted: Fri Jul 20, 2007 1:49 pm
by djoni
chulett wrote:No, the 'protection' - which in this case is actually 'ReadOnly=1' - comes along for the ride during the export from a Protected Project. If you wanted to lose it, you'd have to edit the dsx before you imported it anywhere else.

ps. Interesting that QA is protected but Production is not.
When we finished migrating jobs from QA, the importing project in Production was then protected. We didn't protect the Production's project at the beginning because a few of the jobs had Stored Proc stage that required some manual DBMS adjustments, hence compilation.