I have Java importer task that does the following
It checks a document stub and overwrites it with flag(DXLIMPORTOPTION_REPLACE_ELSE_IGNORE) option set.
This works correctly. my issue is here.
I have modified the Forward Action(3rd Forward Action in Shared actions list) as follows:
The original code is now in an agent[MailFoward]
The action first calls the Java code Using Actions(RunAgent call)
After that it calls the new agent MailForward.
The new mail document opens fine, the mail is sent correctly but on closing of the new document the Notes Client or if DWA used the Domino/Server Crashes.
If the 2 tasks are run seperately (i.e. not from action), then everything works fine.
What could I be doing wrong?
Client 6.5.5
Server 6.5.5FP2