Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Reloading Error

Hi Everyone,

               Please help me .when i do reloading in qlikview desktop ,it is working fine .But in QMC if i do run then it is showing Failed.

PFA

Regards,

P.Divya

20 Replies
Not applicable
Author

HI,

This is

This is  Section Access code

Section Access;
LOAD * INLINE [
    ACCESS, USERID, PASSWORD
    ADMIN, DASG-KBT\GSCBLR-QlikView,Cisco123
    USER, MUKESH, MUKESH
];
Section Application;

LOAD * INLINE [
    USERID, ObjectID
    MUKESH, BU780
    DASG-KBT\GSCBLR-QlikView, BU780
];

This is working in Desktop but not in server .how to resolve the issue .Please help me