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

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

Hi Team,

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 am using below section access script:

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD

    ADMIN,ADMIN,ADMIN

    USER,GIREESH,GIREESH

    USER,NARESH,NARESH

    USER,ANAMIKA,ANAMIKA

];

Section Application;

LOAD * Inline [

USERID,CH01,CH02

GIREESH,1,0

NARESH,0,1

ANAMIKA,1,1

];

section application;

Thanks

Gireesh

1 Reply
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

You need to keep the "sa_scheduler" in section access.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!