[GENERAL] "Invalid Pointer Operation" while reading tuples

2007-11-27 Thread claudia . amorim
Hello, I'm receiving an error message "Invalid pointer operation" when I'm reading data from my database. I'm using PostGreSQL 8.2.5 with Windows 2003 Server Enterprise Edition. When I saw the psqlodbc log I found teh messages below: [11.281]CONN ERROR: func=PGAPI_SetConnectOption, desc='', errn

Re: [GENERAL] Problems with PostGreSQL and Windows 2003

2007-11-25 Thread claudia . amorim
Hi, Here is a piece of psqlodbc log file: [0.000]conn=02DE3A70, PGAPI_DriverConnect( in)='DSN=BI;UID=biuser;PWD=x;', fDriverCompletion=0 [0.000]DSN info: DSN='BI',server='localhost',port='5432',dbase='BI',user='biuser',passwd='x' [0.000] onlyread='0',protocol='7.4',showoid='

Re: [GENERAL] Problems with PostGreSQL and Windows 2003

2007-11-25 Thread claudia . amorim
Hello, I changeded shared buffers to 256 MB. But I still receiving the error message. So I changed to 128 MB, and I received the error again. I'm using a cursor via ODBC. Thanks, Cláudia. > On Sun, Nov 25, 2007 at 02:53:03AM -0200, [EMAIL PROTECTED] > wrote: >> I'm having serious problems w

[GENERAL] Problems with PostGreSQL and Windows 2003

2007-11-24 Thread claudia . amorim
Hello, I'm having serious problems with PostGreSQL and Windows Server 2003 Enterprise Edition. The PostgreSQL Server doesn't start if I set the shared buffers higher than 1GB. All my programs can use only 3 GB of RAM and I have 8GB of RAM. When I monitor the processes I can see that PostGreSQL

[GENERAL] POSTGRES

2004-09-30 Thread Claudia Restrepo Pajon - Practicante Sistemas
suscribe hola! Yo soy Claudia Mª Restrepo P. Me encuentro realizando mi practica empresarial (estudiante de ingenieria de sistemas)y ya monte en un servidor proliant, procesador pentium 3 DIM 128M, disco duro IDE 20GB. En el cual instale Linux Suse 9.1, estoy trabjando en la base de datos

[GENERAL] postgres

2004-09-30 Thread Claudia Restrepo Pajon - Practicante Sistemas
suscribe hola! Yo soy Claudia Mª Restrepo P. Me encuentro realizando mi practica empresarial (estudiante de ingenieria de sistemas)y ya monte en un servidor proliant, procesador pentium 3 DIM 128M, disco duro IDE 20GB. En el cual instale Linux Suse 9.1, estoy trabjando en la base de datos

[GENERAL] Postgres respond after toomany times to a query view

2003-12-16 Thread claudia
Hi, I developing a program using postgres and linux like operating system. My problem is this: I have a quite complicated view with roughly 1 record. When I execute a simple query like this "select * from myview" postgres respond after 50 - 55 minutes roughly. I hope that someone can he