"Error searching for sync results from storage" when viewing directory sync logs in vRealize Automation
search cancel

"Error searching for sync results from storage" when viewing directory sync logs in vRealize Automation

book

Article ID: 314776

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction

Symptoms:

  • You are unable to see Active Directory sync logs in vRealize Automation.
  • When you click on sync log, you receive an error similar to:
"Error searching for sync results from storage"



Environment

VMware vRealize Automation 7.x

Cause

This issue occurs if the Elasticsearch service is not running or experiencing issues. This can be validated by opening console or ssh session to vRA appliance and running:

service elasticsearch status

Resolution

To resolve this issue, verify the elasticsearch service status and restart it.

service elasticsearch stop
service elasticsearch start

If the sync logs are still not visible after restarting the elastic search service you can view the elastic search health by running the following command:

curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'

If the health status shows as red under the 'status' field create a support request containing the ouput of command for further assistance.