[Isis-users] Ayuda

De Smet Egbert egbert.desmet at uantwerpen.be
Sun Oct 20 11:01:22 CEST 2013


When the password is not accepted while it is entered correctly, it means that 1) the wxis-executable cannot work or 2) cannot access the 'acces'-database which holds the passwords and other login data.
1. If wxis cannot work, you have to check if you have the correct version of the cgi-bin folder (in ABCD/www) : 32 or 64-bits. The installation packages provide both but renamed according to the version, which you can simply reverse or change as needed. The command (inside the cgi-bin folder on a terminal prompt) 'file wxis.exe' will tell you which version is there. You can use 32-bits version in 64-bits Linux but then you have to install ia32-libs library. Running 64-bits in 32-bits environment is not possible at all.
Another possibility is that the URL in the $wxisUrl variable doesn't match your system : e.g. if you use port 9090 it should read as :
$wxisUrl="http://localhost:9090/cgi-bin/$cisis_ver"."wxis.exe";
where $cisis_ver is mostly empty ('normall' CISIS version used for the database) but can be changed per database in abcd.def (see the manual) if you have special databases, e.g. with large records (FFI) or Unicode-encoding (unicode).
2. If wxis works but cannot access the login-data database (acces), then you have to check the path to the database in config.php and the access-rights for the databases-folder.
You can create (but it is normally provided with the Linux-installers) a symbolic link 'bases' from your folder /opt/ABCD/www/ to /var/opt/ABCD/bases since Secs-web needs such a link in order to find the libraries in the network (to be selected in the first login screen), but for the module Central only the path for the $db_path in the config.php 
needs to be correct. And of course access rights on all (sub-)folders of the database-folder need to be set at 777 (sudo chmod -R 777 bases).

Once both conditions are o.k. you will 1) be able to login 2) be able to see/edit the users (as they are a normal database) and 3) access other databases as well.

Egbert de Smet
Universiteit Antwerpen
________________________________________
From: isis-users-bounces at iccisis.org [isis-users-bounces at iccisis.org] on behalf of Cynthia Gamarra [cyntgamarra at gmail.com]
Sent: Sunday, October 20, 2013 5:36 AM
To: Didier Suárez R
Cc: isis-users at iccisis.org
Subject: Re: [Isis-users] Ayuda

A mi me pasaba lo mismo en la version 1.2t de ABCD en linux. Sobre el tema de crear bases lo solucione con el consejo que segui de la lista : http://lists.iccisis.org/pipermail/isis-users/2013-September/003259.html

Comentando esas lineas se soluciona.
Saludos


El 17 de octubre de 2013 18:40, Didier Suárez R <didier.suarez at reduc.edu.cu<mailto:didier.suarez at reduc.edu.cu>> escribió:
Hola lista:

En mi centro he instalado abcd 2.0 para linux pero estoy presentando los siguientes problemas:

1. no tengo acceso en el módulo central. Esto lo soluciono configurando config.php, así puedo acceder pero entonces no me muestra la lista de usuario.
2. no me permite crear nuevas BD.

Nota: Las carpetas tienen asignados los permisos 777

/var/opt/ABCD/bases/acces/data

en espera de su ayuda

Lic. Didier E. Suárez Rodríguez
Administrador de Red CGINFO
Centro de Gestión de Información
Universidad de Camaguey
Cuba

_______________________________________________
isis-users mailing list
isis-users at iccisis.org<mailto:isis-users at iccisis.org>
To manage your own subscription options go to: http://lists.iccisis.org/listinfo/isis-users
Or contact Henk Rutten: hlrutten at xs4all.nl<mailto:hlrutten at xs4all.nl>



--
Cynthia Gamarra


More information about the isis-users mailing list