Re: ODBC Error in logs

From: ycy <y_chuanying(at)yahoo(dot)com>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: ODBC Error in logs
Date: 2006-11-24 04:21:28
Message-ID: 7517782.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc


Hi there,

I would like to know about using postgres with NHibernate through npgsql 1.0
as its data provider. Currently I'm developing an apllication in windows
which is using .net framework 2.0. but i've encountered an adhoc application
shut down problem while accessing the postgres. There's no exception caught
in my applcation log, but in postgres log, I found the following error
message:

LOG: XX000: could not receive data from client: No connection could be made
because the target machine actively refused it.

while in the Event Viewer i saw the following Error log:

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: 0[ODBC][Env d6312a0]
Method Name: IDispenserDriver::CreateResourceProcess
Name: testApplication.exe
The serious nature of this error has caused the process to
terminate.Exception: C0000005Address: 0x0D77ED4F
Call Stack: psqlodbcw!SQLGetDiagFieldW + 0x29F

Have you encounter any of these problem? Thanks in advance.

regards,
ycy

Alberto Velo wrote:
>
> Del,
> this is the same error I have - see my previous post - with my ASPnet app.
> I
> thought it could be a dotnet framework bug (odbc classes), but you're not
> using .net are you?
>
> Al.
>
>
> -----Original Message-----
> From: Del Stoliker [mailto:dstoliker(at)alphagraphics(dot)com]
> Sent: mercoledì 8 giugno 2005 16.41
> To: pgsql-odbc(at)postgresql(dot)org
> Subject: [ODBC] ODBC Error in logs
>
> Hi, I recently installed psqlobbc-08_00_0101 on a Windows 2000 Server box.
> We're getting an error showing up in the Event Viewer:
>
> Event Type: Error
> Event Source: COM+
> Event Category: SVC
> Event ID: 4194
> Date: 6/6/2005
> Time: 4:45:03 PM
> User: N/A
> Computer: [COMPUTER NAME]
> Description:
> 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: 0[ODBC][Env 12d514e8]
> Method Name: IDispenserDriver::CreateResource
> Process Name: aexsvc.exe
> The serious nature of this error has caused the process to terminate.
> Exception: C0000005
> Address: 0x12EAFFEF
> Call Stack:
> psqlodbc!SQLGetDiagFieldW + 0x29F
>
> We're running PostgreSQL 8.0.1 on a Fedora server. If it matters,
> "aexsvc.exe" is part of the Altiris suite of tools.
>
>
> Thanks,
>
> Del
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
>

--
View this message in context: http://www.nabble.com/ODBC-Error-in-logs-tf58735.html#a7517782
Sent from the PostgreSQL - odbc mailing list archive at Nabble.com.

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Richard Wesley 2006-11-29 19:10:23 List databases using ODBC through OLE DB
Previous Message ycy 2006-11-24 02:57:03 Re: ODBC Error in logs