Page 1 of 1

REG:TM1 error

Posted: Wed Jun 08, 2011 12:35 pm
by mincharug.shulft
Hi All,
Thanks in advance .
Actually my application is using frontend VC++ code written and backend was Applix TM1 9.0 .actually users are login using VC++ window they are login into the application and doing the calculation according to their requirement and even all calculations also done using vc++ only. Once done all calculation and all values is going to sit in TM1 .but one of my user is doing following calculation
• User said that he is using a too long formula on selected component and he got Client(Frond-end VC++ window) crash
Would you thing that is it problem in VC++ or in tm1?.
Note: calculation and all done by using my VC++ code and there is no rules written in my tm1.
As per as I understood that there could be a memory related problem in the TM1 server .am I correct or do u think that is it in VC++ code is not handling by too long formula.?
Could please kindly suggest me ASAP?

Thanks in Advance.

Re: REG:TM1 error

Posted: Wed Jun 08, 2011 8:57 pm
by Martin Ryan
It sounds like it's just very simple numbers sitting in simple cubes in TM1 and all the hard work is being done in Visual C++. As such it's unlikely that the problem is in the simplest part of the application, i.e TM1. It's more likely to be in your code.

Also, the error you describe doesn't really sound like it's TM1 related. I've never come across too long a formula. I've come across too long a string stored in TM1 (256 characters till version 9.4), but not a formula.

HTH,
Martin