Introduction


In Some instances Windows Updates on the server can cause the SDC Bindings in SQL to error, typically you will see the following errors, when Archiving however this does not exclude using Document Search


Windows update in question:


2017-09 Security and Quality Rollup for .NET Framework (KB4041085)

2017-09 Security Monthly Quality Rollup for Windows Server 2012 R2 for x64-based Systems (KB4038792)


(Ref Link: https://connect.microsoft.com/SQLServer/Feedback/Details/2139143)


image



Or with in Server Admin Tools when trying to add or remove users 





Versions Applicable


  • Spindle Document Capture v1.20 and newer


Resolution


1.Access ServerAdmin Tools, stop the service


2. Navigate to the following location on the server where SDC Server Admin resides:


C:\Program Files (x86)\Draycir\Spindle Document Management\Spindle Document Capture Server


3. Open up the DMServiceHost.exe.config in notepad



4.Search for the phrase "Runtime" Once this has been found add the following script:


<runtime> 

<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

<dependentAssembly>

<assemblyIdentity name="Microsoft.SqlServer.Types" publicKeyToken="89845dcd8080cc91" />

<bindingRedirect oldVersion="1.0.0.0-11.0.0.0" newVersion="10.0.0.0" />

</dependentAssembly>

</assemblyBinding>

</runtime>


Once added, please re-start the service within SDC Server Admin. Proceed to re-scan a document and this should successfully go through.  


Related Product
SDC/SDM
Ref Number
KBA-02-03-008
Document Date
01-02-2018
Original Author
Vijay Mistry
Document Version
v1.0
Last updated
01-02-2018
Update Author
Vijay Mistry