Posted: Fri Aug 29, 2003 7:57 am Post subject: Container Changes in Production Environment
Newbie
Joined: 29 Aug 2003 Posts: 4
I needed to add new variable in data structure. I did it and try to execute the program and I am getting error 113.
ReadOnlyContainer.leaves() methods return the new structure for the process instances which were created before container changes. And problem is ContainerElement.getString() throws FMCEXCEPTION for newly added element. Looks it is not able to correlate the old instance with newly added variables.
I can catch the exception and set value to something. But is there any way through ADMIN tool to set values for old process instances (instead of program)?
U can't change inflight process instances.... so ur corresponding code should never change in production...
wht best u can do is someway distinguish between old process instance and new proc instance and call corresponding code... just think of changing process name or activity name (just a thought) and add the changed implementation at different place (say at different method & call this nethod).... hope this helps...
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum