Search found 160 matches

by dr.nybble
Mon Mar 31, 2014 6:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: NewDateFormatter
Replies: 2
Views: 2891

Re: NewDateFormatter

The TM1 function NOW returns a value that is interpreted as UTC time.
So you need to pass 'Etc/UTC' as the timezone when formatting it.

Passing a different timezone would be useful if, for example, you were parsing timestamps that were not UTC but a local time.
by dr.nybble
Wed Sep 11, 2013 12:47 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 10.2 Available for Download
Replies: 82
Views: 73450

Re: TM1 10.2 Available for Download

Package extract does not use Package Connector. It builds a report specification and extracts it to CSV as you mentioned.
If it is leaving CSV files lying around after the process executes -- that is a defect.
by dr.nybble
Mon Sep 09, 2013 8:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Adding a Line of Code to all TI's
Replies: 14
Views: 6968

Re: Adding a Line of Code to all TI's

If you do want to do this I suggest writing a program to do it that uses one of the TM1 APIs. The problems with trying to directly edit the .pro files have been mentioned. In particular, the properties that hold TI script are multi-line properties and you not only need to insert your line, but also ...
by dr.nybble
Tue Sep 03, 2013 5:06 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Upload Excel Format into TM1
Replies: 9
Views: 8740

Re: Upload Excel Format into TM1

TM1 Server is not able to read Excel files. TM1 Performance Modeler / Cognos Insight use Apache POI (http://poi.apache.org/) to read .xls or .xslx files and convert them to CSV. If the Excel data is in crosstab format, the client converts it to a list format. You can also do this in Excel with the T...
by dr.nybble
Wed Aug 28, 2013 12:40 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 connect to a Cognos package
Replies: 9
Views: 7219

Re: TM1 connect to a Cognos package

At this time the only OLAP source we permit you to extract fact data from is SAP BW. There is special support for efficient extraction from SAP BW. The Cognos BI compatible mode query stack does not have good support for null suppression for a variety of sources. This leads to almost certain failure...
by dr.nybble
Tue Jul 30, 2013 2:17 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: “IBM cognos package” option in the TurboIntegrator
Replies: 3
Views: 3105

Re: “IBM cognos package” option in the TurboIntegrator

You need to install TM1 Package Connector for BI 8.4 from its separate kit. I think that TM1 9.5.2 was the last TM1 to include an 8.4 TM1 Package Connector kit. You don't need to set anything in tm1s.cfg, Architect and TM1 Server on Windows will pick its location up from an environment variable that...
by dr.nybble
Tue Apr 02, 2013 4:52 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Importing Data in TM1(10.1) using SAP BEx Query or InfoCube
Replies: 2
Views: 2009

Re: Importing Data in TM1(10.1) using SAP BEx Query or InfoC

The main method is using TM1 Package Connector with BEx Queries. It leverages BI packages as the data source, so if you are already using BI it is pretty straightforward.
by dr.nybble
Fri Feb 15, 2013 2:38 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CGAddPromptValues function problem
Replies: 5
Views: 3936

Re: CGAddPromptValues function problem

It seems that the error your are getting is not related to setting prompts -- that appears to be working (see my post in the other thread for a hint on how to find out what the prompt values should look like). You are getting data back but it is complaining that there is no element called "2500...
by dr.nybble
Fri Feb 15, 2013 2:34 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Help TI problem using IBM Cognos Package Connector
Replies: 11
Views: 8268

Re: Help TI problem using IBM Cognos Package Connector

For CGAddPromptValue(), have a look here: http://www-01.ibm.com/support/docview.wss?uid=swg21614922 What I would recommend is to set prompt values through the UI. Then find the <process-name>.blb file in your TM1 Server data directory. Open it up in Notepad, locate the prompt entry and see how it is...
by dr.nybble
Thu Feb 07, 2013 2:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos Insight as a front end for TM1 (10.1) - Scalability
Replies: 4
Views: 3811

Re: Cognos Insight as a front end for TM1 (10.1) - Scalabili

Cognos Insight has an import wizard that builds TI processes. If you want to go beyond wizard-like imports and do a bunch of custom scripting then you either need to use TM1 Architect or TM1 Performance Modeler, as the full TI editor is not exposed in Cognos Insight.
by dr.nybble
Fri Jan 18, 2013 9:24 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: customer query is not supported in package connector
Replies: 2
Views: 2301

Re: customer query is not supported in package connector

The message isn't the best. I looked at the code, it looks correct. The TI process type is "Custom Query" but the version reported by TM1 Package Connector on your TM1 Architect system is not high enough to open them. Ensure you have a recent TM1 Package Connector installed on the client t...
by dr.nybble
Thu Dec 06, 2012 3:16 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Wierd attribute output
Replies: 5
Views: 3795

Re: Wierd attribute output

This is now a logged defect in TM1 and will be fixed in an upcoming release. When an error occurs a minor error is logged but the ATTRS function does not clean up the stack properly so it returns the third argument to the function (the attribute name) rather than empty string.
by dr.nybble
Tue Nov 20, 2012 2:19 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Update versus recreate in TM1 process?
Replies: 9
Views: 7436

Re: Update versus recreate in TM1 process?

I tried a "Recreate" test with two static subsets on the dimension. Where the static subset contained an element not in the new source file it was cleared as expected. But where it contained elements also in the new source file it was preserved -- I don't see the issue you are describing. ...
by dr.nybble
Mon Nov 19, 2012 8:43 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Update versus recreate in TM1 process?
Replies: 9
Views: 7436

Re: Update versus recreate in TM1 process?

If you look at the TI script generated from selecting "Recreate" you will see that the DimensionDeleteAllElements TI is used (by TM1 Architect anyways). From the docs: if you use DimensionDeleteAllElements to delete elements, then recreate those elements with the same names in the Metadata...
by dr.nybble
Thu Nov 15, 2012 6:54 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Error while loading Architect.
Replies: 1
Views: 1449

Re: Error while loading Architect.

Definitely TM1 Architect should not be crashing so I would suggest contacting support. It is complaining that the version of TM1 Package Connector being used by TM1 Architect is too old to edit the "Custom Query" type process. Double-check that the TM1_PACKAGE_CONNECTOR environment variabl...
by dr.nybble
Thu Mar 22, 2012 12:43 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Ascii Data Source Column Limit
Replies: 6
Views: 3298

Re: Ascii Data Source Column Limit

FWIW the maximum number of columns is 530.
by dr.nybble
Thu Dec 01, 2011 3:30 pm
Forum: Enhancements
Topic: If You Could ask the TM1 Development Team a Question.......
Replies: 81
Views: 83168

Re: If You Could ask the TM1 Development Team a Question....

Note that TM1 team members are not able to comment on future product releases.....

I have directed various TM1 folks to this thread so you will be heard.
by dr.nybble
Wed Sep 28, 2011 3:19 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Set TM1 Cognos Package Connector Connection Value by TM1 API
Replies: 2
Views: 2027

Re: Set TM1 Cognos Package Connector Connection Value by TM1

Sorry, it is not possible to dynamically set the credentials for TM1 Package Connector processes. Any BI and/or data source signons are stored in the underlying model and must be edited in TI.
by dr.nybble
Thu Sep 01, 2011 7:52 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Great ourdoor sample database
Replies: 4
Views: 4436

Re: Great ourdoor sample database

You need the IBM Cognos samples install kit. The data files are still there in 10.1.1.
by dr.nybble
Wed Aug 17, 2011 5:28 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Take Cube from TM1 to Transformer / Powerplay
Replies: 2
Views: 2110

Re: Take Cube from TM1 to Transformer / Powerplay

Transformer does not allow you to import fact data from OLAP sources (except SAP BW). This is because efficiently importing fact data from anything other than a very small cube is not viable through the reporting-based query engine. Transformer does have special query support to efficiently extract ...