BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
Anne_A
Quartz | Level 8

Dear all,

 

Does anyone know what the output (and/or log content) of the METAOPERATE procedure will be when the SAS Metadata Server is down? For obvious reasons it is not something I can easily test myself ... 🙂

 

Many thanks in advance

 

Cheers

 

Anne.

1 ACCEPTED SOLUTION

Accepted Solutions
gwootton
SAS Super FREQ
You'd probably get a connection refused error, you could try by specifying an incorrect port first, like options metaport=8562;
1 proc metaoperate
2 action=status;
3 run;

ERROR: A connection refused usually indicates the target server is not active. Or, if active, it
may be listening on a different port or service.
ERROR: The Bridge Protocol Engine Socket Access Method was unable to connect to host
meta.example.com, port 8561.
ERROR: The TCP/IP tcpSockConnect() support routine failed with error 10061 (The connection was
refused.).
--
Greg Wootton | Principal Systems Technical Support Engineer

View solution in original post

2 REPLIES 2
gwootton
SAS Super FREQ
You'd probably get a connection refused error, you could try by specifying an incorrect port first, like options metaport=8562;
1 proc metaoperate
2 action=status;
3 run;

ERROR: A connection refused usually indicates the target server is not active. Or, if active, it
may be listening on a different port or service.
ERROR: The Bridge Protocol Engine Socket Access Method was unable to connect to host
meta.example.com, port 8561.
ERROR: The TCP/IP tcpSockConnect() support routine failed with error 10061 (The connection was
refused.).
--
Greg Wootton | Principal Systems Technical Support Engineer

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 297 views
  • 1 like
  • 2 in conversation