Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics SL (Archived)

I am upgrading from SL 6.5 to SL 2011 and moving to a new DB server after installing sl 2011 and restoring my databases from my old systems, when I run the database maintenance application, the systems lists my system database but it does not list any of t

Posted on by 160

I am upgrading from SL 6.5 to SL 2011 and moving to a new DB server after installing sl 2011 and restoring my databases from my old systems, when I run the database maintenance application, the systems lists my system database but it does not list any of the application databases to upgrade.  Has anyone experienced this? If so what did you do to resolve?

 

I have installed Windows 2008 R2, Microsoft SQL 2008 on a new 64 bit Dell

*This post is locked for comments

  • Suggested answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    Re: I am upgrading from SL 6.5 to SL 2011 and moving to a new DB server after installing sl 2011 and restoring my databases from my old systems, when I run the database maintenance application, the systems lists my system database but it does not list any

    The issue is that in SQL, the Domain table in the system DB doen't see the new server. You have to have the new server  there and in the Company table in the system DB.

  • Glen Henry Profile Picture
    Glen Henry 160 on at
    Re: I am upgrading from SL 6.5 to SL 2011 and moving to a new DB server after installing sl 2011 and restoring my databases from my old systems, when I run the database maintenance application, the systems lists my system database but it does not list any

    This did solve my problem, I also made the change in the Company table

  • Verified answer
    Charlie Ulrich Profile Picture
    Charlie Ulrich 30 on at
    Re: I am upgrading from SL 6.5 to SL 2011 and moving to a new DB server after installing sl 2011 and restoring my databases from my old systems, when I run the database maintenance application, the systems lists my system database but it does not list any

    I am in the middle of performing the exact same upgrade.

    There are many pitfalls along the way, especially if you are running business portal (HINT: you have to upgrade to 7.0 then to 2011 there is no direct path from 6.5 to 2011 if you are upgrading business portal as well).

    Following moving the databases I would run the following queries against the systems database from SQL Management Studio:

    1. Update Tables with New SQL Server Name - mbs2.microsoft.com/.../kbdisplay.aspx

    UPDATE DOMAIN SET Servername = 'YOUR_NEW_SQL_SERVERNAME'

    2. Clear out old registration information - mbs2.microsoft.com/.../kbdisplay.aspx

    DELETE from REGISTRATION

    DELETE from REGISTDETAIL

    3. Clear out Customizations

    The upgrade docs tell you to export your customizations prior to upgrade and then reimport them.  I was having some strange issues with mine, so I ended up just clearing them all out and rebuilding them.  To do that run the following queries

    delete from custom

    delete from custom2

    delete from customvba

  • Verified answer
    John Joyce Profile Picture
    John Joyce 25 on at
    Re: I am upgrading from SL 6.5 to SL 2011 and moving to a new DB server after installing sl 2011 and restoring my databases from my old systems, when I run the database maintenance application, the systems lists my system database but it does not list any

    Have you checked the ServerName in the Domain table? It may still reflect the name of the old server.

    Select DatabaseName, ServerName from Domain

    --Update Domain Set ServerName = 'NewServerName' where ServerName = 'OldServerName'

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,280 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,235 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans