TM1APIInitialize Error

Post Reply
karthik.g
Posts: 21
Joined: Sat Apr 26, 2014 12:09 pm
OLAP Product: TM1
Version: 10.1
Excel Version: 2010

TM1APIInitialize Error

Post by karthik.g »

Hi All,

We have an application built on AIMMS software (32 bit) which collects data from TM1 10.2.2 (64 bit) and the integration to TM1 is implemented by calling TM1API.Dll file mentioned below:

for Both x86 and x64 bit: We have created separate folders in the AIMMS project directory and copied from TM1 installation directory. which let's AIMMS connect to TM1 for data reading and write back.

AIMMS x86 bit folder:

libibmcogeay32.dll
log4cxx.dll
msvcp100.dll
msvcr71.dll
msvcr100.dll
sslibmcogeay32.dll
tm1api.dll
TM1ULibDll.dll
zlib1.dll

AIMMS x64 bit folder:
libibmcogeay32.dll
log4cxx.dll
msvcp100.dll
msvcr71.dll
msvcr100.dll
sslibmcogeay32.dll
tm1api.dll
TM1ULibDll.dll
zlib1.dll


we dont have any issues in connecting to TM1 and writing the data back to TM1 with 32 bit AIMMS software.

Now we are trying to upgrade to 64 bit AIMMS and we are getting an error with TM1API.Dll initialization. AIMMS is not able to establish the connection with TM1 64 bit.

Could you please let me know, am i missing something here to check?

Issue summary:
TM1 Version: 10.2.2 FP5 64 bit.
Aimms: 32 bit is able to connect to TM1.
64 bit is failing to connect to TM1.

Thanks,
Karthik
Post Reply