...
Allowable parameters are:
/repository|rid|r:<Int32> /startdocnum|docnum|d:<Int64> /help|h|?[:<Boolean>] | Specify repository ID for which to perform the fetch checksum update (required) Specify the first document number (DOCMASTER.DOCNUM in WorkSite database) that should be processed Get help |
Example:
Via.WorkSiteFetchChecksumUpdate.exe /r:1 /d:1000
The tool will return a quick summary
Processed 1450309 documents: |
Running on Locator 3.0
To execute this tool inside docker you have to run via docker exec command on PowerShell:
Example:
docker exec locatorayfie-connector-main worksite cmd /c 'C:\Locator\worksite\WorkSiteFetchChecksumUpdate\ViaAyfie.Connector.WorkSiteFetchChecksumUpdate.exe /r:1 /d:1100'
...