Skip to main content
Participant
March 12, 2013
Question

CFExchangeTask Modify Error

  • March 12, 2013
  • 1 reply
  • 816 views

Getting a strange error when 'modifying' an exchange task.

I create tasks with the same code, except I have action as "create" and UID as "result" and it works fine.  The error I'm getting when modifying a task happens before the page loads.  The double comma's in the error message make me think this is a bug with <cfexchangetask>. 

Here is the code:

<cfexchangetask

  action="modify"

  task="#sTask#"

  username ="username"

  password="password"

  server="server.full.url"

  protocol="https"

  port="443"

  serverVersion="2010"

  UID="#exchangeGuid#">

Here is the error:

TypeTemplate
MessageAttribute validation error for tag CFEXCHANGETASK.
DetailIt has an invalid attribute combination: action,password,port,protocol,server,serverversion,task,uid,username. Possible combinations are:

Required attributes: 'action,server,,task,uid,username'. Optional attributes: 'exchangeapplicationname,exchangeserverlanguage,formbasedauthentication,formbasedauthenticationurl,mailboxname,password,port,protocol,proxyhost,proxyport,serverversion'.

Required attributes: 'action,connection,task,uid'. Optional attributes: None.

Please help!

    This topic has been closed for replies.

    1 reply

    chewy811Author
    Participant
    March 12, 2013

    We are on CF10 Enterprise, with all updates installed.  We have an urgent need to get this working, any help from Adobe would be appreciated.  We just purchased the CF10E license.

    Participant
    March 17, 2014

    I don't have a solution but am having the exact same problem.

    January 26, 2015

    I'm having trouble using the CFEXCHANGETASK Modify function also.  Any resolution to this?