Kbase P6249: Error 293 after sending an email
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Dynamics 1.1a
SYMPTOM(s):
Error 293 after sending an email
"<file-name>" was not found. (293)
Current Directory is changed after an email is sent from within Dynamics
CAUSE:
Bug# 20020813-003
CAUSE:
Dynamics email starts a MAPI session which causes the current directory to be changed. This is not caused by Progress however it means that pathing problems may occur.
FIX:
Upgrade to Dynamics 2.0A02 or higher.
Upgrade to OpenEdge 10.0A
Workaround:
In the sendEMail procedure in afsesmngrp.i use the getcurrentdirectory API (Kbase 17115) and store the value in a variable. After the MAPI session is started then call setcurrentdirectory to effectively leave the current directory unchanged.