COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS Transformer => Topic started by: satish.vegi on 06 Oct 2010 07:33:42 PM

Title: Cognos 8.4 cube deploy from windows to unix server and scheduling the cube
Post by: satish.vegi on 06 Oct 2010 07:33:42 PM
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
Title: Re: Cognos 8.4 cube deploy from windows to unix server and scheduling the cube
Post by: skocet on 22 Oct 2010 07:27:50 AM
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