Page 1 of 1

Backup Datastage environment

Posted: Thu Aug 06, 2009 5:46 am
by BIuser
I need to know how to backup datastage environment including DB2 files ,configuration files,settings for the project.

Re: Backup Datastage environment

Posted: Thu Aug 13, 2009 10:52 am
by long.kevin
[quote="BIuser"]I need to know how to backup datastage environment including DB2 files ,configuration files,settings for the project.[/quote]

I use dscmdexport and copy my DSParams to the backup dir.

I've successfully recreated projects using these backups.

Hope this helps.

Re: Backup Datastage environment

Posted: Thu Aug 13, 2009 12:38 pm
by nirav_2004
Hi,
You can backup Datastage v8.1 project using following command:-

istool.exe export -dom %Domain% -u %User% -p %Password% -ar %ProjectDir%/%Project%.isx -ds ' -incdep -incexec "%Domain%/%Project%/*/*.*"'

This command will backup whole project and can be restored very easily.

I am working on DB2 backup, will update once ready with the command.