RE: UPDATE- Processing Requests errors?

2004-03-24 Thread Bushy
I broke it down a little. I then do multiple --Original Message Text--- From: Ian Skinner Date: Wed, 24 Mar 2004 08:28:56 -0800 Ok, then what goes on in the template included by the frame? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: UPDATE- Processing Requests errors?

2004-03-24 Thread Ian Skinner
Ok, then what goes on in the template included by the frame? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: UPDATE- Processing Requests errors?

2004-03-24 Thread Bushy
It relaods my frame which has the height="15" border="0" alt="Refresh"> --Original Message Text--- From: Ian Skinner Date: Wed, 24 Mar 2004 06:05:35 -0800 What exactly does the refresh Icon do?  Can you share some code? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe]

RE: UPDATE- Processing Requests errors?

2004-03-24 Thread Ian Skinner
What exactly does the refresh Icon do?  Can you share some code? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: UPDATE- Processing Requests errors?

2004-03-24 Thread Bushy
ok...but I've done the following in the CF admin under "Memory Variables" Checked Enabled Session Variables and Enabled Application Variables Maximum Timeout   Application Variables  days  hours   mins   secs    20 

Re: UPDATE- Processing Requests errors?

2004-03-23 Thread Jerry Johnson
Um... Your session could be timing out. Therefore the SESSION. variables would be blank. Jerry Johnson >>> [EMAIL PROTECTED] 03/23/04 10:17AM >>> Ntohing fancy...just don't know why I get that error when I click the refresh from my app icon. NOT F5. It refreshes my frame which is doing a treevi

Re: UPDATE- Processing Requests errors?

2004-03-23 Thread Bushy
Ntohing fancy...just don't know why I get that error when I click the refresh from my app icon. NOT F5. It refreshes my frame which is doing a treeview using Craps on this code after about 30 minutes or more? Error Diagnostic Information An error occurred while evaluating the _expression_ SES

Re: UPDATE- Processing Requests errors?

2004-03-23 Thread Patrick Harkins
Hey, Bushy! What are you trying to do that requires the long timeouts? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: UPDATE- Processing Requests errors?

2004-03-23 Thread Bushy
I'm not sure if this makes a different or not. If I hit the "F5" for a refresh everything is OK. Always was. In my app I have a "refresh" icon the refreshes my navigation frame thats displaying my directories/files via height="15" border="0" alt="Refresh"> --Original Message Text--- From: Bush

RE: UPDATE- Processing Requests errors?

2004-03-23 Thread Bushy
oh manI don't know whats happening. I made the below changes to the CF administrator. Stopped and restarted the CF service etc. I opening my app and just let it sit for about an hour. Maybe a little more. Did a refresh and I get the same error again. I don't understand!!! The [] operator can

RE: UPDATE- Processing Requests errors?

2004-03-23 Thread Bushy
ok...I increased the sessioned variables from 20 minutes (default) to 12 hours. I'll see what happens now. Application variables were set to 2 hours. --Original Message Text--- From: Ian Skinner Date: Mon, 22 Mar 2004 12:35:12 -0800    sessionmanagement="Yes"    sessionti

RE: UPDATE- Processing Requests errors?

2004-03-22 Thread Harkins, Patrick
use client variables instead Outbound email scanned for viruses. (e230) [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: UPDATE- Processing Requests errors?

2004-03-22 Thread Ian Skinner
   sessionmanagement="Yes"    sessiontimeout="#CreateTimeSpan(0,12,0,0)#"    applicationtimeout="#CreateTimeSpan(0,12,0,0)#"> You may not be able to set a 12 hour timeout with the tag, if the MAXIMUM setting in the Cold Fusion Administrator [{cfmxroot}/CFIDE/A

RE: UPDATE- Processing Requests errors?

2004-03-22 Thread Bushy
--Original Message Text--- From: Ian Skinner Date: Mon, 22 Mar 2004 12:19:53 -0800 Don't forget there is a MAXIMUM timeout parameter in the ColdFusion Administrator.  You can not override this setting with the CFApplication tag.   Right, which I have in my application.cfm in the root of my site f

RE: UPDATE- Processing Requests errors?

2004-03-22 Thread Heald, Tim
Subject: re: UPDATE- Processing Requests errors? I increased the timeout for my refreshing after about an hour and I get the same error below. The suggestion from this thread was it had to do with the SESSION timeout but I don't see how?    sessionmanagement

RE: UPDATE- Processing Requests errors?

2004-03-22 Thread Ian Skinner
Don't forget there is a MAXIMUM timeout parameter in the ColdFusion Administrator.  You can not override this setting with the CFApplication tag.  The default for this setting is usually 2 hours IIRC. -- Ian Skinner Web Programmer BloodSource www.BloodSource.org Sacramento, CA "C co

re: UPDATE- Processing Requests errors?

2004-03-22 Thread Bushy
I increased the timeout for my The suggestion from this thread was it had to do with the SESSION timeout but I don't see how?    sessionmanagement="Yes"    sessiontimeout="#CreateTimeSpan(0,12,0,0)#"    applicationtimeout="#CreateTimeSpan(0,12,0,0)#"> --Ori

re: UPDATE- Processing Requests errors?

2004-03-22 Thread Bushy
The [] operator can only be applied to an indexed object. The provided object "SESSION.stDirFileAttributes" is not indexed in dimension 1. In ColdFusion indexed objects can be query columns, arrays, structs and COM objects. The error occurred while processing an element with a general identifier

re: UPDATE- Processing Requests errors?

2004-03-22 Thread Bushy
Sorry...forgot to include the error message. See below. Error Occurred While Processing Request Error Diagnostic Information An error occurred while evaluating the _expression_: SESSION.stDirFileAttributes[RecNo] = Attributes Error near line 7, column 35. [Todays Threads] [This Message] [