Table of Contents

{$page}

Installing COELACANTH Service

The COELACANTH service must be running at all times in order for the API to be accessible for querying.

Requirements

Installation

  1. Copy the latest Coelacanth.Setup.MSI from G:\RunImage\Installations\Control 5.1\WAPIC\.
  1. Double-click to run the Coelacanth.Setup.MSI to begin the installation process.
  1. Click Next to begin the installation of the Control Web API Service.
  1. Accept the license agreement usage terms and click Next.
  1. Specify a destination folder if you prefer, otherwise click Next.
  1. Click Install to complete the installation.
  1. Click Yes if prompted to allow the following program to make changes to this computer.
  1. Click Finish to close the install window.

Verify the COELACANTH Service is Installed and Running

Testing the API

Troubleshooting

Coelacanth.Setup.msi CSSERVER=[sql server] CSINSTANCE=[SQL Instance] CSUSERID=[SQL User] CSPASSWORD=[SQL User Password] CSLOG=[SQL Table Name for WAPIC Log] CSCONTROL=[Control SQL Database] PORT=[PORT] CHAPIADDRESS=[CHAPI URL] USERNAME=[CHAPI User] PASSWORD=[CHAPI User Password]

code

Coelacanth.Setup.msi CSSERVER=MyServer CSINSTANCE=CYRIOUS CSUSERID=cyrious CSPASSWORD=Enter SQL Pass CSLOG=WAPIC_Log CSCONTROL=StoreData PORT=5321 CHAPIADDRESS=“http://localhost:12556/chapi/” USERNAME=Chapi PASSWORD=Ch@piUser1

code

Source

Contributor: Brandon R., Cyrious

Date: 8/21/2013

Version: Control 5.1

See Also