Hi, > This led me to investigate the configs more, and finally start over > again with success! > > But do not understand the namespame tag in the database > configuration, it seems to have to be empty for mysql?
many database have a means to specify a namespace for the tables created. Some, such as Oracle, default to the namespace being identical to the user that created the table. For these cases you will have to set <namespace/> properly if the database user configured in OpenXPKI is not the same user that created the schema in the first place. MySQL can do without this setting. Cheers, Martin ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ OpenXPKI-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openxpki-users
