﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Article Discussions / Article Discussions by Author / Discuss content posted by william thier  / Configuring Database Mirroring / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 21 May 2013 17:57:03 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Configuring Database Mirroring</title><link>http://www.sqlservercentral.com/Forums/Topic1056617-2899-1.aspx</link><description>could somebody exaplain me where i can do this  in SQL SERVER or WINDOWS SERVER?how i can do it??The SQL database mirroring account/group has been granted "Access this computer from the network". This will be the account (or group containing the account) under which database mirroring runs, and should be a service account/group. This needs to be done on all participating servers (principal, mirror, and witness). 1.Open up the Local Security Policy on the principal server 2.Expand Security Settings &amp;gt; Local Policies &amp;gt; User Rights Assignment 3.Grant the database mirroring service account "Access this computer from the network" permissions thanks.</description><pubDate>Wed, 07 Dec 2011 09:15:43 GMT</pubDate><dc:creator>gotas_5</dc:creator></item><item><title>RE: Configuring Database Mirroring</title><link>http://www.sqlservercentral.com/Forums/Topic1056617-2899-1.aspx</link><description>This is a great article.  Clear, well written and with good examples.  Good teaching is the ability to take the complex and make it seem simple.  I would like to see more articles by this author.</description><pubDate>Wed, 02 Feb 2011 16:03:00 GMT</pubDate><dc:creator>okkam1</dc:creator></item><item><title>RE: Configuring Database Mirroring</title><link>http://www.sqlservercentral.com/Forums/Topic1056617-2899-1.aspx</link><description>article was good</description><pubDate>Wed, 02 Feb 2011 03:18:41 GMT</pubDate><dc:creator>phani31</dc:creator></item><item><title>RE: Configuring Database Mirroring</title><link>http://www.sqlservercentral.com/Forums/Topic1056617-2899-1.aspx</link><description>The article states that SQL 2008 is a prerequisite but mirroring has been around since SQL 2005 SP1.Also, the witness can be Express or Workgroup edition.Finally, I want to emphasize that one very important consideration for mirroring to work properly is that you should use the fully qualified domain name (FQDN) for servers, NOT their IP address. You will run into a myriad of reliability issues if you use IP address.</description><pubDate>Tue, 01 Feb 2011 07:14:21 GMT</pubDate><dc:creator>Kendal Van Dyke</dc:creator></item><item><title>RE: Configuring Database Mirroring</title><link>http://www.sqlservercentral.com/Forums/Topic1056617-2899-1.aspx</link><description>[quote]-- 1. Ping and telnet your principal and mirror servers: if you cannot ping or telnet, this can be your problem (add your ips on your host files and see if this fix your issue)-- 2. Firewall setup: inbound and outbound packets need to be allowed on the ports used by your listening end points-- 3. Windows negotiate: can you confirm you use windows negotiate for your end points?This is for starters.[/quote]Thanks for the prompt reply,I can connect through telnet on both servers, my firewall is currently off and windows negotiate is used on both endpoints.  Any other sugestions?</description><pubDate>Tue, 01 Feb 2011 05:55:42 GMT</pubDate><dc:creator>jorge.rodriguez</dc:creator></item><item><title>RE: Configuring Database Mirroring</title><link>http://www.sqlservercentral.com/Forums/Topic1056617-2899-1.aspx</link><description>[quote][b]jorge.rodriguez (2/1/2011)[/b][hr]When I try to partner the principal to the mirror I get the error:The server network address "TCP://&amp;lt;server&amp;gt;:5022" can not be reached or does not exist. Check the network address name and that the ports for the local and remote endpoints are operationalStrange thing is I cant partner the mirror to the principal.I have followed all the steps listed on the article all to no avail. The service account are running under the same domain account on both databases... Any help would be apreciated.[/quote]-- 1. Ping and telnet your principal and mirror servers: if you cannot ping or telnet, this can be your problem (add your ips on your host files and see if this fix your issue)-- 2. Firewall setup: inbound and outbound packets need to be allowed on the ports used by your listening end points-- 3. Windows negotiate: can you confirm you use windows negotiate for your end points?This is for starters.</description><pubDate>Tue, 01 Feb 2011 05:26:36 GMT</pubDate><dc:creator>clementhuge</dc:creator></item><item><title>RE: Configuring Database Mirroring</title><link>http://www.sqlservercentral.com/Forums/Topic1056617-2899-1.aspx</link><description>When I try to partner the principal to the mirror I get the error:The server network address "TCP://&amp;lt;server&amp;gt;:5022" can not be reached or does not exist. Check the network address name and that the ports for the local and remote endpoints are operationalStrange thing is I cant partner the mirror to the principal.I have followed all the steps listed on the article all to no avail. The service account are running under the same domain account on both databases... Any help would be apreciated.</description><pubDate>Tue, 01 Feb 2011 05:20:58 GMT</pubDate><dc:creator>jorge.rodriguez</dc:creator></item><item><title>RE: Configuring Database Mirroring</title><link>http://www.sqlservercentral.com/Forums/Topic1056617-2899-1.aspx</link><description>[quote][b]sireesha.budagala (2/1/2011)[/b][hr][b]How Can we modify the Login permissions on SQL Mirrored Database ? [/b]for ex : 'abc' is the Login we need to reduce the level of permission from 'db_owner' to 'read/write' on Mirrored database . Database will be Read-only .Provide all your inputs on the above . :-)Thanks in AdvanceSireesha [/quote]There is no issue as the rights on a database is user-oriented or database role oriented, both objects embedded in the database. Your changes will be automatically mirrored without any issue.The rights that are given at the server level and OS level will not be mirrored. So if your login need to write/read specific things on disk or if your login has view server state granted for example, you need to apply those rights on both servers.</description><pubDate>Tue, 01 Feb 2011 04:39:58 GMT</pubDate><dc:creator>clementhuge</dc:creator></item><item><title>RE: Configuring Database Mirroring</title><link>http://www.sqlservercentral.com/Forums/Topic1056617-2899-1.aspx</link><description>This is a very nice little introduction by this article lacks of several issues that should be looked at.- certificate authentication- mirroring replication- linked server failovering- job failoveringI had the experience with all of that for a client and I am still struggling with linked server. The failover partner solution does not work as there is a bug on Microsoft part (your login needs to be sysadmin for the linked server with failover partner to fully work). I am setting a different way as we speak as linked server is source of security breach. This needs to be definitely fix by Microsoft.</description><pubDate>Tue, 01 Feb 2011 04:37:36 GMT</pubDate><dc:creator>clementhuge</dc:creator></item><item><title>RE: Configuring Database Mirroring</title><link>http://www.sqlservercentral.com/Forums/Topic1056617-2899-1.aspx</link><description>[b]How Can we modify the Login permissions on SQL Mirrored Database ? [/b]for ex : 'abc' is the Login we need to reduce the level of permission from 'db_owner' to 'read/write' on Mirrored database . Database will be Read-only .Provide all your inputs on the above . :-)Thanks in AdvanceSireesha </description><pubDate>Tue, 01 Feb 2011 03:58:16 GMT</pubDate><dc:creator>sireesha.budagala</dc:creator></item><item><title>RE: Configuring Database Mirroring</title><link>http://www.sqlservercentral.com/Forums/Topic1056617-2899-1.aspx</link><description>Very Useful information with Statements from starting of the Mirroring Configuration till the end with Error messages . :-D  Sireesha</description><pubDate>Tue, 01 Feb 2011 03:48:48 GMT</pubDate><dc:creator>sireesha.budagala</dc:creator></item><item><title>RE: Configuring Database Mirroring</title><link>http://www.sqlservercentral.com/Forums/Topic1056617-2899-1.aspx</link><description>I had also the same error:[color=#FF0000]The server network address "TCP://&amp;lt;server&amp;gt;:5022" can not be reached or does not exist. Check the network address name and that the ports for the local and remote endpoints are operational.[/color]While building about 20 mirrors. And the strange was that I was able to build the first 10 mirrors, then this error appeared. But if I tried again then I was success. Than fail again and success again, or not.First I suspect for the network....Then I realized the following:On the mirror instance I had two SQL instances running. One of them ate 20Gigs of memory, the other one left only 600MB... What do you think which one was the one I tried to set up for mirroring?Once it got some memory (2-3 gigs) it was easily build the mirrors, and the error was gone...Andor</description><pubDate>Tue, 01 Feb 2011 01:42:51 GMT</pubDate><dc:creator>brekee</dc:creator></item><item><title>Configuring Database Mirroring</title><link>http://www.sqlservercentral.com/Forums/Topic1056617-2899-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/articles/Database+Mirroring/72009/"&gt;Configuring Database Mirroring&lt;/A&gt;[/B]</description><pubDate>Mon, 31 Jan 2011 23:33:01 GMT</pubDate><dc:creator>william-375754</dc:creator></item></channel></rss>