ingemillan
11th April 2008, 19:51
BUenas tardes

Al crear usuarios desde baan de la manera estandar con BD informix sale el error 951. OInvestigue por internet que era este error y dice que es porque esta mal la clave o usuario de informix. Pero como se peude solucionar si se supone que el usuario esta bien y la cave de la misma manera??

Como dato adicional esto empezo a suceder desde la division que se hizo con baan. es decir en un server AIX se dejo la BD informix y en otro server win 2003 se dejo la aplicación baan v

Me ayyuda alguien por favor

David

günther
14th April 2008, 09:30
Hi David,

I just had a look at the finderr command (unix), and I guess there must be a similiar windows command.

Here's the output:


-951 User username is not known on the database server.

The database server that you tried to access does not accept either
your user ID, the login name that is specified for the desired server
host in your ~/.netrc file, or the user name that is specified in the
USER clause of a CONNECT statement. If you are explicitly specifying
your user name in the ~/.netrc file or in a CONNECT statement, check
that the name is correct. If you do not have a valid user ID on the
server computer, see your system administrator. This message appears
with Version 6.0 and later.


Günther

ingemillan
16th April 2008, 14:58
thanks very much gunter

David
Colombia