Search found 7 matches

by Stephan1981
Wed Aug 08, 2012 3:26 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1RunTI - Copy data between different TM1 Servers
Replies: 7
Views: 6263

Re: TM1RunTI - Copy data between different TM1 Servers

I did some testing now and i created a .bat file with the following content: \\path\Cognos_TM1\bin\tm1runti -adminhost HostName –server NameofServer –user XXX –pwd "XXX" -process Process1 When running the batch file from my client computer I get the error message "tm1runti is not a va...
by Stephan1981
Wed Aug 08, 2012 2:10 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1RunTI - Copy data between different TM1 Servers
Replies: 7
Views: 6263

Re: TM1RunTI - Copy data between different TM1 Servers

There are only logs in TM1 Server B. They say, that the Process2 wasexecuted normally in 0.01 sec and the Process3 in 1.79 sec. There is no mentioning of Process1. The logs on TM1 Server A are empty. 8008 [169] INFO 2012-08-08 15:44:33.043 TM1.Process Process "Process3" executed by user &q...
by Stephan1981
Wed Aug 08, 2012 12:56 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1RunTI - Copy data between different TM1 Servers
Replies: 7
Views: 6263

Re: TM1RunTI - Copy data between different TM1 Servers

Thanks a lot Alan. That was the error. By the way, in the section where you write the path to the config file, there should be no quotes at all! Now, the process is executing and it shows no error ("Process executed successfully"). However, the Process1 (the one I call via TM1RunTI) does n...
by Stephan1981
Wed Aug 08, 2012 9:41 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1RunTI - Copy data between different TM1 Servers
Replies: 7
Views: 6263

TM1RunTI - Copy data between different TM1 Servers

Hello all experts, I have got a problem with TM1RunTI in my current project! We need to copy data from one TM1 Server into another TM1 Server. The user needs to press an action button in Perspectives/TM1 Web and all processes have to be executed. I defined the following processes: TM1 Server A: Proc...
by Stephan1981
Tue Apr 03, 2012 12:33 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Mapping Data from Source File to Elements in Dimensions
Replies: 4
Views: 3739

Re: Mapping Data from Source File to Elements in Dimensions

Thanks all for the replies! I did not know that it is possible to load data when there are alias names in the csv file instead of the element names. I think that would be the easiest way to do it. I will give it a shot. According to the customer it is a guaranteed one to one mapping, so the first op...
by Stephan1981
Mon Apr 02, 2012 4:27 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Mapping Data from Source File to Elements in Dimensions
Replies: 4
Views: 3739

Mapping Data from Source File to Elements in Dimensions

Hello all, I am trying to load data from a csv flatfile into an existing cube via a TI process. The problem is, that the source file contains different account names than my dimension in TM1. Because this file is generated and has a lot of data in it, it is also not possible to change that manually....
by Stephan1981
Fri Oct 28, 2011 2:29 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI Process to copy Data with Parameter
Replies: 6
Views: 4846

TI Process to copy Data with Parameter

Hello all experts, I try to create a TI process that copies Data from a specific year/scenario into another year/scenario. The source and target years/scenarios are parameters. All other Dimension elements should be unchanged. My TI process looks like this: Parameter Tab: Year_Source Scenario_Source...