Re: Running TI Processes from Command Line: TM1RunTI.exe
Postby normanbobo » Fri Jun 10, 2011 9:23 pm
Mike ... I beat you to the suggestion to call support. It was already in the works ... and here is what I learned:
1) The utility was actually first released with 9.5.1 HF14, a "limited distribution" release. This explains why it works with 9.5.1 as well as 9.5.2.
2) The very responsive IBM support person obtained the documentation, attached at the bottom of this link. I asked for and was given permission to distribute the document.
3) Because of the unusual way in which the interface was introduced (only through hotfixes), I specifically asked whether the utility was a "supported" feature. The answer was that it is fully supported.
4) There is a very powerful command line, particularly when combined with the -i "specification" option and the ability to encrypt passwords.
5) Unfortunately, there appears to be a bug with the -i functionality. After multiple attempts with our application as well as the IBM sample applications, I continually received an error using the -i option: (TM1 API Error) "SystemServerNotFound" <newline> Server connection failed. After another support call, this error has been replicated by IBM and is currently being researched.
In the mean time, though, very nice and full implementation of a command line interface which should be extremely useful going forward.
TM1RunTI User Documentation 952HF1.pdf
TM1RunTI User Documentation.
(107.2 KiB) Downloaded 477 times
Hi guys,
does anyone know if the bug mentioned at point 5 has been solved?
I am experiencing the same issue. I have created a config file:
[TM1RunTI]
process="process_name"
connect=Test
[process - "process_name"]
param1="value1"
param2="value2"
[connect - Test]
adminhost=localhost
server=MyTm1Server
user="username"
pwd="password"
AdminSvrSSLCertAuthority=C:\Program Files\Cognos\TM1\bin\ssl\applixca.pem
AdminSvrSSLCertID=True
AdmnSvrSSLCertRevList=
I have called this file tm1tools.config
when i try to launch the tm1runti.exe, using the command line:
tm1runti.exe -i "C:\temp\tm1tools.config" a receive the error:
(TM1 API Error) "SystemServerNotFound" <newline> Server connection failed.
i can't understand what's wrong with what i've done.
Plus, if i try using the tm1runti.exe tool from command line, with the same exact parameters, everything works ok.
Is there anybody who can help me?
I am working with tm1 9.5.2 running on a Windows Server 2008 R2 Standard, Service Pack 1
Thanks