Well it seems even with the basic code below it still generates:
2003-06-02    10:30:51    Fatal    9225    
Caught a fatal signal (11) - Aborting 

Application tag:
<CFAPPLICATION NAME="webTAScheduler" SETCLIENTCOOKIES="No">
<CFSET REQUEST.DSN = "webTAdev">


TEST_ONE.CFM (Task Template)
<CFSET thisDate = #DateFormat(Now(), "MM/DD/YYYY")#>

<!--- Get Notification Information --->
<CFQUERY NAME="qGetNotification" DATASOURCE="#REQUEST.DSN#">
        SELECT  SUBJECT,
        FROM    NOTIFICATION_TYPE
</CFQUERY>

Wondering if there would be a problem with the REQUEST scope for
variables
within the template? Shouldn't be but I am running out of
possibilities....


AGGGGGGGGGGGGGG Why is this so difficult ?

:-)




 


>>> [EMAIL PROTECTED] 06/02/03 10:29AM >>>
Well I am doing as you suggested (and something I should have done as
well).

I created the basic Query function within a scheduled event.
Allowing it to process @ 10:30 AM.

Then look in the log files (application, server, scheduler, etc..) for
any
type of error but would LOVE to the see the Status Code: 200
Successful

If I see the SC:200 then I will add to it to try and isolate it to
something
in particular.



>>> [EMAIL PROTECTED] 06/02/03 10:25AM >>>
I see what you mean. Can you call any tasks on that box?

M

-----Original Message-----
From: Randell B Adkins [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 02, 2003 10:12 AM
To: CF-Talk
Subject: RE: Signal 11 & CF Services?


We have no session variables running within the directory.
I have a very basic Application tag to eliminate the possibility of
something being carried over...



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to