- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Is there a way in SAS EG 8.2 to change on which server all programs in a project should run?
When I'm connected to the Internet I prefer to run on SASApp server but when I'm not connected I prefer to run ont local server installed on my laptop. Of course I could go and switch between server in each and every program, but it would be very covenient if this could be done in just one place.
Does anyone know if it's possible?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
This might be too heavy of a process, but you can use the Tools->Project Maintenance tool to replace all references of SASApp to Local. It requires that you close the project file, run the tool, and then the project file is updated with the new references.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
This might be too heavy of a process, but you can use the Tools->Project Maintenance tool to replace all references of SASApp to Local. It requires that you close the project file, run the tool, and then the project file is updated with the new references.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Huh? Doesn't it just run on the server you are currently connected to? Why would which server to be used be stored in the EG project file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Each node in a project has its own server assigned; this enables one to run code on multiple servers within one project.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Great hint, Chris, saved my day!