Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reason General OLE Error 16386 1

Status
Not open for further replies.

Warnie

Technical User
Joined
Oct 4, 2001
Messages
52
Location
US
Hi,

I have a product which is designed for SQL 7.0.
Now I have tried to install it on SQL 2K and when I open the Enterprise manager to confirm that I can access my server databases, I am getting an error as below:

A connection could not be established to (servername)

Reason General OLE Error 16386

Please verify the SQL Server is running and check your SQL Server registration properties. How do I get out of this?
Any pointers will be welcome.

Thanks,
Warnie
 
Try This ...

a. Stop all SQL Server services (MSSQLServer, SQLServerAgent, MSSEARCH)

b. Open command prompt and go to the Program Files\Microsoft SQL Server\80\Tools\Binn directory

c. Unregistered the following .dll files
(Ex. regsvr32 /u dtsui.dll):

dtsui.dll, sqlns.dll, sqldmo.dll, sqllex.dll, sqlmmc.dll

d. Copy and paste the .dll files from a CD (under x86\Binn directory) to the
Program Files\Microsoft SQL Server\80\Tools\Binn

e. Register the .dll files (Ex. regsvr32 sqldmo.dll)

Thanks

J. Kusch
 
Thanks Jay for the response.

It worked!! In conclusion, is my product setup corrupting the mentioned dlls? How do I get around this? Any pointers will be most welcome....

Warnie
 
Looks as if your third party app is in deed overwriting the DLLs for SS2K. Rather hard to give any pointers except to read the install notes prior to see if they have any bearing to SS2K and its associated files. Glad your back up and running!
Thanks

J. Kusch
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top