Hi all,
Normally when I face this error from SAS EG, I normally turn off SAS EG then turn on again.
Error: Integration technologies failed to retrieve the log. [Error] Request failed due to an exception.
From my nice understanding, it is just the log problem itself, I am wondering is there anyway to deal with this problem rather than close and open the SAS EG again (because when I turn off SAS EG and open it again, this error disappears)?
Warm regards.
I've never seen this.
It should never happen.
Your best bet is tech support.
I get this message while running SAS EG. No subsequent action is possible until SAS restarts. Other program files work as expected.
Are you wanting to fix this problem or are you just commenting on the original post?
This solution from Bill at SAS Tech Support fixed the issue:
---------------------------------------------------------------------------------------------------------
For this one program, add PROC PRINTTO code to write the log to disk to see if that avoids the issue for this particular case.
Example code:
proc printto log=" within quotes specify the directory and filename to write the log to disk on the SAS server";
run;
Your proc iml code goes next...
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.