Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I have below load script , it work fine when the QVW is reload on my note book :-
SECTION ACCESS;
LOAD * INLINE [
ACCESS, NTNAME, SOURCE
USER, DESKTOP-9837GT0\pauly,*
ADMIN, QV-PC\QV,TS
];
SECTION APPLICATION;
LOAD * INLINE [
SOURCE, description
TS, BECKHOFF
TA, SCADA
SD, MOTION
LE, ROBOTICS
];
My issue is when i reload on my note book OSUser()=DESKTOP-9837GT0\pauly ,it work fine as i can view all SOURCE.
when this QVW open at my office note book OSUser=QV-PC\QV can only view SOURCE = TS.
The issue happen is when reload at my office note book OSUser=QV-PC\QV , when open QVW my note book , i can only view SOURCE = TS
Hope some one can try to add your OSUser() on above and do a reload and upload this QVW file , let me see i can view SOURCE = All ?
Paul Yeo
Try this:
Create a new admin which has all access.
SECTION ACCESS;
LOAD * INLINE [
ACCESS, NTNAME, SOURCE
USER, DESKTOP-9837GT0\pauly,*
ADMIN, QV-PC\QV,TS
ADMIN,QV-PC\QVAdmin,*
];
Reload your document with this new admin.
What is the result that you want to achieved?
Try this:
Create a new admin which has all access.
SECTION ACCESS;
LOAD * INLINE [
ACCESS, NTNAME, SOURCE
USER, DESKTOP-9837GT0\pauly,*
ADMIN, QV-PC\QV,TS
ADMIN,QV-PC\QVAdmin,*
];
Reload your document with this new admin.