- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I've been having an issue with SAS Enterprise Guide where it's abruptly disconnecting from its default workspace - this has happened multiple times within a single session of a project I am working on. I can locate the original workspace and alll of the files that have been created there still exist, but EG is creating new default workspace in this same session that does not contain these file. So I can still access the files I need by mapping a new libname to them, but this is getting frustrating since it has happened four times now, so I am having to go to four different locations to link to the files I need. has anyone experienced this problem and/or does anyone know of a solution to this?
Thanks in advance for any input.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
A good place to start with this type of problem are the SAS workspace server logs. Do you have access to the workspace server folders (ideally) or does your SAS site have a SAS administrator who has access to check these out? There may well be messages in these logs that could help you find out what the problem is.
One possible cause for this is the network traffic rules for your workspace server are not set to appropriate values, for example they time-out too quickly to allow longer jobs to complete.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You say you find the original workspace. Do you only find the files/directories, or is the process still active? If the work directory is still there, but the process is gone, then it is very likely you had an abnormal termination of the workspace server, because on any "regular" termination the work directory is deleted.
PS network timeouts are a very likely culprit for what you describe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You did not mention the Eguide version.as of 5.1 and up you can run nodes in parallel.
This is a setting at the project level and at the node level.
What will happen is that every node will start a new session and nothing is given back to the Eguide sas session.
This is documented behavior found in the online help of Eguide. At papers or support docs this is not found (yet).