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

25 Useful IPtable Firewall Rules Every Linux Administrator Should Know

Tomado de http://www.tecmint.com/linux-iptables-firewall-rules-examples-commands/ Managing network traffic is one of the toughest jobs a system administrators has to deal with. He must configure the firewall in such a way that it will meet the system and users requirements for both incoming and outgoing connections, without leaving the system vulnerable to attacks.  25 IPtables Firewall Rules for Linux This is where iptables come in handy. Iptables is a Linux command line firewall that allows system administrators to manage incoming and outgoing traffic via a set of configurable table rules. Iptables uses a set of tables which have chains that contain set of built-in or user defined rules. Thanks to them a system administrator can properly filter the network traffic of his system. Per iptables manual, there are currently 3 types of tables: FILTER – this is the default table, which contains the built in chains for:IN...

OpenMeetings en Debian

Artículo tomado de  http://liberamemoria.blogspot.com/ Instalando OpenMeetings 0.7 RC 2 en Debian Lenny Mucho ha pasado desde mi último post y mucho más desde  aquel en que hablaba de OpenMeetings . Aprovechando la salida de  Debian 5.0  (Lenny para los amigos) y de  OpenMeetings 0.7 RC 2  reescribí dicho tutorial. Entre las mejoras notables de la nueva versión de OpenMeetings encontramos: Se puede incrementar el número de participantes en las salas desde la Administración hasta 1000 usuarios. Las ventanas de vídeo de los participantes se puede redimensionar. Desde el menú de Administración se puede expulsar usuarios. Se puede autenticar usuarios por LDAP. Como en el tutorial anterior, partimos de una instalación estándar de Debian Lenny sin entorno gráfico. 1) Instalación de Sun Java Development Kit Vamos a tener que habilitar los repositorios de la rama non-free de Debian Lenny. Para ellos editamos el archivo sources.list: # pico /etc/apt/sources.list Agregamos non-free a alguno de l...