A Blue Prism Process attempts to call an Action named 'Get Nasdaq Data' however it keeps causing the Process to fail
The Developer attempts to recreate the problem in the Development environment and discovers the following Exception is thrown:
Which of the following responses would explain the reason for this exception bang thrown?
Understanding the Exception:
The error message indicates that the read stage 'Read Nasdaq Data' failed because it was not connected.
This suggests that the business object might not be correctly attached to the application or not launched.
Analyzing Possible Causes:
Option A: Internal errors do not always indicate a Blue Prism product problem; they can also result from configuration issues.
Option B: If the action was not published, the error would likely indicate that the action could not be found, not an attachment issue.
Option D: If the action no longer existed, the process would not be able to call it, and the error would reflect that the action was missing.
Option E: The process flow shows the stages are connected, and an unconnected stage would not specifically cause an attachment error.
Most Likely Cause:
Option C is the most likely reason. If the business object is not associated with the application (either by launching or attaching to it), the action cannot be performed because Blue Prism does not have the necessary context to interact with the application.
Blue Prism Developer Documentation: Exception Handling and Troubleshooting
Blue Prism Training Material on Application Modelling and Object Association
Currently there are no comments in this discussion, be the first to comment!