Unable to import metadata generated by TIBCO Collaborative Information Manager version 8.0.1 into version 8.0.0

Unable to import metadata generated by TIBCO Collaborative Information Manager version 8.0.1 into version 8.0.0

book

Article ID: KB0088572

calendar_today

Updated On:

Products Versions
TIBCO Collaborative Information Manager -
Not Applicable -

Description

Resolution:
When trying to import metadata generated by Tibco Collaborative Information Manager version 8.0.1 into version 8.0.0, the import fails with a schema validation error.

Environment
==========
All environments running Tibco CIM version 8.0.1 where there is a requirement to import metadata to version 8.0.0.

Symptoms
========
The following error is returned when trying to import metadata: SVC-11117: Schema validation failed. This is a generic schema validation error code and is not exclusive to this particular problem.

Resolution
==========
Edit the configuration file ConfigValues.xml and change the metadata.import.xmlvalidation property to 'false'.

The changed lines should look like the following example:

&ltConfValue description="This enables schema based validation of incoming metadata XML. The incoming dataservice XML will be validated according to the RepositorySchema.xsd, which is exported as part of metadata jar during metadata export. Default: true" name="Metadata Import Validation" propname="metadata.import.xmlvalidation" sinceVersion="8.0" visibility="Advanced">&ltConfBool default="true" value="false"/>
</ConfValue>

Issue/Introduction

Unable to import metadata generated by TIBCO Collaborative Information Manager version 8.0.1 into version 8.0.0