Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

Case 897 Why section access work only when reload on my note book ?

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

1 Solution

Accepted Solutions
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

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. 

View solution in original post

3 Replies
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

What is the result that you want to achieved?

paulyeo11
Master
Master
Author

Hi Arthur

Thank you for sharing and you ask the good and right question.

The result I want to achieve is when I reload the script using note book OSUSER = QV-PC\QV , this note book can only view SOURCE = TS , and when my note book OSUSER = DESKTOP-9837GTO\pauly , I can view SOURCE = All .

Now I can not achieve above. But when script reload using my note book it work fine for both note book.

Paul Yeo
Arthur_Fong
Partner - Specialist III
Partner - Specialist III

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.