[GeoNetwork-users] restore of metadata templates

Using svn trunk, I had to wipe out a bunch of metadata manually (deleted all from tables Metadata, MetadataCateg, and OperationAllowed). Did this through SQL (had 1000s of records). Now, when clicking "New Metadata" the "template" select box is empty. Any idea what I wiped out and how I can get it back?

Note that in my install I have no capability for GAST usage (Linux server install, no X11).

Cheers

..Tom

Using svn trunk, I had to wipe out a bunch of metadata
manually (deleted all from tables Metadata, MetadataCateg,
and OperationAllowed). Did this through SQL (had 1000s of
records). Now, when clicking "New Metadata" the "template"
select box is empty. Any idea what I wiped out and how I can
get it back?

I was able to put these back as admin via the "Metadata Insert" tool.
At this point, I have the following issues:

- the icons for any metadata associated with the templates are broken
links

- if I want the templates to be available to any user when publishing
new metadata, how do I this? The template is only available for
publishing to people under the same group

Any suggestions?

Thanks

..Tom

Hi Tom,

On Fri, Feb 13, 2009 at 2:32 PM, Kralidis,Tom [Ontario] <
Tom.Kralidis@anonymised.com> wrote:

Using svn trunk, I had to wipe out a bunch of metadata manually (deleted
all from tables Metadata, MetadataCateg, and OperationAllowed). Did this
through SQL (had 1000s of records). Now, when clicking "New Metadata" the
"template" select box is empty. Any idea what I wiped out and how I can get
it back?

Note that in my install I have no capability for GAST usage (Linux server
install, no X11).

Note that you can use GAST without x11 environment.
You could just use the command line : java -jar gast.jar -setup (to restore
the whole database) and java -jar gast.jar -SampleData (to fill the database
with sample data).

HTH,
Mathieu