Websydian Express - Message


EvF053 - Function starting process could not be called

Error message

Could not call ProcessEntryPoint &1. Returned status: &2. Call status: &3.

Parameters

&1 - The name of the process (Process ID)
&2 - Error status
&3 - Call status

Description

A function has been defined as the start of a process (Process ID for a process).
However, this function could not be called.
If the call status (&3) is not blank the reason will normally be that the function either does not exist or has an invalid parameter format.
If the return status is not blank the function has been called - but has returned an error.
In both situations a generic error page will be shown to the user.

Action

Contact the developer responsible for the process.
The process can be found by using the menu point "Maintain Processes" in the administration menu - enter the function name (&1) in the search field and press "Find".

Comments

This will normally occur when a new process is used. Please note that as processes are called dynamically, the function has to use a standard interface. This means that developers are not allowed to add fields to the interface of these functions.