Skip to main content

Hi,

 

I wanted to know the steps which needs to be followed while deploying sql server service smartobjects from one environment to another.

 

Scenario:

I have two environments development and production.

 

I have created the smartobjects through K2 visual studio which are invoking the dev sql server stored procedure(not K2 DB).

 

How to deploy this smartobject having the link of dev environment to production without modifying it in visual studio?

 

 

Thanks,

Chetan. 

Hi Chetan

 

Steps are as follows:

 

  1. Create the SQL Server Service Service Instance in your Prod environment (you can use SmartObject Tester). Make sure you give the instance the same GUID as in your Dev environment
  2. Use Package and Deploy to create a package on Dev that contains all of your SQL SmartObjects 
  3. Use Package and Deploy to deploy the package to Prod

Thanks Andrew.


Hi,

 

Will this procedure holds true for deploying sharepoint service as well?

 

Thanks,

Chetan


Hi Chetan

 

The answer depends on  what version of SharePoint you are using.

 

For 2010 the process is basically the same.

 

For 2013 it is different as you need to create the Service Instances and SmartObjects in SharePoint, and they will have different identifiers (GUIDs) between your regions. There is a few steps in the P&D process you will need to follow.

 

Have a look at the following:

 

SharePoint Application Lifecycle Management

 

 


Hi Andrew,

 

We are using sharepoint 2013 and have created smartobjects from sharepoint server.

Shall I use the steps provided in the document shared by you?

 

Thanks,

Chetan


Yes Chetan, read that document and it should give you all the info you need.


Reply