BookmarkSubscribeRSS Feed
Phil_NZ
Barite | Level 11

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.

Thank you for your help, have a fabulous and productive day! I am a novice today, but someday when I accumulate enough knowledge, I can help others in my capacity.
4 REPLIES 4
ChrisNZ
Tourmaline | Level 20

I've never seen this.

It should never happen.

Your best bet is tech support.

Garnett
Obsidian | Level 7

I get this message while running SAS EG. No subsequent action is possible until SAS restarts. Other program files work as expected.

SASKiwi
PROC Star

Are you wanting to fix this problem or are you just commenting on the original post?

Garnett
Obsidian | Level 7

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: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 16. Read more here about why you should contribute and what is in it for you!

Submit your idea!

How to Concatenate Values

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 3025 views
  • 2 likes
  • 4 in conversation