This documentation relates to an earlier version of the SharePoint Connector.
View

Unknown macro: {spacejump}

or visit the current documentation home.

If you have trouble running the SharePoint Installer for the SharePoint Connector for Confluence, you can try to install it manually instead.

The SharePoint Installer comes with several files:

  • Atlassian.Confluence.SharePoint.Search.wsp
  • Atlassian.Confluence.SharePoint.wsp
  • EULA.rtf
  • MsiBanner.bmp
  • Release Notes.txt
  • Setup_Search.exe
  • Setup_Search.exe.config
  • Setup_WebParts.exe
  • Setup_WebParts.exe.config

The automatic install is done through the two EXE files. Both use a CONFIG file as well as the other files listed above. To do a manual install, you only need the two WSP files. A WSP file is a Solution Package which contains everything SharePoint needs for the installation. Unfortunately, installing a WSP through SharePoint is a little tedious, which is why we resorted to updating and using the SharePoint Solution Installer to ease the installation experience. However, if you are having problems using the provided installer, the steps are below.

If you choose to do a manual install because of a problem with the automated install, please post an entry on Atlassian Answers to let us know what problems you had with the automated install and if the manual install helped.

Manual Installation Steps

  • Log into a SharePoint server on your farm as a SharePoint farm administrator.
  • Open a command prompt (Start->Run then type "cmd") and do the following:
    • Navigate to "Bin" directory within your SharePoint installation (e.g., "C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN").
    • Type the following command:
      stsadm -o addsolution -filename "<full_path_to_your_sharepoint_installer_files>\Atlassian.Confluence.SharePoint.wsp"
    • (Optional) Type the following command if you have MOSS and you want to use the search integration:
      stsadm -o addsolution -filename "<full_path_to_your_sharepoint_installer_files>\Atlassian.Confluence.SharePoint.Search.wsp"
  • Open SharePoint 3.0 Central Administration (under Start->Administrative Tools).
    • Navigate to Operations->Solution Management.
    • Click on "atlassian.confluence.sharepoint.wsp".
      • Click the "Deploy Solution" link.
      • Choose where to deploy this solution (e.g., "All content Web applications" or a particular web application).
      • Click OK.
      • Repeat the 3 steps immediately above if you did not choose "All content Web applications" and you want to deploy it to other web applications.
    • (Optional) Click on "atlassian.confluence.sharepoint.search.wsp" if applicable and click the OK button.
  • Open a browser to a SharePoint site collection where you deployed "atlassian.confluence.sharepoint.wsp".
    • Log in as a site collection administrator if you are not already logged in as one.
    • Navigate to Site Settings (Site Action->Site Settings or Site Action->Modify All Site Settings->Site Settings).
    • Click "Site collection features" under the "Site Collection Administration group.
      • If you don't see the group you are not logged in as a site collection administrator.
      • If you only see a "Go to top level site settings" link under the group then you are not at the top level site - click this link to get there.
    • Activate the "Confluence Integration" feature if it is not already activated.
  • Follow the instructions for SharePoint Feature Configuration and optionally SharePoint Search Configuration.

Manual Uninstall Steps

  • Log into a SharePoint server on your farm as a SharePoint farm administrator.
  • Open SharePoint 3.0 Central Administration (under Start->Administrative Tools).
    • Navigate to Operations->Solution Management.
    • (Optional) Click on "atlassian.confluence.sharepoint.search.wsp".
      • Click Retract Solution.
      • Click OK.
      • Wait a minute or so and refresh your browser until you see "Not Deployed" for the solution.
      • Click on "atlassian.confluence.sharepoint.search.wsp".
      • Click Remove Solution and OK.
    • Click on "atlassian.confluence.sharepoint.wsp".
      • Click Retract Solution.
      • Click OK.
      • Wait a minute or so and refresh your browser until you see "Not Deployed" for the solution.
      • Click on "atlassian.confluence.sharepoint.wsp".
      • Click Remove Solution and OK.
  • No labels