Re: Stumped by cfexchange integration

2009-07-28 Thread Phillip Holmstrand
I'm running into this exact same issue and wondering if anyone has found a resolution to this? Hello, I'm trying to use the new cf8 exchange integration and I can't make it work. Our company system admin assures me that the following are set: # IIS is set up and running on the Exchange

Re: Stumped by cfexchange integration

2009-04-09 Thread Tom Chiverton
On Thursday 09 Apr 2009, Victor Moore wrote: I can connect fine from IE using the same credentials I have in the cfexchangeconnect tag ... Quick batman ! To the packet tracer ! -- Helping to confidentially repurpose m-commerce as part of the IT team of the year, '09 and '08 Tom Chiverton

Re: Stumped by cfexchange integration

2009-04-09 Thread Victor Moore
Any recommendation? Thx On Thu, Apr 9, 2009 at 7:26 AM, Tom Chiverton tom.chiver...@halliwells.com wrote: On Thursday 09 Apr 2009, Victor Moore wrote: I can connect fine from IE using the same credentials I have in the cfexchangeconnect tag ... Quick batman ! To the packet tracer !

Re: Stumped by cfexchange integration

2009-04-09 Thread Tom Chiverton
On Thursday 09 Apr 2009, Victor Moore wrote: Any recommendation? Wireshark. -- Helping to greatly revolutionize user-centric enterprise slick services as part of the IT team of the year, '09 and '08 Tom Chiverton Developer Tel: +44 0161 618 5032 Fax: +44 0161 618 5099

Re: Stumped by cfexchange integration

2009-04-09 Thread Scott Stroz
Have you tried different formats of username? such as {domain}\{username} or {userna...@{domain}? On Wed, Apr 8, 2009 at 9:04 PM, Victor Moore victor.mo...@gmail.com wrote: Hi James, Yes, I have seen that one. My problem is a little bit different in the sens that I can't even connect. I

RE: Stumped by cfexchange integration

2009-04-09 Thread Frew, Matthew
...@wharton.upenn.edu -Original Message- From: Scott Stroz [mailto:boyz...@gmail.com] Sent: Thursday, April 09, 2009 10:01 AM To: cf-talk Subject: Re: Stumped by cfexchange integration Have you tried different formats of username? such as {domain}\{username} or {userna...@{domain}? On Wed, Apr 8

Re: Stumped by cfexchange integration

2009-04-09 Thread Victor Moore
I have tried any combination I can think of. It doesn't complain about the user or password (even though the error message can be misleading some time). Unable to connect to the Exchange server using HTTP/HTTPS protocol. HTTP response code : 440 Thanks Victor On Thu, Apr 9, 2009 at 10:00 AM,

Re: Stumped by cfexchange integration

2009-04-09 Thread James Holmes
These links discuss a 440 error with Exchange: http://www.chicagotech.net/netforums/viewtopic.php?t=2438 http://msmvps.com/blogs/cgross/archive/2004/08/08/11472.aspx http://krva.blogspot.com/2008/01/owa-2007-error-440-login-timeout.html Hope they're useful. mxAjax / CFAjax docs and other

RE: Stumped by cfexchange integration

2009-04-08 Thread Frew, Matthew
: Re: Stumped by cfexchange integration It's funny that Adobe has apparently a fix but it can't be found anywhere. Thanks Matt. On Tue, Apr 7, 2009 at 1:27 PM, Frew, Matthew mf...@wharton.upenn.edu wrote: FYI - there was a hotfix for cfexchange using form based auth.  If you don't want to do

Re: Stumped by cfexchange integration

2009-04-08 Thread James Holmes
Yes, for some reason Adobe only lists cf8 hot fixes here: http://kb.adobe.com/selfservice/viewContent.do?externalId=kb402604 mxAjax / CFAjax docs and other useful articles: http://www.bifrost.com.au/blog/ 2009/4/8 Frew, Matthew mf...@wharton.upenn.edu: Same goes for CF 8.1 Cumulative hotfix

Re: Stumped by cfexchange integration

2009-04-08 Thread Victor Moore
The fix that Matt mentioned it's not part of the CF 8.1 Cumulative hotfix 2. Am I the only person in the CF universe that is trying to use cfexchange tag with Exchange 2007 (and has a problem)? Thanks Victor On Wed, Apr 8, 2009 at 11:22 AM, James Holmes james.hol...@gmail.com wrote: Yes, for

Re: Stumped by cfexchange integration

2009-04-08 Thread James Holmes
2009/4/9 Victor Moore victor.mo...@gmail.com: Am I the only person in the CF universe that is trying to use cfexchange tag with Exchange 2007 (and has a problem)? No: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:53211

Re: Stumped by cfexchange integration

2009-04-08 Thread Victor Moore
Hi James, Yes, I have seen that one. My problem is a little bit different in the sens that I can't even connect. I have even applied the patch that Matt pointed out and still no luck. I can connect fine from IE using the same credentials I have in the cfexchangeconnect tag ... Very frustrating

RE: Stumped by cfexchange integration

2009-04-07 Thread Frew, Matthew
FYI - there was a hotfix for cfexchange using form based auth. If you don't want to do forms based auth, you'll have to enable webdav exchange server. While I can't find the original e-mail, the hotfix is hf801-74297; it may be worth contact Adobe support and referencing that hotfix, to see

Re: Stumped by cfexchange integration

2009-04-07 Thread Victor Moore
It's funny that Adobe has apparently a fix but it can't be found anywhere. Thanks Matt. On Tue, Apr 7, 2009 at 1:27 PM, Frew, Matthew mf...@wharton.upenn.edu wrote: FYI - there was a hotfix for cfexchange using form based auth.  If you don't want to do forms based auth, you'll have to

Re: Stumped on a cfgrid problem

2006-11-13 Thread Stephen Hait
http://208.112.27.110/services_TEST.cfm At the address above Nothing in I.E. Firefox paints up grid, but no data and no submit button, though it's in my code.! Works Locally in I.E. and Firefox EXCEPT - the Submit button isn't showing up. You might try escaping the forward slashes in

Re: Stumped on a cfgrid problem

2006-11-13 Thread Les Mizzell
Stephen Hait wrote: http://208.112.27.110/services_TEST.cfm You might try escaping the forward slashes in your document.write statements: /embed to \/embed, /iframe to \/iframe, /br to br \/ That's the auto-generated code! Here's what's on the page: cfform format=flash

RE: Stumped on CFC param issue

2006-08-16 Thread Ben Nadel
That is a crazy error... I would erase the few lines of code that actually call the chkMDSInventory() method and rewrite them... Sometimes that works for me for crazy errors. ... Ben Nadel Web Developer Nylon Technology 350 7th Avenue Floor 10 New York, NY 10001

Re: Stumped on CFC param issue

2006-08-16 Thread Michael Traher
is productid a character type on the database? if so you may want to wrap a trim() around it somewhere in the sql or maybe an int() function (depending on your dbms) if it is numeric on the db then I have no idea :-) On 8/16/06, Rey Bango [EMAIL PROTECTED] wrote: I'm a little stumped on this.

Re: Stumped on CFC param issue

2006-08-16 Thread Rey Bango
Yea tell me about it. I tried all these different variations of the code and it was still throwing the error. I even ran through the other section of the app that uses the same code because I was scared that the site might be blowing up but everything is working just fine. I'll check out the

Re: Stumped on CFC param issue

2006-08-16 Thread Rey Bango
is productid a character type on the database? if so you may want to wrap a trim() around it somewhere in the sql or maybe an int() function (depending on your dbms) if it is numeric on the db then I have no idea :-) Hi Michael, Its an int. :P Rey...

Re: Stumped on CFC param issue

2006-08-16 Thread Matt Williams
Try: cfif NOT invObj.chkMDSInventory( NumberFormat(getProductInfo.productid ),NumberFormat(variables.thisquantity) ) Or cfif NOT invObj.chkMDSInventory( Val(getProductInfo.productid),Val( variables.thisquantity) ) On 8/16/06, Rey Bango [EMAIL PROTECTED] wrote: Yea tell me about it. I tried

Re: Stumped on CFC param issue

2006-08-16 Thread Rey Bango
Thanks Matt. It really doesn't solve my problem though as the original issue is that the method chkMDSInventory() is saying that the params are not numeric values when in fact they are. I appreciate the suggestion though. Rey... Matt Williams wrote: Try: cfif NOT invObj.chkMDSInventory(

Re: Stumped on CFC param issue

2006-08-16 Thread Rey Bango
Yep. I CFDump'd the query to make sure. Rey... James Holmes wrote: You are of course absolutely certain that getProductInfo contains only one row when the code fails? On 8/17/06, Rey Bango [EMAIL PROTECTED] wrote: Thanks Matt. It really doesn't solve my problem though as the original

Re: STUMPED! help

2002-08-18 Thread S . Isaac Dealey
Your problem is unecessary use of string values and the evaluate() function call ... Pass the actual query to your custom tag rather than the name of the query instead of using the evaluate function at all, i.e: Your custom tag currently looks like cf_mycustomtag query=myquery change it to

Re: Stumped: Getting recordcount for dynamic query within a cfloop

2001-12-05 Thread Douglas Brown
I may be way off.hope not Can you do a cfloop list=#queryName# from=1 to=#listLen(queryName)# cfif #queryName#.recordCount eq 0 do this cfelse do this /cfloop Doug - Original Message - From: Paul Sinclair [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday,

RE: Stumped: Getting recordcount for dynamic query within a cfloop

2001-12-05 Thread Mike Townend
To do what you want to do you will need to use the Evaluate function... Ie CFIF Evaluate(#queryName#.recordcount) GT 0 etc -Original Message- From: Paul Sinclair [mailto:[EMAIL PROTECTED]] Sent: 05 December 2001 17:30 To: CF-Talk Subject: Stumped: Getting recordcount for

RE: Stumped: Getting recordcount for dynamic query within a cfloop

2001-12-05 Thread Zac Belado
01 cfloop query=categories 02 cfset queryName=#column_from_query# 03 04 cfoutput 05 06 cfif #queryName#.recordcount gte 1 DO THIS /cfif 07 cfif #queryName#.recordcount lt 1 DO THAT /cfif 08 09 /cfoutput 10 /cfloop Try using evaluate cfset intRecordCount = evaluate

Re: Stumped: Getting recordcount for dynamic query within a cfloop

2001-12-05 Thread Don Vawter
10:50 AM Subject: Re: Stumped: Getting recordcount for dynamic query within a cfloop I may be way off.hope not Can you do a cfloop list=#queryName# from=1 to=#listLen(queryName)# cfif #queryName#.recordCount eq 0 do this cfelse do this /cfloop Doug - Original Message

RE: Stumped: Getting recordcount for dynamic query within a cfloop

2001-12-05 Thread Raymond Camden
Now now, I didn't say Evaluate should _never_ be used. ;) This defintely looks like a time where it is required. Raymond Camden, .sigless in Newton. -Original Message- From: Don Vawter [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 12:45 PM To: CF-Talk Subject: Re

Re: Stumped: Getting recordcount for dynamic query within a cfloop

2001-12-05 Thread Don Vawter
Lol just yankin your chain, wanted to make sure you were awake. - Original Message - From: Raymond Camden [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, December 05, 2001 2:43 PM Subject: RE: Stumped: Getting recordcount for dynamic query within a cfloop Now now, I

Re: Stumped !

2001-02-28 Thread Max Paperno
Jim, If I understand the base of your problem, it's in trying to get the value of a dynamically-named form field. Right? If so, it's easy... formFieldValue = Evaluate("form.sameword" number) presuming "number" is your incrementing value. Does that do it? Cheers, -Max

RE: Stumped !

2001-02-28 Thread Jason Lees (National Express)
I had a similar problem, On the processing page that updated the data base I used the following Either use a Form or URL variable to pass through the Total Number of Items in the collection, cfloop index='index_no' from="1" To="#URL.Max_Count#" cfquery name="updData"

RE: Stumped !

2001-02-28 Thread Stephen Kellogg
/cfoutput /cfquery /cfif /cfloop --- Hope this is what you were looking for... If you still can't get it, send me that portion of code and I'll take a look. Stephen -Original Message- From: Max Paperno [mailto:[EMAIL PROTE