Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We have been working on our first dashboard with section access in it. We have it up and running on our local computers, once we try to run it though the management council the job fails.
The dashboard runs to completion without the section access in it. (Strangely enough we have to completely DELETE section access from the load script to get it to run, if it is commented out the job fails!)
We tried editing the job and checking the section access box in the Reload tab. This allows the job to run however we are denied access when we try to open it in access point.
Does anyone have any ideas or documentation on deploying section access? I have the 'Introduction to Section Access' document, however that does not discuss deploying it through the management council
OK, lets look at something like this
Access;
LOAD * INLINE [
ACCESS, USERID, GROUP
ADMIN, ADMIN, AGRP
ADMIN, BOB, CGRP
ADMIN, TEST, BGRP
ADMIN, MSS, BGRP
];
Section Application;
star is *;
LOAD * INLINE [
GROUP, Country
AGRP, *
BGRP, USA
CGRP, Canada
CGRP, France
];
Bill