I have written a custom evaluation that compares Organizational Units vs. Business Services/Processes. This relationship is maintained in a TOGAF diagram.
The evaluation works wonderfully when run from the Scripts or Designer modules in ARIS Architect.
When run from publisher, however, I get the following error message: "unsupported method in bp - sun.reflect.NativeMethodAccessorImpl.invoke0(-2)."
Is there any known defects between TOGAF Diagrams and ARIS Business Publsher Evaluations?
Thanks,
Stefan
Hello Stefan,
compared to our experience with earlier releases you may not be aware of the luxury you enjoy: at least you get a clear statement from Business Publisher server.
It is not necessarily a "defect of TOGAF vs. Publisher" but the design of 2 server object models. Some methods of the Business Server/Architect scripting model are not supported by Business Publisher Server.
As there is no debugging tool on Publisher you can only zero in on the incompatible parts of your script by looking up Aris Script Help where it states "This method is also available in Business Publisher Report"
Volker Eckardt's script tutorial offers script design solutions to work around the problem.
Maybe this code snippet can help, too
Good luck, Martin