Do you have access to the exchange logs? Also, are you using a service account, or the user's actual credentials?
Terrence Ryan I.T. Director Wharton Computing and Information Technology E-mail: [EMAIL PROTECTED] -----Original Message----- From: Sehlmeyer, Jason [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 06, 2008 2:39 PM To: CF-Talk Subject: CFExchange Permission Problems Any Idea why all of my users can access their mailbox by using a cfexchange connection except one? I can OWA with the name/password that is used in the connection string and everything works fine, but Coldfusion complains of invalid access when trying to access the users. Access to the Exchange server denied. Ensure that the user name and password are correct. <cfexchangeConnection action="open" username="[EMAIL PROTECTED]" password="%%%%%%" server="myexchsrv.mydomain.org" connection="testconn1"> <cfexchangecalendar action="get" name="Caltoday" connection="testconn1"> <cfexchangeFilter name="starttime" from="#rightNow#" to="#nextweek#" /> </cfexchangecalendar> <cfexchangeConnection action="close" connection="testconn1"> Jason [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:298428 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

