From: stevyn d. <sr...@ya...> - 2009-12-08 09:21:43
|
Hi: The error shows up in the application event log as the ODBC driver is being called in a COM+ applcation. Always same error. Environment is 32-bit 2003R2 in production environment ie; not a test or development machine. This is error: Faulting application dllhost.exe, version 5.2.3790.3959, faulting module OdbcFb.dll, version 2.0.0.148, fault address 0x00022cc4. The system has called a custom component and that component has failed and generated an exception. This indicates a problem with the custom component. Notify the developer of this component that a failure has occurred and provide them with the information below. Component Prog ID: Server Application ID: {6EA2FA28-A7F8-4BA7-97FD-FEC4901A2248} Server Application Instance ID: {077FB5FF-90D9-463B-9DE7-EEAE0723E219} Server Application Name: LSMSWAPP The serious nature of this error has caused the process to terminate. Exception: C0000005 Address: 0x10022CC4 Call Stack: OdbcFb!SQLSetStmtAttrW + 0x204 It is clear that the error is in the driver in the function call SQLSetStmtAttrW at offset 0x204. I have not been able to figure out a solution and trying to capture the failure is difficult because it is so intermittent (but annoying for the users!) regards This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this message is not the intended you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you are not the intended reader, then you must destroy this communication immediately. --- On Tue, 12/8/09, tom interface <to...@in...> wrote: From: tom interface <to...@in...> Subject: Re: [Firebird-odbc-devel] Firebird_ODBC_2.0.0.148 and ASP on 2003server To: sr...@ya..., fir...@li... Received: Tuesday, December 8, 2009, 1:10 AM Hi, Can you send me your post and did you solve this ? Did you find the problem ? Thanks ----- Original Message ----- From: stevyn dembo To: fir...@li... Sent: Tuesday, December 08, 2009 7:57 PM Subject: Re: [Firebird-odbc-devel] Firebird_ODBC_2.0.0.148 and ASP on 2003server Hello: I have been experiencing as similar problem with Firebird_ODBC_2.0.0.148 on 2003 server. I too get the in memory access violation. But it is very intermittent. Possibly once in every 1000 - 10,000 transactions. I did post this earlier but the post doesn't seem to have made it onto the forum. regards, stevyn This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If the reader of this message is not the intended you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you are not the intended reader, then you must destroy this communication immediately. --- On Tue, 12/8/09, tom interface <to...@in...> wrote: From: tom interface <to...@in...> Subject: Re: [Firebird-odbc-devel] Firebird_ODBC_2.0.0.148 and ASP on 2003 server To: fir...@li... Received: Tuesday, December 8, 2009, 12:14 AM is it possible that a hardware problem can cause this crash (memory, HDD, processor ??) The config of my server is : Windows server 2003 - service pack 2 Intel xeon 2.8 Ghz (bi-processor) with 3.25 Go RAM Thanks ----- Original Message ----- From: "Roman Simakov" <rom...@gm...> To: <fir...@li...> Sent: Tuesday, December 08, 2009 7:01 PM Subject: Re: [Firebird-odbc-devel] Firebird_ODBC_2.0.0.148 and ASP on 2003 server Paul Reeves wrote: > On Monday 07 December 2009, tom interface wrote: > >> Le pilote spécifié n'a pas été chargé en raison de l'erreur système 193 >> (Firebird/InterBase(r) driver). >> > > This indicates you may have a mismatch between a 32-bit app and a 64-bit > driver, or vice-versa. Looking on address with error "access violation exception (0xC0000005)" I guess that Tom is using win32. In either case in snapshot there is another set of files for another platform:) It's easy to check:) -- Roman Simakov > > > Paul ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ Firebird-odbc-devel mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-odbc-devel __________ Information from ESET Smart Security, version of virus signature database 4668 (20091207) __________ The message was checked by ESET Smart Security. http://www.eset.com __________ Information from ESET Smart Security, version of virus signature database 4668 (20091207) __________ The message was checked by ESET Smart Security. http://www.eset.com ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ Firebird-odbc-devel mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-odbc-devel The new Internet Explorer® 8 - Faster, safer, easier. Optimized for Yahoo! Get it Now for Free! ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev __________ Information from ESET Smart Security, version of virus signature database 4668 (20091207) __________ The message was checked by ESET Smart Security. http://www.eset.com _______________________________________________ Firebird-odbc-devel mailing list Fir...@li... https://lists.sourceforge.net/lists/listinfo/firebird-odbc-devel __________ Information from ESET Smart Security, version of virus signature database 4668 (20091207) __________ The message was checked by ESET Smart Security. http://www.eset.com __________ Information from ESET Smart Security, version of virus signature database 4668 (20091207) __________ The message was checked by ESET Smart Security. http://www.eset.com __________________________________________________________________ The new Internet Explorer® 8 - Faster, safer, easier. Optimized for Yahoo! Get it Now for Free! at http://downloads.yahoo.com/ca/internetexplorer/ |
From: Paul R. <pr...@ib...> - 2009-12-08 09:38:19
|
On Tuesday 08 December 2009, stevyn dembo wrote: > Hi: > > The error shows up in the application event log as the ODBC driver is > being called in a COM+ applcation. Always same error. > Environment is 32-bit 2003R2 in production environment ie; not a test or > development machine. This is most definitely a different error to the one reported by Tom. In his case the driver fails to load. Under the circumstances I guess he might feel lucky to have an error that only occurred once in every 1000 - 10,000 transactions :-) Paul -- Paul Reeves http://www.ibphoenix.com Specialists in Firebird support |
From: Paul R. <pr...@ib...> - 2009-12-08 10:09:00
|
On Tuesday 08 December 2009, Paul Reeves wrote: > On Tuesday 08 December 2009, stevyn dembo wrote: > > Hi: > > > > The error shows up in the application event log as the ODBC driver is > > being called in a COM+ applcation. Always same error. > > Environment is 32-bit 2003R2 in production environment ie; not a test > > or development machine. > > This is most definitely a different error to the one reported by Tom. Although now that I think about it, you are referring to the first error he mentioned, not the second. We'll have to get an updated snapshot out. Paul -- Paul Reeves http://www.ibphoenix.com Specialists in Firebird support |