diff --git a/docs/orleans/host/configuration-guide/adonet-configuration.md b/docs/orleans/host/configuration-guide/adonet-configuration.md index d0ac1db87b089..4675306135d47 100644 --- a/docs/orleans/host/configuration-guide/adonet-configuration.md +++ b/docs/orleans/host/configuration-guide/adonet-configuration.md @@ -9,7 +9,7 @@ ms.topic: how-to The following sections contain links to SQL scripts for configuring your database and the corresponding ADO.NET invariant used to configure ADO.NET providers in Orleans. Customize these scripts as needed for your deployment. Before executing scripts for Clustering, Persistence, or Reminders, you need to create the main tables using the Main scripts. -If you are upgrading an existing ADO.NET schema, also apply the appropriate migration scripts for the providers you use: +If you're upgrading an existing ADO.NET schema, or if your setup fails with an error such as "System.ArgumentException: Not all required queries found", also apply the appropriate migration scripts for the providers you use. These scripts bring the schema and stored queries up to date: - [Clustering migrations](https://github.com/dotnet/orleans/tree/main/src/AdoNet/Orleans.Clustering.AdoNet/Migrations) - [Persistence migrations](https://github.com/dotnet/orleans/tree/main/src/AdoNet/Orleans.Persistence.AdoNet/Migrations)