Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
avinashelite

QMC: Error Document open call failed. The document might require username and password.

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.

1 Solution

Accepted Solutions
Anonymous
Not applicable

Try to add it to the section access "manually", e.g.

concatenate load * inline [

     ACCESS,     NTNAME

     ADMIN          <ntname of the services user>

];

View solution in original post

9 Replies
Anonymous
Not applicable

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.

reshmakala
Creator III
Creator III

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.

avinashelite
Author

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.

reshmakala
Creator III
Creator III

Can you post the script that you are using with random values?

Anonymous
Not applicable

Do you have NTNAME of the QV services user in your section access?

avinashelite
Author

I am pulling it from the group so it not identifying it I guess.

reshmakala
Creator III
Creator III

You can manually add a row to specify ADMIN access to the server machine to the existing section access script and try.

Anonymous
Not applicable

Try to add it to the section access "manually", e.g.

concatenate load * inline [

     ACCESS,     NTNAME

     ADMIN          <ntname of the services user>

];

sankartalluru
Contributor III
Contributor III

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

    

];