Migrating DataStage resources...a sort of poll

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

jdmiceli
Premium Member
Premium Member
Posts: 309
Joined: Wed Feb 22, 2006 10:03 am
Location: Urbandale, IA

Post by jdmiceli »

Will do. Thanks, Vincent! :)
Bestest!

John Miceli
System Specialist, MCP, MCDBA
Berkley Technology Services


"Good Morning. This is God. I will be handling all your problems today. I will not need your help. So have a great day!"
jdmiceli
Premium Member
Premium Member
Posts: 309
Joined: Wed Feb 22, 2006 10:03 am
Location: Urbandale, IA

Post by jdmiceli »

In case anyone is interested, I tried to compile some of my jobs using the command line interface instead of the V8.0.1 GUI and the performance is actually a little slower (at least in my experience).

We will be opening a ticket with IBM about the performance issues we are having as they make development almost untenable.
Bestest!

John Miceli
System Specialist, MCP, MCDBA
Berkley Technology Services


"Good Morning. This is God. I will be handling all your problems today. I will not need your help. So have a great day!"
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
In the site I'm in they built a .NET application that uses the APIs to move and compile jobs between environments as well as retrieve MF definitions directly to DS and migrate JCL and cobol code to MF from DS
But as I understand version 8 doesn't support those APIs :x
routines are moved manually here.

IHTH (I Hope This Helps),
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
z035011
Premium Member
Premium Member
Posts: 26
Joined: Thu Nov 15, 2007 8:51 am

Post by z035011 »

In our shop, we have to protect and unprotect the projects in STAGE and PROD in order to get the compiles in those environments complete.

Unfortunately, we have 120+ projects over multiple installations and this can be a bit of a pain as we have to leave the project unprotected for up to 24 hours for the project source deployment systems to actually move the code from source control to DataStage server.

Building the process to allow the following steps in line would allow for a safer project protection strategy:

Unprotect the project
Deploy the code
Compile the code
Protect the project

Are there any tips or tricks people have come up with to either script the project/unprotect process?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

The administrator user (typically dsadm) can compile in a Protected project using the Multiple Job Compiler.
-craig

"You can never have too many knives" -- Logan Nine Fingers
z035011
Premium Member
Premium Member
Posts: 26
Joined: Thu Nov 15, 2007 8:51 am

Post by z035011 »

That is what we use today but we need to move towards a more secure methodology. This is especially true when one team does software deployment and it not part of the DataStage admin team.

Ideally, the project admin ID would have this functionality and then not need the DataStage admin.
Post Reply