Questions tagged [agents]
113 questions
0
votes
2 answers
Cannot access file system from Java Agent
I want to check in the file system if file exists.
This code is working in SSJS and I can correctly see if the file exists or not:
var filePath = "/folder/temp.xlsx";
var inStream:NotesStream = session.createStream();
if(…

mike_x_
- 1,900
- 3
- 35
- 69
0
votes
1 answer
Having a simple increment-clock procedure on top of sorted by inclusive time list! Optimize netlogo code
In my simulation every tick clock value should increment by one, after resolving some of my other performance problems I have noticed this function is on top of the sorted by inclusive time list (the value is 960205 ms):
Calls Incl T(ms) Excl T(ms)…

Marzy
- 1,884
- 16
- 24
0
votes
1 answer
Looking for Java 7 native agent demos, for use specifically on Mac or Linux
I use to work with Java native agents years ago, and I'm getting back to this. I was wondering....what happened to them?
There were examples in jdk1.6/demo/jvmti directory, but with Java 7, there doesn't seem to be a demo directory. What happened to…

user2284423
- 13
- 3
0
votes
0 answers
Agent Not Getting Run
I think i am missing something in my project. I need agents to perform specific task that i assign. I am using JADE. Inside the action() i wrote a for loop to display numbers 1 to 10.
While running no error is showing and also the loop is not…

Maximin
- 1,655
- 1
- 14
- 32
0
votes
2 answers
Running Lotus Script Agent is not getting logged in Lotus Notes User log
I have written a basic lotus script agent that shows "Hello World" in a Message Box.
When I run this agent manually, it gets executed successfully but the Event of running is not getting a log entry created in my local Log file.
The Agent is run…

Sree
- 11
- 1
- 4
0
votes
1 answer
TCR 2.1.1 importing ITM reports
I am trying to run some reports in TCR I imported from the 6.2.3-TIV-ITM_TMV-Agent-Reports-FP0001
Seeing that I get this error: UDA-SQL-0196 The table or view "KSY_SUMMARIZATION_CONFIG_DV" was not found in the dictionary.
I checked and the table…

TheMadCapLaughs27
- 346
- 3
- 18
-1
votes
1 answer
Why is Domino log Agent Manager: Agent printing: Event ID = 64
I was reviewing my log.nsf and note that this alert is being generated at a rate of 10-20 times per second. I have no debug parameters set in the ini file and this is not a 'print' I'd use in my agents. It doesn't appear to harm anything but I can…

dogugotw
- 1
- 1
-1
votes
1 answer
Emulate document locking in Lotusscript
In my Lotus Notes Application, when a user clicks an action, the action will call a run-on-server agent that will process the current document. The invoked agents sometimes doesn't run (which I think because of the concurrent agent limit of the…

John Bautista
- 1,480
- 3
- 29
- 60