Hi all,
Currently, I have created the report model via BIDS, but I don't want to deploy the project to Production Server directly due to some special reason. Now I want to uplode .SMDL file to report manager, but .SMDL file does not contain datasourceview file, so I have this error message while uploading the .SMDL file:
"The DataSourceView is missing for the SemanticModel. SemanticModel must have exactly one DataSourceView element. (MissingDataSourceView) "
I find that there is a same thread http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/b12ffe88-a2d2-4f88-b81e-9a23c550b6f4/
But I don't understand below sentence:
After that, you need to remove all the attributes of the <datasourceview></datasourceview>node except the last one (xmlns=http://schemas.microsoft.com/analysisservices/2003/engine),
and then add the xsi type attribute (xsi:type="RelationalDataSourceView").
Who can show some commend to this topic? it will be better if somebody can give some sample to this.
Thanks in advance.