Skip to main content

Greetings,


I have a process which has an IPC event to call the sub process, This process has 2 smartobjects defined. On building I am not getting any error. But when I try to depoly it on to ther server I am getting following error : "Error 1 SmartObjectServer Exception: SystemName already exists " and deployment fails.


Could anyone help me to understand what this error could be?


 Thanks,


Aman Kazi

What type of SmartObject is it?  SmartBox?


Anyways - SmartObject names must be unique.  Check to see if the SmartObject with the same name has not already been created.


In the K2 Professional Book, I recommended that one way to avoid this problem is to give SmartObjects a namespace name similar to what you would do with a Class library.  Company.Department.Function.XXX.  Hopefully you get the point.


Jason


Hi Jason,


We have unique names for smart object but if we change any property of smart object and tries to deploy the smart object it give us the same error. Do you know what could be reason for this and how can we overcome this.


 


Thanks


Reply