Search found 16 matches

by Terramup
Wed Feb 23, 2022 3:38 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Background processing / queue (Not chores)
Replies: 15
Views: 4050

Re: Background processing / queue (Not chores)

Hi, If you just want them to run sequentially, there is the synchronized function that can be added to your TI scripts. It has a lot less features than a queueing process, but it is a simple way to force multiple user run processes to run sequentially. https://www.ibm.com/docs/en/planning-analytics/...
by Terramup
Wed Jan 26, 2022 8:48 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1.SQLAPI error message in TM1Server log
Replies: 5
Views: 27912

Re: TM1.SQLAPI error message in TM1Server log

I found this thread while looking at similar errors. In another location I was directed to the following IBM documentation that states they increased the logging of messages coming from ODBC drivers. https://www.ibm.com/docs/en/planning-analytics/2.0.0?topic=pa2d12-enhanced-sql-error-logging-in-tm1s...
by Terramup
Tue Jan 18, 2022 11:44 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Parallel ODBC loads
Replies: 9
Views: 42709

Re: Parallel ODBC loads

I do use ODBC multi-threaded and have seen it work great and not so great. It really depends on how you are hitting the indexes on your target like was mentioned earlier. Do all the sub processes finish at the same time or do they finish in sequence with a large gap between? If you cut it to two thr...
by Terramup
Tue Jan 18, 2022 9:48 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Issue on PAX 44
Replies: 12
Views: 25684

Re: Issue on PAX 44

Hi,
We had a user experience the same thing. We found out that if you resize the box, then the objects show up and you can select one before it goes blank again. So the work around is resizing the box after each selection. Did IBM indicate what the network issue was with the user?
by Terramup
Tue Sep 18, 2012 9:41 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 10 - Performance Modeler
Replies: 7
Views: 11747

Re: TM1 10 - Performance Modeler

We are also having this issue, but with a twist. It works using HTTP, but when we try to use HTTPS we get this error. One thing our tech recommened was turning on the logging on the client and see if that allows the process to start. C:\Users\<username>\AppData\Roaming\IBM\Cognos Performance Modeler...
by Terramup
Wed Aug 22, 2012 4:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX Primer
Replies: 18
Views: 16028

Re: MDX Primer

A co-worker of mine came across an updated version of your document. Would you be willing to put it on the forum?
by Terramup
Thu Jul 26, 2012 10:59 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos Express AD Authentication Stopped working
Replies: 8
Views: 12742

Re: Cognos Express AD Authentication Stopped working

In our case it was related to this tech note:
http://www-01.ibm.com/support/docview.w ... wg21446996

The AD server was saying that the name was invalid. We had to change the service to start with a domain account instead of local system.

Thanks,
ScottB
by Terramup
Fri Jul 20, 2012 9:01 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos Express AD Authentication Stopped working
Replies: 8
Views: 12742

Re: Cognos Express AD Authentication Stopped working

Hi,

Do you have a PMR? I think I have a similar issue and wanted to give my IBM tech the number.

Thanks,
ScottB
by Terramup
Tue Oct 04, 2011 8:13 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Data not Fed
Replies: 9
Views: 5030

Re: Data not Fed

Would adding this work?

Cube B - Rules
['Budget', '2011', 'Input'] => DB('Cube B', !Version, !Year, !Period, ElComp('Dept', !Dept-Flat Structure, 1), !COA, !Measures);

This would cause the already fed values in Cube B to feed their parents.
by Terramup
Mon Oct 03, 2011 11:08 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Lifecycle of Tm1s.log for Sandbox
Replies: 0
Views: 1757

Lifecycle of Tm1s.log for Sandbox

Hi, Does anyone know the lifecycle of tm1s.log files for Sandboxes? Does a Commit or Submit in Planner/Contributor change them from tm1s.log to tm1s(date).log? Does it happen when a user logs out? What cleans out the log files? I have seen them disappear, but I do not know the cause. Thanks, ScottB
by Terramup
Mon Oct 03, 2011 11:04 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Simple question on tm1s.log
Replies: 6
Views: 4821

Re: Simple question on tm1s.log

Check }CubeProperties to see if logging is set to YES for the cube. If not, the transactions are not sent to tm1s.log.
by Terramup
Thu May 19, 2011 4:17 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: 9.5.2 Hotfixes
Replies: 1
Views: 2084

9.5.2 Hotfixes

I was on the phone with IBM and asked about hot fixes for 9.5.2. They said that Hotfix 2 is out and is recommended for all clients because of a data integrity issue.
by Terramup
Thu May 19, 2011 4:13 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: 9.5.1 Hotfixes
Replies: 40
Views: 47255

Re: 9.5.1 Hotfixes

They are now on hot fix 17 for TM1 9.5.1.
In hotfix 12, there is a fix for a bug where MDX views on dimensions with security were not working in TM1 web.
You need to set the following parameter in TM1s.cfg:
PersistSecurityFilteringOfDynamicSubsets=T
by Terramup
Wed Mar 30, 2011 3:53 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cube Desing Question - partioned by date db model
Replies: 17
Views: 12024

Re: Cube Desing Question - partioned by date db model

The technical name of your problem is slowly changing dimensions. When a user looks at the data they want to see the lookup values as they were at the time of the transaction. Here are some random thoughts: -- For changing hierarchies, have a seperate hierarchy for each partition. The lowest level e...