Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

macro for generate new cube

Status
Not open for further replies.

mlinger

IS-IT--Management
Mar 7, 2003
2
NL
I need a macro for generating a cube in transformer, so that I can put the macro in the scheduler and run it every day
 
"C:\Program Files\Cognos\cer2\bin\trnsfrmr.exe" -n -s " \\Servername\directory\Powerplay\Models\YourModel.pyi"

I use a bat file - if you have multiple cubes, I list them in one bat file and then call it with another bat file.
Easy to use in Scheduler too.Using UNC's if possible means any machine can run the file,otherwise you can get tangled up with mapped drives.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top