• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CFExchangeTask Modify Error

New Here ,
Mar 12, 2013 Mar 12, 2013

Copy link to clipboard

Copied

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!

Views

731

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 12, 2013 Mar 12, 2013

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Beginner ,
Mar 17, 2014 Mar 17, 2014

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 26, 2015 Jan 26, 2015

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation