Has someone had the same problem?
Is this even a common problem?
How can it be resolved?
Thanks for helping.
PS : The server is running a Domino 4.6.5 (Intl)
You must rename Outils to outils - script libraby name must be in lower
case.
Rafal
--
Rafal Milczewski ra...@inx.pm.waw.pl +48 (1044) (22) 673 28 44
Just today. Recompiling all the libraries that Use that script
library, and all the agents that use those script libraries solved the
problem for me.
--
Brian Charles Kohn (¤bicker¤)
Principal Certified Lotus Professional (R4) - Application Developer
Principal Certified Lotus Professional (R5) - Application Developer
IBM Certified Specialist - IBM WebSphere Application Server, Standard Edition
bk...@qualitysys.com http://www.qualitysys.com
Copyright © 2001, Brian Charles Kohn. All Rights Reserved.
Posting in no way grants receivers any privileges, rights,
or licenses, with the exception of quoting in reply as long
as such use complies with US Law concerning Fair Use.
(This has nothing to do with regular USENET quoting and replies.)
Not true.
"Rafal Milczewski" <ra...@inx.pm.waw.pl> wrote in message
news:9ovrpp$qpv$1...@hq.pm.waw.pl...
Chech this Technote, please:
That TechNote contradicts your assertion. It shows a script library
in proper case: "Test Lib". The error it is pointing out is that the
developer named the script library "Test Lib" and then referred to it
in the agent as follows:
Use "test lib"
The solution offered was ACTUALLY to fix the error in the agent:
Use "Test Lib"
This is a better approach then changing the name of the script library
to all-lower-case as you originally suggested, since it recompiles the
dependent object. That is a superior solution to changing the name of
the script library, which would recompile the relied-on object. That
might not clear the error.
> That TechNote contradicts your assertion. It shows a script library
> in proper case: "Test Lib". The error it is pointing out is that the
> developer named the script library "Test Lib" and then referred to it
> in the agent as follows:
> Use "test lib"
> The solution offered was ACTUALLY to fix the error in the agent:
> Use "Test Lib"
I resolved my problem by lowercasing both script library name and name in
use clause. And I remebered it worked. Someone asked - I tried to do my
best.
BUT - there might be another two reasons why this agent won't run: UI
functions used in code or agent signer don't have an mail box on a server
runnig agent.
> This is a better approach then changing the name of the script library
> to all-lower-case as you originally suggested, since it recompiles the
> dependent object. That is a superior solution to changing the name of
Scripts that use this library ?