When importing OWB meta data the OWB validation process results in a build failure due to 'warnings' being present ETL processes.

Solution:

The default best practice for metadata is that it contains no errors or warnings. The build script enforces this by failing when these warnings are present. However there is a known issue with the metadata in Cúram V6 in that it does contain some warnings. To get around these build failures change the property that controls this process. In the Application.Properties file set the property 'environment.owbconfig.validate.failonwarnings=false', this allows builds to continue without failing. This issue will be resolved in a future service pack.