Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
LLAgent running troubles
Martin_Hipfinger_(martinhipfinger_-_(deleted))
Hi, I made an orphan to the LLAgent. I let some function write the scheduler within the database. I checked everything. The module informations are inside the trace log. I used 4500 as agentID.What I do not understand is why my scheduler won't work. What do I make wrong?Can someone explain me a bit the LLAgent and the steps for running my module in the schedule task. I did not defined any entry point. That means I did not said which execution mode the module needs to use. Do I have to do that somewhere?I'm a bit frustrated about programming livelink because of the missing informations all around. Even the community holds no informations.RegardsTimo
Find more posts tagged with
Comments
Appu_Nair
Search for a module called customagent in KB.That details how to create and run your agent.It is one of the easiest oscript tasks.Here's some tips for debuggingDo you need that module ?I alawys make my agents off that module.o test with builder... - In opentext.ini set/add the following:[options]RunWithoutLogin=TRUE - In the browser type the following URL:
http://......./livelink.exe?func=notify.runagent
http://localhost/livelink/livelink.exe?func=notify.runagent&agent_list={'9883'}or
9.5 onwards - In the browser type the following URL:
http://......./livelink.exe?func=agent.runagent
http://localhost/livelink/livelink.exe?func=agent.runagent&agent_list={'9883'}To
register with the subsystem...- set .fenabled to true- set .fagentid = whatver- run __Init()- BuildOSpaces - using your globals object- stop/start
http://localhost/Livelink/livelink.exeandhttp://localhost/livelink/livelink.exe
yeld different cokkies so be aware thatyou issue a cookie and the runagent command calling the server consistently
Appu_Nair
This is the pristine agent that we all use for making agents
https://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objId=12269816&objAction=viewThanks
to Hand Stoop,Rolf poser et alI used this agent to create a workflow agent way back in 2004.It shows you a little bit of foray into workflow data structures
https://knowledge.opentext.com/knowledge/llisapi.dll?func=ll&objId=3600295&objAction=view
Martin_Hipfinger_(martinhipfinger_-_(deleted))
Hi folks,thanks a lot. I searched for it but did not found. What's going on with the search engine
.I will try that out.Thanks a lotTimo