Hello, colleagues.
Im using swagger api on
*:81/api/index.html
to configure global search services.
My actions:
- Launch all required docker containers according with documentation
-
Registered a 'my_precious' site name with the parameters
{"databaseType": "mssql", "databaseConnectionString": "Server=DB_SERVER_IP; Database=DATABASE; User Id=USERNAME; Password=PASSWORD; Connection Timeout=10; TrustServerCertificate=true"}
-
Created an index with the parameters
{"templateName": "ngram_3.json"}
Configured the system settings according to the academy instructions:
Port 1433 (SQL) on the CRM database server is open.
When checking the status of the global search using
*:81/sites/my_precious/search/state
, I receive the following error:
Failed to check state for the 'my_precious' site: Internal connection fatal error.
I have checked the logs of all Docker containers related to the global search and haven't found anything similar to this error.
What does this error indicate, and where can I find a more detailed description of it?
And no, global search isn't working.