Hello Gurus,
We are running SAS 9.4 M2 version hosted on Red Hat Linux OS. We were are facing issue with starting the Metadata services. Getting the error as:
Log Name : SASMeta_MetadataServer_console.log
NOTE: The tcpSockRead call failed. The system error is 'The connection was reset by a peer.'.
ERROR: Could not find extension: (tkcache)
Any clues or advice on how to fix this.
Regards,
Sudipta.
To All,
Tech Support helped us on working on this. During the upgrade the server side usage version got changed which casued the issue.
This is now fixed.
Thanks to Tech Support.
Hi,
I would align with SAS technical support for this. Specially if it is a Production environment.
In the meantime you can:
1- the tk errors are generally (not always, related to problem of libraries for SAS Foundation.
You could check this by running the SAS Operational Qualification Tool on your Metadata Server https://www.google.nl/url?sa=t&source=web&rct=j&url=https://support.sas.com/documentation/installcen...
If so,
Check if you un-installed or updated a library that is part of SAS pre-requisites. If you get the list of the currently installed libraries with you, and you compare the list with SAS foundation system requirements.
2- either way, you will need some additional information of the error, by stopping your metadata service, extending the logs if your metadata server to a DEBUG level, then starting it again, and you will be able to see additional information
Hello Juan,
How do I enable the Debug Level loggin for the Metadata server. Can you please share the procedure in doing it.
Regards,
Sudipta.
Hi,
on the metadata server, under the config/LevN/SASMeta/MetadataServer you should be able to find some configuration files named as logconfig.xml, logconfig.apm.xml, logconfig.trace.xml. Those files describe how the logging is configured on your SAS service.
If none of them are referenced under the sasv9.cfg or sasv9_usermods.cfg files, then the logconfig.xml is the one by default and the one you will need to modify.
Enable More Detailed Logging for Server Troubleshooting: http://support.sas.com/documentation/cdl/en/bisag/68240/HTML/default/viewer.htm#p0hchigzq8wvtrn1tnll...
<logger name="XXX"> <level value="Info"> </logger>
<level value="Info">
to <level value="Debug">
Hi Juan,
I didn't find any spawner's logconfig.xml file under config/LevN/SASMeta/MetadataServer/.
Also today I observed one more log entry at SASMeta_MetadataServer.log
ERROR [00000008] :sas - The server definition has a usage version of 2.0. The server can only load definitions less than version 2.0.0.
Is there any way we can know from where the metadata server is attempting to load the server definition.
regards,
Sudipta.
To All,
Tech Support helped us on working on this. During the upgrade the server side usage version got changed which casued the issue.
This is now fixed.
Thanks to Tech Support.
The SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment.
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.