Error while project deployment

  • 17 December 2008
  • 2 replies
  • 0 views

Badge +3

I am trying to deploy a project in VS2005. The project builds with no errors, but when i deploy it, I get the following error :Error 173 SmartObject: 'xxxxx(FileName) Process Instances' contains a Property with the same name 'Status'. The file referred to is the .msbuild file. I have checked the same but unable to get any solution.


 



 


2 replies

Badge +9

Have you checked if there is another version of the SmartObject deployed?  Have you tried deleting the SmartObject from the K2 Context Browser and then tried redeploying it again?

Badge +9

It sounds like you may have a process or activity data field that has the name 'Status' and you have "Create Workflow Reporting SmartObjects" created.  There is a field called "Status" already included in the base process reporting smartobject, thus if you have a process datafield with the same name it doesn't like it.

I think all you need to do is rename your datafield or turn off "Create Workflow Reporting SmartObjects" (assuming you don't need them).

Reply