Issue in running the Report

saimeghana
New Contributor III
New Contributor III

Hi Team,

We found an issue in Analytics, when we are trying to run the reports in DRY Run we can see "records found" if we try to run the Reports in RUN Now "No record found" 

Attaching the screen shot for reference.

DRY Run:

saimeghana_0-1665425018933.jpeg

Run Now:

saimeghana_1-1665425047234.png

Thanks,

Saimeghana

 

7 REPLIES 7

rushikeshvartak
All-Star
All-Star

Please share query or recreate report it will work

Hi,

Please find the attached query.

SELECT USERNAME as 'Saviynt Username', case when customproperty3 ='89' then 'AITS' when customproperty3='65' then 'AMS' end AS 'BU in Saviynt',FIRSTNAME,LASTNAME,EMPLOYEETYPE,CASE WHEN STATUSKEY=1 then 'Active' else 'Inactive' end as 'Saviynt Identity Status',STARTDATE as 'Contract Start Date',ENDDATE as 'Contract End Date',CUSTOMPROPERTY4 AS 'MANAGER EMPLOYEE ID' FROM USERS WHERE (DATEDIFF(CURDATE(), DATE(CREATEDATE)) < 30 AND DATEDIFF(CURDATE(), DATE(CREATEDATE)) > 0 OR CURDATE()=DATE(CREATEDATE) OR CREATEDATE IS NULL) AND STATUSKEY=1 AND customproperty3 in ('65','89') AND (CUSTOMPROPERTY6 IS NULL AND CUSTOMPROPERTY36 IS NULL)

 

Thanks,

Saimeghana

Query is correct. Try recreating report

Hi,

Okay, but not only one reports most of the reports are behaving same before these reports are running correctly.

Thanks,

saimeghana

Can you share logs while running report

Hi,

Attaching the logs for reference.

Thanks,

Saimeghana

Does Elastic Server is running ?

Also please point to log time from above file.