When running a portal report using a!queryProcessAnalytics, We are seeing a below error in log file

Hello,

When running a portal report using a!queryProcessAnalytics, We are seeing a below error in log file:
ERROR com.appiancorp.core.expr.a.QueryProcessAnalytics - com.appiancorp.kougar.driver.exceptions.Signal: index
java.lang.RuntimeException: com.appiancorp.kougar.driver.exceptions.Signal: index

Batch size is just 10.

Did anyone experience this issue.

Regards,
Vinit.

OriginalPostID-164456

  Discussion posts and replies are publicly visible

Parents
  • Hi, vinitl did you manage to solve this problem? I am facing the same issue.

    I have tried to find if there is a conflict in any constant using this code:

    1. Install forum.appian.com/.../Content Details by UUID

    2. Use the following expression. Do you see any UUID being returned? (e.g.
    _a-0000d3bf-2996-8000-8392-0a000064044c_22371) or only the names themselves?

    =apply(fn!getconstantorruleuuidbyname,{"Completion" ,"cons!is_process_ontime" ,"cons!is_process_overdue" ,"cons!is_task_favorite" ,"cons!is_task_ontime" ,"cons!is_task_overdue" ,"cons!Lag" ,"cons!NetCompletion" ,"cons!NetLag" ,"cons!NetWork" ,"cons!process_completion_time" ,"cons!process_deadline" ,"cons!process_ee_id" ,"cons!process_start_time" ,"cons!process_status" ,"cons!pm_avg_completion" ,"cons!pm_avg_lag" ,"cons!pm_avg_work" ,"cons!task_assignee_owner" ,"cons!task_assignment_time" ,"cons!task_attributed_to" ,"cons!task_avg_completion" ,"cons!task_avg_lag" ,"cons!task_avg_work" ,"cons!task_completion_time" ,"cons!task_deadline" ,"cons!task_ee_id" ,"cons!task_status" ,"cons!total_completion_time" ,"cons!total_lag_time" ,"cons!total_work_time" ,"cons!Work"})

    but in the return output there is no issue.

    Any suggestions?
Reply
  • Hi, vinitl did you manage to solve this problem? I am facing the same issue.

    I have tried to find if there is a conflict in any constant using this code:

    1. Install forum.appian.com/.../Content Details by UUID

    2. Use the following expression. Do you see any UUID being returned? (e.g.
    _a-0000d3bf-2996-8000-8392-0a000064044c_22371) or only the names themselves?

    =apply(fn!getconstantorruleuuidbyname,{"Completion" ,"cons!is_process_ontime" ,"cons!is_process_overdue" ,"cons!is_task_favorite" ,"cons!is_task_ontime" ,"cons!is_task_overdue" ,"cons!Lag" ,"cons!NetCompletion" ,"cons!NetLag" ,"cons!NetWork" ,"cons!process_completion_time" ,"cons!process_deadline" ,"cons!process_ee_id" ,"cons!process_start_time" ,"cons!process_status" ,"cons!pm_avg_completion" ,"cons!pm_avg_lag" ,"cons!pm_avg_work" ,"cons!task_assignee_owner" ,"cons!task_assignment_time" ,"cons!task_attributed_to" ,"cons!task_avg_completion" ,"cons!task_avg_lag" ,"cons!task_avg_work" ,"cons!task_completion_time" ,"cons!task_deadline" ,"cons!task_ee_id" ,"cons!task_status" ,"cons!total_completion_time" ,"cons!total_lag_time" ,"cons!total_work_time" ,"cons!Work"})

    but in the return output there is no issue.

    Any suggestions?
Children
No Data