Error in deployment of msbuild package in production environment.

  • 10 June 2009
  • 5 replies
  • 3 views

Badge +4

Hello,


We have created deployment package on development machine which is in other domain.


And our Production server is on diferent domain.


We have created simillar sharepoint site in Production environement but while deploying the package on Production machine, its giving below error. 


The deployment package which we have created contains workflow which has Infopath form integrated with smartobject.


Do we need to do any settings to make workable the deployment package in Production environment?


 


Build started 6/10/2009 4:03:21 AM.
__________________________________________________
Project "C:DeploymentobjDebugDeployment estingWF.msbuild" (default targets)
:


Target K2 Workflow Integration Process Deployment:
    __________________________________________________
    Project "C:DeploymentobjDebugDeployment estingWF.msbuild" is building "
C:DeploymentobjDebugDeployment estingWF.msbuild" (InitDeploy target(s)):


    ------ Task Started: K2 Workflow Integration With SharePoint ------
    Retrieving event data
    Executing ...
    ------ Task Completed: K2 Workflow Integration With SharePoint ------
Target InfoPath Process and Event Deployment:
    ------ Task started: Publish InfoPath Form Template(s) with Form Services---
---
    *** InfoPath Form Template: TestingInfopath ***
    *** Checking if forms services is installed ***
    C:DeploymentobjDebugDeployment estingWF.msbuild(80,5): error : SmartObj
ect [3b125687-d2b6-44b9-a5c9-e41974947b95] could not be found.
Done building target "InfoPath Process and Event Deployment" in project "testing
WF.msbuild" -- FAILED.


Done building project "testingWF.msbuild" -- FAILED.


Build FAILED.
C:DeploymentobjDebugDeployment estingWF.msbuild(80,5): error : SmartObject
[3b125687-d2b6-44b9-a5c9-e41974947b95] could not be found.
    0 Warning(s)
    1 Error(s)


Thanks,


Sushama Patil 


 


5 replies

Badge +5

Hi Sushama,

 

Does you infopath form have SmartObject methods integrated into it? If so can you make sure that the SmartObjects are deployed to the server first before the Process containing the InfoPath form is deloyed?

hth

Andrew 

Badge +4

Yes Murphy, infopath form is integrated with smartobject.


 I have tried to deploy smartobject it but I am getting an error regarding GUID.


Can you tell me in detail how to deploy smartobject b'coz before deployment we need to change its GUID.


Thanks,


Sush..

Badge +6

There is tool to update GUID for Service instance in BM. You can update the GUID by using Service instance "ServiceInstanceSynchronizer".


 


 

Badge +2

Here's the link to the Service Instance Synchronizer Utility Home


 http://www.k2underground.com/k2/ProjectHome.aspx?ProjectID=71

Badge +4

Thanks for your reply..


Will definitely check out this solution..

Reply