We have stored process where we are loading data from our compute server to the server where SAS VA is installed.
But only the admin user is able to load the data to using the STP, other users are getting error like
/*---- Implicit Transfer of Data ----*/
options comamid=TCP;
%let local = ap-xxxx.xxxx.xxxx 7551;
122 data _null_;
123 signon local AuthDomain="DefaultAuth" noscript;
ERROR: Retrieving login information based on AuthenticationDomain from the SAS Metadata Server failed.
ERROR: Remote signon canceled.
124 run;
Could you please help us to resolve the issue. So other users also able to load the data using STP.
Best Regards,
Manas