Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

User Access in QLikView10 document doesn't work on QlikViewServer 6.xx

Hi,

I developed a qvw with the latest version of 10. My Customer has an old QlikViewServer 6.x. Now the Access of the data doesn't work when the document was reloaded on the server.

Can anybody give me a hint?

This is my access-section:

Section Access;

LOAD

    ACCESS,

    USERID,

    PASSWORD,

    SERIAL,

    NTNAME,

    NTDOMAINSID,

    NTSID,

    VERTRETER as REP_Id;

SQL SELECT

    ACCESS,

    USERID,

    PASSWORD,

    SERIAL,

    NTNAME,

    NTDOMAINSID,

    NTSID,

    VERTRETER

FROM P_ZUGRIFF_NT;

Section Application;

Star is *;

0 Replies