IBM FileNet P8, Version 5.2.1            

Division by zero (error d52d03ed)

A workflow generates exception d52d03ed.

Symptoms

A workflow generates the exception Division by zero.

Causes

A user-defined expression has a division operation in which the value of the denominator is zero.

Resolving the problem

Do one of the following actions:
Possible cause Suggested action

The value of a denominator resolves to zero.

For example, if the value of the variable intC is zero, the following expression causes the exception:
intA = intB / intC
Use one of the following tools to fix the problem:
  • Administration console:
    1. Find the work item that is in an error state. For more information, see Retrieving work items and the search example Work items in an error state.
    2. Modify the data field to have an appropriate value. For more information, see Editing work items.
  • Process Tracker:
    1. Select the work item in the user-defined Malfunction map. (The default Malfunction map is visible in Process Tracker only if the map is overridden by a user-defined Malfunction map.)
    2. Modify the data field to have an appropriate value.

The denominator is a literal zero.

For example, the following expression causes the exception:
intA = intB / 0

This problem cannot be fixed in a running workflow.



Last updated: October 2015
bpfcg019.htm

© Copyright IBM Corporation 2015.