TI process not working

Post Reply
AshokReddy
Posts: 12
Joined: Wed Jul 25, 2012 6:15 am
OLAP Product: Cognos TM1
Version: 9.4.1
Excel Version: 2003

TI process not working

Post by AshokReddy »

Hi All,

I have TI process which is running correctly .

My TI process : Test_TI and i renamed it to Test1_TI , In Test_TI iam creating the dimensions and cube and loading the file data into the cube.

After that i am exporting the same data into the CSV file and deleting that cube and dimensions from the system.

I am doing the samething in Test1_TI(I din't do any changes to the TI). But when iam running the Test1_TI it throws up and error saying cube need to be created.

I have Test_TI in the system only , when iam running my old TI it is executing sucessfully.

can anyone tell what is the reason.

Regards
Ashok
asutcliffe
Regular Participant
Posts: 164
Joined: Tue May 04, 2010 10:49 am
OLAP Product: Cognos TM1
Version: 9.4.1 - 10.1
Excel Version: 2003 and 2007

Re: TI process not working

Post by asutcliffe »

AshokReddy wrote: I am doing the samething in Test1_TI(I din't do any changes to the TI). But when iam running the Test1_TI it throws up and error saying cube need to be created.
So, Test1_TI is expecting a cube to exist that doesn't? It might help people if you provide the exact error message you're getting.

Are you using the output of GetProcessName() for anything? That's about the only thing I can see making a difference if the two TI processes really are the same.
User avatar
Martin Ryan
Site Admin
Posts: 1989
Joined: Sat May 10, 2008 9:08 am
OLAP Product: TM1
Version: 10.1
Excel Version: 2010
Location: Wellington, New Zealand
Contact:

Re: TI process not working

Post by Martin Ryan »

To restate your problem
- You had a TI process that was working
- You saved that TI process with a different name, but made no other changes
- You ran the second process and it behaved differently to the first process

Is that correct? One of two things has happened here, the more likely is that you have accidentally or otherwise made some other sort of change. Such as commenting out the line that actually builds the cube. The other thing is that you have a bug. I think that's extremely unlikely.

I would suggest you delete Test1_TI, open up the original TI process and re-save it as Test1_TI again. If your problem is replicable then send it to IBM. However I've fairly sure you'll find that you have actually made some sort of other change.

As an alternative, you could copy and paste the prolog/metadata/data/epilog code from each TI process and put them side by side in Excel, then in the third column compare the two with the formula =trim(a1)=trim(b1). Anywhere that returns false means the code is different.

Martin
Please do not send technical questions via private message or email. Post them in the forum where you'll probably get a faster reply, and everyone can benefit from the answers.
Jodi Ryan Family Lawyer
Alan Kirk
Site Admin
Posts: 6647
Joined: Sun May 11, 2008 2:30 am
OLAP Product: TM1
Version: PA2.0.9.18 Classic NO PAW!
Excel Version: 2013 and Office 365
Location: Sydney, Australia
Contact:

Re: TI process not working

Post by Alan Kirk »

Martin Ryan wrote: As an alternative, you could copy and paste the prolog/metadata/data/epilog code from each TI process and put them side by side in Excel, then in the third column compare the two with the formula =trim(a1)=trim(b1). Anywhere that returns false means the code is different.
Just to expand on Martin's suggestion, there's also a very cool open source application called WinMerge (http://winmerge.org/) which will allow you to load up both .pro files and automatically find the differences.
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
Post Reply