Search found 80 matches
- Wed Jun 07, 2017 7:53 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Stuck on a if Condition.. too silly
- Replies: 7
- Views: 7422
Re: Stuck on a if Condition.. too silly
Thanks. That was stupid of me.
- Wed Jun 07, 2017 6:14 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Stuck on a if Condition.. too silly
- Replies: 7
- Views: 7422
Re: Stuck on a if Condition.. too silly
Thanks Michel for replying.
I have bad data coming in with values like 'N/A', '0', 'ASDF', which I want to avoid.
When the data is not in ('N/A', '0', 'ASDF'), I want my if to work else, nothing.
Hope I am clear.
Thanks,
Paul.
I have bad data coming in with values like 'N/A', '0', 'ASDF', which I want to avoid.
When the data is not in ('N/A', '0', 'ASDF'), I want my if to work else, nothing.
Hope I am clear.
Thanks,
Paul.
- Wed Jun 07, 2017 5:01 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Stuck on a if Condition.. too silly
- Replies: 7
- Views: 7422
Stuck on a if Condition.. too silly
Hi Gurus, I am stumped on a simple if condition which fails miserably. I am reading data from a csv file. The first condition to check for blank works and fails checking 'N/A', <>0 and ='N'. Can someone tell me where I am going wrong? the condition translates to if Proj_code is not blank or proj_cod...
- Fri Apr 28, 2017 3:26 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Calculate Time taken for a TM1 server between start and be ready
- Replies: 5
- Views: 5157
Calculate Time taken for a TM1 server between start and be ready
Hi All, We want to create a share point page to display how long it takes to start a TM1 server. As we all know the process (TM1SD.exe) starts but server actually ready after loading all the cubes into memory. Can anyone suggest a way to record the process start time into a database table? I don't w...
- Fri Apr 28, 2017 3:02 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Java HelloWorld App using TM1 API
- Replies: 8
- Views: 8806
Re: TM1 Java HelloWorld App using TM1 API
I have added the below lines and it worked. Lines were provided by IBM. This will help others who are stuck here. System is on 10.2.2 FP6; windows, Oracle JRE. System.setProperty("com.ibm.jsse2.overrideDefaultProtocol", "TLSv1.2"); System.setProperty("javax.net.ssl.trustStor...
- Mon Apr 03, 2017 4:33 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Copy Large Cube to Cube advice
- Replies: 5
- Views: 5818
Re: Copy Large Cube to Cube advice
Thanks gtonkin for the reply. sorry, took a longer to reply on this. I have another question. The view built to copy data uses MTQ to retrieve, but the copy is single threaded (I think it's writing a row each time.) Is there multi-threaded copy? We are on TM1 10.2.2 FP4. Answers are below. -Have you...
- Mon Apr 03, 2017 3:20 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Java HelloWorld App using TM1 API
- Replies: 8
- Views: 8806
Re: TM1 Java HelloWorld App using TM1 API
Hi Brian,
Thanks for the reply. we use Oracle JRE.
Thanks,
Paul.
Thanks for the reply. we use Oracle JRE.
Thanks,
Paul.
- Fri Mar 31, 2017 4:36 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Java HelloWorld App using TM1 API
- Replies: 8
- Views: 8806
Re: TM1 Java HelloWorld App using TM1 API
Hi Upali, Thanks for the response. There was a certificate expiry late last year and we did the change. Otherwise it's a working system. I was able pass the error with the below code but the server does not get connected. System.setProperty("com.ibm.jsse2.overrideDefaultProtocol", "TL...
- Thu Mar 30, 2017 5:09 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Java HelloWorld App using TM1 API
- Replies: 8
- Views: 8806
Re: TM1 Java HelloWorld App using TM1 API
Hi, I get an error when I write similar code as above. I am trying to connect to TM1. TM1 version - 10.2.2 FP4. using Eclipse IDE. Can someone help me with the exception error? Any help is good. ----------code-------- package FirstPackage; import com.applix.tm1.*; import com.applix.tm1.TM1Bean; impo...
- Mon Mar 06, 2017 5:33 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Copy Large Cube to Cube advice
- Replies: 5
- Views: 5818
Copy Large Cube to Cube advice
Hi All,
I am trying to write a TI process to copy from a planning cube to a reporting Cube. Both are large cubes and am looking for best ways for performance.
we are using 10.2.2.
Thanks,
Paul.
I am trying to write a TI process to copy from a planning cube to a reporting Cube. Both are large cubes and am looking for best ways for performance.
we are using 10.2.2.
Thanks,
Paul.
- Mon Nov 21, 2016 7:11 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Logs showing in different instance
- Replies: 3
- Views: 2838
Re: TM1 Logs showing in different instance
Thanks Tomok and Gtonkin for the answers. Port numbers are different and only one tm1admsd.exe is running. We have Cognos BI reports running against TM1 cubes and both the users are non intersecting with different packages. Meaning one group does not access the other package or the contributor appli...
- Mon Nov 21, 2016 5:45 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Logs showing in different instance
- Replies: 3
- Views: 2838
TM1 Logs showing in different instance
Hi All, I have two TM1 server instances running under a TM1 admin server on the same VM. Most of the activity is on one server and the second TM1 server is for minor reporting. I see that users logging into the first server are showing up as logged into the second instance. Most users do not have ac...
- Fri Sep 02, 2016 2:34 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Issue with Performance Modeler setting Weighted Average to a Consolidated level
- Replies: 3
- Views: 3545
Re: Issue with Performance Modeler setting Weighted Average to a Consolidated level
Thanks Nidhi. I will check.
- Fri Sep 02, 2016 2:33 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Scorecards, how are they consumed?
- Replies: 1
- Views: 1880
TM1 Scorecards, how are they consumed?
Hi, We are planning on implementing TM1 scorecards and want to know if they be consumed? I have used Insight a little and looking for other ways. Report studio or Analysis studio is a better tool for us. Has anyone used them? What are the other possible ways? We use TM1 10.2.2 and Cognos 10.2. Thank...
- Mon Aug 29, 2016 7:27 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Issue with Performance Modeler setting Weighted Average to a Consolidated level
- Replies: 3
- Views: 3545
Issue with Performance Modeler setting Weighted Average to a Consolidated level
Hi, I am having an issue with Performance Modeler setting Weighted Average to a Consolidated level on a dimension (pic attached). we are using TM1 10.2.2. When I tried to set "weighted average" at consolidated level, it errors "Items Not recognised". This is a built-in function a...
- Fri May 13, 2016 6:52 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 Scorecard
- Replies: 0
- Views: 1894
TM1 Scorecard
Hi All,
Probably a simple thing on Scorecards within Performance modeler - V.10.2.2 - fix pack4.
I was trying to create new metric indicator dimension and the icon 'Create Metric Indicator Subset' is grayed out. Any idea on how to enable?
Thanks in advance,
Paul.
Probably a simple thing on Scorecards within Performance modeler - V.10.2.2 - fix pack4.
I was trying to create new metric indicator dimension and the icon 'Create Metric Indicator Subset' is grayed out. Any idea on how to enable?
Thanks in advance,
Paul.
- Mon Apr 18, 2016 7:12 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 - Performance Modeller - New server not available in Drop Down
- Replies: 2
- Views: 2672
Re: TM1 - Performance Modeller - New server not available in Drop Down
Thank you. That did the trick.
- Mon Apr 18, 2016 6:44 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 - Performance Modeller - New server not available in Drop Down
- Replies: 2
- Views: 2672
TM1 - Performance Modeller - New server not available in Drop Down
Hi, I have created a new TM1 server instance and that is not available on the list of available 'TM1 servers' dropdown as attached in the drop down. We are on 10.2.2 FP4. Older TM1 server instances that we created are available in the drop down. Is there something that has to be done before it's ava...
- Thu Mar 24, 2016 2:24 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 - Public URL
- Replies: 4
- Views: 3665
TM1 - Public URL
Hi all, I need some help configuring our TM1 portal URL to be made public. We have a public url for TM1 portal. I have verified that when I type in "http://tm1.PublicURL.com/" it resolved to "http://tm1.PublicURL.com/pmpsvc" and further and fails after reaching our webserver for ...
- Tue Mar 15, 2016 1:46 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Can a Cognos report studio report be used data source
- Replies: 3
- Views: 2693
Re: Can a Cognos report studio report be used data source
Thanks for your ideas babytiger and qml.
I see a way through Performance modeller.
Thanks again.
Paul.
I see a way through Performance modeller.
Thanks again.
Paul.