BookmarkSubscribeRSS Feed
abbieagocs
Fluorite | Level 6

Does anyone know of a way to select a specific workspace server from a custom task?

I would like to submit the simple task (it executes an X cmd on the remote server) - but I need to submit it to a specific SASApp instance to ensure the Server has the appropriate packages installed.

1 REPLY 1
Haikuo
Onyx | Level 15

Do you mean 'application server'? as workspace server is just a SAS instance running on certain app server. We use the following code to instruct SAS connect to a specific app server, this can be inserted into your custom task.

options metaserver="your metadata server name"
 metaport=8561 metaprotocol="bridge"
 metauser="your domain\your id" 
metapass="*******";  

signon server="your target app server name";

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 1 reply
  • 839 views
  • 0 likes
  • 2 in conversation