The fix should be in 9.5.2. Correct. The current work-around is to restart the instance.anoops81 wrote:Hi There ,
This is a known problem in TM1 9.5.1 which has been identified for a fix in the next fix pack . Current work around is to restart the tm1 server to get rid of this error.
Regards
Anoop
Search found 9 matches
- Tue Feb 01, 2011 2:50 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1Web Login Error
- Replies: 11
- Views: 9443
Re: TM1Web Login Error
- Fri Nov 19, 2010 5:33 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1Web Login Error
- Replies: 11
- Views: 9443
Re: TM1Web Login Error
ExApplix
Did restarting IIS solve your issue? I'm experiencing the same issue but cannot restart IIS without approval but I wanted to make sure it actually fixed your issue.
Did restarting IIS solve your issue? I'm experiencing the same issue but cannot restart IIS without approval but I wanted to make sure it actually fixed your issue.
- Thu Jul 29, 2010 8:53 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: How to create a escenario/version dynamic
- Replies: 6
- Views: 4116
Re: How to create a escenario/version dynamic
I'm not sure if I fully understand your question but if you need to create a Budget vs Forecast formula it has to be done within a rule on the cube that is defined by your measure dimension. The formula should be similar to the below:
['BudvsFcst'] = N: ['Budget'] - ['Forecast'];
['BudvsFcst'] = N: ['Budget'] - ['Forecast'];
- Thu Jul 29, 2010 8:46 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Cell check in a rule
- Replies: 3
- Views: 2964
Re: Cell check in a rule
You could use the DB function to check the value in a cell within the same cube:
example:
['columnA'] = N: if(DB(cubename, e1, e2)<30,30,continue);
example:
['columnA'] = N: if(DB(cubename, e1, e2)<30,30,continue);
- Mon Jan 11, 2010 5:58 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Upgrading to 9.4.1 FP2
- Replies: 1
- Views: 1989
Upgrading to 9.4.1 FP2
Simple question. I installed 941 MR1 then ran the installer for 941 FP1. The installer only gave me the option to upgrade which is what I want to do. Ran the 941 FP2 setup but it doesn't say anything about upgrading. It looks like it wants to do a complete install. Is FP2 suppose to prompt for an up...
- Thu Dec 24, 2009 2:41 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 9.5 Contributor unable to find valid certification path
- Replies: 2
- Views: 3445
Re: TM1 9.5 Contributor unable to find valid certification path
David wrote:Try to use Tomcat instead.omcleod wrote:I've just installed TM1 9.5 on XP (Websphere 2.1.1.3/Java 6 r17)
Thanks! That worked.
- Sun Dec 20, 2009 5:13 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 9.5 Contributor unable to find valid certification path
- Replies: 2
- Views: 3445
TM1 9.5 Contributor unable to find valid certification path
Hello, I've just installed TM1 9.5 on XP (Websphere 2.1.1.3/Java 6 r17) and I'm trying to use Contributor. When I click on the Design Application icon, I get the below error. Any ideas? Thanks *** Full stacktrace: com.cognos.ccl4j.exceptions.CCLRuntimeException (root javax.net.ssl.SSLHandshakeExcept...
- Tue Apr 07, 2009 7:47 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1APIDOTNET Exception: - Cannot find security service.
- Replies: 2
- Views: 2948
Re: TM1APIDOTNET Exception: - Cannot find security service.
Resolved. One of my instance was using PortNumber 123456 which is the same as the ClientMessagePortNumber. Once I changed it no more msgs.
- Tue Apr 07, 2009 6:35 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1APIDOTNET Exception: - Cannot find security service.
- Replies: 2
- Views: 2948
TM1APIDOTNET Exception: - Cannot find security service.
Hello, I've installed TM1 9.4.0 on XP using Excel 2003. I can connect to the sample and custom databases thru Perspective and Architect but when I'm attempting to use the web I get the following msg after entering the URL: TM1APIDOTNET Exception: - Cannot find security service. I can choose the inst...