BookmarkSubscribeRSS Feed
deleted_user
Not applicable
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.
4 REPLIES 4
FredrikE
Rhodochrosite | Level 12
As it says you are conecting to the Metadata server (port 8561), the Olap server is on another port (could be 5451).
deleted_user
Not applicable
Hi FredrikE,
i have identified the correct port number for OLAP server adn changed it , is working now .

Thanks.
Kiriti
deleted_user
Not applicable
Hi,
Any idea on following error, i got this error while executing statement in EG .
I have supplied the server name and userid/password correctly.

Error Message:

ERROR: An anonymous user cannot perform this function (calling interface MDXServer_1_0). Please supply a userid and password when

connecting to the server.


Thanks in advance
Kiriti
RichardH_sas
SAS Employee
Regarding the second question, it might be an issue of whether the query is being executed on a stored process server or a workspace server. Everything on the stored process server runs under a shared ID, whereas stuff on a workspace server uses the individuals credentials. This is just a guess though. You might want to check with SAS Tech Support since they would know the correct questions to ask: http://support.sas.com/techsup/contact/

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 4 replies
  • 1108 views
  • 0 likes
  • 3 in conversation