So I was able to get the agent created that would run on a schedule and find the criteria that I needed (actually did it all through Simple Function) and delete any emails older than a certain date and specfic subject and was able to successfully test it in my database. Does anyone know a place I can put this agent so that it runs against all database on the mail server?
Any help would be greatly appreciated.
Subject: Run a Lotus Script across server?
You can put it on any server that has the proper access to the mail server.
Subject: RE: Run a Lotus Script across server?
Is there a specific database that is attached to the server where this could be put as long as it is signed by an admin or by someone who has access to run unrestricted?
Subject: RE: Run a Lotus Script across server?
Check out DomainPatrol.
It is open source and free to use.
It creates an inventory of all databases on all servers that you scan.
You can create a User Defined Action in DomainPatrol to run on selected databases. Its really a great tool to use to run maintenance tasks on multiple databases.
The drawback is that you cant use simple actions but would need to convert your code to lotusscript to be able to save it as a User Defined Action in the DomainPatrol database.
more information and downloads here → http://domainpatrol.wordpress.com
and here → http://domainpatrol.org
Peter Närlund, http://domainpatrol.wordpress.com
Subject: RE: Run a Lotus Script across server?
Found out how to take care of this. Found out that if we put this on the design on the server and then ran a load design, all users pointing to that one design that we made the change too would then incorporate any changes, such as the agent that was added through designer to the agent.