This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Mark XankroskiobuManny Prefreelen 12.Nov.09 11:05 AM a Web browser Applications Development 7.0.2 Windows XP
We are using one mail database(not mail-in database) to run This Agent.
I need to extract some data from mails coming to this email id and insert this data to SQL table.
i had written "After new mail arrived" lotusscript agent which is doing above work.
My Problems ,
1. When i manually run the agent it runs but not automatically.
2. i tried the same type agent in same mail database with simple LS code. Like "when new mail arrived" send mail to my ID. This sample code worked automatically when inbox received a mail.
3. i am using ADODB connection to insert data in SQL. Is it creating any problem ?
4. Is it necessary to have unrestricted rights to signing ID to run such type of agent ?