Hi
I am trying to store the status of SAS DI jobs for it's execution. Except Oracle(DB) issues status table reflecting the status properly.
Need suggestions in resolving the issue.
Below is the error message:
ERROR: Specified AuthenticationDomain not found in foundation repository.
JOB_RC updated as 4 and jobstat as "Job Ended with Warnings" which is wrong
Hello,
It is possible that your submitted code contains a reference to either a non-existing authdomain or malformed reference to an existing authdomain.
The string to search for in your submitted code would be something like : authodomain = '<my-authdomain-name>'
An authodomain is created in SAS Management Console and contains userid and password.
If you locate a referenced authdomain in your submitted code, ensure that this authdomain is defined in SAS Management Console and is not malformed.
Hi,
How would one identify if the authdomain in metadata is malformed?
authdomain is defined in SAS Management Console and is not malformed.
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9. Sign up by March 14 for just $795.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.