Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created a file for section access..
ACCESS | NTNAME | COUNTRY |
USER | BBM\AMC | FRANCE |
USER | BBM\FRESTA | ITALY |
ADMIN | BBM\JACK | * |
USER | BBM\JIMMSD | FRANCE |
section access;
ACCESS:
LOAD ACCESS,
NTNAME,
COUNTRY
FROM
.......................
C:/SECTION_ACCESS_COUNTRY.xlsx
(ooxml, embedded labels, table is SHEET);
trace <<< Section Application >>> ;
section Application;
The File works locally and the correct section gets applied , But when it comes to QMC.. in the Reload tab,
I have given the admin username and password. BBM/JACK
the above does not work. once i reload i get the message badusername and password in the error llogs and the job gets failed.