Report Model Deployment : The model ID of the submitted model must match that of the

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
Tongue Tied

When I change the name of the smdl, it works fine. (Properties of the .smdl file)

Any ideas  





Answer this question

Report Model Deployment : The model ID of the submitted model must match that of the

  • Sumant Gupta

    Programmatically - by calling SOAP API method DeleteItem()



  • amritpal

    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. 



  • MKodounis

    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 !!

  • Henry_L

    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



  • Marcel Sennema

    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.


  • Report Model Deployment : The model ID of the submitted model must match that of the