If you are unable to create a new account, please email support@bspsoftware.com

 

Cognos 8.4 cube deploy from windows to unix server and scheduling the cube

Started by satish.vegi, 06 Oct 2010 07:33:42 PM

Previous topic - Next topic

satish.vegi

Hi

I Have a question
We need to publish a cube from Windows to unix server and refresh that cube everyday.

Can any give me the steps or scripts to automate

Thanks in advance

Veera

skocet

Hi,
If you are using COGNOS 8.4 and TRANSFORMER 8.4, you may try this :
Initiate the process manualy :
- generate and deploy your cube on your windows system,
- copy/paste (via ftp) the windows folder (the mdc file, the ver file and the folder with the same name of your ver file into your UNIX environment.
Schedule the process with a script :
- generate and deploy your cube on your windows system,
- rename the ver file on UNIX, create a folder with the same name of the modified ver file and copy/paste the mdc file into the new folder
It works fine on a windows sever.

Rgds