PA and TM1RUNTI separately from installation

Post Reply
EP_explorer
Regular Participant
Posts: 200
Joined: Sat Dec 04, 2010 2:35 pm
OLAP Product: PAL
Version: 2.0.9
Excel Version: 2016

PA and TM1RUNTI separately from installation

Post by EP_explorer »

Here
https://www.tm1forum.com/viewtopic.php? ... dll#p38544
is describing the way to launch tm1runti separately from TM1 installation.

I tried the same thing in PA ubt without success.
I put in one folder next files:
ssl folder from bin64
gsk8cms_64.dll
gsk8iccs_64.dll
gsk8km_64.dll
gsk8ssl_64.dll
libibmcogeay32.dll
log4cxx.dll
msvcp100.dll
msvcr100.dll
sslibmcogeay32.dll
tm1api.dll
TM1ULibDll.dll
zlib1.dll

tm1runti.exe
Then I try to launch
"tm1runti.exe" -adminhost "hostname" -server "servername" -process "processname" -CAMNamespace "namespacename" -user "username" -pwd "password"
I receive
(TM1 API Error) SystemServerNotFound
Server connection failed
(if I launch tm1runti.exe from its usual place - everything is ok)

Somebody tried to launch tm1runti.exe in PA separately from installation place?
Do you have any success?
lotsaram
MVP
Posts: 3651
Joined: Fri Mar 13, 2009 11:14 am
OLAP Product: TableManager1
Version: PA 2.0.x
Excel Version: Office 365
Location: Switzerland

Re: PA and TM1RUNTI separately from installation

Post by lotsaram »

When you say "separate from installation" I assume you mean you have moved the tm1runti.exe to a different folder. Is this correct? Possibly in v11 there is a new dll dependency which you haven't copied across?
Have you tried using dependency walker to check if you have all the required dlls?
Please place all requests for help in a public thread. I will not answer PMs requesting assistance.
EP_explorer
Regular Participant
Posts: 200
Joined: Sat Dec 04, 2010 2:35 pm
OLAP Product: PAL
Version: 2.0.9
Excel Version: 2016

Re: PA and TM1RUNTI separately from installation

Post by EP_explorer »

lotsaram wrote: Mon Mar 04, 2019 12:33 pm When you say "separate from installation" I assume you mean you have moved the tm1runti.exe to a different folder. Is this correct? Possibly in v11 there is a new dll dependency which you haven't copied across?
Yes - I moved tm1runti.exe in different folder.
lotsaram wrote: Mon Mar 04, 2019 12:33 pm Have you tried using dependency walker to check if you have all the required dlls?
Actually I simply tried to run tm1runti.exe and every time it said that there weren't neccessary dll. I put it in folder and repeat process. At the end tm1runti.exe started launching but couldn't connect. Apparently I have to copy something more.
Lukas Meyer
Posts: 51
Joined: Thu Jul 24, 2008 6:14 am

Re: PA and TM1RUNTI separately from installation

Post by Lukas Meyer »

Hi! You were pretty close, I put in bold what you didn't list, and underlined what isn't really necessary:
C folder from bin64
N folder from bin64

ssl folder from bin64
gsk8cms_64.dll
gsk8dbfl_64.dll
gsk8iccs_64.dll
gsk8kicc_64.dll
gsk8km_64.dll
gsk8ssl_64.dll
gsk8valn_64.dll
libibmcogeay32.dll
log4cxx.dll
msvcp100.dll
msvcr100.dll
sslibmcogeay32.dll
tm1api.dll
TM1ULibDll.dll
zlib1.dll

tm1runti.exe
That selection works for me on a machine that has a TM1 (PA) server installation and needs to communicate with another instance. I do not have a system to test on without any TM1 (PA), so there is a possibility that something that was pushed into the path that I missed, but I don't think so.

I think I used procmon to find the less obvious references, but it's been a while. I was trying to find some official IBM document on the necessary files to hand over to a colleague so they stop bothering me (hi Julia), and apparently there are none.
konstantin-spb
Posts: 9
Joined: Thu Feb 20, 2014 8:42 am
OLAP Product: TM1
Version: PA 2.0.9
Excel Version: 2016
Location: Russia, Saint-Petersburg

Re: PA and TM1RUNTI separately from installation

Post by konstantin-spb »

Lucas, thanks!
Works fine on PA 2.0.8
Post Reply