You can change settings entered during the setup process. Use the reconfigure ACC command to change settings, such as ports (Redirect ports, Redirect ports). When performing an update setup all modifications made manually in CFG or XML files will be lost.
In this example, the connection parameters to Process Governance are adjusted.
Procedure
Ensure that all values used in the reconfigure command, for example, for the keys username or password actually match to the values used in the <ARIS installation path>\server\bin\work\work_businesspublisher_<s, m or l>\base\webapps\businesspublisher\config\webappserver.cfg file and the umcconfig.cfg file. If typos were made during the setup process, the affected values must be adjusted.
For better readability, the parameters of the command are shown with line-wraps. For execution you must enter a single-line command.
bp.age.host="<aris-design-or-connect-srv>.domain.tld"
bp.age.port=80
reconfigure businesspublisher_<s, m, or l>
bp.ado.database="com.idsscheer.aris.businesspublisher.application.dao.database.AOracleDAO"
bp.db.driver="oracle.jdbc.OracleDriver"
bp.db.url="jdbc:oracle:thin:@//oracle-srv.domain.tld:1521:oracle_sid"
bp.db.validation.query="select 1 from dual"
bp.db.username="ARISBP"
bp.db.passwd="ARISBP"
bp.arisbpdata="ARISBPDATA"
bp.arisbpindex="ARISBPINDEX"
bp.login.module="UMCLogin"
bp.umc.server.url="http://<aris-design-srv>.domain.tld:<port number>/umc"
bp.umc.admin.login="superuser"
bp.umc.admin.passwd="<superuser's password>"
bp.age.host="<aris-design-srv>.domain.tld"
bp.age.port=80
This businesspublisher_<s, m, or l> runnable is reconfigured. Publisher users are authenticated via ARIS Administration and ARIS document storage will be available if it has been connected to the ARIS Publisher Server.
These modifications will not be affected by update setups. When performing an update setup all modifications made manually in CFG or XML files will be lost.