Hmmm... I'm not running against an Orible DB, but I do have CF5 running on Cobalt Linux and don't see the signal errors happening for no apparent reason.
So where does it start responding when you take the various bits out of test_one.cfm? > 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 ? > > :-) > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 Host with the leader in ColdFusion hosting. Voted #1 ColdFusion host by CF Developers. Offering shared and dedicated hosting options. www.cfxhosting.com/default.cfm?redirect=10481 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

