Hi,
When I try to connect to the OLAP server in SAS EG, I'm getting this error:
ERROR: The Bridge Protocol Engine Socket Access Method was unable to connect to host abc.net, port 5451.
ERROR: The TCP/IP tcpSockConnect() support routine failed with error 110 (The connection has timed out.)
What is the problem?
(This question is not related to programming but here is the code:
proc sql;
connect to olap (host="abc.net" port=5451
user="***" password="***");
disconnect from olap;
quit;
)
Thanks.