Running on a Windows2003, CFMX7 Machine

I am getting this error when I try to run a <CFSET AnnounceEvent('exception', 
newEventArgs) /> call. This code is running perfect on my Windows2000 server 
running cfmx 6. Any ideas? 

The EventContext necessary to announce events is not set in 
'request.eventContext.' 

  The error occurred in D:\Inetpub\wwwroot\MachII\framework\BaseComponent.cfc: 
line 42
Called from D:\Inetpub\wwwroot\ManageAgentSite\FunctionPages\WebSiteSetup.cfc: 
line 17
Called from D:\Inetpub\wwwroot\ManageAgentSite\Application.cfm: line 9

40 : <cfset request.eventContext.announceEvent(arguments.eventName, 
arguments.eventArgs) />
41 : <cfelse>
42 : <cfthrow message="The EventContext necessary to announce events is not set 
in 'request.eventContext.'" />
43 : </cfif>
44 : </cffunction>





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:212708
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to