WSS / Sharepoint 2007 Extension Setup | ![]() |
How to Configure FeedbackServer Sharepoint Extensions
Make sure that you run under full trust by adding following item before the
</system.web> element in your MOSS web.config. If you already have the
<trust ..> element in your web.config simply change its level value to
Full.
The MOSS web.config can usually be found in
C:\inetpub\wwwroot\wss\VirtualDirectories\80
< trust level="Full" originUrl="" /> |
Copy following directory and file to your MOSS website
root directory. This directory is usually located at :
C:\inetpub\wwwroot\wss\VirtualDirectories\80
Files and directories to copy
:
Bin
FeedbackServer.lic
fs.aspx
nreport.aspx
Create a new DataIllusion folder at the root of your MOOS
website directory and copy following directories and their content in this new
directory. This directory is usually located at :
C:\inetpub\wwwroot\wss\VirtualDirectories\80\DataIllusion
Directories and their content to copy to this new DataIllusion
folder
:
FeedbackServer
FS_Install
FSXMLData
Images
Open your SQL Server management interface and create a new empty FeedbackServer database and grant the DBO rights to the current Application Pool identity user. Usually this user is "Network Service".
Open your browser and enter the url of your MOSS
site along the FS_Install directory.
eg: a http://yourwsssite/dataillusion/fs_install
Enter your SQL Server information, credentials and the name of the database you have created in step 6 and setup the Database. DOT NOT use and check the Write DB Connection to web.config option
Setup all FS configuration elements in your MOSS web.config. Please use this documentation to configure your MOSS config file accordingly.
Deploy the FeedbackServer MOSS package using the provided DeployWSP.bat file located in the MOSS_Install/2007 directory
Open your sharepoint site and from the Site Settings / Site
Administration / Site Features enable the FeedbackServer
feature.
Once enabled a link to the administration section will be added to your quick
launch tool bar and all FS related web parts will be available in your
site.