Error: insufficient data in the message

From: Ranier VF <ranier_gyn(at)hotmail(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Error: insufficient data in the message
Date: 2016-03-16 20:49:31
Message-ID: BLU183-W148D3ACFDB1F56874F37DE38A0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi, I around with error with PostgreSQL 9.5.0
Prepared Statment:INSERT INTO tbCerts (Company_UID, User_UID, Cert_Blob_Size, Cert_Format, After_Date, Before_Date, Cert_Blob, Password1, Key_Name, Cert_Blob_Type, Cert_Use, Status) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12);
Binds values:param[0]=1242004 /* htonl */param[1]=1242028 /* htonl */param[2]=135967325878940612 /* htonl */param[3]=1242076 /* htonl */param[4]='26/05/2015'param[5]='25/05/2016'param[6]=blob size=9529 /* blob with may can 0x0 data, obviously. */param[7]=3B0429150961134Eparam[8]=C:\documentos\RC SOFTWARE\clientes\asbosch\bef.pfxparam[9]=pfxparam[10]=Sparam[11]=A
Error: insufficient data in the messagepgsql_pexec error: PQresultStatus=7
Log:2016-03-16 17:35:07 BRT ERRO: dados insuficientes na mensagem2016-03-16 17:35:07 BRT COMANDO: INSERT INTO tbCerts (Company_UID, User_UID, Cert_Blob_Size, Cert_Format, After_Date, Before_Date, Cert_Blob, Password1, Key_Name, Cert_Blob_Type, Cert_Use, Status) VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12);
PostgreSQL 9.5.0 32bitsClient 32 bits (libpq.dll)
This is very frustrating, whats is wrog?How can debug this?
Best,
Ranier Vilela

Responses

Browse pgsql-general by date

  From Date Subject
Next Message drum.lucas@gmail.com 2016-03-16 20:59:04 Deleting schema - saving up space - PostgreSQL 9.2
Previous Message Adrian Klaver 2016-03-16 17:46:34 Re: log temp files are created twice in PL/pgSQL function