Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
When I am trying to reload a section access document from the QMC its saying
"Error Document open call failed. The document might require username and password" . I have given the ADMIN access for the service account but still i am facing the issue can anyone help on this.
Try to add it to the section access "manually", e.g.
concatenate load * inline [
ACCESS, NTNAME
ADMIN <ntname of the services user>
];
I guess the document has section access. See tab "Reload" in the reload task - there is a checkbox "Section Access", and fields for user id and password.
What is the type of Section access that you have used? It is with the NTNAME or USER ID and PASSWORD?
NTNAME doesn't require you to give login credentials until you make sure that the machine running server has been granted ADMIN access.
Thanks for Your reply , Yes I am using NTNAME and I have given the admin access for the Server user but still the reload task is failing with the error Document open call failed. The document might require username and password.
Can you post the script that you are using with random values?
Do you have NTNAME of the QV services user in your section access?
I am pulling it from the group so it not identifying it I guess.
You can manually add a row to specify ADMIN access to the server machine to the existing section access script and try.
Try to add it to the section access "manually", e.g.
concatenate load * inline [
ACCESS, NTNAME
ADMIN <ntname of the services user>
];
Hi Michael
I am using following code but it is failed to reload.
and i am using win batch cmd for reloading the application .
section access;
LOAD UPPER([USERID]) as USERID,
[ACCESS] as ACCESS,
NTNAME
FROM Test.csv
concatenate
load * inline [
ACCESS, NTNAME
ADMIN , SANKAR
ADMIN, QVADMIN
];