while trying to load data in the tables loader getting the following errors.
If you haven't done so already, work closely with you SAS admin to figure out the root cause.
It could be anything from authorization to product/module configuration.
What you see in the prompt as per your screenshot should also be available in the SAS log (the log tab).
Based on the error message there is likely something not o.k. with authdomain odbc_auth_core. If you look into the generated code of this job then you should find somewhere a libname statement that uses this auth domain: libname ... odbc authdomain=odbc_auth_core ....
To isolate the error copy/paste this libname into an EG session and connect to the SAS server the same way as you connect to it via DIS. Then share the error log with your SAS Admin for resolution.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.