Hi,
I have some difficulties installing Geonetwork 3.0 in a new Oracle schema.
In my first attempt these tables were omitted: Users, Groups, Metadata,
Params and Services. After I had added them manually and restarted
Geonetwork, I got a log-message that
Users.Name was missing. This is the command that was affected:
INSERT INTO Users (id, username, password, name, surname, profile, kind,
organisation, security, authtype) VALUES
(1,'admin','46e44386069f7cf0d4f2a420b9a2383a612f316e2024b0fe84052b0b96c479a23e8a0be8b90fb8c2','admin','admin',0,'','','','')
When I look in Oracle I see that the Users table have these columns: Id,
Kind, Lastlogindate, Organisation, Profile, Authtype, Nodeid, Security and
Surname. So it's missing username and password as well.
I can't see any trace in the logfiles regarding the creation of the these
columns, and if they fails. And I can't know if there is other columns
missing in other tables.
Is there a way I can get full logging of the database creation?
It would be nice to have a script I could run?
Best regards
Roar Brænden