Assumptions:
- Axosoft OnTime is up and running in your environment. There are a multitude of ways to set up OnTime, but they all point to a common database which stores the OnTime information.
- At this time, the Vault Professional integration works with users configured to use OnTime authentication. Make sure anyone planning to use the integration can authenticate through OnTime directly, because an OnTime login and password will be required for configuring the integration.
- Install the OnTime SDK. Vault Professional communicates with OnTime Defects through the Axosoft OnTime SDK. The OnTime SDK is an ASP.NET web service which requires installation on IIS.
- Once the OnTime SDK is installed, you will need to modify its web.config file.
- Find the database connect portion, and create a connection which can communicate to your OnTime database.
- Generate a security token (GUID) to be placed in the appropriate section of the web.config file. Note: keep this value handy as it is required for Vault Professional integration.
- After installing the Vault Professional client, select the Tools -> Options for Axosoft OnTime Integration, and provide the location of the OnTime SDK Web service, as well as a OnTime user, password, and the security token (generated in the previous step).
- Test the connection.