Symptom
- Configure web part
- Installation of Xcelsius web part in Sharepoint 2007
Reproducing the Issue
- Xcelsius 2008
- Sharepoint server 2007
Cause
- Microsoft does not provide a mechanism to build a Web part installer for Sharepoint 2007
Resolution
Install the Web part manually as follows:
- Download and unzip the attached Xwp.zip.
- Drag Xwp.dll and ICSharpCode.SharpZipLib.dll into C:\WINDOWS\assembly folder on the machine running SharePoint 2007.
- Open web.config file located in the root of a Windows SharePoint Service 3.0 Web Application directory with Notepad. Normally, the physical location of the default WSS 3.0 Web Application root is C:\Inetpub\wwwroot\wss\VirtualDirectories\80.
- Insert the following <SafeControl> tag between <SafeControls> and </SafeControls>.
<SafeControl Assembly="Xwp, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7e58495f1a9ea430" Namespace="CrystalXcelsius.SharePoint.WebParts" TypeName="*" Safe="True" /> - In SharePoint Portal Site Home page, from Site Actions drop-down menu, go to Site Settings->Modify All Site Settings.
- Click Web Parts under Galleries to open Web Part Gallery Page.
- Click New to open New Web Parts page.
- Check CrystalXcelsius.SharePoint.WebParts.Container checkbox and click Populate Gallery.
- Once it is populated, you will be able to add Container web part to your web part page in SharePoint 2007.
Keywords
Webparts, , KBA , BI-RA-XL , Obsolete: BusinessObjects Dashboards and Presentation Design , Problem
Product
SAP BusinessObjects Xcelsius Enterprise 2008
Attachments
Xwp.zip |