Cookies CSS

Thursday, August 13, 2015

Off Box SQL installation

We can utilize a SQL Server that is not co-located on the same server as the BOC TAPI2 Connector.
The basic database will need to be created manually prior to the install.
Here are the build out requirements.

  • Create a SQL User.  Normally we recommend the username, BOC-Admin
    We cannot use a Windows account.
  • Create a database using the default seeings named BOC (this name is required) 
    • Collation: SQL_Latin1_General_CP1_CI_AS
    • Recovery Model: Simple
    • Do NOT replicate this database to other servers.
  • Set the new user BOC-Admin to be dbo on the database BOC


No comments:

Post a Comment