Details
-
New Feature
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
SQL Server 1.1.3
-
None
-
None
-
Tested against SQL Server 2014
-
Modules
-
Needs Assessment
Description
Basic Info
Module Version: Current Forge Version
Puppet Version: All versions (new feature request)
OS Name/Version: All versions (new feature request)
Customer requests to run SQLServer on non-standard port. This is currently unsupported in sql_connection.rb
Desired Behavior:
New Metaparam that allows passing in a datasource containing a port
ie: add_connec_string => ['Data Source=190.190.200.100,1433','Network Library=DBMSSOCN'];
Actual Behavior:
When using a SQL Server configured with a nonstandard port, the result is the following error in sqlserver::config:
err Unable to apply changes, failed with error message [DBNETLIB][ConnectionOpen(Connect()).]SQL Server does not exist or access denied.
Please take a moment and attach any relevant log output and/or manifests. This will help us immensely when troubleshooting the issue.