Foros Club Delphi

Foros Club Delphi (https://www.clubdelphi.com/foros/index.php)
-   Firebird e Interbase (https://www.clubdelphi.com/foros/forumdisplay.php?f=19)
-   -   Problema con instalación en Linux (https://www.clubdelphi.com/foros/showthread.php?t=16598)

apicito 03-12-2004 13:40:09

Problema con instalación en Linux
 
Estoy usando Suse Linux 9.1 y Firebird 1.5.1 instalado desde un rpm y modifique los siguientes ficheros para los datos de usuario
en file:/opt/firebird/SYSDBA.password
Código:

ISC_USER=SYSDBA
ISC_PASSWD=masterkey

y en /etc/rc.d/init.d/firebird
Código:

ISC_USER=SYSDBA
ISC_PASSWORD=masterkey
$FIREBIRD/bin/fbmgr -shut -user $ISC_USER -password $ISC_PASSWORD  2>/dev/null
unset ISC_USER
unset ISC_PASSWORD

Cuando intento conectarme desde un win98 con IbExpert me da el siguiente mensaje de error:
Código:

Your user name and password are not definied. Ask your database administrator to set up a Firebird login
¿Que es lo que estoy haciendo mal? Evidentemente en IbExpert tengo ese user y password.


La franja horaria es GMT +2. Ahora son las 04:54:59.

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Traducción al castellano por el equipo de moderadores del Club Delphi