BookmarkSubscribeRSS Feed
Abcd12233
Calcite | Level 5

Hi,

I am trying to connect to a Microsft SQL Server in SAS EG 5.1. I can connect to this server using File->Open->OLEDB->Microsoft OLEDB Provider for SQL Server wizard, but it takes too long and I would like to connect using a libname statement.

Thanks so much in advance.

 

My code is:

libname mydblib oledb

datasource=sqlservername provider=sqloledb properties=('initial catalog'=db);

 

Running this code, I get the following error message in the log:

ERROR: The OLEDB engine cannot be found.

ERROR: Error in the LIBNAME statement.

 

6 REPLIES 6
Damo
SAS Employee

Hi @Abcd12233

 

It seems that the SAS/ACCESS Interface to OLEDB module is not licensed, not installed or both.

If you check your license, does it list the module ?

proc setinit; run;

If you check with SAS Foundation products are installed, does it list the module ?

proc product_status; run;

Hope that helps.


Cheers,
Damo

Abcd12233
Calcite | Level 5

Hi Damo,

 

Thank you, this seems to be the problem. I don't see SAS/ACCESS Interface to OLE DB listed. Can you suggest any other ways I could use?

 

Thank you!

SASKiwi
PROC Star

If you have SAS/ACCESS to SQL Server or SAS/ACCESS to ODBC then either of these would also work.

RW9
Diamond | Level 26 RW9
Diamond | Level 26

How do you believe using a libname will be any quicker than using the gui?  It seems to you have a connection issue to the database, speak to your database admin/IT group to get it fixed.

Damo
SAS Employee

It's not using the same technology, that's my understanding.

 

When using File => Open => OLEDB, this is the message we get from EG (version 7.1 in my case)

 

OLEDB.PNG

 

My apologies if I say something silly (again)

 

Cheers,
Damo

 

 

LinusH
Tourmaline | Level 20
If you want something that is quicker, and fairly easy to use, you need to licence SAS/ACCESS to either OLEDB, ODBC or SQL Server.
Data never sleeps

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 6 replies
  • 5892 views
  • 0 likes
  • 5 in conversation