cancel
Showing results for 
Search instead for 
Did you mean: 

MXP_ProvStatus Definitions

brandonbollin
Active Participant
0 Kudos

In the MXP_ProvStatus table, the various provision statuses are listed and defined. There's two in particular I need some clarification on, 1001 and 1101, "task failed" and "failed" respectively. What's the difference? They're both failure codes but what might cause a 1001 error and another kind of failure cause a 1101 error?

Accepted Solutions (1)

Accepted Solutions (1)

ole_k_rosberg
Explorer
0 Kudos

Hi,

These are the values of Provstatus:

-1Task on soft hold. Entry is locked by another task.
0Task initiated OK
1Task not enabled for provisioning
2Task does not exist
33 Loop detected
4Task cannot be called externally as it is private
5Entry does not exist in Identity Store
10Database error
20Pending
21Running
The following states are final, i.e. the audit has completed.
1000Task OK. Task has completed OK, and is waiting for event tasks to finalize
1001Task failed. Task has completed with error, and is waiting for event tasks to finalize
1100OK Task completed OK.
1101Failed Task completed with error.
2000Task deleted Task has been explicitly deleted from the provision queue
2001Task missing. It has been detected that the entry in the provision queue for this entry is missing, but the reason for this is unknown.

Regards,

Ole K.

brandonbollin
Active Participant
0 Kudos

Thank you sir! Much appreciated.

Answers (1)

Answers (1)

former_member2987
Active Contributor
0 Kudos