KnowGate Open Source CRM
es en

Setup and configuration on Microsoft SQL Server

Creating and empty SQL Server database

Check that server is configured to accept native authentication.
If native authentication is disabled the application will get the error "Not associated with a trusted SQL Server connection" when trying to connect to SQL Server.

Enable TCP/IP connections using SQL Server Client Network Utility.

Create a new database from Microsoft SQL Server Management Studio.

Open SQL Query Analyzer, switch to master database and execute:
ALTER DATABASE hipergate7 SET ARITHABORT ON
In case that ARITHABORT is not properly set, the Setup Wizard will get the following error "[SQLServer 2005 Driver for JDBC][SQLServer]INSERT failed because the following SET options have incorrect settings: 'ARITHABORT'"

PPT Step by step guide for setting up SQL Server on Windows (PowerPoint)

Setup on SQL Server Express Edition

hipergate may run on SQL Server Express RTM, although it is not recommended for production environments.
For using SQL Server Express:
• Get SQL Server 2012 Express with tools from www.microsoft.com/betaexperience/pd/SQLEXPCTAV2/enus/default.aspx.
• Execute self installer.

hipergate © 2003-2013 KnowGate. Some rights reserved [] [] [Valid XHTML 1.0] [Valid CSS 3]