- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello, considering I have two different active application servers in my active server connection. How do I tell SAS which app server to use for a library definition? I know there's a server= option but that's only usable for remote server connection, isn't it?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I don't use EG but I would assume which server to send code to would be an attribute of the program node. So to make librefs on two different application servers you would have two different program nodes.
Exactly!
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
The library will always get assigned under the application server under which you execute the libname statement.
"I know there's a server= option but that's only usable for remote server connection, isn't it?"
Yes, that's for remote library services (RLS) which is part of SAS/Connect. And the docu states: RLS is a good solution for processing a small number of observations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I think this was faulty reasoning from the beginning. Of course, the code is transmitted to the application server that's active in the first place.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
You cannot do it with SAS code, since the SAS code know nothing about your Enterprise Guide session.
I don't use EG but I would assume which server to send code to would be an attribute of the program node. So to make librefs on two different application servers you would have two different program nodes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I don't use EG but I would assume which server to send code to would be an attribute of the program node. So to make librefs on two different application servers you would have two different program nodes.
Exactly!
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Yes, your application server is dictated by the one you define in your EG connection profile. To change application servers you must change connection profiles.