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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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