Page 1 of 1

Bat to execture a process

Posted: Tue Mar 07, 2017 2:36 pm
by AnonimusMax
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

Re: Bat to execture a process

Posted: Tue Mar 07, 2017 6:04 pm
by tiagoblauth79
-adminhost "server:port" is missing

Re: Bat to execture a process

Posted: Wed Mar 08, 2017 7:27 am
by AnonimusMax
thank you, solved it :D