User manual BUSINESS OBJECTS BUSINESSOBJECTS XI SHAREPOINT 2007 INSTALLATION GUIDE

DON'T FORGET : ALWAYS READ THE USER GUIDE BEFORE BUYING !!!

If this document matches the user guide, instructions manual or user manual, feature sets, schematics you are looking for, download it now. Diplodocs provides you a fast and easy access to the user manual BUSINESS OBJECTS BUSINESSOBJECTS XI SHAREPOINT 2007. We hope that this BUSINESS OBJECTS BUSINESSOBJECTS XI SHAREPOINT 2007 user guide will be useful to you.


BUSINESS OBJECTS BUSINESSOBJECTS XI SHAREPOINT 2007 INSTALLATION GUIDE: Download the complete user guide (358 Ko)

You may also download the following manuals related to this product:

   BUSINESS OBJECTS BUSINESSOBJECTS XI SHAREPOINT 2007 PORTAL INTEGRATION KIT INSTALLATION GUIDE (293 ko)

Manual abstract: user guide BUSINESS OBJECTS BUSINESSOBJECTS XI SHAREPOINT 2007INSTALLATION GUIDE

Detailed instructions for use are in the User's Guide.

[. . . ] http://support. businessobjects. com/documentation/product_guides/default. asp 6 BusinessObjects XI SharePoint Installation Guide Installing the BusinessObjects XI SharePoint 2007 Portal Integration Kit on a Microsoft SharePoint Server 2 2 Installing the BusinessObjects XI SharePoint 2007 Portal Integration Kit on a Microsoft SharePoint Server Installation overview Installation overview Setting up and installing the BusinessObjects XI SharePoint 2007 Portal Integration Kit includes two main activities: · Installing the BusinessObjects Enterprise XI Release 2 Sharepoint 2007 Web Part Package The BusinessObjects Enterprise XI SharePoint 2007 Portal Integration Kit includes an installation program that adds a Web Part Package on your SharePoint system. For information about installing the SharePoint 2007 Web Part Package, see Installing the BusinessObjects XI SharePoint 2007 Portal Integration Kit on page 10. · Configuring your deployment After installing the BusinessObjects XI SharePoint 2007 Portal Integration Kit, you can set additional configuration options that are specific to your deployment. For information about advanced configuration options, see Configuring the BusinessObjectsSharePoint 2007 Portal Integration Kit on page 15. [. . . ] Note that instances and any other content in BusinessObjects Enterprise that Web Site Creators and Information Consumers have added are not removed during the uninstall process. To uninstall the BusinessObjects XI SharePoint 2007 Portal Integration Kit 1. While logged on as an Administrator, go to Start > Settings > Control Panel . In the list of currently installed programs, select BusinessObjects XI SharePoint 2007 Portal Integration Kit. When asked to confirm your uninstall, click Yes. To perform a silent uninstallation You can also uninstall the BusinessObjects XI SharePoint 2007 Portal Integration Kit silently. To perform a silent uninstallation, run the following on the command line: msiexec. exe /x <path and name of msi> /qn . 14 BusinessObjects XI SharePoint Installation Guide Configuring the BusinessObjectsSharePoint 2007 Portal Integration Kit 3 3 Configuring the BusinessObjectsSharePoint 2007 Portal Integration Kit Configuration overview Configuration overview This section is intended for administrators who have good working knowledge of Microsoft Office SharePoint technologies, BusinessObjects Enterprise, and web servers. It details specific steps for various installation scenarios that apply to specific SharePoint deployments. For more information on general administrative tasks, see the BusinessObjects Enterprise XI R2 Portal Integration Kit Administrator's Guide. Considerations when enabling SharePoint on virtual servers post install This section provides information on updating the template configuration file when you enable or Microsoft Office SharePoint Server 2007 on a new virtual server after the installation of the BusinessObjects XI SharePoint 2007 Portal Integration Kit. Template configuration file The template configuration file for the BusinessObjects XI SharePoint 2007 Portal Integration Kit is located in the following directory: c:\Program Files\Common Files\Microsoft Shared\web server extensions\60\CONFIG\webconfig. businessobjects. xml. Every time a web site is created through your SharePoint solution, SharePoint uses this XML configuration template file to generate web. config entries. This template also specifies the BusinessObjects Enterprise system that you entered during installation. Thus, if you change the machine on which your BusinessObjects Enterprise Central Management Server (CMS) is located, you need to update this XML file. In particular, you need to update the value for the "BusinessObjects Enterprise Central Management Server" key to ensure that the value matches the name of your CMS. 16 BusinessObjects XI SharePoint Installation Guide Configuring the BusinessObjectsSharePoint 2007 Portal Integration Kit Updating web. config for subsequent SharePoint-enabled virtual servers 3 Updating web. config for subsequent SharePoint-enabled virtual servers This section provides information about updating the web. config file. Specifically, this section details the tags and configuration settings for the BusinessObjects XI SharePoint 2007 Portal Integration Kit. Updating web. config The BusinessObjects XI SharePoint 2007 Portal Integration Kit installer updates the web. config file that is located in the standard root space of your web server . The installer also creates a backup of your original web. config file, called backup web. config. The backup file is stored in the installation directory. Note: In some instances, your web. config file may be located elsewhere. Consider this example: you host your SharePoint site on port 81, instead of the default port 80. In this case, your web. config for port 80 is located at c:\<machine_name>\webroot\web. config, instead of the default location. Although you specify the correct URL and port number during setup, the installation program always attempts to update the configuration file in c:\Inetpub\wwwroot. If there is no SharePoint or . NET deployment on port 80, there may not be a web. config file in c:\Inetpub\wwwroot. During the installation process, extra tags are added to the bottom of the web. config file. The tags contain the following text: <appSettings> <!-- Authentication mode can be secWinAD, secWindowsNT, secEn terprise --> <add key="BusinessObjects Enterprise Authentication Mode" val ue="%AUTHENTICATIONMODE%" /> <!-- Management server is the name of the server where the CMS resides --> <add key="BusinessObjects Enterprise Management Server" val ue="%CMSNAME%" /> <!-- Token expiry in minutes to limit re-authentication --> <add key="BusinessObjects Enterprise Token Timeout" value="600" /> <!-- InfoObject ProgID Exclusion Types (any valid Enterprise Prog-Id comma separated) --> BusinessObjects XI SharePoint Installation Guide 17 3 Configuring the BusinessObjectsSharePoint 2007 Portal Integration Kit Updating web. config for subsequent SharePoint-enabled virtual servers <add key="BusinessObjects Enterprise Object Exclusions" val ue="CrystalEnterprise. ObjectPackage, CrystalEnterprise. Pro gram, CrystalEnterprise. AFDashboardPage" /> <!-- Displaying problem tracking messages in web part pages -> <add key="BusinessObjects Enterprise Trace Enabled" val ue="False" /> <!-- Whether to prompt the logon page for the user to input the username&password --> <add key="BusinessObjects Enterprise Credential Prompt" val ue="False" /> <!-- Analytic viewer Url Object Types that use Analytic Viewer Url Key --> <add key="BusinessObjects Enterprise Analytic Viewer Object Types" value="CrystalEnterprise. Analytic" /> <!-- Document viewer Url Object Types that use Document Viewer Url Key --> <add key="BusinessObjects Enterprise Document Viewer Object Types" value="CrystalEnterprise. Report, CrystalEnterprise. Anal ysis, CrystalEnterprise. Webi, CrystalEnterprise. Rtf, CrystalEnter prise. Txt, CrystalEnterprise. Pdf, CrystalEnterprise. Excel, Crys talEnterprise. Powerpoint, CrystalEnterprise. Word, CrystalEnter prise. FullClient" /> <!-- Analytic viewer Url %id%, %type%, %lang% and %token% are substitution variables --> <add key="BusinessObjects Enterprise Analytic Viewer Url" val ue="http:// %JAVAINFOVIEW%/businessobjects/enterprise115/desk toplaunch/jsp/openAnalytic. jsp?sType=%type%&amp;Documen tId=%id%&amp;token=%token%&amp;lang=%lang%&amp;RepositoryType=C" /> <!-- Document viewer Url %id%, %type%, %lang% and %token% are substitution variables --> <add key="BusinessObjects Enterprise Document Viewer Url" val ue="http:// %JAVAINFOVIEW%/businessobjects/enterprise115/In foView/scripts/openDocument. aspx?sKind=%type%&amp;sID Type=CUID&amp;iDocID=%id%&amp;token=%token%&amp;lang=%lang%" /> </appSettings> If your web. config file is not in the default location, configure and copy these tags to the correct web. config file. Note: These tags must be at the end of your web. config file, after the </system. web> tag, but before the </configuration> tag. Configuring the web. config tags Each setting consists of two lines: a comment line (contained within !-- and --) and the actual tag. Before copying the tags, you need to first configure 18 BusinessObjects XI SharePoint Installation Guide Configuring the BusinessObjectsSharePoint 2007 Portal Integration Kit Updating web. config for subsequent SharePoint-enabled virtual servers 3 the settings for your deployment. For each tag line (other than comment lines), update the information in the value section that is contained within the set of double quotes. For example, if your authentication mode is Enterprise, replace val ue="secWinAD" with value"secEnterprise". Authentication mode · · <!-- Authentication mode can be secWinAD, secWindowsNT, se cEnterprise --> <add key="BusinessObjects Enterprise Authentication Mode" value="secEnterprise" /> In the value section, specify the authentication method that matches your BusinessObjects Enterprise deployment. Ensure that you type the full authentication name (secWinAD, secEnterprise, and so on). Note: Single Sign On works only with Windows NT and AD authentication. Single Sign On is not supported for Enterprise or LDAP authentication and users in BusinessObjects Enterprise must have blank passwords. Central Management Server · · <!-- Management server is the name of the server where the CMS resides --> <add key="BusinessObjects Enterprise Management Server" value="yourCMSname" /> In the value section, within the quotations, specify the name of your CMS. BusinessObjects Enterprise token · · <!-- Token expiry in minutes to limit re-authentication --> <add key="BusinessObjects Enterprise Token Timeout" val ue="60" /> By default, the value is set to 60 minutes. [. . . ] http://www. businessobjects. com/support/ Looking for the best deployment solution for your company? Business Objects consultants can accompany you from the initial analysis stage to the delivery of your deployment project. Expertise is available in relational and multidimensional databases, in connectivities, database design tools, customized embedding technology, and more. For more information, contact your local sales office, or contact us at: http://www. businessobjects. com/services/consulting/ Looking for training options? From traditional classroom learning to targeted e-learning seminars, we can offer a training package to suit your learning needs and preferred learning style. Find more information on the Business Objects Education web site: http://www. businessobjects. com/services/training 26 BusinessObjects XI SharePoint Installation Guide Get More Help A Send us your feedback Do you have a suggestion on how we can improve our documentation? [. . . ]

DISCLAIMER TO DOWNLOAD THE USER GUIDE BUSINESS OBJECTS BUSINESSOBJECTS XI SHAREPOINT 2007




Click on "Download the user Manual" at the end of this Contract if you accept its terms, the downloading of the manual BUSINESS OBJECTS BUSINESSOBJECTS XI SHAREPOINT 2007 will begin.

 

Copyright © 2015 - manualRetreiver - All Rights Reserved.
Designated trademarks and brands are the property of their respective owners.