Hi everyone,
Would anyone be able to explain the following error message a little further as I am unsure what is causing it:
The parameter *pBookmark is invalid for CPage::Load.
-------------------------- Technical Information Follows --------------------------
Exception Details:
----------------------------------------
Exception type: System.ArgumentException
Message: The parameter *pBookmark is invalid for CPage::Load.
Target Site: GetRows
Stack Trace:
at ADODB.RecordsetClass.GetRows(Int32 Rows, Object Start, Object Fields)
at SAS.Servers.Dataset.Read(Int32 startRow)
at SAS.OfficeAddin.Rendering.ExcelDataRenderer.RenderSasData(SasDataSource dataSource, Range destination, RenderState state, RenderOptions options, Int32 cachedRowCount)
at SAS.OfficeAddin.ExcelAddin.ProcessDataView(JobContext context, Range destination)
at SAS.OfficeAddin.ExcelAddin.ProcessDataViews(JobContext context)
at SAS.OfficeAddin.OfficeAddinBase.PostProcessJob(JobContext jobContext, Boolean promptOnErrors)
The issue arises when opening a SAS data source.
I'm using SAS Add-In for Microsoft Office version 7.100.0.2122.
Thanks,
Jordan