Hello,
We are implementing ARIS 98.1.0.1.021439 in the company and would like to create two databases. One for development, another one for publishing. Since I am not experienced in administration of ARIS database, I would like to know how much effort it will be to administrate both databases. Or is there a more simple possibility to distinguish development and approved processes.
Thank you for your help in advanced.
Darja
Maxim Shmyrev on
Hello, Darja.
It's quite common approach. You have DEV database with approval procedure and PRD with locked processes. As soon as change is done and approved you unlock PRD database and move changes there. But there is one very important moment - moving from DEV to PRD should be done with database merge (so GUIDs of objects must be identical). The best way - create two databases and copy (merge) structure from one database to another one. After this you can make changes in DEV database, make drag-and-drop (merge) and changes will be replicated to another database.
Another scenario that you can use is ARIS Publisher Server. It's another RDBMS where you can publish approved processes. And viewers has access to Publisher via web-browser.
Maxim