SAS Enterprise Guide

Desktop productivity for business analysts and programmers
BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Go
Quartz | Level 8 Go
Quartz | Level 8

 

Integration technologies failed to retrieve the log. 
Unable to cast COM object of type ‘SAS.LanguageServiceClass‘ 
to interface type ‘SAS.ILanguageService_1_1‘. This operation 
failed because the QueryInterface call on the COM component for 
the interface with IID‘{C32A4D4B-410D-9669-97F241D3435A} ‘ failed 
due to the following error: No such interface supported 
(Exception from HRESULT: 0x80004002 (E_NOINTERFACE)).

 Has anyone came across this error, 

trying to run a macro that stacks together 100 datasets.

 

1 ACCEPTED SOLUTION

Accepted Solutions
Go
Quartz | Level 8 Go
Quartz | Level 8

user did a silly mistake and he corrrected it thanks all for you time !

View solution in original post

8 REPLIES 8
ballardw
Super User

Do you get a similar error if you try to do your process for 2 files? 50?

 

You may have to share some code to see what you are actually doing as there are multiple ways to stack datasets and there could well be some significant differences in the system resources needed.

Go
Quartz | Level 8 Go
Quartz | Level 8
I let know you ballardw, thanks.
Go
Quartz | Level 8 Go
Quartz | Level 8

same error..! @ballardw

Quentin
Super User

Do you see any other (earlier) errors in the log?  All I could find with google is http://support.sas.com/kb/40/671.html .  I would suggest contacting tech support. 

 

Curious, are the 100 datasets you are stacking together SAS datasets? Or are you pulling data from some relational database?  Maybe check to see if you can read each of the 100 datasets.  Maybe see if you can stack together all 100 datasets, reading just one record from each.  But those are just random ideas...  It really looks like a "SAS is broken"  type note. 

 

You could also try batch submitting the code, instead of submitting it via EG, since that would avoid Integration Technologies (I think).

The Boston Area SAS Users Group is hosting free webinars!
Next up: SAS Trivia Quiz hosted by SAS on Wednesday May 21.
Register now at https://www.basug.org/events.
ChrisHemedinger
Community Manager

I suspect that something in the macro is causing SAS to end or crash.  You might need to retrieve the server-side log to get more details.

Register for SAS Innovate 2025!! The premier event for SAS users, May 6-9 in Orlando FL. Sign up now for the best deals!
Go
Quartz | Level 8 Go
Quartz | Level 8
Can you tell me where can I see the server side log ?
ChrisHemedinger
Community Manager

Are you running on a SAS environment that's remote?  That is, on another machine?  If so, your SAS Admin might need to turn on some server-side Workspace logging to gather those logs.

 

In this error you report, it looks like the Language Service "crashed" but maybe left the remainder of the SAS session running.  This is an unusual situation.  Can you share:

- version of SAS (reported by &SSYVLONG)

- version of EG

- the macro program you're running (if not proprietary) and any log output it generates.

 

Chris

Register for SAS Innovate 2025!! The premier event for SAS users, May 6-9 in Orlando FL. Sign up now for the best deals!
Go
Quartz | Level 8 Go
Quartz | Level 8

user did a silly mistake and he corrrected it thanks all for you time !

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 8 replies
  • 10212 views
  • 1 like
  • 4 in conversation