Foros del Web » Programación para mayores de 30 ;) » Bases de Datos General » PostgreSQL »

No buffer space available 10055

Estas en el tema de No buffer space available 10055 en el foro de PostgreSQL en Foros del Web. Hola a todos, despues de ejecutar la instruccion psql DbName <ruta_archivo.sql -U postgres me saca un error NO BUFFER SPACE AVAILABLE. destaco que previamente ejecute ...
  #1 (permalink)  
Antiguo 12/04/2010, 07:36
Avatar de webness  
Fecha de Ingreso: enero-2009
Ubicación: BOGOTA
Mensajes: 312
Antigüedad: 15 años, 3 meses
Puntos: 5
Pregunta No buffer space available 10055

Hola a todos, despues de ejecutar la instruccion

psql DbName <ruta_archivo.sql -U postgres

me saca un error NO BUFFER SPACE AVAILABLE.

destaco que previamente ejecute un fichero sql con aprox 600mil inserts, este otro que intentto ejecutar tiene 100mil inserts.

Estuve bucando en internet y todo lo que encontre tiene que ver con linux y problemas de salidas a Internet.

En mi caso tengo windows y estoy en el servidor local de postgres.

Gracias por su ayuda.
  #2 (permalink)  
Antiguo 12/04/2010, 14:32
Avatar de huesos52
Colaborador
 
Fecha de Ingreso: febrero-2009
Ubicación: Manizales - Colombia
Mensajes: 5.980
Antigüedad: 15 años, 2 meses
Puntos: 360
Respuesta: No buffer space available 10055

mira esto que me encontré

Cita:
No buffer space available Fix

Editting the registry is not for beginners, if you don't know what you're doing I suggest you don't try this, basically it's use at your own risk.

Anytime you want to edit the registry it is a good idea to back it up first. For information on how to backup and restore the registry in all versions of Windows click here.

If you are using Windows 95/98/Me follow these steps:

First step is to launch the registry editor. To do this go to Start, Run and type regedit. In the left pane navigate to HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\VxD\MSTCP once there, look for an entry called MaxConnections. If it exists highlight it by clicking it and then right click it and select modify. Increase the value (recommended value is to double the current value).

If the MaxConnections entry does not exist you must create it. To do this, right click in the right pane and choose new from the menu and select String Value. Give it the name MaxConnections. Then right click it and select modify and enter a value of 200.

Restart your computer, if all goes well then you fixed the problem, if not, revert the changes by restoring the registry. (You may have to reboot to safe mode to do this).

If you are running Windows NT/2000/XP follow these steps: First step is to launch the registry editor. To do this go to Start, Run and type regedit. In the left pane navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters once there, you must create the entry TcpNumConnections. To do this, right click in the right pane and choose new from the menu and select DWORD Value. Give it the name TcpNumConnections. Then right click it and select modify and enter a value of 200.

Restart your computer, if all goes well then you fixed the problem, if not, revert the changes by restoring the registry. (You may have to reboot to safe mode to do this).

Regards,
Narendra Shah.
Cyberoam,
Elitecore Technologies Ltd.
De http://old.nabble.com/No-buffer-spac...td9335358.html

pruebalo y nos cuentas
__________________
Without data, You are another person with an opinion.
W. Edwads Deming
  #3 (permalink)  
Antiguo 12/04/2010, 14:42
Avatar de webness  
Fecha de Ingreso: enero-2009
Ubicación: BOGOTA
Mensajes: 312
Antigüedad: 15 años, 3 meses
Puntos: 5
Respuesta: No buffer space available 10055

bueno, ya lo intente en mi maquina local, y no tiene pierde seguir esas instrucciones el asunto es que tengo que hacerlo en el servidor de produccion de la empresa, tocara esperar hasta el fin de semana.


Gracias.

Etiquetas: buffer
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 07:25.