I am currently investigating process mining using ProcessHQ.I have added a process to do a ProcessInsight analysis within ProcessHQ, but an error occurs and I am unable to do the analysis.The error code is APNX-1-4579-027.A web search for the error code did not turn up any hits, and I am unable to proceed with my investigation into the cause of the problem.I would appreciate it if you could tell me the cause of the above error and how to correct it.
Discussion posts and replies are publicly visible
hi kokis0001 is that related to any security issues with the process model, from which you are taking the insights?
hi Abhishek KarumuruIt's a possible possibility.We have set up record level security for two record types, case data and event history data, and we have confirmed that we can retrieve records by testing within the record type with a user who has added a Process on ProcessHQ.The above user is also a user with data steward privileges.
Hi kokis0001 ,
In Process HQ, the user logged in must be atleast configured as Analyst for that process in process insights to start investigation, and he must be atleast viewer for the whole application, because you are using the both record types, record events and process model.I hope this may clear you out, if this isn't then it may be other issue.
Hi Varun Teja GurrapuThe app group I created originally had two groups, App AllUser and App Admin, with a parent-child relationship of AllUser>Admin (parent>child).I additionally created a group called App Data Steward with the relationship AllUser>Admin>Data Steward (it should probably be AllUser>Data Steward>Admin, but it's for research purposes so I'm ok with that).I am aware that my account is added to Data Steward, so I have no problem in terms of permissions.The record level security is set to AllUser, and the record type security is AllUser for Viewer, Admin for Admin, and Data Steward for Data Steward.Also, when I add a Process on ProcessHQ, I assign the Data Steward group as the Data Steward and my account as the Anaryst.We are not aware at this time that this configuration has a significant impact on Process additions.
Hi All,
We encountered the same APNX-1-4579-027 error while running Process Insight analysis in ProcessHQ. After investigation, we found that the issue was due to the Preview environment not having Unified Mining (UM) configured, and it being on a different cluster than Production.
APNX-1-4579-027
Root Cause:The Preview site cannot reach the Process Model (PM) API that's hosted on the Production cluster. This cross-cluster communication is blocked, which causes the Process Insight failure.
Resolution:
Do not use Preview sites for Process Insight if your PM APIs are on Prod.
Instead, use an internal site connected to a pre-PROD environment on the same cluster as the PM APIs.
If you must use Preview, work with your DevOps team to expose the necessary endpoints and configure the following site properties:
unifiedMiningPmClientId
unifiedMiningPmRedirectUri
unifiedMiningPmAudience
customerOptedIntoUnifiedMining
For internal testing, use a pre-PROD/internal site. For client-facing use, go with the PROD site. Preview should only be used if it's been explicitly configured to support UM.Hope this helps anyone facing the same issue!