From: tom i. <to...@in...> - 2009-12-03 07:56:45
|
Hi, i'm french so excuse me for my english. I have a classic ASP application with Firebird server (1.5.5.4926) with ODBC 2.0.0.148 There's only one server for IIS and Firebird and i've 60 users, and each have his connection string (so i can't use pooling) My connection string is : "Driver=Firebird/InterBase(r) driver;Uid=mylogin;Pwd=mypass;DbName=127.0.0.1:d:\database\xxxxxx.fdb" Sometimes, when the connection is opened i have intermittent 800a01fb error and by day it represents hundreds of error 500. I look in the IIS log and when i try the page that cause error, no problem for me. Users told me that when they refresh sometimes it works sometimes not. I'm using lots of response.redirect but always close and set nothing for connection and recordset before. I use debugdiag and have always this message (sometimes very quickly when i open connection to firebird): In w3wp__PID__2620__Date__12_02_2009__Time_01_19_58PM__499__First Chance Access Violation.dmp the assembly instruction at OdbcFb!SQLSetDescFieldW+5478 in C:\WINDOWS\system32\OdbcFb.dll from IBPhoenix Inc has caused an access violation exception (0xC0000005) when trying to read from memory location 0x0c641000 on thread 67 I look for a solution for a long time but can't find a solution to solve this Can anyone help me ?? security rights problem ? Too many connections ? I hope someone can help Thanks Tom __________ Information from ESET Smart Security, version of virus signature database 4656 (20091202) __________ The message was checked by ESET Smart Security. http://www.eset.com |
From: Roman S. <rom...@gm...> - 2009-12-04 09:42:17
|
Hi tom! It would be good to look at call stack. Can you get it on your machine? Maybe userdump can help. Also odbc debug can be useful. It can trace call of every function in ODBC driver with parameters. Without that it's difficult to understand what's happen. -- Roman Simakov tom interface wrote: > Hi, > > i'm french so excuse me for my english. > > I have a classic ASP application with Firebird server (1.5.5.4926) with > ODBC 2.0.0.148 > > There's only one server for IIS and Firebird and i've 60 users, and each > have his connection string (so i can't use pooling) > > My connection string is : > > "Driver=Firebird/InterBase(r) > driver;Uid=mylogin;Pwd=mypass;DbName=127.0.0.1:d:\database\xxxxxx.fdb" > > Sometimes, when the connection is opened i have intermittent 800a01fb > error and by day it represents hundreds of error 500. I look in the IIS > log and when i try the page that cause error, no problem for me. Users > told me that when they refresh sometimes it works sometimes not. > > I'm using lots of response.redirect but always close and set nothing for > connection and recordset before. > > I use debugdiag and have always this message (sometimes very quickly > when i open connection to firebird): > > In w3wp__PID__2620__Date__12_02_2009__Time_01_19_58PM__499__First Chance > Access Violation.dmp the assembly instruction at > *OdbcFb!SQLSetDescFieldW+5478* in *C:\WINDOWS\system32\OdbcFb.dll* from > *IBPhoenix Inc* has caused an *access violation exception (0xC0000005)* > when trying to *read from* memory location *0x0c641000* on thread *67* > <mhtml:file://C:\Program > Files\DebugDiag\Reports\CrashHang_Report__PID_2620__PID_5852(1_dumps)__120220091506084.mht#2620:25382Thread4468> > > I look for a solution for a long time but can't find a solution to solve > this > > Can anyone help me ?? security rights problem ? Too many connections ? > > I hope someone can help > > Thanks > > Tom > |
From: tom i. <to...@in...> - 2009-12-04 11:45:34
|
Thanks Roman for your answer I put a dump generated when the first database connection is opened on my application on : www.interface.nc/dump.zip When i activate debug in ODBC manager the log is always empty ? Tom ----- Original Message ----- From: "Roman Simakov" <rom...@gm...> To: <fir...@li...> Sent: Friday, December 04, 2009 8:42 PM Subject: Re: [Firebird-odbc-devel] Firebird_ODBC_2.0.0.148 and ASP on 2003 server > Hi tom! > > It would be good to look at call stack. Can you get it on your machine? > Maybe userdump can help. Also odbc debug can be useful. It can trace > call of every function in ODBC driver with parameters. > > Without that it's difficult to understand what's happen. > > > -- > Roman Simakov > > tom interface wrote: >> Hi, >> >> i'm french so excuse me for my english. >> >> I have a classic ASP application with Firebird server (1.5.5.4926) with >> ODBC 2.0.0.148 >> >> There's only one server for IIS and Firebird and i've 60 users, and each >> have his connection string (so i can't use pooling) >> >> My connection string is : >> >> "Driver=Firebird/InterBase(r) >> driver;Uid=mylogin;Pwd=mypass;DbName=127.0.0.1:d:\database\xxxxxx.fdb" >> >> Sometimes, when the connection is opened i have intermittent 800a01fb >> error and by day it represents hundreds of error 500. I look in the IIS >> log and when i try the page that cause error, no problem for me. Users >> told me that when they refresh sometimes it works sometimes not. >> >> I'm using lots of response.redirect but always close and set nothing for >> connection and recordset before. >> >> I use debugdiag and have always this message (sometimes very quickly >> when i open connection to firebird): >> >> In w3wp__PID__2620__Date__12_02_2009__Time_01_19_58PM__499__First Chance >> Access Violation.dmp the assembly instruction at >> *OdbcFb!SQLSetDescFieldW+5478* in *C:\WINDOWS\system32\OdbcFb.dll* from >> *IBPhoenix Inc* has caused an *access violation exception (0xC0000005)* >> when trying to *read from* memory location *0x0c641000* on thread *67* >> <mhtml:file://C:\Program >> Files\DebugDiag\Reports\CrashHang_Report__PID_2620__PID_5852(1_dumps)__120220091506084.mht#2620:25382Thread4468> >> >> I look for a solution for a long time but can't find a solution to solve >> this >> >> Can anyone help me ?? security rights problem ? Too many connections ? >> >> I hope someone can help >> >> Thanks >> >> Tom >> > > > ------------------------------------------------------------------------------ > Join us December 9, 2009 for the Red Hat Virtual Experience, > a free event focused on virtualization and cloud computing. > Attend in-depth sessions from your desk. Your couch. Anywhere. > http://p.sf.net/sfu/redhat-sfdev2dev > _______________________________________________ > 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 4659 (20091203) __________ > > The message was checked by ESET Smart Security. > > http://www.eset.com > > > __________ Information from ESET Smart Security, version of virus signature database 4660 (20091204) __________ The message was checked by ESET Smart Security. http://www.eset.com |
From: Roman S. <rom...@gm...> - 2009-12-04 12:04:23
|
tom interface wrote: > Thanks Roman for your answer > > I put a dump generated when the first database connection is opened on my > application on : www.interface.nc/dump.zip > > When i activate debug in ODBC manager the log is always empty ? Not sure. It must trace every function call. I'm in linux now. When I will in Windows I'll try to open your dump and will take a look into ODBC debug again. > > Tom > > ----- Original Message ----- > From: "Roman Simakov" <rom...@gm...> > To: <fir...@li...> > Sent: Friday, December 04, 2009 8:42 PM > Subject: Re: [Firebird-odbc-devel] Firebird_ODBC_2.0.0.148 and ASP on 2003 > server > > >> Hi tom! >> >> It would be good to look at call stack. Can you get it on your machine? >> Maybe userdump can help. Also odbc debug can be useful. It can trace >> call of every function in ODBC driver with parameters. >> >> Without that it's difficult to understand what's happen. >> >> >> -- >> Roman Simakov >> >> tom interface wrote: >>> Hi, >>> >>> i'm french so excuse me for my english. >>> >>> I have a classic ASP application with Firebird server (1.5.5.4926) with >>> ODBC 2.0.0.148 >>> >>> There's only one server for IIS and Firebird and i've 60 users, and each >>> have his connection string (so i can't use pooling) >>> >>> My connection string is : >>> >>> "Driver=Firebird/InterBase(r) >>> driver;Uid=mylogin;Pwd=mypass;DbName=127.0.0.1:d:\database\xxxxxx.fdb" >>> >>> Sometimes, when the connection is opened i have intermittent 800a01fb >>> error and by day it represents hundreds of error 500. I look in the IIS >>> log and when i try the page that cause error, no problem for me. Users >>> told me that when they refresh sometimes it works sometimes not. >>> >>> I'm using lots of response.redirect but always close and set nothing for >>> connection and recordset before. >>> >>> I use debugdiag and have always this message (sometimes very quickly >>> when i open connection to firebird): >>> >>> In w3wp__PID__2620__Date__12_02_2009__Time_01_19_58PM__499__First Chance >>> Access Violation.dmp the assembly instruction at >>> *OdbcFb!SQLSetDescFieldW+5478* in *C:\WINDOWS\system32\OdbcFb.dll* from >>> *IBPhoenix Inc* has caused an *access violation exception (0xC0000005)* >>> when trying to *read from* memory location *0x0c641000* on thread *67* >>> <mhtml:file://C:\Program >>> Files\DebugDiag\Reports\CrashHang_Report__PID_2620__PID_5852(1_dumps)__120220091506084.mht#2620:25382Thread4468> >>> >>> I look for a solution for a long time but can't find a solution to solve >>> this >>> >>> Can anyone help me ?? security rights problem ? Too many connections ? >>> >>> I hope someone can help >>> >>> Thanks >>> >>> Tom >>> >> |
From: Roman S. <rom...@gm...> - 2009-12-07 09:36:39
|
Tom, for 148 build there is no debug information. It means I can't see function and parameters for your dump. I suggest you to try more fresh build 149. You can find it here http://www.firebirdsql.org/downloads/snapshot_builds/odbc/. You can just replace driver files from OdbcFb_DLL_2-0-0149_Win32.zip. After try to create dump again. I'll also install this version on my machine and try to open a new dump. -- Roman Simakov tom interface wrote: > Thanks Roman for your answer > > I put a dump generated when the first database connection is opened on my > application on : www.interface.nc/dump.zip > > When i activate debug in ODBC manager the log is always empty ? > > Tom > > ----- Original Message ----- > From: "Roman Simakov" <rom...@gm...> > To: <fir...@li...> > Sent: Friday, December 04, 2009 8:42 PM > Subject: Re: [Firebird-odbc-devel] Firebird_ODBC_2.0.0.148 and ASP on 2003 > server > > >> Hi tom! >> >> It would be good to look at call stack. Can you get it on your machine? >> Maybe userdump can help. Also odbc debug can be useful. It can trace >> call of every function in ODBC driver with parameters. >> >> Without that it's difficult to understand what's happen. >> >> >> -- >> Roman Simakov >> >> tom interface wrote: >>> Hi, >>> >>> i'm french so excuse me for my english. >>> >>> I have a classic ASP application with Firebird server (1.5.5.4926) with >>> ODBC 2.0.0.148 >>> >>> There's only one server for IIS and Firebird and i've 60 users, and each >>> have his connection string (so i can't use pooling) >>> >>> My connection string is : >>> >>> "Driver=Firebird/InterBase(r) >>> driver;Uid=mylogin;Pwd=mypass;DbName=127.0.0.1:d:\database\xxxxxx.fdb" >>> >>> Sometimes, when the connection is opened i have intermittent 800a01fb >>> error and by day it represents hundreds of error 500. I look in the IIS >>> log and when i try the page that cause error, no problem for me. Users >>> told me that when they refresh sometimes it works sometimes not. >>> >>> I'm using lots of response.redirect but always close and set nothing for >>> connection and recordset before. >>> >>> I use debugdiag and have always this message (sometimes very quickly >>> when i open connection to firebird): >>> >>> In w3wp__PID__2620__Date__12_02_2009__Time_01_19_58PM__499__First Chance >>> Access Violation.dmp the assembly instruction at >>> *OdbcFb!SQLSetDescFieldW+5478* in *C:\WINDOWS\system32\OdbcFb.dll* from >>> *IBPhoenix Inc* has caused an *access violation exception (0xC0000005)* >>> when trying to *read from* memory location *0x0c641000* on thread *67* >>> <mhtml:file://C:\Program >>> Files\DebugDiag\Reports\CrashHang_Report__PID_2620__PID_5852(1_dumps)__120220091506084.mht#2620:25382Thread4468> >>> >>> I look for a solution for a long time but can't find a solution to solve >>> this >>> >>> Can anyone help me ?? security rights problem ? Too many connections ? >>> >>> I hope someone can help >>> >>> Thanks >>> >>> Tom >>> |
From: tom i. <to...@in...> - 2009-12-07 21:39:58
|
Thanks Roman, When i replace the files i have this error (i restart the server) : Microsoft OLE DB Provider for ODBC Drivers erreur '80004005' Le pilote spécifié n'a pas été chargé en raison de l'erreur système 193 (Firebird/InterBase(r) driver). my connection string : DRIVER=Firebird/InterBase(r) driver;DBNAME=127.0.0.1:d:\xxxx\xxx.fdb;UID=aaa;PWD=xxxx Thanks Tom ----- Original Message ----- From: "Roman Simakov" <rom...@gm...> To: <fir...@li...> Sent: Monday, December 07, 2009 8:36 PM Subject: Re: [Firebird-odbc-devel] Firebird_ODBC_2.0.0.148 and ASP on 2003 server > Tom, > > for 148 build there is no debug information. It means I can't see > function and parameters for your dump. I suggest you to try more fresh > build 149. You can find it here > http://www.firebirdsql.org/downloads/snapshot_builds/odbc/. > > You can just replace driver files from OdbcFb_DLL_2-0-0149_Win32.zip. > After try to create dump again. I'll also install this version on my > machine and try to open a new dump. > > -- > Roman Simakov > > tom interface wrote: >> Thanks Roman for your answer >> >> I put a dump generated when the first database connection is opened on my >> application on : www.interface.nc/dump.zip >> >> When i activate debug in ODBC manager the log is always empty ? >> >> Tom >> >> ----- Original Message ----- >> From: "Roman Simakov" <rom...@gm...> >> To: <fir...@li...> >> Sent: Friday, December 04, 2009 8:42 PM >> Subject: Re: [Firebird-odbc-devel] Firebird_ODBC_2.0.0.148 and ASP on 2003 >> server >> >> >>> Hi tom! >>> >>> It would be good to look at call stack. Can you get it on your machine? >>> Maybe userdump can help. Also odbc debug can be useful. It can trace >>> call of every function in ODBC driver with parameters. >>> >>> Without that it's difficult to understand what's happen. >>> >>> >>> -- >>> Roman Simakov >>> >>> tom interface wrote: >>>> Hi, >>>> >>>> i'm french so excuse me for my english. >>>> >>>> I have a classic ASP application with Firebird server (1.5.5.4926) with >>>> ODBC 2.0.0.148 >>>> >>>> There's only one server for IIS and Firebird and i've 60 users, and each >>>> have his connection string (so i can't use pooling) >>>> >>>> My connection string is : >>>> >>>> "Driver=Firebird/InterBase(r) >>>> driver;Uid=mylogin;Pwd=mypass;DbName=127.0.0.1:d:\database\xxxxxx.fdb" >>>> >>>> Sometimes, when the connection is opened i have intermittent 800a01fb >>>> error and by day it represents hundreds of error 500. I look in the IIS >>>> log and when i try the page that cause error, no problem for me. Users >>>> told me that when they refresh sometimes it works sometimes not. >>>> >>>> I'm using lots of response.redirect but always close and set nothing for >>>> connection and recordset before. >>>> >>>> I use debugdiag and have always this message (sometimes very quickly >>>> when i open connection to firebird): >>>> >>>> In w3wp__PID__2620__Date__12_02_2009__Time_01_19_58PM__499__First Chance >>>> Access Violation.dmp the assembly instruction at >>>> *OdbcFb!SQLSetDescFieldW+5478* in *C:\WINDOWS\system32\OdbcFb.dll* from >>>> *IBPhoenix Inc* has caused an *access violation exception (0xC0000005)* >>>> when trying to *read from* memory location *0x0c641000* on thread *67* >>>> <mhtml:file://C:\Program >>>> Files\DebugDiag\Reports\CrashHang_Report__PID_2620__PID_5852(1_dumps)__120220091506084.mht#2620:25382Thread4468> >>>> >>>> I look for a solution for a long time but can't find a solution to solve >>>> this >>>> >>>> Can anyone help me ?? security rights problem ? Too many connections ? >>>> >>>> I hope someone can help >>>> >>>> Thanks >>>> >>>> Tom >>>> > > > ------------------------------------------------------------------------------ > Join us December 9, 2009 for the Red Hat Virtual Experience, > a free event focused on virtualization and cloud computing. > Attend in-depth sessions from your desk. Your couch. Anywhere. > http://p.sf.net/sfu/redhat-sfdev2dev > _______________________________________________ > 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 |
From: Paul R. <pr...@ib...> - 2009-12-08 07:13:55
|
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. Paul -- Paul Reeves http://www.ibphoenix.com Specialists in Firebird support |
From: Roman S. <rom...@gm...> - 2009-12-08 08:01:44
|
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 |
From: tom i. <to...@in...> - 2009-12-08 08:13:48
|
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 |
From: stevyn d. <sr...@ya...> - 2009-12-08 08:57:46
|
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 __________________________________________________________________ Looking for the perfect gift? Give the gift of Flickr! http://www.flickr.com/gift/ |
From: tom i. <to...@in...> - 2009-12-08 09:10:29
|
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 |
From: tom i. <to...@in...> - 2009-12-08 08:08:13
|
sorry i forgot : i installed Firebird_ODBC_2.0.0.148_win32.exe on my server Tom ----- Original Message ----- From: "Paul Reeves" <pr...@ib...> To: <fir...@li...> Sent: Tuesday, December 08, 2009 6:12 PM Subject: Re: [Firebird-odbc-devel] Firebird_ODBC_2.0.0.148 and ASP on 2003server 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. Paul -- Paul Reeves http://www.ibphoenix.com Specialists in Firebird support ------------------------------------------------------------------------------ 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 |
From: tom i. <to...@in...> - 2009-12-08 08:06:15
|
I'm sure i download (i check on my server) : 2009-03-05 11:30:00 OdbcFb_DLL_2-0-0149_Win32.zip 965 KB and I replace dll version 148 with dll version 149 in windows\system32 ??? Tom ----- Original Message ----- From: "Paul Reeves" <pr...@ib...> To: <fir...@li...> Sent: Tuesday, December 08, 2009 6:12 PM Subject: Re: [Firebird-odbc-devel] Firebird_ODBC_2.0.0.148 and ASP on 2003server 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. Paul -- Paul Reeves http://www.ibphoenix.com Specialists in Firebird support ------------------------------------------------------------------------------ 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 |
From: Paul R. <pr...@ib...> - 2009-12-08 09:11:48
|
On Tuesday 08 December 2009, tom interface wrote: > I'm sure i download (i check on my server) : > > 2009-03-05 11:30:00 OdbcFb_DLL_2-0-0149_Win32.zip 965 KB > > and I replace dll version 148 with dll version 149 in windows\system32 > ??? > If the O/S is 64-bit then you need to put the 32-bit driver into the windows/SysWOW64 directory. If the O/S is 32-bit then the error might indicate some sort of file corruption. This is the error code: ERROR_BAD_EXE_FORMAT 193 (0xC1) - %1 is not a valid Win32 application. Hence my initial guess that there is a bitness mismatch. Paul -- Paul Reeves http://www.ibphoenix.com Specialists in Firebird support |
From: Roman S. <rom...@gm...> - 2009-12-08 09:11:57
|
It seems to me Paul is right but zip for win32 contains the same files for x64. diff says that x64 and win32 files have no differences. We need more fresh snapshot. -- Roman Simakov tom interface wrote: > I'm sure i download (i check on my server) : > > 2009-03-05 11:30:00 OdbcFb_DLL_2-0-0149_Win32.zip 965 KB > > and I replace dll version 148 with dll version 149 in *windows\system32* ??? > > Tom > ----- Original Message ----- > From: "Paul Reeves" <pr...@ib... <mailto:pr...@ib...>> > To: <fir...@li... > <mailto:fir...@li...>> > Sent: Tuesday, December 08, 2009 6:12 PM > Subject: Re: [Firebird-odbc-devel] Firebird_ODBC_2.0.0.148 and ASP on > 2003server > > 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. > > > Paul > -- > Paul Reeves > http://www.ibphoenix.com > Specialists in Firebird support > |
From: tom i. <to...@in...> - 2009-12-08 09:35:22
|
do you know if snapshot will be update to try to replace the dll ? Tom ----- Original Message ----- From: "Roman Simakov" <rom...@gm...> To: <fir...@li...> Sent: Tuesday, December 08, 2009 8:11 PM Subject: Re: [Firebird-odbc-devel] Firebird_ODBC_2.0.0.148 and ASP on2003server It seems to me Paul is right but zip for win32 contains the same files for x64. diff says that x64 and win32 files have no differences. We need more fresh snapshot. -- Roman Simakov tom interface wrote: > I'm sure i download (i check on my server) : > > 2009-03-05 11:30:00 OdbcFb_DLL_2-0-0149_Win32.zip 965 KB > > and I replace dll version 148 with dll version 149 in *windows\system32* > ??? > > Tom > ----- Original Message ----- > From: "Paul Reeves" <pr...@ib... <mailto:pr...@ib...>> > To: <fir...@li... > <mailto:fir...@li...>> > Sent: Tuesday, December 08, 2009 6:12 PM > Subject: Re: [Firebird-odbc-devel] Firebird_ODBC_2.0.0.148 and ASP on > 2003server > > 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. > > > Paul > -- > Paul Reeves > http://www.ibphoenix.com > Specialists in Firebird support > ------------------------------------------------------------------------------ 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 |
From: Roman S. <rom...@gm...> - 2009-12-08 09:39:06
|
I think you should to try a new version with debug information and it's very good to see variable values inside the call of OdbcFb function. -- Roman Simakov tom interface wrote: > do you know if snapshot will be update to try to replace the dll ? > > Tom > > ----- Original Message ----- > From: "Roman Simakov" <rom...@gm...> > To: <fir...@li...> > Sent: Tuesday, December 08, 2009 8:11 PM > Subject: Re: [Firebird-odbc-devel] Firebird_ODBC_2.0.0.148 and ASP > on2003server > > > It seems to me Paul is right but zip for win32 contains the same files > for x64. diff says that x64 and win32 files have no differences. > > We need more fresh snapshot. > > -- > Roman Simakov > > > tom interface wrote: >> I'm sure i download (i check on my server) : >> >> 2009-03-05 11:30:00 OdbcFb_DLL_2-0-0149_Win32.zip 965 KB >> >> and I replace dll version 148 with dll version 149 in *windows\system32* >> ??? >> >> Tom >> ----- Original Message ----- >> From: "Paul Reeves" <pr...@ib... <mailto:pr...@ib...>> >> To: <fir...@li... >> <mailto:fir...@li...>> >> Sent: Tuesday, December 08, 2009 6:12 PM >> Subject: Re: [Firebird-odbc-devel] Firebird_ODBC_2.0.0.148 and ASP on >> 2003server >> >> 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. >> >> >> Paul >> -- >> Paul Reeves >> http://www.ibphoenix.com >> Specialists in Firebird support >> |
From: Paul R. <pr...@ib...> - 2009-12-08 10:11:34
|
On Tuesday 08 December 2009, Roman Simakov wrote: > It seems to me Paul is right but zip for win32 contains the same files > for x64. diff says that x64 and win32 files have no differences. > > We need more fresh snapshot. > I've been looking at the build system for the driver recently. It is not broken, but it is definitely in a mess. I brought the makefile for linux builds up-to-date. That works fine and can now produce 32-bit and 64-bit libraries. However, each build needs to be done separately. There is not a controlling script that generates both drivers. OTOH, the windows builds are a little more complicated. AFAICT, the nmake builds are definitely broken - they include makefile.environ which now only works with gmake. I'm going to upload a new namefile.win_environ to fix this. But that is not the only problem with the nmake builds. There is also the fact that there are several nmake makefiles, all of them in different directories. There really should just be the one, along with an intelligent batch file to set the appropriate environment. We should also separate the nmake builds from the Visual Studio builds. Having build.bat in the same directory as a .sln file is confusing as the batch file calls nmake not the appropriate version of devenv. To summarize, we don't have a one-click solution to generate working snapshots. They need to be prepared manually. This all goes some way to explaining why the most recent snapshots may not be correct. Paul -- Paul Reeves http://www.ibphoenix.com Specialists in Firebird support |
From: Roman S. <rom...@gm...> - 2009-12-08 10:18:58
|
Paul Reeves wrote: > But that is not the only problem with the nmake builds. There is also the > fact that there are several nmake makefiles, all of them in different > directories. There really should just be the one, along with an intelligent > batch file to set the appropriate environment. We should also separate the > nmake builds from the Visual Studio builds. Having build.bat in the same > directory as a .sln file is confusing as the batch file calls nmake not the > appropriate version of devenv. AFAIK nmake is not used for Firebird builds but .sln projects. Right? Why do we need to build ODBC with nmake? AFAIU Potapchenko built driver by Visual Studio solutions. No? -- Roman Simakov |
From: Paul R. <pr...@ib...> - 2009-12-08 10:52:01
|
On Tuesday 08 December 2009, Roman Simakov wrote: > AFAIK nmake is not used for Firebird builds but .sln projects. Right? > Why do we need to build ODBC with nmake? AFAIU Potapchenko built driver by > Visual Studio solutions. No? It is a long while since I did the builds for the driver but it looks as if we have always used nmake for generating the official binaries. The VS .sln files are there for development. I'll make some time tomorrow to do some more work on this. Paul -- Paul Reeves http://www.ibphoenix.com Specialists in Firebird support |