Since R6 , I've got some problems with LS and Time()

Hi,

At begining of agent I have :

startTime = Time()

At the end, I have :

endTime = Time()

duration = endTime-startTime

That’s work fine in R5 (run manually AND scheduled) but in R6 that works when I run this agent manually BUT not working when this agent is scheduled???

Any idea?

Thank you

Thierry

Subject: Since R6 , I’ve got some problems with LS and Time() …

I have similar problem. Not sure though if it was R6 update which caused the problem. Maybe changing some date settings in OS or Domino can help. I ended with using Timer() instead of Time() which can be used to calculate difference in milliseconds.

Subject: RE: Since R6 , I’ve got some problems with LS and Time() …

Hi Andrei,

I will see this way,

Thanks,

Thierry

Subject: Since R6 , I’ve got some problems with LS and Time() …

This comment is meant to address the conversion issue rather than just the “time” item …

So far my LS problems (3 thus far) going from 5.x to 6.x/6.5x have been resolved by recompiling everything in each application. Not just resigning. Load and save each item individually.

YMMV,

Collin

Subject: RE: Since R6 , I’ve got some problems with LS and Time() …

Hi Collin,

I have tried, not working for me…

Thank you,

Thierry