I configured a Dynamicweb 10 installation using the .NET CLI and followed the steps outlined in the documentation to create a product indexer. However, upon attempting to execute the indexer, I encountered the following error.
Notably, this error persisted across both Mac and Windows systems.
License: Trial 10.0.26
2023-12-26 15:42:46.8197: Product index builder experienced a fatal error.. System.Data.SqlClient.SqlException (0x80131904): Login failed for user ''.
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.Open()
at Dynamicweb.Ecommerce.Indexing.ProductIndexBuilder.Build(IIndexWriter writer, Tracker tracker)
ClientConnectionId:2fdabefc-d2a9-4e2f-bbfc-8d9968f119de
Error Number:18456,State:1,Class:14
BR,
John