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";

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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
  • 778 views
  • 0 likes
  • 2 in conversation