coldfusion - Error performing the action getAttachments on CFExchangemail -


i trying attachments using cfexchangemail tag getting error:

error performing action.  exchange error code : 501.  error occurred in c:/coldfusion9/wwwroot/excgangecode/read.cfm: line 229 227 :                     uid="#getdata.uid#"  228 :                     name="attachdata"  229 :                     attachmentpath="c:\test\#i#" 230 :                     generateuniquefilenames="yes"> 231 :  

here code:

<cfif getdata.hasattachment>                         <cfexchangemail action="getattachments"                      connection="conn1"                      uid="#getdata.uid#"                      name="attachdata"                      attachmentpath="c:\test\1"                     generateuniquefilenames="yes"> </cfif> 

the folder c:\test\1 created attachments not saved in location. saying error performing action.exchange error code : 501. can me solve error?

you have not mentioned version of exchange using. there pretty discussion issue on adobe forums (with no resolution). cfexchange , attachment issue.

unfortunately think may running bug never resolved coldfusion 9. have found following bugs coldfusion 9 , exchange 2007.

  • bug 83574 (cfexchange) attempting login exchange 2007 server , retrieve attachments messages. connect exchange server, when attempt attachments, exchange responds 501 error.
    this bug listed under old tracking system. found under new tracking system (see below) , still not resolved.

  • coldfusion 9.0 - bug 3039380 bug 78957: using cfexchangemail getattachmentsand adds attachmentpath="c:\temp" error 501 , can not find out came form.
    this bug listed fixed.

  • coldfusion 9.0 - bug 3041764 bug 83574: attempting login exchange 2007 server , retrieve attachments messages.
    this bug listed cannot reproduce can see several comments user saying have same problem.

also found blog ben forta mentioning <cfexchange> tag in coldfusion 9 not support exchange 2010 (posted in may 2011).

coldfusion features <cfexchange> tag can used access , manipulate microsoft exchange calendar data, contacts, , more. tag introduced in coldfusion 8, , supports versions of exchange available then. tag not support exchange 2010, dismay of many users. , while can't provide dates yet, can confirm next version of coldfusion indeed update <cfexchange> supports exchange 2010.

this may have been fixed in coldfusion 10. cannot test theory have not found bugs listed under coldfusion 10.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -