Search found 2 matches

by argnur
Tue Feb 03, 2009 12:18 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Using TM1api.dll in C#
Replies: 13
Views: 11380

Re: Using TM1api.dll in C#

Hi Renaud, Thanks for the reply. TM1ValType(hUser, vServerObject) returns TM1ValTypeError(), so as you suggested I tried to get the error string: if (TM1ValType(hUser, vServerObject) == TM1ValTypeError()){ int code = TM1ValErrorCode(hUser, vServerObject); IntPtr intptr = TM1ValErrorString(hUser, cod...
by argnur
Sun Feb 01, 2009 2:19 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Using TM1api.dll in C#
Replies: 13
Views: 11380

Using TM1api.dll in C#

Hi people, I have a problem with using tm1api.dll in C# application: when I check if the connection to the server was successful TM1ValType(hUser, vServerObject) == TM1ValTypeObject() I always get false(TM1ValType returns TM1ValTypeError). It is kinda urgent, so I will be very grateful if someone he...