BookmarkSubscribeRSS Feed
SumitXBOX
Calcite | Level 5

Hi all,

 

I have a .NET WCF service which connects with SAS 9.4 and brings data, so basically I form lib, path and query and using OleDbConnection read the datatable. So on start of wcf application, i make a connecting and let workspace object as static and re-using same workspace for all read operations. It work fine till some extend and after sometime I am Not sure why i am facing below issue.

1. System.Runtime.InteropServices.COMException (0x80010108): The object invoked has disconnected from its clients. (Exception from HRESULT: 0x80010108 (RPC_E_DISCONNECTED))

at SAS.IWorkspace.get_LanguageService()

or

2. System.Runtime.InteropServices.COMException (0x80010108): End of data set reached.

at SAS.IWorkspace.get_LanguageService()

 

Do you have any solution for this problem, please let me know. for now i am going with workaround of reconnecting workspace and re-trigger same query to get result.

 

Thanks

Sumit

 

 

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 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Discussion stats
  • 0 replies
  • 2220 views
  • 0 likes
  • 1 in conversation