To Unsubscribe from this Discussion, send an e-mail to unsubscribe.development@elinkkc.opentext.com.
From: eLink Discussion: Development Discussion [mailto:development@elinkkc.opentext.com] Sent: maandag 1 september 2008 17:41To: eLink RecipientSubject: Thanks, but... Thanks, but... Posted by juanmartinez (Martinez, Juan) on 09/01/2008 11:36 AM In reply to: AW Access required Posted by hstoop (Stoop, Hans) on 09/01/2008 10:49 AM I access the link, but there are no files in the folder:There are no items to display.Or maybe I have no access to see it.Can you help me?Thanks in advance
Hi,
I tried custom agent modifications and as specified added RunWithoutLogin=true in my opentext.ini [options]. But still when i run http://localhost/Livelink/livelink.exe?func=agent.runagent it is giving error "You Do Not Have Enough Privileges To Run This Request". Please specify a resolution.
Thanks
Did you run it as a user with system administration privileges?
Hans
From: eLink Entry: Content Server DevelopmentForum [mailto:development@elinkkc.opentext.com] Sent: Dienstag, 6. Juli 2010 08:03To: eLink RecipientSubject: Here's a local copy from my computer
Here's a local copy from my computer
Posted by kishoreks@virtusa.com (Singamsetty, Kishore ) On 2010/07/06 01:59
[To post a comment, use the normal reply function]
Topic:
LLAgent
Forum:
Content Server Development Forum
Livelink Server:
knowledge-wlweb01
I had specified RunWithoutLogin=true ,
still should i execute agent.runagent after logging in as Admin or any system administration privileges?
Here's my theory,you do not have a LLCOOKIE in your request.If you debug webagent.RunAgent you can see this.If LLCOOKIE is not present,which means you have not logged in to livelink either as SA or standard user,the call will go to the else block and you will get this.Put a break on that object and verify the code yourself.BTW most livelink developere work on own instances or can be trusted as SA on a system so what is wrong with logging in to livelink first as a SA...
Are you trying to develop a agent that users can execute on the fly ....
.fError = [WebNotify_ErrMsg.YouDoNotHaveEnoughPreviledgesToRunThisRequest]
if IsFeature( .fCookieData, 'LLCookie' ) if $Kernel.SystemPreferences.GetPrefBoolean( "options", "RunWithoutLogin", FALSE ) login = TRUE end else login = FALSE end