Wednesday, March 7, 2012

Deploying a report model

I'm trying to upload a report model to my server using the web interface, the same way I'd upload a report. When I attempt this I get the message

"The DataSourceView is missing for the SemanticModel. SemanticModel

must have exactly one DataSourceView element. (MissingDataSourceView)"

How do I fix this so that I can upload the smdl file?

Thanks

When you deploy a report model from a Visual Studio Model Designer project, it actually embeds the Data Source View (.dsv) inside the Semantic Model (.smdl) file. You can see how this is done by downloading an existing model from the report server.

When you upload the model file yourself, you will need to embed the DSV manually.

No comments:

Post a Comment