RE: Problem with getPageContext().forward() (JRun closed connection)

2003-09-26 Thread McGill, Eric
Hey Alex,I am getting the same error, but only sometimes - and under different circumstances - so I'm not sure if there is any connection between our errors. There's one thread on this at MM, but no resolution. You will find my post there from today is still unanswered, but you can see the details

RE: Flash date format problem

2003-09-30 Thread McGill, Eric
Worst case scenario, you can parse that thing out to a date format you know cf likes: dteFromFlash = "Mon Mar 10 00:00:00 GMT+0800 2003"; dteConverted = listGetAt( dteFromFlash, 3, " " ) & "-" & listGetAt( dteFromFlash, 2, " " ) & "-" & listGetAt( dteFromFlash, 6, " " ); writeOutput(dteConver

RE: query string recognition

2003-09-30 Thread McGill, Eric
I can't be certain, but I would say you just can't do it in CF5... You couldn't in ASP2.0, could in 3.0. You can in PHP 4.x and you can in CFMX. I would guess running different app servers on same webserver (IIS5) and OS (win2k) suggests that the appserver of choice is the one to blame (or be credi

RE: query string recognition

2003-09-30 Thread McGill, Eric
[McGill, Eric] Only some versions of app servers will see those vars. Also, some that do allow you to do that will not recognize the query string on post requests - so you can do it on everything until you submit a form, then you have to specify a filename that you're posting to. I'm n

RE: IIS not rendering ASP?

2003-09-30 Thread McGill, Eric
First thing I would do is go into IIS control panel and confirm that the extension *.asp is mapped to asp.dll under the properties for that particular website. I'm sorry not to be able to tell you which tab it is - I'm not near a box with IIS running - but I think it is under the Configuration butt

RE: Bank Of America CC processing

2003-10-01 Thread McGill, Eric
Ryan, Maybe BoA just needs to explicitly allow the IP or domain of the server posting the transactions? Eric -Original Message- IOC_reject_description=The site that originated the order request is not authorized to POST transactions. But according to all the setting I can find I do have

RE: weird caching?

2003-10-02 Thread McGill, Eric
http://www.macromedia.com/support/coldfusion/ts/documents/tn18258.htm -Original Message- From: Randy Morse [mailto:[EMAIL PROTECTED] Sent: Thursday, October 02, 2003 12:45 PM To: CF-Talk Subject: weird caching? I am using windows 2000 with CFMX 6.0. The server is currently serving 3 web

RE: application.cfm

2003-10-07 Thread McGill, Eric
This might be way off, but is this by any chance a Fusebox 4 application? If not, is there any possibility that there is Another CFAPPLICATION tag set somewhere (like at the top of index.cfm)? -Original Message- Why is this not working? I have the following code in my application.cfm

RE: CFIF Troubles!!!

2003-10-10 Thread McGill, Eric
You need seperate CFIFs around each one, the elseifs stop when it hits one that evaluates to true (in this case, budget) Eric -Original Message- From: Ian Vaughan [mailto:[EMAIL PROTECTED] Sent: Friday, October 10, 2003 9:59 AM To: CF-Talk Subject: CFIF Troubles!!! Iam having some trouble

Large integers in CF?

2003-08-29 Thread McGill, Eric
Hello, I am trying to generate a filelist and feed it to another application. I recursively loop over a directory tree and spit out a file that looks similar to this: Dir:\\SERVERNAME\WORKINGDIR\currentversion\ ACCESS-signed.html,29561861:-498865152,1929 ACCESS-start.html,29374731:1826202624,2183