Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space WSUPPORT and version 21.2

Errors may occur when running apps. To facilitate troubleshooting, Scheer PAS BPaaS displays appropriate error and notification messages in responsive forms. We have compiled an overview of the possible information and error messages in BPaaS forms on this page. All displayed tables can be searched.

Tip

For error messages in Mobile Forms go to page Troubleshooting Mobile: Fehler und Hinweise (German).

User Notifications in Responsive Forms

Specific information on the causes of errors and recommendations for action for the user are displayed directly in the form.

These user notifications appear if it is not possible to switch to the next process step.

Overview of User Notifications

The following list of notification messages can be searched. Enter your search term in the Global Filter field.

Table Filter
hideControlstrue
inversefalse
sparkNameSparkline
datepatterndd.mm.yy
globalFiltertrue
id1579095066789_-1621080696
sortMessage ⇧
worklog5|8|w d h m
isORAND
separatorPoint (.)
order0
MessagePossible ReasonsTroubleshootingFurther Information
Could not find any form to display data.No form has been modeled in the process, for example because only workers are executed. Therefore, it is not possible to display data.
  • Switch to the overview or close the tab using the Cancel button.
  • Contact a PAS design user who can check the model for errors.

Could not find any next process step.

The next process step cannot be clearly determined.

Condition checks were not defined correctly.

Contact a PAS design user who can check the model for errors.

Could not find any previous process step.The previous process step cannot be clearly determined.
  • Contact a PAS design user who can check the model for errors.
  • Check in particular whether process steps were deleted.
Could not find any Process App 'Create'.An overview tile has been created for your role, but no Process App - Create tile. Therefore you are note able to open instances from the overview.Contact a PAS design user who can check the model for errors and create new tiles.
Could not find any Process App 'Overview'.A Process App - Create tile has been created for your role, but no overview tile. It is therefore not possible to switch to the overview.Contact a PAS design user who can check the model for errors and create new tiles.
Could not load instance.You are not able to open the clicked instance because it has been deleted by another user in the meantime.Reload the page. The instance is then no longer displayed in the search overview.
Currently no further modification is required by your role. The data of your last allowed step is displayed. Changes are not possible.You are working in an app with parallel execution. You have executed all the steps that you could perform with your role at this point.Wait until your colleagues have completed all other parallel process steps. Further processing of the instance is only possible when the process steps of the other branches have also been completed.
ERROR 401
(internalInfo: 'Unauthorized, parameters:{}')
The user lacks event permissions.Contact a PAS design user who can check which events are called at the relevant point in the model. A system administrator can then check whether the user can/must be given authorization for the relevant event.
Error while saving:
Cannot read property 'payload' of undefined.
The form of the relevant process step contains form fields whose field labels contain forbidden special characters ($ * + ? . ( ) [ ] { } / \ | ^).Contact a PAS design user who can check the EPC model for errors.
Instances in process step functionName could not be loaded. This process step is deleted.You are not able to open the selected instance because it is in a process step that has been deleted from the EPC in the meantime. The message contains the name and ID of the deleted process step.Contact a PAS design user who can check the EPC model for errors.
MSG_RESPONSE_TIMEOUTProblems with the internet connection occur.Contact a system administrator.
MSG_SAVEINSTANCES_ERROR (internalInfo: 'Cannot read property 'payload' of undefined, parameters:{}')

The instance cannot be saved:

  • The same Field Name in Container was assigned in the container for different form elements.
  • The Field Name in Container of a form element contains forbidden special characters ($ * + ? . ( ) [ ] { } / \ | ^) or umlauts (ä, ö, ü).
Contact a PAS design user who can check the EPC model for errors.
No Current Steps 
Currently no further modification is required by your role or you are not authorized to execute the current process step.
You are working in a parallel execution. Either you have processed all process steps of your role or you have reached a process step that is not released for your role.
  • Close the form.
  • It is possible to switch to the overview if if a corresponding button is available.
Permission Check
You are not authorized to execute the current process step.
Your role is not assigned to the current process step. You are therefore not allowed to execute the current step.
  • Close the form.
  • It is possible to switch to the overview if if a corresponding button is available.

The content of the following field(s) is invalid:

  • <field name>
A validation expression has been defined for the field <field name>. However, the entry does not correspond to this.Enter the required content.

The following mandatory field(s) must be filled:

  • <field name>
The field <field name> is a mandatory field and has not been filled in.Make an entry in the relevant form field.
The process is finished for this instance. The data of the last process step is displayed. Changes are not possible.The process reached the last process step. The last form is displayed in read-only mode.
  • Close the form.
  • It is possible to switch to the overview if if a corresponding button is available.
You are not authorized to execute the current process step. The data of your last allowed step is displayed. Changes are not possible.The next process step is no longer released for your role.
  • Close the form.
  • It is possible to switch to the overview if if a corresponding button is available.

Execution Error Messages

The Error during model execution window is shown if errors occur during model execution. It displays technical errors, for example due to erroneous modeling.

Helpful information for design users and developers is displayed in the Developer Information tab that the user can expand with a click.

In the Developer Information tab you can find further information about the occurred error: See tabs errorMessages > title and errorMessages > content for further information.

Using the four buttons, users have various options to react:

  • Report error: Press this button to inform your PAS design user or the PAS support about the error.
  • Cancel: Use this button to close the form and end the process at this point.
  • Reload instance: The current instance is reloaded. Use this option to exclude a technical error such as short-term connection problems etc.
  • Go to Overview: Use this button to switch to the overview to check whether the current instance is displayed there.

Overview of Execution Error Messages

The following list of error messages can be searched. Enter your search term in the Global Filter field.

Table Filter
hideControlstrue
inversefalse
sparkNameSparkline
datepatterndd.mm.yy
globalFiltertrue
id1579095077844_1737839470
sortMessage ⇧
worklog5|8|w d h m
isORAND
separatorPoint (.)
order0
MessagePossible ReasonsTroubleshootingFurther Information
<xxx.xxx> is not a functionFaulty JavaScript code.Contact a PAS design user who can check the EPC model (workers and functions) for errors.
assignment to undeclared variable <xxx>The variable <xxx> is used in the JavaScript code, but not defined correctly.Contact a PAS design user who can check the EPC model (workers and functions) for errors.
Cannot read property <xxxx> of undefinedFaulty JavaScript code.Contact a PAS design user who can check the EPC model (workers and functions) for errors.
container is not defined in Worker <xxx>The worker code starts with a declaration.
  • Contact a BPaaS design user who can change the worker code.
  • Worker code must not begin with a declaration.
Could not clearly identify the next process step as several steps are available. Check your event constraints or use an 'AND' connector to start parallel execution.
  • Incorrect condition check.
  • Modeling error (missing connector in EPC).
Contact a PAS design user who can check the EPC model for errors.
Error creating the task
(Relay: SAP Integration will be executed elsewhere)
The SAP integration cannot be executed without errors.

Contact a BPaaS design user or administrator who can verify the connection to the external data source (SAP system or else).

Error in sub epcAn error has occurred in a sub-EPC.Contact a PAS design user who can check the EPC model for errors.

Error in sub epc
Error creating the task
Relay: Integration: XXX will be executed elsewhere

Special case:
In the model an integration is used which cannot be executed correctly.
Contact a PAS design user. He or she must check whether the WorkerGroupId is set backend for workers who process data after integration.
Error sending email: "Cannot read property 'fullUrl' of undefined"An email could not be sent because an attachment defined using placeholders does not contain a file under the specified Field Name in Container.Contact a PAS design user who can check the EPK model for errors. The correct Field Name in Container for the attachment must be specified.
Error sending email: "No recipients defined"An email could not be sent because no recipients were entered or the recipients could not be determined.Contact a PAS design user who can check the EPC model for errors.
Error while loading transitive closure for process app <xxx>You deleted an app while in another browser tab the corresponding execution (Process App - Create or Process App - Overview) were still open.Close the browser tab containing the app execution. As the corresponding app has been deleted, you will not be able to open the execution again.
Error: xhr poll error Connection to a service cannot be established.Contact the PAS support.
Execution model could not be loaded. Check if an execution model is assigned in the app settings.A Process App could not be executed because no EPC model is assigned to it.Contact a BPaaS design user who can assign the appropriate EPC model to the app project.
format is undefinedAn invalid date format was entered.Contact a PAS design user who can check the EPC model for errors.
MSG_SAVEINSTANCES_ERROR (internalInfo: 'noSavePermission')The current user has no storage authorization.Contact a PAS design user who can verify the permissions used in the model.
ReadAllowed is false and there is no lastAllowedStep can not run the mainEpc modelThe user does not have appropriate rights to execute the selected model.Contact a system administrator who can customize the privileges of your user account.
The current step can only be executed on mobile devices.When executing the process on the PC, you have arrived at a process step that is provided with a mobile form only.
  • Process steps with Mobile Forms can only be executed in the Scheer PAS Mobile App.
  • Open the app on a mobile device and execute the elements there.