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;

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

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.

SAS Training: Just a Click Away

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

Browse our catalog!

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