Search found 19 matches

by em_past
Mon May 13, 2013 10:42 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: using .NET API for TM1
Replies: 18
Views: 13714

Re: using .NET API for TM1

Hi all,

Do You know if there is a some way to publish a package in FM from .NET or Java?
by em_past
Mon May 06, 2013 2:07 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: run process outside of Architect and FM package
Replies: 0
Views: 1486

run process outside of Architect and FM package

Hi all, I've got a problem - i need to run a TI process from Java and this is easy. But when i do it my process doesn't see publishing of my package - i'm using Framework Manager. Everything is fine when i'm running process by an Architect - but i have to do it automatically. What is more i found th...
by em_past
Sat Mar 16, 2013 10:27 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: calling process aborted TM1runTI.exe
Replies: 1
Views: 1936

Re: calling process aborted TM1runTI.exe

OK, i solved it - You can't publish package with checked option 'delete previous model versions' But problem now is another - it seems like TM1 process doesn't see package when it is running outside of Architect. I have a filter on measure in package. And process doesn't see that the filter is chang...
by em_past
Fri Mar 15, 2013 9:25 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: calling process aborted TM1runTI.exe
Replies: 1
Views: 1936

calling process aborted TM1runTI.exe

Hi, I've got a problem - i'm running my TI process by TM1runTI.exe I have to automatize this process - i've got a filter on a measure and after completion of the process i need publish package with another data in a filter. But after publishing when i want to run process i got the errror message: Ca...
by em_past
Mon Mar 11, 2013 9:19 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: multi-level hierarchy turbointegrator process
Replies: 13
Views: 13316

Re: multi-level hierarchy turbointegrator process

Hi, It's me one again. I try describe again my problem and attached some screenshots. I've published package in FM. In Report Studio i can see that my dimension hierarchy has 5 levels (picture 1). I have to import some attributes from each of level, for example description attribute from level0, lev...
by em_past
Mon Mar 11, 2013 8:08 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: multi-level hierarchy turbointegrator process
Replies: 13
Views: 13316

Re: multi-level hierarchy turbointegrator process

Hi, Thanks for your time for help me. ad. 1 For now i can't give you full rows from datasource because i haven't directly access to SAP unfortunately. ad. 2 COL_1 COL_2 COL_3 CodeName CodeName/48021 CodeName CodeName CodeName/48024 CodeName CodeName CodeName/48025 CodeName COL_4 COL_5 COL_6 CodeName...
by em_past
Sun Mar 10, 2013 4:51 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: multi-level hierarchy turbointegrator process
Replies: 13
Views: 13316

Re: multi-level hierarchy turbointegrator process

I'm sory for stupi questions but:
what code do you need? I haven't a lot of my own code - do you need screenshot of tab where i create dimension?

I think that i haven't mapping dimensions. Where and how can i do it? Can I do it in some tab or i need use some function?


Regards,
Michael
by em_past
Sun Mar 10, 2013 2:12 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: multi-level hierarchy turbointegrator process
Replies: 13
Views: 13316

Re: multi-level hierarchy turbointegrator process

Thanks for your replies! May be it is not important that my datasource is SAP BW, but i wrote it because with SAP and TM1 are some problems , I heard. This is my code from data tab in advanced View in my process: /* This is only for testing ELLEV function. I don't use this txt file. */ if(ELLEV('0CO...
by em_past
Sat Mar 09, 2013 12:08 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: multi-level hierarchy turbointegrator process
Replies: 13
Views: 13316

Re: multi-level hierarchy turbointegrator process

I did like you said, but results are the same.
COSTCENTER is realy a name of element. My code is in process of export data to SQL. May be i should do it in process of import data from SAP BW to cube?
I don't know if this ELLEV function is correct for data level extraction.
by em_past
Fri Mar 08, 2013 10:15 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: multi-level hierarchy turbointegrator process
Replies: 13
Views: 13316

Re: multi-level hierarchy turbointegrator process

Hi, I don't know wky, but now code is OK. This is a piece of my code: if(ELLEV('0COSTCENTER_0COSTCENTER','COSTCENTER') = 0); ASCIIOutput('c:\data.txt', '0'); ELSEIF(ELLEV('0COSTCENTER_0COSTCENTER','COSTCENTER') = 1); ASCIIOutput('c:\dane.txt', '1'); ELSE; ASCIIOutput('c:\data.txt', 'inne'); ENDIF; a...
by em_past
Fri Mar 08, 2013 4:07 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: multi-level hierarchy turbointegrator process
Replies: 13
Views: 13316

multi-level hierarchy turbointegrator process

Hi, How can I get levels for data from TI process? I've heard that there are some functions for it - ELLEV for example, but do You know how can i use it? When I try something like that: var=ELLEV('dimName', 'ElName'); ASCIIOutput('c:\data.txt', var); I've got an error - something is bad with structu...
by em_past
Tue Feb 19, 2013 9:14 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CGAddPromptValues function problem
Replies: 5
Views: 4406

Re: CGAddPromptValues function problem

Thanks for help!

But when i set prompt value 'by hand', in tab dimensions -> prompts in TI proccess, everything is fine. So my package should be OK i think.
But thanks a lot for help - it's really helpful message that settings for my prompt are in .blb file :-)
by em_past
Thu Feb 14, 2013 9:10 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Help TI problem using IBM Cognos Package Connector
Replies: 11
Views: 9134

Re: Help TI problem using IBM Cognos Package Connector

Hi,
Do you know how can i set prompt bex value dynamically?
I tried with cgaddpromptvalue() function but it returns an error: invalid key.
Has anybody finished TI proccess correctly with this function?
by em_past
Tue Feb 12, 2013 11:02 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CGAddPromptValues function problem
Replies: 5
Views: 4406

Re: CGAddPromptValues function problem

Yes, i've reaad it, but there aren't response to my question. According to the documentation my function is correct and should be in this form: size = CGPromptSize(); name = CGPromptGetNextMember(0 - (size - 1)); CGAddPromptValues(name, '20130117', '20130117'); But it is not. I think that i should s...
by em_past
Mon Feb 11, 2013 2:18 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CGAddPromptValues function problem
Replies: 5
Views: 4406

CGAddPromptValues function problem

Hi, I've got a problem with this function. In a SAP BW there is a BEX PROMPT made on 'createDate' dimension. I tried to use it like that: size = CGPromptSize(); name = CGPromptGetNextMember(0 - (size - 1)); CGAddPromptValues(name, '20130117', '20130117'); But it returns an error: "2500000228&qu...
by em_past
Mon Feb 11, 2013 7:57 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: problem with different data in report studio and TI process
Replies: 5
Views: 3148

Re: problem with different data in report studio and TI proc

OK i fixed the problem - i had to change language for USER who run TM1 server proccess.
You can change it in Windows Services tab -> server on which you're working -> properties -> check user
by em_past
Sat Feb 09, 2013 10:04 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: problem with different data in report studio and TI process
Replies: 5
Views: 3148

Re: problem with different data in report studio and TI proc

thank you for your response. it works like i thought that when i have selected language for package in FM as 'English', in Report Studio i see values for English description. So i think that i have change language in TM1 to Polish, but it is not easy for me... I tried change language values in diffe...
by em_past
Fri Feb 08, 2013 3:18 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: problem with different data in report studio and TI process
Replies: 5
Views: 3148

Re: problem with different data in report studio and TI proc

i did a proccess but i haven't English dimension in attrribute tab. It is special SAP function that you can set language according to what you have selected in your package. But what i'd like to know is why i have differrent data in Report Studio and after importing to cube from the same package? TM...
by em_past
Fri Feb 08, 2013 2:13 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: problem with different data in report studio and TI process
Replies: 5
Views: 3148

problem with different data in report studio and TI process

Hi, i'm new here. I've got a problem: i see differrent data in report studio and my cube after importing data to it. I import data from SAP BW. I need a product description. And in SAP there are two columns with English and Polish description. In Report Studio i see correct data (Polish description)...