Hi,
Can someone point me in the right direction for how to define a new livelink agent? I've done the following so far:
1. Orphaned $LLAgent. -> LLAgentObjects -> Agents into my new module
2. Created a new child called "TestAgent".
3. Gave it a unique AgentID (1234), set fEnabled = True
4. Changed the "Execute" function to write "Test 123" to a file.
5. Ran _Init() for the new agent. Ran BuildOSpace to register it with the agents subsystem.
6. Set "RunWithoutLogin=True" in opentext.ini
7. Closed and reopened Builder.
However when I try to run it from "....agent.runagent&agent_list={'1234'}, it does not do anything. It does not even go to this particular agent. Instead it runs every other agent defined.
What am I missing here?
Thanks!!
- Aruna