Has anyone setup a backup for series 7 (Configuration Settings, Security Settings, Upfront, and Web Reports) via a command line or automated script? I need to back this stuff up everyday and would like to automate it.
For each folder,you could have a .bat backup process like the one below for cubes, and create one for each folder of files you want to back up by creating a macro that is scheduled to call each .bat file daily automatically at a certain time. I don't know if this is what you are looking or or not. ... ... But it would be one .mac file to do all the processes you want.
I see just for Upfront Data Store. You might want to open up a call with Cognos for them to work on a solution for you.
Good Luck..
1. From the command line, run the command upfpack.exe. See the 'How To Move Your PowerPlay Application' PDF file (move_pp.pdf) for any parameters.
2. Run the command upfdbadm.exe with the parameter -b
upfdbadm.exe -b C:\BackUp\UpFrontStore.Bak
-- Restore --
1. Run the command upfdbadm.exe with the parameter -r
upfdbadm.exe -r C:\BackUp\UpFrontStore.Bak
2. Run the command upfunpack.exe with the follow parameters
-ns <NameSpace> -del
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.