I get the following error when trying to upload my metadata.xmi file to my solution folder in pentaho 5.1 CE. I'm using the PME to create the metadata model and exporting it as a .xmi file. I am then using the BA Server 5.1 CE's console to upload the xmi file into the solution folder. The error I get is:
Code:
Import File Level Message
/home/BEC/metadata.xmi ERROR org.pentaho.platform.plugin.services.importer.PlatformImportException: Bundle missing required domain-id property
How might I be able to resolve this? How do I set the domain-id property?
EDIT:
I tried to publish the metadata to the solution directory directly from PME instead of uploading it. PME notifies me that the file already exists and if I wish to replace it, to which I agree and receive a success message. However, when going into the solution folder through the PUC and downloading it, the folder seems to contain no metadata file in it. I made sure that the domain name is the same as that of my solution folder, so what am I potentially doing incorrectly?