Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics SL (Archived)

What is removed when Business Portal uninstalled?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

My company's SharePoint data (sites, subsites, document libraries, and other content) was developed and deployed in the same web application and site collection as our Business Portal 4.0 (for Dynamics SL 7.0 FP1) installation.

Now we are looking at upgrading to Dynamics SL 2011 FP1, Business Portal 5 (for SL 2011 FP1), and SharePoint Server 2010. I have already tried upgrading the SharePoint content database, but the SharePoint parts of Business Portal seem to be blocking the upgrade of the content database.

I was looking at removing Business Portal from the previous installation to see if that would allow the rest of the SharePoint content to upgrade.

What all is removed when Business Portal is uninstalled? Do the web parts and other features get removed from that web application when BP is uninstalled?

*This post is locked for comments

  • Re: What is removed when Business Portal uninstalled?

    Hi Casey,

    Glad to hear the issue is corrected.  I would advise leaving the settings as is in the prod environment. If he runs into the issue again when he upgrades the prod environment going to the page and changing the settings is relatively quick and painless.

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    Re: What is removed when Business Portal uninstalled?

    Carolyn,

    Setting the Site Master Page to v4.master corrected the issue in the upgraded test environment.

    Also, when I check the same pages in our production environment, they have the error "The site master page setting currently applied to this site is invalid. Please select a new master page and apply it "

    The same pages are set to "default.master" for Site Master Page, but do not prevent us from visiting the pages. Should I set them to something else so that when I perform the go-live upgrade, I do not encounter this error again?

  • Verified answer
    Re: What is removed when Business Portal uninstalled?

    Hi Case,

    Yes - use the v4.master.  Let me know how it goes.

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    Re: What is removed when Business Portal uninstalled?

    Carolyn,

    I used the following link: http://<servername>:port#/BP/_layouts/ChangeSiteMasterPage.aspx (The underscore was missing before layouts.)

    1. Site Master Page is set to 'BusinessPortalDefault.master'

    2. System Master Page is set to 'BusinessPortalDefault.master'

    3. Alternate CSS URL is set to 'Use Microsoft SharePoint Foundation default styles'

    I don't see a 'default.master' option for Site Master Page. There is a v4.master. Should I try that?

    ~Casey

  • Verified answer
    Re: What is removed when Business Portal uninstalled?

    Casey,

    Try these steps:

    Browse to the following URL for Business Portal: http://<servername>:port#/BP/layouts/ChangeSiteMasterPage.aspx

    Verify the following settings on this page:

    1. Site Master Page is set to 'default.master'

    2. System Master Page is set to 'BusinessPortalDefault.master'

    3. Alternate CSS URL is set to 'Use Windows SharePoint Services default styles'

    If any changes are made, run an IISRESET and then re-launch Business Portal

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    Re: What is removed when Business Portal uninstalled?

    I am using SharePoint Server with Project Server 2010.

  • Re: What is removed when Business Portal uninstalled?

    Hi Casey,

    I want to give you the correct steps to possibly fix this issue.  However I need to know if you are using Project Server or Foundation?

  • Community Member Profile Picture
    Community Member Microsoft Employee on at
    Re: What is removed when Business Portal uninstalled?

    Thank you for the previous response. I have finally tested reconnecting the Business Portal SharePoint content database and running an upgrade. However, I am getting an error when I visit a Business Portal page.

    In the ULS for SharePoint I get the following:

    ******************************************

    System.Web.HttpException: Cannot find ContentPlaceHolder 'PlaceHolderTopHelpKey' in the master page '~masterurl/default.master', verify content control's ContentPlaceHolderID attribute in the content page.  

    at System.Web.UI.MasterPage.CreateMaster(TemplateControl owner, HttpContext context, VirtualPath masterPageFile, IDictionary contentTemplateCollection)    

    at System.Web.UI.Page.get_Master()    

    at System.Web.UI.Page.ApplyMasterPage()    

    at System.Web.UI.Page.PerformPreInit()    

    at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    ******************************************

    Would the error be due to not uninstalling BP from the original installation prior to the content database backup and restore or would it be due to security since I have not yet run the synchronization utility.?

  • Re: What is removed when Business Portal uninstalled?

    Hi Casey,

    So you are upgrading from SharePoint 3.0 to SharePoint 2010.   So you are moving the databases from the former SharePoint server to the new server where SharePoint 2010 is installed, since the new install and BP 5 must be on a 64 bit machine.  These steps may help.

    Steps to Upgrade BP 4.0 & BP 4.0 FP1 to BP 5.1 on SharePoint 2010

    1. Setup BP 4.0 or BP 4.0 FP1 and then uninstall BP, but leave the SQL data in the databases.

    2. Run SQL Commands on SL databases:

    a. DBCC CHECKDB

    b. DBCC CHECKCATALOG

    3. Backup the SL and WSS_Content databases.

    4. On another machine, setup Windows Server 2008 (or R2) x64

    5. Setup SQL Server 2008 (or R2) x64 if not using a dedicated SQL Server 2008 (or R2) server.

    6. Install SharePoint Foundation or Server 2010 using Server farm configuration.

    a. Note: Don’t do the standalone installation as that will install a special version of SQL Server that will make working with the WSS_Content databases more difficult.

    7. Make sure to create the Web Application that you want to attach the WSS_Content database.

    a. Note: You don’t need to create the default site collection.

    8. In SharePoint Administration, remove the content database from the Web Application by using the Manage content databases page.  With the proper Web Application selected, click the WSS_Content database, scroll to the bottom of the page, check the Remove content database checkbox, and then click the OK button.

    9. Restore the BP 4.0 (or FP1) databases including the WSS_Content database.

    10. Open the SharePoint 2010 Management PowerShell console from the start menu under the SharePoint 2010 Products folder.

    11. Test the WSS database by running Power Shell command “Test-SPContentDatabase -Name <DatabaseName> -WebApplication <URL>”.

    a. Example: “Test-SPContentDatabase -Name WSS_Content -WebApplication http://localhost”

    b. NOTE: You will get a bunch of errors because the BP features are missing, ignore these errors.

    c. If the SQL Server is not local, then will need to specify.  Refer to SharePoint Documentation for additional arguments required.

    12. Run the PowerShell Command “Mount-SPContentDatabase -Name <DatabaseName> -DatabaseServer <ServerName> -WebApplication <URL> [-Updateuserexperience]”

    a. Example: “Mount-SPContentDatabase –Name WSS_Content  -DatabaseServer LOCALHOST -WebApplication  http://localhost -Updateuserexperience”

    b. NOTE: You will get a bunch of errors because the BP features are missing, ignore these errors.

    13. Using the SL 2011 build, upgrade the SL Databases and register modules.

    a. If the SL databases were moved to a different SQL Server, then the BusinessPortalUser account will be orphaned in the SL App and System databases, you must either remove that user from each database or choose a different user account in the BP install.

    14. Setup BP build.

    Let me know if you have additional questions.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,387 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans