|
Hello,
I was curious to see if anyone has had sucess leveraging the TM1 .NET API in a 64 bit environment. I'm currently running version 9.5.1 (build number, 9.5.10000.5424). I had intially developed an application locally on my machine (Windows XP) hitting our server that resides on a Windows 2008 64 bit server. This application worked as anticipated until I went to migrate the codebase to the server. Upon moving to the executable to the server, I received errors trying to do something as basic as logging in:
Dim objAdminServer As TM1AdminServer
Dim objTM1Server As TM1Server
objAdminServer = New TM1AdminServer("Server", "Cert")
objTM1Server = objAdminServer.Servers("tm1instance").LoginUsingCAMNamespace("namespace", "user", "password")
Once I get to this last line I receive the following error when running the EXE:
??A first chance exception of type ??System.BadImageFormatException?? occurred in Applix.TM1.API.DLL.
I spoke with IBM and I pretty much was told I need to upgrade to 9.5.2, which is not an option at this point. After looking through the documentation I receive the impression that this should be supported and one would need to install the 32 bit client to get the API running.
Thanks,
Brad |
|