Subset not found error

Post Reply
amit_hhh
Posts: 28
Joined: Wed Jan 18, 2017 3:27 pm
OLAP Product: Cognos TM1
Version: 10.2.2, 11
Excel Version: Excel2010
Location: Bangalore, India

Subset not found error

Post by amit_hhh »

Hi,

While executing a TI, I am getting the error as subset can not be found on the SubsetElementInsert function in prolog tab. The TI is creating a temporary subset. Creating in Prolog and deleting in the epilog then. The TI was working fine in DEV but when migrated to QA, it throws the error. Please suggest.
Regards,
Amit Saxena
India
Wim Gielis
MVP
Posts: 3120
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.0.9.18
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: Subset not found error

Post by Wim Gielis »

Please post the actual code of the process, rather than relying on people guessing what you see in front of you.
Best regards,

Wim Gielis

IBM Champion 2024
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Wim Gielis
MVP
Posts: 3120
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.0.9.18
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: Subset not found error

Post by Wim Gielis »

Also, are these temporary subsets and views in the sense of 'not permanent' when they are being created ?
What is the exact version of TM1 that you use for this ?
Best regards,

Wim Gielis

IBM Champion 2024
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
amit_hhh
Posts: 28
Joined: Wed Jan 18, 2017 3:27 pm
OLAP Product: Cognos TM1
Version: 10.2.2, 11
Excel Version: Excel2010
Location: Bangalore, India

Re: Subset not found error

Post by amit_hhh »

Thank you for your response. I am able to fix the issue by myself. The issue was that in prolog after destroying the temp view, it was not being created just after destroying it, but in the next else statement it was being created. That was resulting this error. I am on version 10.2.2. In PA, we have another parameter that will create and destroy the temp subsets.
Regards,
Amit Saxena
India
Wim Gielis
MVP
Posts: 3120
Joined: Mon Dec 29, 2008 6:26 pm
OLAP Product: TM1, Jedox
Version: PAL 2.0.9.18
Excel Version: Microsoft 365
Location: Brussels, Belgium
Contact:

Re: Subset not found error

Post by Wim Gielis »

Thanks. But how can that process work in dev ?
Best regards,

Wim Gielis

IBM Champion 2024
Excel Most Valuable Professional, 2011-2014
https://www.wimgielis.com ==> 121 TM1 articles and a lot of custom code
Newest blog article: Deleting elements quickly
Post Reply