Hi,
I have the following problem.
I am trying to create e .bat file that can run a process when i run the bat. so this is the text that i palced in the bat. pls tell me where I did wrong.
@Echo on
"C:\Program Files\ibm\cognos\tm1_64\bin64\TM1RunTI.exe" -server servername -process "processName" -user user -CAMNamespace camnaspace
-passwordfile pass pYear=year pMonth=month pCountry=country
Can you let me know where i should add commas? Or where i don t need them?
Year, Month, Country are the parameter of the preocess. I am also using certversion 2. should i include this?
Thank you
Bat to execture a process
-
- Posts: 60
- Joined: Thu Nov 17, 2016 2:13 pm
- OLAP Product: TM1
- Version: 10.2.2
- Excel Version: 2013
- tiagoblauth79
- Posts: 25
- Joined: Fri Aug 26, 2016 1:42 pm
- OLAP Product: Cognos BI and TM1
- Version: 10.2.2
- Excel Version: 10
- Contact:
Re: Bat to execture a process
-adminhost "server:port" is missing
-
- Posts: 60
- Joined: Thu Nov 17, 2016 2:13 pm
- OLAP Product: TM1
- Version: 10.2.2
- Excel Version: 2013
Re: Bat to execture a process
thank you, solved it 
