Hi all,
I'm helping a customer to migrate ARIS Process Governance from version 7.2 to 9.8 SR 1 but there is a problem that I can't define if it's because a possible inconsistent export from Governance Automation Model database or for something else.
After check the "ARIS Server Installation and Administration Guide 9.8 SR1", Topic "Migration of ARIS with LDAP Integration", I verified a recommendation of "In case of having used Process Governance, make sure that there are no governance processes running when migrating the databases".
What could be the impacts of a migration in this kind of situation?
My doubt happened because the imported database to version 9.8 is presenting some strange behaviors:
- Apparently the variables are not carring the values assigned during the process execution. For example, an automated task that uses the script below is alway returning the error message "Cannot call method GUID of undefined":
var model = ArisData.getSelectedModels();
Context.setProperty("guid",model[0].GUID());
Thanks in advance for your replies!
Best Regards,
Vitor Henrique Soutinho