Welcome: Guest | Sign-In
NOTE: This site is no longer maintained. Upgrade to ipMonitor v9 here.

NOTE: This site is no longer maintained. Upgrade to ipMonitor v9 here.
Watch a 4-minute movie about ipMonitor v9!
Knowledge Center > Tips
Credential Considerations for ADO-based Monitors

ipMonitor includes two Monitor types that make use of ActiveX Data Object technology: the ADO Monitor and the ADO - QA Monitor. These Monitors allow you to test database connectivity. In addition, the ADO - QA Monitor is able to perform a query and test the returned results.

It is likely that a Credential will need to be created and assigned to an ADO-based Monitor for it to connect successfully to a data source. The following Usage Restrictions options are available when creating a Credential:

Note: With increased security in mind, it is highly recommended that only the required Usage Restriction options are selected when creating a Credential.

Example

Monitor settings for a Microsoft SQL Server 2000 connection:

  1. For a Standard Security (SQL Authentication) connection:
    • Provider = sqloledb
    • Data Source = ServerName
    • Initial Catalog = DatabaseName
    Required Credential Usage Restrictions options:
    • May be used with ADO (ActiveX Data Objects)
  2. For a Trusted Connection (NT Authentication):
    • Provider = sqloledb
    • Data Source = ServerName
    • Initial Catalog = DatabaseName
    • Integrated Security = SSPI
    Required Credential Usage Restrictions options:
    • May be used with Windows Impersonation for use with RPC
  3. For a connection to a Named Instance of SQL Server 2000:
    • Provider = sqloledb
    • Data Source = ServerName\InstanceName
    • Initial Catalog = DatabaseName
The Credential Usage Restrictions options and additional parameters required will depend on whether the Named Instance uses SQL Authentication or NT Authentication (please refer to Examples 1 and 2).
Note: In order to connect to a SQL Server 2000 Named Instance, you must have MDAC 2.6 (or greater) installed.
  1. For a TCP/IP connection to a remote SQL Server 2000:
    • Provider = sqloledb
    • Network Library = DBMSSOCN
    • Data Source = xxx.xxx.xxx.xxx,1433
    • Initial Catalog = DatabaseName
The Credential Usage Restrictions options and additional parameters required will depend on whether the SQL Server Instance uses SQL Authentication or NT Authentication (please refer to Examples 1 and 2).
Note: The Network Library = DBMSSOCN parameter indicates TCP/IP should be used instead of Named Pipes. The default port number for SQL Server 2000 is 1433.
Additional Information

In order to use the ADO and ADO - QA Monitor types, the appropriate OLE DB Providers must be installed on the ipMonitor host machine.

For information on other features and concepts related to those discussed in this article, refer to the following ipMonitor resources:

< Back

Last Updated: April 19, 2006 | What did you think of this topic?

Privacy Statement | Terms of Use | EULA | Contact | Site Map

Prices displayed do not reflect international pricing unless otherwise stated. Please see our international price list for current pricing specific to your location. All prices are subject to change without notice.

© 2003-2008 SolarWinds.net, Inc. All Rights Reserved. SolarWinds®, the SolarWinds logo, ipMonitor®, LANsurveyor®, and Orion® are among the trademarks or registered trademarks of the company in the United States and/or other countries. All other trademarks are property of their respective owners.