CFExchangeTask Modify Error
getting strange error when 'modifying' exchange task.
i create tasks same code, except have action "create" , uid "result" , works fine. error i'm getting when modifying task happens before page loads. double comma's in error message make me think bug <cfexchangetask>.
here code:
<cfexchangetask
action="modify"
task="#stask#"
username ="username"
password="password"
server="server.full.url"
protocol="https"
port="443"
serverversion="2010"
uid="#exchangeguid#">
here error:
type | template |
message | attribute validation error tag cfexchangetask. |
detail | it has 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,formbasedauthenti cationurl,mailboxname,password,port,protocol,proxyhost,proxyport,serverversion'.
required attributes: 'action,connection,task,uid'. optional attributes: none.
please help!
we on cf10 enterprise, updates installed. have urgent need working, adobe appreciated. purchased cf10e license.
More discussions in ColdFusion
adobe
Comments
Post a Comment