Worksoft Community

Connecting Certify to a nonstandard port number for SQL server

Wiki Table of Contents

Page Details

First published by:
Yujira
on 24 Aug 2009
Last revision by:
Yujira
on 13 Apr 2010
This page has not yet been rated

Connecting Certify to a nonstandard port number for SQL server

 

By default, SQL Server listens on the well known port 1433.  However, SQL Server can be configured to listen on a different port. Certify can connect to SQL Server on the port where SQL Server is listening if it is not 1433.

 

For example,  if the SQL Server is configured to listen on port 1444 instead of 1433.  When I tried to connect with Certify it failed.  I then modified my configuration file.  I changed my database server entry from

 

    <add key="DATABASESERVER" value="localhost" />

to

    <add key="DATABASESERVER" value="localhost,1444" />

Recent Comments

Leave the first comment for this page.
©2009-2011 Worksoft, Inc.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems