Troubleshooting user interface errors
The following table lists the error codes displayed on the user interface when an operation fails.
Code | Message | Explanation | Response |
---|---|---|---|
123 | No Triggers found for selected Connector | The system could not locate a trigger for the flow. | Verify that triggers have been defined for the connector. |
116 | No Actions found for selected Connector | The system could not locate an action for the flow. | Verify that actions have been defined for the connector. |
101 | This Profile cannot be deleted because there are Flows associated with it. | The system failed to delete the profile because there are flows associated to it. | To delete the profile, remove all flows associated with the profile. |
114 | This Connection Configuration cannot be deleted because there are Flows associated with it. | The system failed to delete the connector configuration because there are flows associated to it. | Remove all the associated flows and then delete the connector configuration. |
114 | Please remove all Flows associated with this Connection Configuration and try again. | The system failed to delete the connector configuration because there are flows associated to it. | Remove all the associated flows and then delete the connector configuration. |
117 | Error while checking before or after value | Make sure that the stringify function can be called from JSON for the value entered. | |
120 | This connector could not be deleted because there are Connection Configurations associated with this Connector. | The system failed to delete the connector because there are configurations associated to it. | Remove all the associated configurations, and then delete the connector. |
120 | Please remove all Connection Configurations associated with this Connector first and then delete the Connector. | The system failed to delete the connector because there are configurations associated to it. | Remove all the associated configurations, and then delete the flow (connector). |
120 | Could not remove connector {connector_name} {error} | The system failed to remove (delete) the connector. | Based on the error displayed, take appropriate action to fix the error. |
131 | Authentication failed. | The User ID, Password, or Login Secret is incorrect. | Verify the authentication details to continue. |
137 | User with this user name was not found. | The entered user name does not exist. | Verify that the user name exists and retry. |
156 | An error occurred: {error} | There was an error in the showCamera() function. | Ensure that your browser supports showCamera(), and retry. Based on the error displayed, take the appropriate action. |
187 | Invalid existing password | The password is incorrect. | Make sure that the current password entered is correct. |
211 | Too short | The password length is too short. | The password length must be at least 8 characters. Enter a valid password to continue. Important: The password must contain at least two alphabetic, number, and special characters. |
188 | Password must contain characters from at least two of Alphabetic, Number, and Special characters | The password does not comply with the system requirements. | The password must contain at least two alphabetic, number, and special characters. Reenter a password that matches the password requirements. |
212 | New password should not be same as existing password | The new password is the same as the existing password. | Enter a different password to continue. |
213 | Please enter new password | Value for new password is blank. | Enter a new password to continue. |
214 | Passwords don't match | The values of the two passwords entered do not match. | Make sure that the value of both passwords are the same. |
199 | uxSearchableSelect: Attribute "items" is not specified | Value for the items attribute is blank. | Enter a value for the items attribute. |
200 | uxSearchableSelect: Attribute "item-value" is not specified | Value for the item-value attribute is blank. | Enter a value for the item-value attribute. |
201 | uxSearchableSelect: Attribute "item-title" is not specified | Value for the item-title is blank. | Enter a value for the item-title attribute. |
203 | Inactive flow {title} cannot be debugged (or run). | The flow cannot be debugged or run because it is inactive. | To debug the flow, activate it. |
204 | Pending flow {title} cannot be debugged (or run). | The flow cannot be debugged or run because it is not approved. | Contact your tenant administrator to approve the flow to debug it. |
205 | Flow debug (or run) request for ' + self.title + ' is already submitted. | The debug request for the flow has already been submitted. | Wait for the previous debug session to end. |
207 | localStorage is not available for current browser | BMC Helix Integration Service does not support the current browsers. | Use a browser from the list of supported browsers. |
208 | Key is not valid | The value of Key is not valid. | The value of Key should be of type String. |
176 | Error while saving transformations: ${errMessage} | The transformation defined for the flow could not be saved. | Review and verify any errors in the transformation definition in the field mapping defined in the flow. |
177 | Please note that changing an existing transformation will impact all environments using this transformation. | Informational message. | Changes made to an existing transformation impacts all the flows where the transformation is used. |
179 | translationsFrom is mandatory | The translated value of From is not defined in the translation definition. | Add this value to the translation definition in the field mapping defined in the flow. |
180 | translationsTo is mandatory | The translated value of To is not defined in the translation definition. | Add this value to the translation definition in the field mapping defined in the flow. |
181 | translations: Invalid response from server | The system received an invalid response from the server. | Verify the translation definition in the field mapping defined in field mapping defined in the flow and save the translation. |
181 | translations: Unexpected error from server | The system received an unexpected response from the server. | Verify the translation definition in the field mapping defined in the flow. |