Show contents 

Installing and Setting Up Foresight Analytics Platform > Installing Foresight Analytics Platform Extensions > Designer of Business Applications Back End > Opening Business Application

Opening Business Application

To open a business application in the web interface, use the supported browser and specify URL in the connection string depending on how the designer of business applications back end was installed:

http://<web server>:<port number>/dba/

Where:

http://<web server>/dba/

Where:

http://<web server>/DBA_App_v10.x/

Where:

http://<web server>/DBA_v10.x/

Where:

http://<IP address or workstation name>:<port>/dba/

http://<IP address or workstation name>:<port>/path/

Where:

After executing the operations the start page of designer of business applications opens for authorization in the repository. The business application uses settings specified in the config.json or DBA.config.json file. When working with the default address, for example: http://localhost/DBA_App_v10.x/ the business application specified in the targetApp field opens from the repository specified in the targetRepo field.

To connect to another repository and open the business application, which settings are determined in the repositories field, one can add additional parameters for the address in the config.json or DBA.config.json file:

For example:

http://localhost/DBA_App_v10.x/#/login?repo=REPOSITORY_ID&appId=BUSINESS_APP_1

If single repo parameter is set, the business application opens that is specified as the first one for the repository in the repositories field.

If parameters are not specified or the non-existing repository/business application identifier is set, connection is established to the default repository and business application that are specified in the targetRepo and targetApp fields.

See also:

Designer of Business Applications Back End | Setting Up Designer of Business Applications Configuration