Troubleshooting Checklist
This checklist provides a general overview of what needs to function for DataView to connect.
As an alternative to using the log files, user can troubleshoot ElasticSearch, DataImporter, Tomcat, and FTASecurity by checking the URL. Verify the following:
- Access to the following Third-party Software URLs:NOTE:It is recommended to verify using a different machine
- FTA Security:https://<Hostname>:9043/auth/admin/Security/console/index.html
- Elasticsearch:http://<Hostname>:9200/?pretty
- DataImporter:http://<Hostname>:5007NOTE:In a distributed system, the <Hostname> may not be the same as the DataView <Hostname>.
- Verify that the listed third-party services are running and ensure to start the services in the following order:
- FactoryTalk Activation Service
- FactoryTalk Activation Websocket Service
- Elasticsearch 8.6.1.
- Postgres
- FTASecurity
- FTAnalyticsDataImporter
- FTAnalyticsDataView
NOTE:Even though services are running, it may not mean that all the services are working properly. Review the logs for errors.
Provide Feedback