Troubleshooting Database Mirroring Error 1418

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 21

  • @kishoreevani5813
    @kishoreevani5813 Год назад +1

    well explained each small thing in the video. Awesome sir.

  • @RamanaVenki-g9z
    @RamanaVenki-g9z Год назад +1

    Thanks very good explanation

  • @giribabu7009
    @giribabu7009 Год назад +1

    Nice video thank you for giving end to end clarification

  • @goguladhananjineyulu3174
    @goguladhananjineyulu3174 6 месяцев назад +1

    THANK YOU SO MUCH ANNA 😍🥰

  • @Gabriel-kx4qv
    @Gabriel-kx4qv Год назад +1

    Nice vídeo, ty

  • @helloRChere
    @helloRChere Год назад +1

    Hi Chandu, Do you provide DBA Training

  • @giribabu7009
    @giribabu7009 Год назад +1

    Suggested to upload more videos and share knowledge replications, migration, performance issues etc.,

  • @FardinNoman-p7v
    @FardinNoman-p7v 3 месяца назад

    When I will implement database mirroring in 2 different server then what are the things I have to mention in service accounts? There are 2 options one is principle & another one is mirroring. Whether i have to put server name or anything else just clear this part. Thanks.

  • @ShubhenduKumarKundu
    @ShubhenduKumarKundu 6 месяцев назад

    After successful synchronized, secondary database shown restoring mode. How do I get back in normal mode with synchroinized?

    • @chandustechnet4214
      @chandustechnet4214  6 месяцев назад

      Need to look into the logs to understand the issue. But just a couple of generic checks, make sure both principal and mirror are on the same build/version. Please check the algorithm you're using and make sure it's AES but not RC4 algorithm.

  • @ArokiyaAnandKumar
    @ArokiyaAnandKumar 6 дней назад

    Thank you Mr. Chandu, Your explanation was fantastic. But My issue is I have 2 different system, in both system have [NT Authority/System] . I have tried the below Script
    GRANT CONNECT ON ENDPOINT:: MIRRORING to [NT AUTHORITY\SYSTEM]
    But after if I executing the mirroring
    Same 1418 error is coming
    I try to check in sp_readerrorlog
    2024-11-28 11:11:52.060 Logon Database Mirroring login attempt by user 'NT AUTHORITY\ANONYMOUS LOGON.' failed with error: 'Connection handshake failed. The login 'NT AUTHORITY\ANONYMOUS LOGON' does not have CONNECT permission on the endpoint. State 84.'. [CLIENT: 172.16.29.110]
    NT AUTHORITY\ANONYMOUS LOGON
    Can you please guide me where I have to fix this issue.

  • @VeeVeeSarathi
    @VeeVeeSarathi 9 месяцев назад

    Hi Guys It Worked.
    But i cannot Open the Mirrored Database after the mirroring process.
    it Says
    The database TestMirror is not accessible. (ObjectExplorer)
    any Solutions?

    • @chandustechnet4214
      @chandustechnet4214  9 месяцев назад

      What do you mean "you cannot open the mirrored database", you cannot access the mirrored database because it's always in restoring state. You can access only the principal.

  • @prashantbhosale5635
    @prashantbhosale5635 Год назад

    Please show how to configure on domain server

    • @chandustechnet4214
      @chandustechnet4214  Год назад

      You mean to configure database mirroring on cluster environment?

  • @JSunilKumar0508
    @JSunilKumar0508 9 месяцев назад

    How to troubleshoot 927 error in Database Mirroring ?

    • @chandustechnet4214
      @chandustechnet4214  9 месяцев назад

      What's the SQL version? Please check if you've any pending logs to be restored. It's not an error or issue, if the LSN should be in sync with the primary. Make sure that no log backup jobs running on primary while configuring mirroring. Restore necessary logs and then configure.

    • @JSunilKumar0508
      @JSunilKumar0508 9 месяцев назад

      Principle Server: SQL 2017 Developer Edition
      Mirror Server: SQL 2019 Developer Edition.
      Took one Full & one Transaction log backups from Principle Server, same Restored in Mirror server. Then configured. Observed 927 error.

    • @chandustechnet4214
      @chandustechnet4214  9 месяцев назад +1

      Please share the error message and check if any logs pending to restore. To isolate the issue, you can create a test database and try to configure. **Make sure that database mirroring endpoint encryption algorithm configured with AES but not RC4.