SQL Server Developer Center > SQL Server Forums > Database Mirroring > Database Properties “Mirroring” and "Transaction Log Shipping" Pages Missing
Ask a questionAsk a question
 

QuestionDatabase Properties “Mirroring” and "Transaction Log Shipping" Pages Missing

  • Monday, September 14, 2009 11:32 AMEd Blake Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    I am having a problem with one database on my SQL Server 2005 production server.

    A number of databases are already set up for mirroring, however when I right click and go to properties in SSMS, on one particular database there is no "Mirroring" property page available.

    I have done the normal tasks, such as setting Full Recovery model, running a full backup of the database and backing up the logs.

    I can't see that this is a server specific issue as other databases are happily mirroring.

    I've looked around and I can't see that I'm missing a setting, any help would be appreciated.

    Thanks.

    EDIT: This is nothing to do with the Mirror Database yet, I can't get as far as specifying the Mirror Database , I cannot see the "Mirroring" page on the principle.

    EDIT: I have managed to setup mirroring using t-sql commands. However I am still unable to see the "Mirroring Page".

    UPDATE: This applies to the Transaction Log Shipping option as well. I can successfully set it up in SQL but not through SSMS.

    • Edited byEd Blake Wednesday, September 16, 2009 9:15 PM
    •  

All Replies

  • Tuesday, September 15, 2009 2:00 AMAaron AltonMVP, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Just a guess - what is the compatability level of that database?  Is it the same as the balance of your db's?
    Aaron Alton | thehobt.blogspot.com
    MCITP: Database Administrator
  • Tuesday, September 15, 2009 8:00 AMEd Blake Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi the compatability level is set at SQL Server 2005 (90) just like all the other databases. I don't understand what "Is it the same as the balance of your db's" means, unless is it the same as the other databases, in which case yes.
  • Wednesday, September 16, 2009 6:45 AMMark Han [MSFT] Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi

    to better understand the problem, we need to know the following
    1 what is the edition and version of the database you would like to mirroring.
    2 could you set the database mirroring with another database on another sql server instance?
    3 if there are some error, please post the detail error message here.


    Regards
  • Wednesday, September 16, 2009 9:19 PMEd Blake Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    1) SQL Server 2005
    2) It's not specific to database mirroring, I have other mirror databases setup on the server and this is the only database that doesn't mirror.
    3) I can't find a single exception raised in any logs when the Pages don't show in the property pages. 
  • Thursday, September 17, 2009 3:14 AMMark Han [MSFT] Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi

    since it is a GUI problem, let's us another SSMS to open the properties of the database.

    Also, please chekc if we could open properties of other databases in the sql instance.

    Besides, do you install sql 2005 sp3?

    Regards
  • Thursday, September 17, 2009 8:05 AMEd Blake Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Yes the server is using SP3 the full version is: 9.00.4035.00.

    All other databases open the property pages correctly.

    I have tried opening the property paged in SSMS 2005 & SSMS 2008 and still have the same problem.

    I have tried doing this on other colleagues machines as well, and still the same problem.....

    I think I've tried everything obvious......

  • Friday, September 18, 2009 3:12 AMMark Han [MSFT] Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi

    Based on the ccurrent situation, we could know the issue is related to the special databases. Therefore, please check what is the difference between the database with other databases.

    Also, please run SQL profiler trace while reproducing the problem; by ananlysis the sql profiler trace, we could know what actually runs in the sql when the problem happens; and  by capturing the sql profiler trace, we could figure out the difference between the problematic process with the normal process.

    Regards
  • Monday, September 21, 2009 9:55 AMEd Blake Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I've looked at the databases and can see no obvious differences. Is there something specific I should be looking for?

    I have run a trace on a database that works when opening the Mirror Property Page and the database that doesn't. Less happens in the failing database trace, however there is a lot of SQL Event data, is it appropriate to post that here?

    Thanks
  • Tuesday, September 22, 2009 2:38 AMMark Han [MSFT] Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi

    we could use sql profiler trace to capture the 2 processes; one is when you open the  Property Page of the special database; another is when you open other database; and then we could analysis the 2 processed to figure out the difference between the 2 processes;

    if it is convenient to you, you could upload the 2 profiler trace files into you skydrive space and only share it with us(support-sqlforum@live.com). after that, please post the linke and I will analysis the process for you.

    Regards
  • Tuesday, September 22, 2009 10:49 AMEd Blake Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    OK I've done as you said and added the event data from two traces to my skydrive, one on a database that works and one that doesn't. I traced the process of right clicking a database clicking on Tasks and then clicking Mirror.

    The database that works shows options for Mirroring and Transaction Log Shipping the database that doesn't, doesn't show either option.

    Thank you for your help.
  • Thursday, September 24, 2009 2:53 AMMark Han [MSFT] Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    hi

    please post the link to your skydrive.

    Regards
  • Thursday, September 24, 2009 8:04 AMEd Blake Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
  • Wednesday, September 30, 2009 7:50 AMEd Blake Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi just wondering whether you managed to get anywhere with the trace files I stored?

    Thanks
  • Tuesday, October 06, 2009 8:37 AMEd Blake Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi, do you think you'll get chance to check those trace files, or should I consider raising a call at MS?

    Thank you for your help.
  • Wednesday, October 21, 2009 7:41 AMEd Blake Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    OK, I guess I will have to raise a call through MS, thank you for your help.

    Ed