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

Hi All

I am trying to run a program and keep getting this error.

Any idea what is causing this and how to rectify?

ratnaparakhee_0-1652978110194.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
jebjur
SAS Employee

This error can occur when a network firewall is severing the connection between the Eguide client application and the SAS Metadata server. Setting the KEEPALIVE option on the SAS Metadata server will help to prevent firewalls from disconnecting SAS Enterprise Guide client sessions. 

 

The KEEPALIVE option can only be set within a configuration file for the SAS Metadata server.

1. Go to the directory where the Metadata Server's configuration files are located.
On a Windows machine, the location is:
\<SASconfig>\LevN\SASMeta\MetadataServer\
On a Unix based machine, the location is:
/<SASconfig>/LevN/SASMeta/MetadataServer/
2. Make a backup copy of the Metadata Server's "sasv9.cfg" file.
3. Modify the Metadata Server's "sasv9.cfg" file.
4. Look for the line that begins with this text:
-objectserverparms
5. On the -objectserverparms line, specify keepalive=value between two of the existing parameters
Note: value = the time in seconds you want the packet to be sent to your Firewall.

For example:
-objectserverparms "cel=credentials protocol=bridge port=8561 keepalive=600 classfactory=0217E202-B560-11DB-AD91-001083FF6836 trustsaspeer='Path\to\trustedPeers.xml' hostknownby='machinename'"

6. Close the sasv9.cfg file and save your changes

After both of these are set, you will need to stop and restart your Metadata Server and Object Spawner. If you have additional SAS services, you must stop and start all your SAS services in the correct order.

View solution in original post

3 REPLIES 3
ratnaparakhee
Obsidian | Level 7
I am using SAS Enterprise Guide 8.2
We get the same error for SAS EG 8.4 as well.
jebjur
SAS Employee

This error can occur when a network firewall is severing the connection between the Eguide client application and the SAS Metadata server. Setting the KEEPALIVE option on the SAS Metadata server will help to prevent firewalls from disconnecting SAS Enterprise Guide client sessions. 

 

The KEEPALIVE option can only be set within a configuration file for the SAS Metadata server.

1. Go to the directory where the Metadata Server's configuration files are located.
On a Windows machine, the location is:
\<SASconfig>\LevN\SASMeta\MetadataServer\
On a Unix based machine, the location is:
/<SASconfig>/LevN/SASMeta/MetadataServer/
2. Make a backup copy of the Metadata Server's "sasv9.cfg" file.
3. Modify the Metadata Server's "sasv9.cfg" file.
4. Look for the line that begins with this text:
-objectserverparms
5. On the -objectserverparms line, specify keepalive=value between two of the existing parameters
Note: value = the time in seconds you want the packet to be sent to your Firewall.

For example:
-objectserverparms "cel=credentials protocol=bridge port=8561 keepalive=600 classfactory=0217E202-B560-11DB-AD91-001083FF6836 trustsaspeer='Path\to\trustedPeers.xml' hostknownby='machinename'"

6. Close the sasv9.cfg file and save your changes

After both of these are set, you will need to stop and restart your Metadata Server and Object Spawner. If you have additional SAS services, you must stop and start all your SAS services in the correct order.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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
  • 3 replies
  • 16678 views
  • 1 like
  • 3 in conversation