Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a section access on qvd like this (with 3000 rows):
SECTION Access;
Directory;
LOAD ACCESS,
NTNAME,
UTENTE,
APPLICATION
FROM
[SecurityGrid.qvd]
(qvd);
SECTION Application;
The reload of this file fails. Where is the error?
Thanks.
Gabriele
Try this
SECTION Access;
Directory;
LOAD ACCESS,
NTNAME,
UTENTE,
APPLICATION
FROM
[SecurityGrid.qvd]
(qvd) where 1=1;
SECTION Application;
Note:
Section access cannot be applied on optimized qvd.
Regards
ASHFAQ
Can Please put the Error which one your getting while loading the Script
Try this
SECTION Access;
Directory;
LOAD ACCESS,
NTNAME,
UTENTE,
APPLICATION
FROM
[SecurityGrid.qvd]
(qvd) where 1=1;
SECTION Application;
Note:
Section access cannot be applied on optimized qvd.
Regards
ASHFAQ
There isn't an error windows. The reload fails and appear a window that ask to me if reload the file.
It works! Thanks!
Welcome
Regards
ASHFAQ
just concentrate on which ever i highlighted in script and use same script
SECTION Access:
Directory;
LOAD ACCESS,
NTNAME,
UTENTE,
APPLICATION
FROM
[SecurityGrid.qvd]
(qvd) where 1=1;
SECTION Application;