BookmarkSubscribeRSS Feed
sg_kr
Obsidian | Level 7

Hi,

when i am trying to connect the Netezza database, i am getting the below error.

 

ERRO:The Netezza Engine Cannot be found.

 

can any one help on resolving this.

 

thanks in advacnce

 

2 REPLIES 2
andreas_lds
Jade | Level 19

How to you try to establish the connection?

ballardw
Super User

Please run the code below and examine your log. If the proc setinit results do not show SAS/Access to Netezza (or something similar) then your installation does not have a license. If it appears in the setinit and not in the Proc Product_status results then it was not installed for you.

Or if you have a server installation of some type perhaps your SAS admin has not given you permissions to use the SAS/Access for  Netezza

 

Proc setinit;
run;


Proc product_status;
run;

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 1285 views
  • 0 likes
  • 3 in conversation