Re: CF9 generates Error Code 430 in event log

2011-03-21 Thread Jochem van Dieten

On Sat, Mar 19, 2011 at 4:49 PM, John Pullam wrote:
> I'm struggling with a problem in my Win7 system that just started today. It 
> freezes on me and requires a reboot so I'm trying to get to the bottom of 
> what might be causing it.
>
> When I open the windows event log, the first error message after a boot is 
> this:

The message you are looking for is the last one *before* a boot.

Anyway, it should be easy to rule out CF:
- why are you using ODBC at all?
- if you run your ColdFusion services as a non-privileged user they
simply don't have sufficient permissions to halt the computer.

Jochem


-- 
Jochem van Dieten
http://jochem.vandieten.net/

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343165
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 generates Error Code 430 in event log

2011-03-21 Thread John Pullam

Actually, I'm not really looking for advice on what to do on a Win 7 freeze, 
I'm trying to determine why CF9 is generating these errors messages in the 
windows log when I reboot.

> ColdFusion 9 ODBC Agent@LOCALHOST,ErrorCode=430,ErrorMessage=Failed to 
> open event trace file because the file version is not recognised.

> ColdFusion 9 ODBC Server@LOCALHOST,ErrorCode=430,ErrorMessage=Failed 
> to open event trace file because the file version is not recognised.

Has anyone else seen these errors? Any hint about what might be happening? 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343164
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: CF9 generates Error Code 430 in event log

2011-03-19 Thread Russ Michaels

u can cause a crash dump when the machine freezes so you can analyze it to
determine the cause of your system freezes.

do this
http://avid.custkb.com/avid/app/selfservice/search.jsp?DocId=261339&ssdFilterCommunity15=1408&ssdFilterCommunity13=0&ssdFilterCommunity11=634&ssdFilterCommunity10=368&ssdFilter_SearchKeyWord=registry+HKEY_LOCAL_MACHINE&page=1&ssdSearchOperator=0&ssdFilterCommunity3=0&Hilite=registry+HKEY_LOCAL_MACHINE

and
next it freezes you can press the specified keey combo to create a crash
dump, despite what it says, it will work on usb keyboards as long as the usb
driver has not crashed.

you can then use a crash dump analysis tool to try and find the cause.
e.g.
http://www.nirmaltv.com/2008/12/18/whocrashed-windows-crash-dump-analysis-tool/

If
you don;t have any luck with this, then I suggest disabling all non windows
services and auto startup programs  to see if this resolves the problem, and
then enable your services one at a time until you determine which one is
causing your freeze ups,
you can do this via the msconfig tool.

press windows key + R
type run 

go to services, check "hide all microsoft services".
uncheck all the remaining services so they do not start
disable all your startup items.
reboot machine
run like this until you are sure the system is not freezing
then use msconfig to enable services a few at a time until you again get a
system freeze, then you will be able to narrow down the cause.




On Sat, Mar 19, 2011 at 3:49 PM, John Pullam wrote:

>
> I'm struggling with a problem in my Win7 system that just started today. It
> freezes on me and requires a reboot so I'm trying to get to the bottom of
> what might be causing it.
>
> When I open the windows event log, the first error message after a boot is
> this:
>
> The description for Event ID 0 from source ColdFusion 9 ODBC Agent cannot
> be found. Either the component that raises this event is not installed on
> your local computer or the installation is corrupted. You can install or
> repair the component on the local computer.
>
> If the event originated on another computer, the display information had to
> be saved with the event.
>
> The following information was included with the event:
>
> ColdFusion 9 ODBC Agent@LOCALHOST,ErrorCode=430,ErrorMessage=Failed to
> open event trace file because the file version is not recognised.
>
> The second message is similar:
>
> The description for Event ID 0 from source ColdFusion 9 ODBC Server cannot
> be found. Either the component that raises this event is not installed on
> your local computer or the installation is corrupted. You can install or
> repair the component on the local computer.
>
> If the event originated on another computer, the display information had to
> be saved with the event.
>
> The following information was included with the event:
>
> ColdFusion 9 ODBC Server@LOCALHOST,ErrorCode=430,ErrorMessage=Failed to
> open event trace file because the file version is not recognised.
>
> Can anyone tell me what this mean and what I can do to eliminate it?
>
>
> 

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343140
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


CF9 generates Error Code 430 in event log

2011-03-19 Thread John Pullam

I'm struggling with a problem in my Win7 system that just started today. It 
freezes on me and requires a reboot so I'm trying to get to the bottom of what 
might be causing it.

When I open the windows event log, the first error message after a boot is this:

The description for Event ID 0 from source ColdFusion 9 ODBC Agent cannot be 
found. Either the component that raises this event is not installed on your 
local computer or the installation is corrupted. You can install or repair the 
component on the local computer.

If the event originated on another computer, the display information had to be 
saved with the event.

The following information was included with the event: 

ColdFusion 9 ODBC Agent@LOCALHOST,ErrorCode=430,ErrorMessage=Failed to open 
event trace file because the file version is not recognised.

The second message is similar:

The description for Event ID 0 from source ColdFusion 9 ODBC Server cannot be 
found. Either the component that raises this event is not installed on your 
local computer or the installation is corrupted. You can install or repair the 
component on the local computer.

If the event originated on another computer, the display information had to be 
saved with the event.

The following information was included with the event: 

ColdFusion 9 ODBC Server@LOCALHOST,ErrorCode=430,ErrorMessage=Failed to open 
event trace file because the file version is not recognised.

Can anyone tell me what this mean and what I can do to eliminate it?


~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:343139
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm