Search found 78 matches

by failurehappening
Fri Nov 30, 2018 5:14 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: tm1server.log tm1s.log split location
Replies: 1
Views: 2013

tm1server.log tm1s.log split location

Hi Is it possible to have the tm1server.log file write out to different location to the tm1s.log. e.g. tm1server.log gets written to /tm1/data/logs/tm1server.logs tm1s.log gets written to /tm1/data/instance/logs/tm1s.log Would the best way be to have tm1.log and tm1server.log get written to /tm1/dat...
by failurehappening
Mon May 01, 2017 11:01 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Run a Java program from TI process using ExecuteJavaN
Replies: 3
Views: 4404

Re: Run a Java program from TI process using ExecuteJavaN

Hi Mohan It's going to be difficult for anyone to debug why your java app is returning that error if you don't put any of the java code in the post. Can I suggest having a read through http://www.tm1forum.com/viewtopic.php?f=3&t=1037 and then post the actual code in your class that you're callin...
by failurehappening
Thu Apr 20, 2017 6:32 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Picklist
Replies: 16
Views: 10090

Re: Picklist

This is the perfect use of the famous DOUBLE EXPAND ... You need a cube with a large amount of dims to build/modify the TI, but this is the data tab, you can use the function Value_Is_String to find out if the cell you're processing is String or Numeric and then NumbertostringEX to format the numeri...
by failurehappening
Thu Apr 20, 2017 5:46 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CAM authentication 401 error - TM1 REST API
Replies: 6
Views: 9142

Re: CAM authentication 401 error - TM1 REST API

As Brian said it's of the form CANNamespace:base64(UN:PW:NameSpace) but you need to convert the (UN:PW:NameSpace) string to bytes and the encode the bytes to give you the encoded authorisation. The way I connect is using an HttpPost object and then adding the authorisation as a header, which is a sl...
by failurehappening
Mon Jul 11, 2016 5:29 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unable to execute tm1runti with TI parameters in AIX environment
Replies: 6
Views: 4547

Re: Unable to execute tm1runti with TI parameters in AIX environment

Interesting that your enclosing the value of your string parameter in single quotes and not double, is that correct or a typo? Thanks All for your help placing the process parameter immediately after -process processname worked for me in AIX. Here is how it looks /usr/ibm/cognos/tm1_64/bin64/tm1runt...
by failurehappening
Tue Jun 21, 2016 11:01 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unable to execute tm1runti with TI parameters in AIX environment
Replies: 6
Views: 4547

Re: Unable to execute tm1runti with TI parameters in AIX environment

This is an example of a runti command that we use on linux "/opt/ibm/tm1/bin64/tm1runti.exe" -Process "Process Name with Spaces" -Adminhost tm1admin.here.com -Server "TM1 server name" -CAMNamespace NameSpace -User "ServiceAccount" -passwordfile "/opt/ibm/...
by failurehappening
Wed Jun 01, 2016 5:58 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Copy / Paste issue in Architect
Replies: 4
Views: 2920

Re: Copy / Paste issue in Architect

I think you get the code --------------------------- TM1 --------------------------- Process completed successfully --------------------------- OK --------------------------- in your clip board when you have a dialogue box from running a process left there waiting for OK to be clicked. Have a look a...
by failurehappening
Wed Apr 20, 2016 3:59 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 cfg parameter - RulesOverwriteCellsOnLoad
Replies: 8
Views: 6627

Re: TM1 cfg parameter - RulesOverwriteCellsOnLoad

I believe the PMR Andy is talking about is
PMR 70882,101,616 - Feeders do not fire up on startup in the TM1 Instance
by failurehappening
Tue Nov 17, 2015 12:38 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Shutdown Script Not Working (Unix Admin Server)
Replies: 7
Views: 5414

Re: TM1 Shutdown Script Not Working (Unix Admin Server)

If you know the username and password of an admin user and the name of the ti process that is used to save data, you can use runti "/opt/ibm/tm1/bin64/tm1runti.exe" -Process "Save Data All" -Adminhost "192.168.0.100" -Server "Name Of Your Instance" -CAMNamespa...
by failurehappening
Mon Nov 16, 2015 11:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Shutdown Script Not Working (Unix Admin Server)
Replies: 7
Views: 5414

Re: TM1 Shutdown Script Not Working (Unix Admin Server)

Using the s INT switch means the process will be send a SIGINT signal, the instance should save the data on the way down. If you kill the process with -9 then the process is sent a SIGKILL and the data will not be saved to disk. The SIGINT signal is sent to a process by its controlling terminal when...
by failurehappening
Mon Nov 16, 2015 3:52 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Shutdown Script Not Working (Unix Admin Server)
Replies: 7
Views: 5414

Re: TM1 Shutdown Script Not Working (Unix Admin Server)

Hi Stuart We have the same scripts but running RHEL. Something I have noticed is that the admin server and tm1 instances must all be running as the same user, here that user is called tm1, when different users are running the admin host and tm1 instances I've had problems with the script provided by...
by failurehappening
Fri Aug 21, 2015 4:00 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: .cub and feeder file are doubled in size
Replies: 9
Views: 4983

Re: .cub and feeder file are doubled in size

Sorry,If I am wrong here,as for as I understand TM1 sparse consolidation mechanism should simply ignore these zero or null values,So how come it gets saved to the cube? Thanks By default you're right, but it is possible to store these values in the cube using UNDEFVALS http://www-01.ibm.com/support...
by failurehappening
Wed Jul 22, 2015 11:33 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Size and RAM of TM1
Replies: 3
Views: 3611

Re: Size and RAM of TM1

that question makes no sense at all... TM1 can hold lots of data, however much memory you think you need, double it .. and probably add a 0
by failurehappening
Thu Jul 16, 2015 4:19 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How To Run multi Process
Replies: 2
Views: 2564

Re: How To Run multi Process

Macsir is spot on... If you are always going to use the same date variable when you run your two processes, there is no need to have two parameters, you can use the same one. If your parameter is called pInputDate on your process Multi_Run and pUpdateDate on your tests processes then you can use the...
by failurehappening
Fri Jun 12, 2015 12:25 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: The correct parameter of Tm1runTI
Replies: 9
Views: 7338

Re: The correct parameter of Tm1runTI

Whenever I use tm1runti.exe I always surround all my strings in double quotes including the username and password, the parameter names and values sQuote = Char(34); sProcess = sQuote | ProcessName | sQuote ; sParameters = sQuote |ParmaterName1 | sQuote | '=' | sQuote | ParameterValue1 |sQuote ; Addi...
by failurehappening
Fri Jun 12, 2015 12:05 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to set user to run Chore
Replies: 5
Views: 5141

Re: How to set user to run Chore

As a work around, the chore could call a process using TM1RunTI.exe where you have to specify which user the process runs as. This does have some drawbacks, you won't be able to use multi-commit as TM1 won't think that it's a chore any more, just a process that has been kicked off by a user.
by failurehappening
Thu Jun 11, 2015 11:56 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI firing program not working
Replies: 9
Views: 5688

Re: TI firing program not working

Not an answer to why it's not working, but the way I shut down services from TM1 is with the following: sQuote = CHAR(34); sCmd = 'cmd /c sc \\' | pAdminHost | ' STOP ' | sQuote | pService | sQuote ; ExecuteCommand ( sCmd,0 ); Copy your code across or whatever you're doing and then use the same comm...
by failurehappening
Mon May 25, 2015 11:43 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1Top session stuck with 'Run' under the 'State'
Replies: 8
Views: 7627

Re: TM1Top session stuck with 'Run' under the 'State'

I don't believe you have the same issue as the article, as it is stating things that are fixed in FP3
by failurehappening
Mon May 25, 2015 3:55 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1Top session stuck with 'Run' under the 'State'
Replies: 8
Views: 7627

Re: TM1Top session stuck with 'Run' under the 'State'

There really isn't any need to add the same information to two separate threads...

A quick search on the IBM site leads to
Cognos TM1 9.5.2 FP3 Fix List
http://www-01.ibm.com/support/docview.w ... wg27036823

What FixPack are you running?
by failurehappening
Tue May 12, 2015 8:19 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Data Load Failing everyday
Replies: 16
Views: 11361

Re: TM1 Data Load Failing everyday

It will continue to get stuck until the data is fixed either in the TM1 model or in the source. From the log: "$NOOID","$NOOID","$NOOID","$NOOID","$NOOID","$NOOID","73302100","79123200","$NOOID","$NOOID&qu...