You are on page 1of 1

How to resolve Error: 1418 in sql server while mirroring - Stack Overflow https://stackoverflow.com/questions/11032937/how-to-resolve-error-1...

How to resolve Error: 1418 in sql server while mirroring


Asked 7 years, 6 months ago Active 2 years ago Viewed 74k times

I am trying to mirroring a database in sql server. I created a database and took a backup of it
and restored on the another server. But after doing all operations and click on start mirroring,
14 then it showing following error. I put "NO" to Witness server option

I followed mirroring steps in this link Here it says, create an user on both principal and mirror
server with the same credentials in STEP 3. Is it necessary to create same user on both
servers? or any alternate solution is there?

sql-server-2008 mirroring

edited Jun 15 '12 at 11:40 asked Jun 14 '12 at 12:19


Mihir Searcher
8,026 14 49 81 1,695 8 29 44

I think the above problem was caused due to port numbers.because the same port numbers given to
instance1 and instance2.The default port numbers for principle server is 5022,Mirror is 5023 and
witness is 5024.so once check the port numbers. – sandy Dec 27 '16 at 8:38

10 Answers

I also faced same problem. you need to check the following items once.

1. Goto services.msc and check the sql server is running under which account. Make sure
21 that sql server and sql server agent services should run with same credentials.
2. in the mirror database server you should do the same step as step 1. Give the same
credentials as in principal server. If that user is not present create a new one on the both
servers with same credentials.
By using our site, you acknowledge that you have read and understand our Cookie Policy, Privacy Policy,
and our Terms of Service.

1 of 1 1/7/2020, 12:07 AM

You might also like