Page 1 of 1

Subset not found error

Posted: Fri Jan 25, 2019 12:55 pm
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.

Re: Subset not found error

Posted: Fri Jan 25, 2019 2:38 pm
by Wim Gielis
Please post the actual code of the process, rather than relying on people guessing what you see in front of you.

Re: Subset not found error

Posted: Fri Jan 25, 2019 4:40 pm
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 ?

Re: Subset not found error

Posted: Sun Jan 27, 2019 4:10 am
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.

Re: Subset not found error

Posted: Sun Jan 27, 2019 5:34 am
by Wim Gielis
Thanks. But how can that process work in dev ?