Smart Object from development to production

  • 2 February 2011
  • 1 reply
  • 0 views

Badge +3

Hi all,


In my project now i want to bring my k2 from development to production


but now in my production i have some difference in environment from the development


1. the K2 fro dev is 4.5 KB 1140, in production 4.5 KB 1230


2. the sql server in dev is in same server as k2,but in production is in the different server


3. the sql server in dev is 2005, in production is in 2008


 


when i want to change the service in my smartobject from the development to production it generate authenticate failed SEC_INTERNAL_ERROR


is there anyone can help me to solve it?


oyeah is there maybe any else concern about my setting for production?


 


tahnkyou


 


1 reply

Badge +9

I think the first issue is that your dev and prod environments are using different versions which is not supported and is also known to have issues.  I would suggest you keep them in sync to the same version.


The other thing is that for SmartObjects, you normally will register the relevant service broker instance in each environment and keep the service instance guid the same.  So when you deploy your SmartObject (that uses the service instance) to the next environment, it will be able to execute the service instance method properly.  If you created the service instance using different GUIDs, your SmartObject will fail when you try to execute it in the other environment.

Reply