Hello,
I have read and tried https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=18609219&objAction=viewincontainer&ViewTopicsByReply
and read into https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=3708919&objAction=viewincontainer&ShowReplyEntry=3708854
I created a new Agent but I am having trouble creating a schedule for it. I dont understand where exactly and how I define the schedule, and
SELECT * FROM livelink.AgentSchedule WHERE agentid='98765'
gives empty result (I want it to register my agent here..).
Any tips on how to achieve this?
Thanks.
What version of livelink.did you base this on Hans Stoop's module if so it has a GUI that shows how to insert that.What I wrote was totally based on that.
CS10 has distributed agents code I do not know how to make use of that have not tried it yet.
Agent Schedule Trouble Posted byanair@alitek.com (Nair, Appu)On 02-08-2012 11:20 What version of livelink.did you base this on Hans Stoop's module if so it has a GUI that shows how to insert that.What I wrote was totally based on that. CS10 has distributed agents code I do not know how to make use of that have not tried it yet.[To post a comment, use the normal reply function]Topic:Agent Schedule TroubleForum:Content Server Builder ForumContent Server:Knowledge Center
Do you see this link
https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=7633419&objAction=browse&viewType=1
If so then see if you can understand the code and then look at the document I made for myself
Appu
note " I have based my module on aldair@aitek.com 's Word document,"
I think I wrote the word document when I was doing some things myself
Yes, you were the original creator of the Word-document that I used as reference. Regarding my previous post: I was having difficulties on my mobile device to change between posts and type correctly and when I wanted to cancel it got sent...
anyway I solved by comparing with customagent module, it was a module I overlooked for some reason.
Thanks Appu