Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Analytics report failure

Bharath
New Contributor II
New Contributor II

The analytics query that runs to determine the users list configured as a sql query under V2 analytics started failing last week, and when the report is triggered, we see it loading for a longer time and the end shows up a dialogue bog, with only the word "Error."

When we observed the logs, we could see below entries.

result size after query execution 186919
Inside bulkRequestForBatchCount() for adding Document Size .... 186919
DEBUG services.SaviyntElasticService - elastic Index batchsize: 7500
DEBUG services.SaviyntElasticService - unable to set batchsize from config due to For input string: "[:]".. setting to default.
DEBUG services.SaviyntElasticService - bulkrequestmaxsize =25000000
DEBUG services.SaviyntElasticService - batch size met. write to elastic
7500 Data stored using bulk request..
DEBUG services.SaviyntElasticService - batch size met. write to elastic
DEBUG auth.LoginController - Default Setup
DEBUG auth.LoginController - URL TO SAML

the report is stuck processing 7500 records and it is not proceeding further. Any idea?

3 REPLIES 3

pruthvi_t
Saviynt Employee
Saviynt Employee

Hi @Bharath ,

Did you see anything specific printed in logs at the time of the error. From the snippet provided, if there is no log printed after that, then it would be ideal to raise an FD ticket with all the corresponding details so that our support engineers can analyze further on what's causing the issue.

Also, please check the below documentation to check if the configuration of the analytics control is configured as per the mentioned guidelines.

https://docs.saviyntcloud.com/bundle/SSM-Admin-v55x/page/Content/Chapter16-SSM-Analytics/Analytics-P...

Thanks,


Regards,
Pruthvi

dgandhi
All-Star
All-Star

Hi,

Is the elastic service up and running when you were trying to run the analytics report?

Thanks

Devang

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

rushikeshvartak
All-Star
All-Star


# Analytics v2 config for inserting data into ElasticSearch Refer SD-6273 for more details
analyticsindexbatchcount=7500

Change above config in externalconfig.properties


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.