Hello
At one of our departments I have over a dozen Workcentres (7545/7845) that use the same Scan2Share templates. In the past I used to setup them up using partial clone files. I learned about the template server option and prepared new configurations on a test printer (WC7220 which has the same board/firmware as the 78xx) and run into some issues.
I figured out how to enable Joblogs and then copy the XST file onto the template server and this part seems to work fine. I deleted the local, working template and loaded that same template from the template server. However when trying to scan with that template I get a login failure error. It looks like only the user and no password is saved in the XST file and the device has no idea where to get the full credentials from.
The domain user for the share on the template server and the actual file shares is the same, so the credentials are actually saved on the device.
Here is what should be the relevant part of the XST file, I replaced some specific information with generic placeholders.
[service xrx_svc_file]
file_1{
* enum_filingpolicy DocumentFilingPolicy = NEW_AUTO_GENERATE;
* string RepositoryAlias = "ISM";
* string DocumentPath = "Scans\\ism";
* enum_loginsource LoginSource = TEMPLATE;
* string NDSNameContext = "";
* string NDSTree = "";
* string RepositoryName = "nas.domain.ch:445";
* string RepositoryVolume = "share-1-$";
* enum_filingprotocol FilingProtocol = SMB;
* string UserNetworkFilingLoginName = "d\\scanuser";
* boolean ServerValidationReq = FALSE;
* string XrxHTTPScriptLocation = "";
* boolean DocumentDirectoryXSM = FALSE;
ref_invocation OutputDocument = xrx_document:doc_1;
}(XRX_STATUS_COMPLETED)
end
I'd be grateful for any help as this seems to be sparesly documented.
regards
Alain