The Meridian API Service is the key to enabling the BlueCielo Mobile App. With it, users can find, view, and participate in document workflows from anywhere on your LAN with mobile devices. You install the Meridian API Service on the Meridian Enterprise web server with a Windows Installer package.
Note The service will be installed under the Default Web Site as the application M360.Meridian. The files will be installed at C:\Inetpub\M360 Meridian API Service by default.
To install the Meridian API Service interactively:
Option | Description |
---|---|
User name |
Type the name of a domain account to assign to the application pool M360.Meridian under which the service will run. This account must be the same account under which the Meridian EDM Server service runs. For more information about the requirements of this account, see Granting domain privileges with a service account. |
Password |
Type the password for the account |
To install the Meridian API Service unattended:
Run the following command line with the correct values for your environment:
msiexec /passive /i "M360MeridianApiServiceSetup.msi" APPPOOL_IDENTITY_NAME="<AccountName>" APPPOOL_IDENTITY_DOMAIN="<DomainName>" APPPOOL_IDENTITY_PWD="<Password>" INSTALLLOCATION="<Path>"