Hi,
Any idea on following error, i got this error while executing the below given statement in EG .
proc sql;
connect to olap (host= "SERVER" port=8561 protocol=bridge userid="ABCD"
pw="{sas001}SGdoZ2hnMTIz"
repository="Foundation"
olap_schema="SASMain - OLAP Schema");
quit;
I have supplied the server name and userid/password correctly.
Error Message:
The client has connected to a SAS Metadata Server (v1.0) when it intended to connect to a SAS OLAP Server.