530 pts.
 API - QSYRTVUA - Retieve Users Authorizer to Object
All -
Does anyone have a sample of how to use this API?
Specifically the Object Name parameter.

Thank you.
Phil
ASKED: Jun 22, 2009  6:54 PM GMT
UPDATED: June 26, 2009  9:01:18 PM GMT
5,830 pts.

Answer Wiki:
Phil,
Try this: http://www.as400pro.com/tipView.php?cat=API&key=1588 ,
this: http://www.think400.dk/apier_7.htm#eks0007 and if all else fails,
this: http://www.google.com/search?hl=en&q=QSYRTVUA&btnG=Google+Search&aq=f&oq=&aqi=
Last Wiki Answer Submitted:  Jun 22, 2009  7:56 PM (GMT)  by  Teandy   5,830 pts.
To see other answers submitted to the Answer Wiki View Answer History.
Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _




 

Teandy -
Thanks for the links.

I must be doing something wrong. I keep getting the error that it can not find the object.
APIERR.EXCPID = ‘CPFA0A9′

I use the string: ‘/ROBOT_REPORTS/SHAREDSRV/UCP’
Which works when I use the WRKLNK command from the command line.

I’m trying to get the authorization list of the folder.

Phil

 530 pts.

 

Phil,
Can you post a sample of your code along with a screen shot of what the WRKLNK command shows?

 5,830 pts.

 

I finally got it. The path that I was sending it had an extra blank.

WRKLNK ‘/FolderName ‘ VS.
WRKLNK ‘/FolderName’

Very subtle.

Thanks for your help.

 530 pts.