- In IBM Cognos Configuration add 'contributor server name:port name' as valid domains or hosts in the Cognos Application Firewall section e.g. localhost:9510
- In Business Insight: drag 'Web Page' from toolbox and enter the Contributor URL e.g. http://localhost:9510/pmpsvc
Search found 49 matches
- Thu Aug 30, 2012 5:10 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: business insights and tm1 contributor
- Replies: 2
- Views: 2439
- Thu Aug 30, 2012 4:36 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Dynamic subsets in Performance Modeler
- Replies: 13
- Views: 14544
Re: Dynamic subsets in Performance Modeler
I have also a dynamic subset which filters dimension elements based on value in another cube. It works fine in Architect but shows nothing in Cognos Insight (I did not test it in Performance Modeller). After corresponding with the ILC Support, they said the the product team logged this as a bug (Tic...
- Thu Aug 30, 2012 4:23 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 10.1 - Trace Calculation behaviour
- Replies: 16
- Views: 15655
Re: TM1 10.1 - Trace Calculation behaviour
Hi all
FYI, this bug has APAR # PM63037: TRACE CALCULATION AND CHECK FEEDERS GREYED OUT. It has not been resolved.
Regards
Andre
FYI, this bug has APAR # PM63037: TRACE CALCULATION AND CHECK FEEDERS GREYED OUT. It has not been resolved.
Regards
Andre
- Thu Jun 28, 2012 1:45 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Operations Console: None of the servers are contactible
- Replies: 10
- Views: 10146
Re: TM1 Operations Console: None of the servers are contacti
Hi all,
I managed to install it successfully. I think the error was because I did not run the command prompt as an administrator when adding JRE certificate
Regards
Andre
I managed to install it successfully. I think the error was because I did not run the command prompt as an administrator when adding JRE certificate
Regards
Andre
- Mon Jun 25, 2012 1:48 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Dimension could not be opened in Performance Modeler
- Replies: 0
- Views: 2884
Dimension could not be opened in Performance Modeler
Hi all, I have a few dimensions created using Perspectives. Then I opened the dimensions in Performance Modeler (and possibly did some changes like adding elements, etc). Somehow the dimensions could not be opened again in Performance Modeler. I got this error message: Could not open the editor: An ...
- Mon Jun 25, 2012 1:41 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 10 Dynamic Subsets in TI Source View
- Replies: 11
- Views: 10462
Re: TM1 10 Dynamic Subsets in TI Source View
I think FP1 solves this issue on Perspectives and TM1 Web clients. However dynamic subset does not work on Cognos Insight client.
- Sun Jun 24, 2012 7:40 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 10.1 dynamic subset by two dimensions
- Replies: 4
- Views: 3823
Re: TM1 10.1 dynamic subset by two dimensions
I think I have the same issue. I have a cube view based on a dynamic subset and a TM1 application (approval type) based on that view. If I open the approval node using TM1 application web (contributor) the dynamic subset works fine. However if I choose to open it using Cognos Insight (connected or d...
- Sun Jun 24, 2012 7:28 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 10.1 - Trace Calculation behaviour
- Replies: 16
- Views: 15655
Re: TM1 10.1 - Trace Calculation behaviour
Hi all,
I would like to know if this issue has been resolved. I have installed TM1 10.1 FP1 but I still cannot trace calculation (and check feeders) for those N Level cell
Regards
Andre
I would like to know if this issue has been resolved. I have installed TM1 10.1 FP1 but I still cannot trace calculation (and check feeders) for those N Level cell
Regards
Andre
- Mon Jun 18, 2012 1:15 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Operations Console: None of the servers are contactible
- Replies: 10
- Views: 10146
Re: TM1 Operations Console: None of the servers are contacti
I have tried deleting the certificate and re-added it but the server is still not contactable.
I use 32 bit TM1 on 32 bit Windows Vista Business SP1. I also use the TM1 installation provided Apache Tomcat.
Regards
Andre
I use 32 bit TM1 on 32 bit Windows Vista Business SP1. I also use the TM1 installation provided Apache Tomcat.
Regards
Andre
- Fri Jun 15, 2012 12:33 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Operations Console: None of the servers are contactible
- Replies: 10
- Views: 10146
Re: TM1 Operations Console: None of the servers are contacti
I do not have client min/max settings in the tm1 configuration file. I do not have JAVA_HOME environment variable either. I tried to re-add the certificates but got a message: certificates not imported, alias <mykey> already exists. I think the certificates has been successfully added before when I ...
- Thu Jun 14, 2012 8:26 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Operations Console: None of the servers are contactible
- Replies: 10
- Views: 10146
TM1 Operations Console: None of the servers are contactible
Hi all, I am running TM1 10.1 on Windows. I tried to start tm1 operations console. When I choose adminhost and move to the servername, a message 'None of the servers are contactible" appears, despite the fact that I have added certificates to JRE keystore I have tried restarting the tomcat serv...
- Thu May 31, 2012 12:45 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Contributor Could Not Login and Could Not Create App
- Replies: 4
- Views: 4247
Re: TM1 Contributor Could Not Login and Could Not Create App
I manage to make it work but not sure if this is the right way to solve this issue.
I took the control objects that are related to contributor (with }tp in the file name) from planning sample database and copied them to my data directory
Restarted the Tomcat server
Regards
Andre
I took the control objects that are related to contributor (with }tp in the file name) from planning sample database and copied them to my data directory
Restarted the Tomcat server
Regards
Andre
- Thu May 31, 2012 12:36 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Tm1 Server Crash
- Replies: 4
- Views: 4100
Re: Tm1 Server Crash
Thanks for all the replies The TI processes are indeed supposed to run in sequential order as the main TI process looks like this: ExecuteProcess('Process 1'); ExecuteProcess('Process 2'); # In the Epilog of Process 2 ExecuteProcess('Process 2a'); ExecuteProcess('Process 2b'); ExecuteProcess('Proces...
- Wed May 30, 2012 2:47 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Tm1 Server Crash
- Replies: 4
- Views: 4100
Tm1 Server Crash
Hi all, I run a series of dimension update TI processes via a main TI process using ExecuteProcess functions (9.5.2 FP2, Windows Server 2008, ODBC connection to SQL Server). Sometimes, the TM1 server crashes during execution of one of the TI processes. However if I run the individual TI process when...
- Wed May 30, 2012 1:01 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Contributor Could Not Login and Could Not Create App
- Replies: 4
- Views: 4247
Re: TM1 Contributor Could Not Login and Could Not Create App
Hi
Thanks for your explanation. However in my case, the security modes of both instances are the same. I use IntegratedSecurityMode=1
Regards
Andre
Thanks for your explanation. However in my case, the security modes of both instances are the same. I use IntegratedSecurityMode=1
Regards
Andre
- Tue May 29, 2012 2:47 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Contributor Could Not Login and Could Not Create App
- Replies: 4
- Views: 4247
TM1 Contributor Could Not Login and Could Not Create App
Hi all, if you can give me some help I have TM1 9.5.2 FP2 installed on my windows vista machine. Prior to upgrading to 9.5.2 and 9.5.2 FP2, I had a working 9.5.1 contributor application running on top of tm1 instance 'A' Now, I want to run 2 TM1 instances ('A' and 'B'), use the existing contributor ...
- Wed Mar 21, 2012 7:27 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Error with CAM Passport
- Replies: 0
- Views: 2402
Error with CAM Passport
Hi All I have TM1 server 9.5.2 on Windows 2008. The authentication uses Active Directory via Cognos Access Manager. It works well When a user logs in from TM1 client i.e. TM1 does not prompt ID and password anymore. However if the user connects via terminal services, an error message "Error wit...
- Mon Jan 25, 2010 2:30 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: 9.5 Error with CAM Passport when adding client / group
- Replies: 2
- Views: 4017
9.5 Error with CAM Passport when adding client / group
Hi all, I am using TM1 9.5 32 bit on windows XP. I try to add new client and group from TM1 Server Explorer. Then I get error dialog box: "Error with CAM Passport", even before defining the client / group name. I have used IntegratedSecurityMode=1 which i understand that it is standard tm1...
- Mon Nov 30, 2009 3:40 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Compile Error in Hidden Module : frmtaskActions : TM1 Workfl
- Replies: 8
- Views: 8352
Re: Compile Error in Hidden Module : frmtaskActions : TM1 Workfl
Yes I have uninstalled both : KB973346 and KB960715 with no success
Rgds
Rgds
- Sun Nov 29, 2009 4:17 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Workflow: compile error in hidden module: frmTaskActions
- Replies: 5
- Views: 6383
Re: TM1 Workflow: compile error in hidden module: frmTaskActions
I uninstall KB973346 but still get the same error message when i click the Load button
Rgds
Rgds