Hallo,
ich hatte auch obiges Problem mit SUSE Enterprise 10. Irgendwie wird bei der webbasierten Installation die Tabelle isys_mandator nicht mit gefüllt. In dieser stehen die Daten, die zum Zugriff auf die Mandantendatenbank notwendig sind. Nachdem ich sie manuell füllte klappte es auch mit dem Login. Anbei ein Beispiel:
Ausschnitt aus der Installationsanleitung: …
<isys_mandator><isys_mandator__id>1</isys_mandator__id>
<isys_mandator__title>Your company name</isys_mandator__title>
<isys_mandator__description>description</isys_mandator__description>
<isys_mandator__dir_cache>cache_your_company</isys_mandator__dir_cache>
<isys_mandator__dir_tpl>default</isys_mandator__dir_tpl>
<isys_mandator__db_host>localhost</isys_mandator__db_host>
<isys_mandator__db_port>3306</isys_mandator__db_port>
<isys_mandator__db_name>idoit_data</isys_mandator__db_name>
<isys_mandator__db_user>i-doit</isys_mandator__db_user>
<isys_mandator__db_pass>we-doit</isys_mandator__db_pass>
<isys_mandator__sort>1</isys_mandator__sort>
<isys_mandator__default_lang_const>ISYS_LANGUAGE_GERMAN</isys_mandator__default_lang_const>
<isys_mandator__default_language_short>de</isys_mandator__default_language_short></isys_mandator>
...
mysql --user=i-doit --password=we-doit idoit_sys;
INSERT INTO isys_mandator (isys_mandator__title, isys_mandator__description, isys_mandator__dir_cache, isys_mandator__dir_tpl, isys_mandator__db_host, isys_mandator__db_port, isys_mandator__db_name, isys_mandator__db_user, isys_mandator__db_pass, isys_mandator__sort, isys_mandator__default_lang_const, isys_mandator__default_language_short) VALUES ('MANDANT1 (DE)', 'MANDANT1', 'cache_MANDANT1', 'default', 'localhost', '3306', 'idoit_data', 'i-doit', 'we-doit', '1', 'ISYS_LANGUAGE_GERMAN', 'de');