Running 2005 Beta 3 Refresh. When I first deploy, it works fine. Subsequent deployments yield the following error:
Error 1 The model ID of the submitted model must match that of the
current model. C:\Source\********.smdl 0 0
When I change the name of the smdl, it works fine. (Properties of the .smdl file)
Any ideas?
For existing models Deploy actually means Update
However if Model ID is different, this cannot be considered as Update - the model may be completely different. In this case user must remove model from server before re-deploying it.
|||Yes, thanks.
The scenario arises when you try to deploy a model in a NEW report project which has the same name as a model designed in a previous report project.
Jean-Pierre
|||Lev Semenets - MSFT wrote:
For existing models Deploy actually means Update
However if Model ID is different, this cannot be considered as Update - the model may be completely different. In this case user must remove model from server before re-deploying it.
How can i remove a model from the server.?
Thanks !!|||
Programmatically - by calling SOAP API method DeleteItem()
|||
Hi,
no need to do SOAP.
Just go to the reporting web site, go to the models folder and delete the report.
Re-deploy and it's updated version is back in the folder.
No comments:
Post a Comment