Skip to main content
Nintex Community Menu Bar

Deploying the Process with smart objects

  • June 2, 2009
  • 2 replies
  • 23 views

amankazi1
Forum|alt.badge.img+6

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

2 replies

Forum|alt.badge.img+8
  • June 3, 2009

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


Forum|alt.badge.img

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