K2 blackpearl Product Documentation: Installation and Configuration Guide
Configuration file changes for the K2 for Reporting Services component

If you are encountering issues with the Reporting Services component, validate that the following configuration changes were made to the appropriate files, located in the below folder:

C:\Program Files\Microsoft SQL Server\MSSQL.1\Reporting Services\ReportServer

In the location above, note that the MSSQL.1 directory depends on your specific environment. Your folder may differ depending on where Reporting Services was installed.

rsreportserver.config file:

Copy

<Configuration>
   <Extensions> 
      <Data>
         <Extension Name="SOURCECODE" Type="SourceCode.Data.SmartObjectsClient.SOConnection,
SourceCode.Data.SmartObjectsClient, Version=4.0.0.0,Culture=neutral, PublicKeyToken=16a2c5aaaa1b130d"/>
      </Data>
   </Extensions>
</Configuration 


rssrvpolicy.config file:

Copy
<CodeGroup class="UnionCodeGroup" version=" Name="CustomDataExtensionCodeGroup" Description= "Code group for the Custom Data Extension" PermissionSetName="FullTrust">
 <IMembershipCondition class="UrlMembershipCondition" version="1" Url="C:\Program Files\Microsoft SQL Server\MSSQL.1
\ReportingServices\ReportServer\bin\SourceCode.Data.SmartObjectsClient.dll"/>
</CodeGroup> 

 

 


K2 blackpearl Product Documentation: Installation and Configuration Guide 4.6.10