Author Topic: Cognos 8.4 cube deploy from windows to unix server and scheduling the cube  (Read 1669 times)

Offline satish.vegi

  • Associate
  • **
  • Posts: 1
  • Forum Citizenship: +0/-0
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

Offline skocet

  • Full Member
  • ***
  • Posts: 14
  • Forum Citizenship: +0/-0
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