Keep repositories in sync

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

Moderators: chulett, rschirm, roy

Post Reply
jerome_rajan
Premium Member
Premium Member
Posts: 376
Joined: Sat Jan 07, 2012 12:25 pm
Location: Piscataway

Keep repositories in sync

Post by jerome_rajan »

Hi All,
I'm planning to create a process to export the project repository in production and have it imported into a project in the development area. Can you give me some guidance on how to get started with this?

Perhaps, a script already exists

Thank you
Jerome
Data Integration Consultant at AWS
Connect With Me On LinkedIn

Life is really simple, but we insist on making it complicated.
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

just do an istool export for all the assets.

copy the msg handlers from prod.
export the project user defined environment variables.

then load into dev.
you may have to cherry pick the environment variables since you will not want to overwrite dev values by default.
jerome_rajan
Premium Member
Premium Member
Posts: 376
Joined: Sat Jan 07, 2012 12:25 pm
Location: Piscataway

Post by jerome_rajan »

Will the istool export not contain message handlers and other user variables?
Jerome
Data Integration Consultant at AWS
Connect With Me On LinkedIn

Life is really simple, but we insist on making it complicated.
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

nope, not the message handlers, and I doubt it does the user project env variables.

test and see.
Post Reply