Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

reload failing for section access qvw

hello all,

We implemented section access for data reduction. We don't want to see another prompt for user/password, so i created section access script like this:

SECTION Access;

LOAD * Inline [

ACCESS, NTNAME, OPERATING_UNIT

ADMIN, OSNAME\QLIKADMIN,

USER, DOMAIN\X1, 87

USER, DOMAIN\X2, 93

];

Section Application;

---

now reload is failing for this application. I gave qlikadmin user as  ADMIN(same user which is added to qlikview administrator group, installed & maintaining qlikview server). also on reload tab, gave the section access user name as <osname>\QLIKADMIN & password for it.

but reload fails & i see the following error in the log file. Can anyone tell me how to fix this? I do understand that QLIKADMIN user has to be added to section access script.

QDSMain.Exceptions.ReloadFailedException: Reload failed ---> QDSMain.Exceptions.FailedDocumentCheckoutException: Failed to check out document with path

Thanks

Ramakanth

1 Reply
ashfaq_haseeb
Champion III
Champion III

HI,

Apart from this make sure you add service account to Admin of section access.

Regards

ASHFAQ