Skip to main content


 

Symptoms

 


When I try to launch K2 Workflow on an library or list, I get the following error:

Error: Required item: Process Designer - ConfigurationManagerData setting not found.

Source: SourceCode.WebDesigner.web.


Issue _ 2
When trying to deploy the K2D4SP workflow, the workflow deployment fails with the following error message:

Failed to read resource file C:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions14TemplateLayoutsWebDesignerweb.config. Please refer to the help documentation for further details
at Sourcecode.Configuration.ConfigurationManager.CheckIsConfigurationInitialized()
at Sourcecode.Configuration.ConfigurationManager.get_Current()
at Sourcecode.Configuration.ConfigurationManager.get_propertyWizards()
at Sourcecode.WebDesigner.Authoring.SharePoint.GenerateProcess..cctor()
 

 

Diagnoses

 


Issue _1
The issue is related to the managed path wildcard.

Issue _2
This issue seems to be related to configuration in the web.config file.
 

 

Resolution

Issue _1
It seems that when activating the K2 features on a site collection, K2 is looking for this key in the primary root site collection instead of the wild card site collection. As a workaround, you can up activate the K2 for SharePoint features at the root level site.

Issue _2
Issue was resolved after adding the following section to the web.config file on Appserver and Wfe, see example below:
<configuration>
<configSections>
<section name="sourcecode.configuration" type="SourceCode.Configuration.ConfigurationManager, SourceCode.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=16a2c5aaaa1b130d" />
:
:
</configSections>
<sourcecode.configuration managerConfigFile="E:Program Files (x86)K2 blackpearlConfigurationConfigurationManager.config" productPath="E:Program Files (x86)K2 blackpearlBin" templateConfigFile="" />
<appSettings>

 

 
 
 


:
:




 

 

 

 

 



 
Be the first to reply!

Reply