Hi All,
I'm trying to fix a Script that was created for modelling and evaluating business models like those describing processes, services and organisational structures.
The filter includes about 20 basic model types.
On the start you'll be able to choose which kind of information do you want to Output. Ex.
The problem is that when I choose "model types" somewhere on the it tries to open the Database
ODB = ArisData.openDatabase(dataBaseName,t_user,t_pw,guid,g_nloc, true);
but I got a 'null', and then when I try to get the Group and the ModelList to check if a specific Model exists, I got an Exception...
Any clue how to bypass this issue ?
Thanks in advance.