BookmarkSubscribeRSS Feed
ALOKVB86
Calcite | Level 5

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

3 REPLIES 3
ChrisLysholm
SAS Employee

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.

 

ALOKVB86
Calcite | Level 5
Hi

Thanks for the feedback. But issue is post execution of a DI job my status table is not getting updated with correct status when encountering DB related issues.
Even if I am getting an error status table is showing job executed successfully.
Getting this issue post migration of SAS 9.3 to 9.4
JessLund
Obsidian | Level 7

Hi, 

 

How would one identify if the authdomain in metadata is malformed? 

authdomain is defined in SAS Management Console and is not malformed.

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!
How to connect to databases in SAS Viya

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.

Discussion stats
  • 3 replies
  • 2365 views
  • 0 likes
  • 3 in conversation