Re: debug=1 supposed to be working? Any clue where I should

Lists: pgsql-odbc
From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Joel Fradkin" <jfradkin(at)wazagua(dot)com>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: debug=1 supposed to be working? Any clue where I should look to see why I always get a catastrophic error when I enable it?
Date: 2005-07-21 14:34:06
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4AC9445@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-odbc

________________________________

From: pgsql-odbc-owner(at)postgresql(dot)org
[mailto:pgsql-odbc-owner(at)postgresql(dot)org] On Behalf Of Joel Fradkin
Sent: 21 July 2005 15:18
To: pgsql-odbc(at)postgresql(dot)org
Subject: [ODBC] debug=1 supposed to be working? Any clue where I
should look to see why I always get a catastrophic error when I enable
it?

On my freshly compiled libpq version, is debug=1 supposed to be
working?

Any clue where I should look to see why I always get a
catastrophic error when I enable it?

Catastrophic failure is returned from my connection object with
a connection string of:


DRIVER={PostgreSQL};DATABASE=wazuni;SERVER=192.168.123.252;PORT=5432;UID
=postgres;PWD=1brain;ReadOnly=0;Protocol=6.4;FakeOidIndex=0;ShowOidColum
n=0;RowVersioning=0;ShowSystemTables=0;ConnSettings=;Fetch=100;Socket=40
96;UnknownSizes=0;MaxVarcharSize=254;MaxLongVarcharSize=8190;Debug=1;Com
mLog=0;Optimizer=1;Ksqo=1;UseDeclareFetch=0;TextAsLongVarchar=1;Unknowns
AsLongVarchar=0;BoolsAsChar=1;Parse=0;CancelAsFreeStmt=0;ExtraSysTablePr
efixes=dd_;LFConversion=1;UpdatableCursors=1;DisallowPremature=0;TrueIsM
inus1=0;BI=0;ByteaAsLongVarBinary=0;UseServerSidePrepare=0

Works ok without debug, but I am trying to isolate errors in my
app.

Works for me. Does the user account under which your app is running have
permission to create and write files to C:\ ?

Regards, Dave.


From: "Joel Fradkin" <jfradkin(at)wazagua(dot)com>
To: "'Dave Page'" <dpage(at)vale-housing(dot)co(dot)uk>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: debug=1 supposed to be working? Any clue where I should
Date: 2005-07-21 15:10:47
Message-ID: 000701c58e06$6011bb90$797ba8c0@jfradkin
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-odbc

I will check that out (it is being called in a asp page which uses
II_USERmachineName.).

Thanks for the tip.

Joel Fradkin

Wazagua, Inc.
2520 Trailmate Dr
Sarasota, Florida 34243
Tel. 941-753-7111 ext 305

jfradkin(at)wazagua(dot)com
www.wazagua.com
Powered by Wazagua
Providing you with the latest Web-based technology & advanced tools.
C 2004. WAZAGUA, Inc. All rights reserved. WAZAGUA, Inc
This email message is for the use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized review,
use, disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply email and delete and destroy
all copies of the original message, including attachments.

-----Original Message-----
From: Dave Page [mailto:dpage(at)vale-housing(dot)co(dot)uk]
Sent: Thursday, July 21, 2005 10:34 AM
To: Joel Fradkin; pgsql-odbc(at)postgresql(dot)org
Subject: RE: [ODBC] debug=1 supposed to be working? Any clue where I should
look to see why I always get a catastrophic error when I enable it?

_____

From: pgsql-odbc-owner(at)postgresql(dot)org
[mailto:pgsql-odbc-owner(at)postgresql(dot)org] On Behalf Of Joel Fradkin
Sent: 21 July 2005 15:18
To: pgsql-odbc(at)postgresql(dot)org
Subject: [ODBC] debug=1 supposed to be working? Any clue where I should look
to see why I always get a catastrophic error when I enable it?

On my freshly compiled libpq version, is debug=1 supposed to be working?

Any clue where I should look to see why I always get a catastrophic error
when I enable it?

Catastrophic failure is returned from my connection object with a connection
string of:

DRIVER={PostgreSQL};DATABASE=wazuni;SERVER=192.168.123.252;PORT=5432;UID=pos
tgres;PWD=1brain;ReadOnly=0;Protocol=6.4;FakeOidIndex=0;ShowOidColumn=0;RowV
ersioning=0;ShowSystemTables=0;ConnSettings=;Fetch=100;Socket=4096;UnknownSi
zes=0;MaxVarcharSize=254;MaxLongVarcharSize=8190;Debug=1;CommLog=0;Optimizer
=1;Ksqo=1;UseDeclareFetch=0;TextAsLongVarchar=1;UnknownsAsLongVarchar=0;Bool
sAsChar=1;Parse=0;CancelAsFreeStmt=0;ExtraSysTablePrefixes=dd_;LFConversion=
1;UpdatableCursors=1;DisallowPremature=0;TrueIsMinus1=0;BI=0;ByteaAsLongVarB
inary=0;UseServerSidePrepare=0

Works ok without debug, but I am trying to isolate errors in my app.

Works for me. Does the user account under which your app is running have
permission to create and write files to C:\ ?

Regards, Dave.


From: Marko Ristola <Marko(dot)Ristola(at)kolumbus(dot)fi>
To: Joel Fradkin <jfradkin(at)wazagua(dot)com>
Cc: 'Dave Page' <dpage(at)vale-housing(dot)co(dot)uk>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: debug=1 supposed to be working? Any clue where I should
Date: 2005-07-21 15:47:48
Message-ID: 42DFC3A4.4020301@kolumbus.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-odbc


Under Debian Linux I had to change SERVER=localhost
into SERVERNAME=localhost to be able to connect,
when I verified your connect parameters.
Then I was able to connect. I don't know, wether this applies
into Windows also.

Marko Ristola

Joel Fradkin wrote:

> I will check that out (it is being called in a asp page which uses
> II_USERmachineName.).
>
> Thanks for the tip.
>
>
>
> Joel Fradkin
>
>
>
> Wazagua, Inc.
> 2520 Trailmate Dr
> Sarasota, Florida 34243
> Tel. 941-753-7111 ext 305
>
>
>
> jfradkin(at)wazagua(dot)com <mailto:jfradkin(at)wazagua(dot)com>
> www.wazagua.com <http://www.wazagua.com>
> Powered by Wazagua
> Providing you with the latest Web-based technology & advanced tools.
> © 2004. WAZAGUA, Inc. All rights reserved. WAZAGUA, Inc
> This email message is for the use of the intended recipient(s) and
> may contain confidential and privileged information. Any unauthorized
> review, use, disclosure or distribution is prohibited. If you are not
> the intended recipient, please contact the sender by reply email and
> delete and destroy all copies of the original message, including
> attachments.
>
>
>
>
>
>
> -----Original Message-----
> *From:* Dave Page [mailto:dpage(at)vale-housing(dot)co(dot)uk]
> *Sent:* Thursday, July 21, 2005 10:34 AM
> *To:* Joel Fradkin; pgsql-odbc(at)postgresql(dot)org
> *Subject:* RE: [ODBC] debug=1 supposed to be working? Any clue where I
> should look to see why I always get a catastrophic error when I enable it?
>
>
>
>
>
>
>
> ------------------------------------------------------------------------
>
> *From:* pgsql-odbc-owner(at)postgresql(dot)org
> [mailto:pgsql-odbc-owner(at)postgresql(dot)org] *On Behalf Of *Joel Fradkin
> *Sent:* 21 July 2005 15:18
> *To:* pgsql-odbc(at)postgresql(dot)org
> *Subject:* [ODBC] debug=1 supposed to be working? Any clue where I
> should look to see why I always get a catastrophic error when I
> enable it?
>
> On my freshly compiled libpq version, is debug=1 supposed to be
> working?
>
> Any clue where I should look to see why I always get a
> catastrophic error when I enable it?
>
>
>
> Catastrophic failure is returned from my connection object with a
> connection string of:
>
>
>
> DRIVER={PostgreSQL};DATABASE=wazuni;SERVER=192.168.123.252;PORT=5432;UID=postgres;PWD=1brain;ReadOnly=0;Protocol=6.4;FakeOidIndex=0;ShowOidColumn=0;RowVersioning=0;ShowSystemTables=0;ConnSettings=;Fetch=100;Socket=4096;UnknownSizes=0;MaxVarcharSize=254;MaxLongVarcharSize=8190;Debug=1;CommLog=0;Optimizer=1;Ksqo=1;UseDeclareFetch=0;TextAsLongVarchar=1;UnknownsAsLongVarchar=0;BoolsAsChar=1;Parse=0;CancelAsFreeStmt=0;ExtraSysTablePrefixes=dd_;LFConversion=1;UpdatableCursors=1;DisallowPremature=0;TrueIsMinus1=0;BI=0;ByteaAsLongVarBinary=0;UseServerSidePrepare=0
>
>
>
> Works ok without debug, but I am trying to isolate errors in my app.
>
>
>
> Works for me. Does the user account under which your app is running
> have permission to create and write files to C:\ ?
>
>
>
> Regards, Dave.
>


From: "Joel Fradkin" <jfradkin(at)wazagua(dot)com>
To: "'Marko Ristola'" <Marko(dot)Ristola(at)kolumbus(dot)fi>
Cc: "'Dave Page'" <dpage(at)vale-housing(dot)co(dot)uk>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: debug=1 supposed to be working? Any clue where I should
Date: 2005-07-21 17:35:26
Message-ID: 000101c58e1a$9576c550$797ba8c0@jfradkin
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-odbc

I have been able to connect, but not with debug=1.
Probably is a write to disk permissions issue as Dave mentioned?

I can certainly change to servername if that is the proper parameter (I
stole that connect string from the odbc manager).

Thank you for the ideas

Joel Fradkin

-----Original Message-----
From: Marko Ristola [mailto:Marko(dot)Ristola(at)kolumbus(dot)fi]
Sent: Thursday, July 21, 2005 11:48 AM
To: Joel Fradkin
Cc: 'Dave Page'; pgsql-odbc(at)postgresql(dot)org
Subject: Re: [ODBC] debug=1 supposed to be working? Any clue where I should

Under Debian Linux I had to change SERVER=localhost
into SERVERNAME=localhost to be able to connect,
when I verified your connect parameters.
Then I was able to connect. I don't know, wether this applies
into Windows also.

Marko Ristola

Joel Fradkin wrote:

> I will check that out (it is being called in a asp page which uses
> II_USERmachineName.).
>
> Thanks for the tip.
>
>
>
> Joel Fradkin
>
>
>
> Wazagua, Inc.
> 2520 Trailmate Dr
> Sarasota, Florida 34243
> Tel. 941-753-7111 ext 305
>
>
>
> jfradkin(at)wazagua(dot)com <mailto:jfradkin(at)wazagua(dot)com>
> www.wazagua.com <http://www.wazagua.com>
> Powered by Wazagua
> Providing you with the latest Web-based technology & advanced tools.
> C 2004. WAZAGUA, Inc. All rights reserved. WAZAGUA, Inc
> This email message is for the use of the intended recipient(s) and
> may contain confidential and privileged information. Any unauthorized
> review, use, disclosure or distribution is prohibited. If you are not
> the intended recipient, please contact the sender by reply email and
> delete and destroy all copies of the original message, including
> attachments.
>
>
>
>
>
>
> -----Original Message-----
> *From:* Dave Page [mailto:dpage(at)vale-housing(dot)co(dot)uk]
> *Sent:* Thursday, July 21, 2005 10:34 AM
> *To:* Joel Fradkin; pgsql-odbc(at)postgresql(dot)org
> *Subject:* RE: [ODBC] debug=1 supposed to be working? Any clue where I
> should look to see why I always get a catastrophic error when I enable it?
>
>
>
>
>
>
>
>
------------------------------------------------------------------------
>
> *From:* pgsql-odbc-owner(at)postgresql(dot)org
> [mailto:pgsql-odbc-owner(at)postgresql(dot)org] *On Behalf Of *Joel Fradkin
> *Sent:* 21 July 2005 15:18
> *To:* pgsql-odbc(at)postgresql(dot)org
> *Subject:* [ODBC] debug=1 supposed to be working? Any clue where I
> should look to see why I always get a catastrophic error when I
> enable it?
>
> On my freshly compiled libpq version, is debug=1 supposed to be
> working?
>
> Any clue where I should look to see why I always get a
> catastrophic error when I enable it?
>
>
>
> Catastrophic failure is returned from my connection object with a
> connection string of:
>
>
>
>
DRIVER={PostgreSQL};DATABASE=wazuni;SERVER=192.168.123.252;PORT=5432;UID=pos
tgres;PWD=1brain;ReadOnly=0;Protocol=6.4;FakeOidIndex=0;ShowOidColumn=0;RowV
ersioning=0;ShowSystemTables=0;ConnSettings=;Fetch=100;Socket=4096;UnknownSi
zes=0;MaxVarcharSize=254;MaxLongVarcharSize=8190;Debug=1;CommLog=0;Optimizer
=1;Ksqo=1;UseDeclareFetch=0;TextAsLongVarchar=1;UnknownsAsLongVarchar=0;Bool
sAsChar=1;Parse=0;CancelAsFreeStmt=0;ExtraSysTablePrefixes=dd_;LFConversion=
1;UpdatableCursors=1;DisallowPremature=0;TrueIsMinus1=0;BI=0;ByteaAsLongVarB
inary=0;UseServerSidePrepare=0
>
>
>
> Works ok without debug, but I am trying to isolate errors in my app.
>
>
>
> Works for me. Does the user account under which your app is running
> have permission to create and write files to C:\ ?
>
>
>
> Regards, Dave.
>


From: "Joel Fradkin" <jfradkin(at)wazagua(dot)com>
To: "'Dave Page'" <dpage(at)vale-housing(dot)co(dot)uk>, <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: debug=1 supposed to be working? Any clue where I should
Date: 2005-07-21 18:39:02
Message-ID: 000b01c58e23$778ee460$797ba8c0@jfradkin
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-odbc

The permissions thing fixed me up on debug=1, thank you for the ides.

Joel Fradkin

Wazagua, Inc.
2520 Trailmate Dr
Sarasota, Florida 34243
Tel. 941-753-7111 ext 305

jfradkin(at)wazagua(dot)com
www.wazagua.com
Powered by Wazagua
Providing you with the latest Web-based technology & advanced tools.
C 2004. WAZAGUA, Inc. All rights reserved. WAZAGUA, Inc
This email message is for the use of the intended recipient(s) and may
contain confidential and privileged information. Any unauthorized review,
use, disclosure or distribution is prohibited. If you are not the intended
recipient, please contact the sender by reply email and delete and destroy
all copies of the original message, including attachments.

-----Original Message-----
From: Dave Page [mailto:dpage(at)vale-housing(dot)co(dot)uk]
Sent: Thursday, July 21, 2005 10:34 AM
To: Joel Fradkin; pgsql-odbc(at)postgresql(dot)org
Subject: RE: [ODBC] debug=1 supposed to be working? Any clue where I should
look to see why I always get a catastrophic error when I enable it?

_____

From: pgsql-odbc-owner(at)postgresql(dot)org
[mailto:pgsql-odbc-owner(at)postgresql(dot)org] On Behalf Of Joel Fradkin
Sent: 21 July 2005 15:18
To: pgsql-odbc(at)postgresql(dot)org
Subject: [ODBC] debug=1 supposed to be working? Any clue where I should look
to see why I always get a catastrophic error when I enable it?

On my freshly compiled libpq version, is debug=1 supposed to be working?

Any clue where I should look to see why I always get a catastrophic error
when I enable it?

Catastrophic failure is returned from my connection object with a connection
string of:

DRIVER={PostgreSQL};DATABASE=wazuni;SERVER=192.168.123.252;PORT=5432;UID=pos
tgres;PWD=1brain;ReadOnly=0;Protocol=6.4;FakeOidIndex=0;ShowOidColumn=0;RowV
ersioning=0;ShowSystemTables=0;ConnSettings=;Fetch=100;Socket=4096;UnknownSi
zes=0;MaxVarcharSize=254;MaxLongVarcharSize=8190;Debug=1;CommLog=0;Optimizer
=1;Ksqo=1;UseDeclareFetch=0;TextAsLongVarchar=1;UnknownsAsLongVarchar=0;Bool
sAsChar=1;Parse=0;CancelAsFreeStmt=0;ExtraSysTablePrefixes=dd_;LFConversion=
1;UpdatableCursors=1;DisallowPremature=0;TrueIsMinus1=0;BI=0;ByteaAsLongVarB
inary=0;UseServerSidePrepare=0

Works ok without debug, but I am trying to isolate errors in my app.

Works for me. Does the user account under which your app is running have
permission to create and write files to C:\ ?

Regards, Dave.