I found the solution. In the section below is a variable which can take at least four values.
[service xrx_svc_file]
file_1{
* enum_filingpolicy DocumentFilingPolicy = NEW_AUTO_GENERATE;
.
.
.
boolean ServerValidationReq = FALSE;
enum_loginsource LoginSource = TEMPLATE; <-----------------------
boolean DocumentDirectoryXSM = TRUE;
ref_invocation OutputDocument = xrx_document:doc_1;
}(XRX_STATUS_COMPLETED)
end
The values I've been able to find are:
- NONE
- SYSTEM
- PROMPT_WHEN_REQUIRED
- TEMPLATE
When the password is stored in the template, the value should be "TEMPLATE."
It works now.