It's just saying that the mail file cannot be found.  You have:
 
file="//AR-iMS/mail/#GetFileFromPath(Email_Info.FileName)#" 
       
 
I thinnk you should format this like:
file=\\AR-iMS\<share name>mail\#GetFileFromPath(Email_Info.FileName)#" 
You need the two back slashes followed by the server name followed by another back slash and the share name.  For example:
 
file=\\<server>\<share name>\<folder>\<file name>
Regards,
 
Howie
 
----- Original Message -----
Sent: Tuesday, November 21, 2000 1:44 PM
Subject: [iMS] Error with ODSMIME


Not sure if this is an error on my part or problem with tag... I'm guessing its the former. Here's the call:


<CFX_ODSMIME
        action="decode"
        file="//AR-iMS/mail/#GetFileFromPath(Email_Info.FileName)#"
        decodedir="//AR_iMS/mail/"
        filelist="all"
        decodehtmlattachments="No"
        overwrite="yes"
        name="Email_Content">

Heres the error:
Error Diagnostic Information

CFX_ODSMIME v2.1 Exception occured while processing tag

Exception class: Exception
Exception message:
Cannot proceed - file not found. - last status=Set initial variables...



Thanks,

Jason Bailey
Senior Client / Server Developer
Alcott + Routon
615.346.5236

Reply via email to