Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Host administration panel provides an interface for infrastructural configurations of hosted Emakin applications. From this panel you can add/remove applications and manage their basic settings such as database settings, login services, file and calendar services, security policies, e-Mail services, and worker configurations.

Click the downward arrow next to application name to open the settings menu. Settings on this menu are separated into tabs as follows:

How to Access

Before accessing this page, you will have to register at least one application. If you haven't done it already please see Application Registration section.

You can access host administration panel by following the steps below:

  1. Go to ApplicationAddress/hostadm address from your browser (e.g. demo.myemakin.com/hostadm)
  2. On the landing page you will be required to enter an administrator token to get access to application settings
  3. On the computer where Emakin is hosted at, start Command Prompt and run the Agent service with "at" command without the quotation marks

    D:\6Kare\AltiKare>AltiKare.Workflow.Agent.exe at
  4. This will provide you a token similar to the one below:

    Administration Token: 86E2A3D0B8B2DFC96AB3DE2C89F4B765108FC756ADEC5BFC329E7F5C14224E9F
  5. Enter this token into Authentication Password area and press Login button to access the panel.

Application Registration

To register an application, run the Agent service from Command Prompt with the command below, passing the required parameters.

registerapplication|ra: Register application
        /a /applicationname               : Application name (String) (Required)
        /c /connection                    : Application database connection (String) (Required)
        /cn /dbprefix                     : Application database prefix. If not specified 'w' prefix used. (String) (Default = w)
        /cp /connectionprovider           : Application database connection provider. If not specified SqlClient used. (String)
        /e /email                         : System administrator email address (String) (Required)
        /r /repositoryconnection          : Repository database connection. If not specified application connection is used. (String)
        /rp /repositoryconnectionprovider : Repository database connection provider. If not specified application connection used. (String)
        /s /staticurl                     : Static resource url. If not specified static.<application name> used. (String)


  • No labels