BookmarkSubscribeRSS Feed
woo
Lapis Lazuli | Level 10 woo
Lapis Lazuli | Level 10

Hello - I have Linux grid environment sas 9.4. trying remote submit code from sas grid environment to test sas server where have sas metadata server/object spawner and sas connect spawner up and running fine.

 

I can ssh from grid sas server 9from where I am executing code) to test server.

 

when I run below code, receives below error.

 

options metaserver=servername.com metaport=8561 metauser=userid metapass=XXXXXXXX;
%let rc=%sysfunc(grdsvc_enable(_all_, server=SASApp));


NOTE: Connecting to SAS Metadata Server produced: ERROR: No logical grid server exists for SAS Application Server "SASApp".
NOTE: SAS application server not found; the local machine will be used.

 

signon ses1;

rsubmit;

 

sas statements....

..

..

endrsubmit;

signoff;

 

 

I added test sas server to "sasapp - logical workspace server" under grid environment but still sees that error...

 

anything else needs to be done?

2 REPLIES 2
saspert
Pyrite | Level 9

http://support.sas.com/kb/36/029.html . Is that any helpful?

SuryaKiran
Meteorite | Level 14

Hi,

 

Check if this helps:http://support.sas.com/kb/50/430.html

Thanks,
Suryakiran

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!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 2 replies
  • 2236 views
  • 0 likes
  • 3 in conversation