Search found 6 matches

by Andrew_M
Thu Nov 21, 2019 7:10 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: LOGOUTPUT to separate log file
Replies: 4
Views: 2930

Re: LOGOUTPUT to separate log file

Hi Tomok, Try to play with the below code adding it to tm1-log.properties file: log4j.logger.TM1.TILogOutput=DEBUG, Debug_LogOutput log4j.appender.Debug_LogOutput=org.apache.log4j.SharedMemoryAppender log4j.additivity.TM1.TILogOutput=false log4j.appender.Debug_LogOutput.File=TI.log log4j.appender.De...
by Andrew_M
Thu Apr 21, 2016 9:20 pm
Forum: Useful code, tips and tricks
Topic: Bedrock Issues
Replies: 20
Views: 120576

Re: Bedrock Issues (Coding Issue) Issue 9

Issue: Behavioural (Coding Issue) Process: Bedrock.Dim.Element.Component.Delete Version: 3.0 Details There is a block of code in the Prolog that validates pParent input parameter: # Validate Parent If( Trim( pParent ) @= '' ); nErrors = 1; sMessage = 'No Parent element specified'; If( pDebug >= 1 )...
by Andrew_M
Sat Jan 23, 2016 8:45 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Copy a dimension from one server to another server nightly using TI Code
Replies: 11
Views: 9363

Re: Copy a dimension from one server to another server nightly using TI Code

Another option is to use ODBO connection to a source server via TI process. In this case TI process can be configured through a wizard ( server name , user name, dimension name, etc. ) and there is no need to write a code in tabs if you don't need any additional/specific logic or you are not familia...
by Andrew_M
Wed Oct 29, 2014 6:58 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Compare Rules/TI processes for Production and Development
Replies: 6
Views: 5298

Re: Compare Rules/TI processes for Production and Developmen

If you need really quicker way and this is one-time task (I mean to compare these 2+2 files on 2 instances) then my suggestion is to use software tools for data comparison and merging of files like WinMerge. Regarding WinMerge you can open and compare source files (.rux and .pro) or just copy text r...
by Andrew_M
Mon Jan 13, 2014 11:17 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Budget Versions in TM1
Replies: 4
Views: 4331

Re: Budget Versions in TM1

dimension would suffice my requirement. Supposing you have Version dimension in your Tm1 model with the element Budget Version which you described. My suggestion is to add additional element in the Version dimension for instance Budget Version 1 but it is not enough (this is step #1). This step you...
by Andrew_M
Fri Jan 10, 2014 11:24 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ODBO connection between two x64 Tm1 servers
Replies: 11
Views: 9288

ODBO connection between two x64 Tm1 servers

Hi Everyone, Has anyone been able to create the ODBO connection between two Tm1 severs (x64) ? I have two x64 Tm1 9.5.2 servers with CAM authentication. They are located on the same adminhost. I need to create ODBO connection between them. The thing is IBM have a very poor section (Connecting to an ...