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
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