Ir al contenido principal

Problema con Btrieve on Netware --Contable

El servidor se quedaba cargando en el NILE.NLM al revisar los logs arrojaba el error

BSPXCOM-20: An SpxOpenSocket() error (150) has occurred.

Solution Details

Solution ID: 00016737

BSPXCOM-20: An SpxOpenSocket() error (150) has occurred.

Problem Description:
Installed Pervasive.SQL V8.5 on NetWare 6.0 server. After rebooting the server, "BSPXCOM-20" and "BSPXCOM-18" errors are returned on the NetWare monitor.

BSPXCOM-20: An SpxOpenSocket() error (150) has occurred.


BSPXCOM-18: A thread initialization error has occured.

Problem Environment:Pervasive.SQL V8.5
Novell NetWare 6.0

Cause of this problem:
TCP/IP was available on the NetWare 6.0 server. The server was not configured for SPX.

Solution Notes:

To avoid these messages:

Remove SPX protocol from our supported protocols.

Find BTI.CFG file on the server''s SYS:\SYSTEM directory. Open it with Notepad. In "Btrieve Communications Manager" section, there is a line ''Supported Protocols=SPX, TCPIP''. Modify it to ''Supported Protocols=TCPIP''.

Published: January 2004

Comentarios

Entradas populares de este blog

Vulnerabilidad en Bluetooth -- BIAS

Crítica vulnerabilidad en Linux desde 2009

Esta semana se dio a conocer la existencia de una vulnerabilidad de 5 años de antigüedad que afecta a la mayoría de las distribuciones del sistema operativo Linux . La misma radica en el kernel del sistema operativo y permite, entre otras cosas, la ejecución de código arbitrario y la elevación de privilegios. Fue introducida al popular sistema operativo de código abierto en el año 2009 con la versión 2.6.31-rc3 del kernel y afecta a todas las versiones liberadas desde entonces hasta la 3.14.3 inclusive. La vulnerabilidad se genera gracias a una corrupción de memoria en el kernel , más específicamente en la función n_tty_write   que controla el pseudo dispositivo tty ( pty ) de Linux. Afortunadamente, la falla fue descubierta por los desarrolladores del kernel de Linux, por lo que pudieron tomar acciones rápidamente publicando un parche  en la rama de desarrollo del proyecto y luego avisando a las respectivas distribuciones para que se liberaran las corre...

PHP On Tomcat

Fue tomado de http://fabien.duminy.ifrance.com/blog/archives/2007/08/entry_14.html tomcat and php Here are the steps to run php in tomcat : Download tomcat and unzip the archive where you want (=> TOMCAT_DIR ) Create the following directories : TOMCAT_DIR /webapps/testPHP If necessary, create directory TOMCAT_DIR /common/lib (it seems, at least with tomcat 6, that the directory is no more created) Edit the file TOMCAT_DIR /conf/catalina.properties and modify the line for property shared.loader : shared.loader=${catalina.home}/common/classes,${catalina.home}/common/lib/*.jar Edit the file TOMCAT_DIR /conf/web.xml and add the lines mentionned below (see ' lines to add to web.xml of your tomcat installation ') To download quercus ( a php 5 engine written in pure java), you must in fact download resin becau...