Error Message: Could Not Connect to the Specified DSN (246128)



The information in this article applies to:

  • Microsoft Site Server 3.0

This article was previously published under Q246128

SYMPTOMS

When you attempt to create a new Active User Object (AUO) provider using the Site Server Service Admin (HTML), the following error message is displayed:
Could not connect to the specified DSN.

CAUSE

The .asp files that are called when a new AUO provider is created include the text ".1.5" after the ADODB.Connection object. This text, ".1.5," incorrectly specifies the component version.

RESOLUTION

In each of these .asp files, remove the text ".1.5" from the ADODB.Connection line (this error only occurs on one line in each file).

These files are Odbcwiz04.asp, Odbcwiz05.asp, Odbcwiz06.asp, and Odbcwiz11.asp, and they are located in the \Microsoft Site Server\SiteServer\Admin\Knowledge\Persmbr folder.

Note: Because the component version is subject to change, the version number is not normally explicitly specified in code, so that the current version is automatically used.

WORKAROUND

Use the Site Server Service Admin (MMC) to create the new AUO provider.

STATUS

Microsoft has confirmed that this is a problem in Site Server 3.0.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Open the Site Server Service Admin (HTML) site (not the MMC).
  2. Click Personalization & Membership.
  3. On the left side, click Membership Servers.
  4. Select a membership server, and then click the Properties button.
  5. Click the AUO (Active User Object) Providers link, and then click Create.
  6. Type a name for the alias, select SimpleDBDS for the Provider Type, and then click Next.
  7. Select a DSN, provide the user name and password for the DSN, select an Access Type, and then click Next.

Modification Type:MajorLast Reviewed:8/4/2000
Keywords:kbbug KB246128