NareeyaChenu / hangfire-demo

0 stars 0 forks source link

hangfire demo #1

Open NareeyaChenu opened 1 year ago

NareeyaChenu commented 1 year ago

Todos List

NareeyaChenu commented 1 year ago

Error

  1. error when connect the sql server
    • error 👎
      Execution BackgroundServerProcess is in the Failed state now due to an exception, execution will be
      retried no more than in 00:00:15
      Microsoft.Data.SqlClient.SqlException (0x80131904): A connection was successfully established with the server, 
      but then an error occurred during the pre-login handshake. (provider: TCP Provider, error: 35 - An internal 
      exception was caught)
    • resolve 👍
      Server=sqlserver,1433;TrustServerCertificate=true;Database=HangfireDemo;Integrated Security=False;User Id=SA;Password=P@ssword"

Ref

  1. https://bobcares.com/blog/pre-login-handshake-sql-server-error/