ARIS Business Publisher - Support

Translate this pagebookmark or share this page
Daniel's picture

Posted: 2012-07-23
693 views | 6 comments | category: ARIS Support

0
show all articles

Hello people...

I started using the ARIS Business Publisher recently and have some questions about the tool. Please can you help me?

After the publish the database from ARIS Business Architect to ARIS Business Publisher some connections of objects aren't viewed in the models. Why?

In Aris Designer the connections are viewed normally.

Is there possibility to update the database published automatically?

Thanks very much.

Regards,

Daniel

Comments
Andre's picture

Hello Daniel,

Try to make a "filter compare" beetwen your Architect and Publisher export. Problably is that.

 

Regards,

Andre Sales

David's picture

I've noticed that sometimes objects or lines don't appear properly in publisher and I am not sure why.

The following snippet of code shows you how you can update the published database.

 

var oBusinessPublisher=Context.getComponent("BusinessPublisher");
oBusinessPublisher.updateExport(ArisData.getActiveDatabase(), bpServer, NAMEOFTHEPUBLISHEDDB);
Daniel's picture

 

Thanks for informations !
 
I'm utilizing the same filter ...
 
I'll try to discover the error and post the information here
 
Regards
Anita's picture

Hi Daniel,

 

Have you tried publishing with the Entire Method?

 

Kind regards,

Anita

Daniel's picture

YES!

I published with this method ...

 

Thank you

 

 

Manu's picture

Here is what has worked for me in the past. it is cumbersome but it worked.

Step 1. Go to the process models in Business Designer and delete the links which are currently not displayed in Publisher.

Recreate those links and save the process model and log-out

Step2.  login into the Business Architect. Use Administration Module; go to Your Database Server>>Publish>>Publisher Server>>Server

Then select the Relevant Export from the list in Exports Tab displayed on right.

Once you select the particular export the "Update" button will get enabled; use it to update the export.

Step3. Relog-in into the publisher and you should be able to see the links now.