B.1 Sample Responses for the ECM Real Time Event Creation API
This section lists sample responses for the ECM Real Time Event Creation API
Table B-1 Sample Responses for the ECM Real Time Event Creation API
SL No | Description | Response | Response Type and Status | Service Applicable | Multi Locale |
---|---|---|---|---|---|
1 | This is the response when events are saved successfully. | saveEvents{"MESSAGE": "Event(s) saved
successfully.","STATUS": "SUCCESS", "Event Id(s)": "POSTARJ37"
} |
OK 200 | saveEvents | Yes |
2 | This is the response when input is not in proper JSON format. | saveEvents{"MESSAGE": "Invalid JSON Input format. Please
correct the data.","STATUS":
"FAILED"}saveEventsAndPromoteToCase{"message": "Invalid JSON Input
format. Please correct the data.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Invalid JSON Input
format. Please correct the data.","status": "FAILED"
} |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
3 | This is the response when input does not have events array. | saveEvents{"MESSAGE":"Input JSON data does not have events
array.","STATUS": "FAILED"}saveEventsAndPromoteToCase{"message":
"Input JSON data does not have events array.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Input JSON data does
not have events array.","status": "FAILED" } |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
4 | This is the response when user does not have access to the entity passed in the input. This is applicable only to the calls made from the ECM UI Application. | saveEvents{"MESSAGE": "Invalid user access to the
entity.","STATUS": "FAILED"}saveEventsAndExtendToCase{"message":
"Invalid user access to the entity.","status": "FAILED"
} |
ERROR 500 | saveEvents
saveEventsAndExtendToCase |
Yes |
5 | This is the response when Event lookup entry already exists. | saveEvents{"MESSAGE":"Event lookup entry already
exists.","STATUS": "FAILED"}saveEventsAndPromoteToCase{"message":
"Event lookup entry already exists.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Event lookup entry
already exists.","status": "FAILED" } |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
6 | This is the response when there is an error while inserting into FCC_EVENT_ LOOKUP table. | saveEvents{"MESSAGE":"Error occurred while inserting into
FCC_EVENT_LOOKUP table.","STATUS":
"FAILED"}saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into FCC_EVENT_LOOKUP table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into FCC_EVENT_LOOKUP table.","status": "FAILED"
} |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
7 | This is the response when the event code passed in the input already exists. | saveEvents{"MESSAGE":"Event Code already exists.","STATUS":
"FAILED"}saveEventsAndPromoteToCase{"message": "Event Code already
exists.", "status": "FAILED"}saveEventsAndExtendToCase{"message":
"Event Code already exists.", "status": "FAILED" } |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
8 | This is the response when there is an error while inserting into FCC_EVENTS table. | saveEvents{"MESSAGE": Error occurred while inserting into
FCC_EVENTS table.","STATUS":
"FAILED"}saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into FCC_EVENTS table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into FCC_EVENTS table.","status": "FAILED"
} |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
9 | This is the response when the generic entity passed in the input already exists. | saveEvents{"MESSAGE":"Generic entity already
exists.","STATUS": "FAILED"}saveEventsAndPromoteToCase{"message":
"Generic entity already exists.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Generic entity
already exists.","status": "FAILED" } |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
10 | This is the response when there is an error while inserting into FCC_GENERI C_ENTITY table. | saveEvents{"MESSAGE":"Error occurred while inserting into
FCC_GENERIC_ENTITY table.","STATUS":
"FAILED"}saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into FCC_GENERIC_ENTITY table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into FCC_GENERIC_ENTITY table.","status": "FAILED"
} |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
11 | This is the response when Event entity map entry already exists. | saveEvents{"MESSAGE":"Event entity map entry already
exists.","STATUS": "FAILED"}saveEventsAndPromoteToCase{"message":
"Event entity map entry already exists.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Event entity map
entry already exists.","status": "FAILED" } |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
12 | This is the response when there is an error while inserting into FCC_EVENT_ ENTITY_MAP table. | saveEvents{"MESSAGE":"Error occurred while inserting into
FCC_EVENT_ENTITY_MAP table.","STATUS":
"FAILED"}saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into FCC_EVENT_ENTITY_MAP table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into FCC_EVENT_ENTITY_MAP table.","status": "FAILED"
} |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
13 | This is the response when Event binding entry already exists. | saveEvents{"MESSAGE":"Event binding entry already
exists.","STATUS": "FAILED"}saveEventsAndPromoteToCase{"message":
"Event binding entry already exists.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Event binding entry
already exists.","status": "FAILED" } |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
14 | This is the response when there is an error while inserting into FCC_EVENT_ BINDING table. | saveEvents{"MESSAGE":"Error occurred while inserting into
FCC_EVENT_BINDING table.","STATUS":
"FAILED"}saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into FCC_EVENT_BINDING table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into FCC_EVENT_BINDING table.","status": "FAILED"
} |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
15 | This is the response when Event details entry already exists. | saveEvents{"MESSAGE":"Event details entry already
exists.","STATUS": "FAILED"}saveEventsAndPromoteToCase{"message":
"Event details entry already exists.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Event details entry
already exists.","status": "FAILED" } |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
16 | This is the response when there is an error while inserting into FCC_EVENT_ DETAILS table. | saveEvents{"MESSAGE": "Error occurred while inserting into
FCC_EVENT_DETAILS table.","STATUS":
"FAILED"}saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into FCC_EVENT_DETAILS table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into FCC_EVENT_DETAILS table.","status": "FAILED"
} |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
17 | This is the response when events are saved successfully and extended to case. | saveEventsAndExtendToCase{"message": "Event(s) saved
successfully and extended to case.","Event Id(s)":
"POSTARJ39","status": "SUCCESS", "caseType": "AML_SURV"
} |
OK 200 | saveEventsAndExtendToCase | Yes |
18 | This is the response when events cannot be extended to case in the current case status. | saveEventsAndExtendToCase {"message": "Event(s) cannot be
saved and extended to case in the currentcase status.", "status":
"FAILED" } |
ERROR 500 | saveEventsAndExtendToCase | Yes |
19 | This is the response when there is an error while updating FCC_PRECAS E table. | saveEventsAndPromoteToCase{"message": "Error occurredwhile
updating FCC_PRECASE table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
updating FCC_PRECASE table.","status": "FAILED" } |
ERROR 500 |
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
20 | This is the response when there is an error while updating FCC_EVENTS table. | saveEventsAndPromoteToCase{"message": "Error occurred while
updating FCC_EVENTS table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
updating FCC_EVENTS table.","status": "FAILED" } |
ERROR 500 |
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
21 | This is the response when events are saved successfully and promoted to case. | saveEventsAndPromoteToCase{"caseId": "CA262","message":
"Event(s) saved successfully and promoted to case.","Event Id(s)":
"POSTARJ38","status": "SUCCESS", "caseType": "AML_SURV"
} |
OK 200 | saveEventsA ndPromoteTo Case | Yes |
22 | This is the response when there is an error while deleting from entity table. Note that the placeholder "{0}" will be replaced by the actual entity table name. | saveEvents{"MESSAGE": "Error occurred while deleting from {0}
table.","STATUS": "FAILED"}saveEventsAndPromoteToCase{"message":
"Error occurred while deleting from {0} table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
deleting from {0} table.","status": "FAILED" } |
ERROR 500 |
saveEvents saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
23 | This is the response when there is an error while inserting into entity table. Note that the placeholder "{0}" will be replaced by the actual entity table name. | saveEvents{"MESSAGE": "Error occurred while inserting into
{0} table.","STATUS": "FAILED"}saveEventsAndPromoteToCase{"message":
"Error occurred while inserting into {0} table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into {0} table.","status": "FAILED" } |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
24 | This is the response when the case passed in the input does not exists. | saveEventsAndExtendToCase{"message": "Case does not exist.",
"status": "FAILED" } |
ERROR 500 | saveEventsAndExtendToCase | Yes |
25 | This is the response when there is an error while updating FCC_CORREL ATION table. | saveEventsAndExtendToCase{"message": "Error occurred while
updating FCC_CORRELATION table.","status": "FAILED"
} |
ERROR 500 | saveEventsAndExtendToCase | Yes |
26 | This is the response when entry already exists in FCC_PRECASE table. | saveEventsAndPromoteToCase{"message": "Entry already exists
in FCC_PRECASE table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Entry already exists
in FCC_PRECASE table.","status": "FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
27 | This is the response when there is an error while inserting into FCC_PRECASE table. | saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into FCC_PRECASE table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into FCC_PRECASE table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
28 | This is the response when entry already exists in FCC_CORREL ATION_LINKtable. | saveEventsAndPromoteToCase{"message": "Entry already exists
in FCC_CORRELATION_LINK table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Entry already exists
in FCC_CORRELATION_LINK table.","status": "FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
29 |
This is the response when there is an error while inserting into FCC_CORREL ATION_LINK table. |
saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into FCC_CORRELATION_LINK table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into FCC_CORRELATION_LINK table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
30 | This is the response when entry already exists in FCC_CORREL ATION_SCENARIO table. | saveEventsAndPromoteToCase{"message": "Entry already exists
in FCC_CORRELATION_SCENARIO table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Entry already exists
in FCC_CORRELATION_SCENARIO table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
31 | This is the response when there is an error while inserting into FCC_CORREL ATION_SCENARIO table. | saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into FCC_CORRELATION_SCENARIO table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into FCC_CORRELATION_SCENARIO table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
32 | This is the response when entry already exists in FCC_CORREL ATION_SCEN ARIO_PRSD table. | saveEventsAndPromoteToCase{"message": "Entry already exists
in FCC_CORRELATION_SCENARIO_PRSDtable.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Entry already exists
in FCC_CORRELATION_SCENARIO_PRSDtable.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
33 | This is the response when there is an error while inserting into FCC_CORREL ATION_SCEN ARIO_PRSD table. | saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into FCC_CORRELATION_SCENARIO_PRSDtable.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into FCC_CORRELATION_SCENARIO_PRSDtable.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
34 | This is the response when entry already exists in FCC_CORREL ATION_BUS_ENTITY table. | saveEventsAndPromoteToCase{"message": "Entry already exists
in FCC_CORRELATION_BUS_ENTITY table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Entry already exists
in FCC_CORRELATION_BUS_ENTITY table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
35 | This is the response when there is an error while inserting into FCC_CORREL ATION_BUS_ENTITY table. | saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into FCC_CORRELATION_BUS_ENTITY table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into FCC_CORRELATION_BUS_ENTITY table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
36 | This is the response when entry already exists in FCC_CORREL ATION_PRSD table. | saveEventsAndPromoteToCase{"message": "Entry already exists
in FCC_CORRELATION_PRSD table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Entry already exists
in FCC_CORRELATION_PRSD table.","status": "FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
37 | This is the response when there is an error while inserting into FCC_CORREL ATION_PRSD table. | saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into FCC_CORRELATION_PRSD table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into FCC_CORRELATION_PRSD table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
38 | This is the response when entry already exists in FCC_CORREL ATION_EVENT_MAP table. | saveEventsAndPromoteToCase{"message": "Entry already exists
in FCC_CORRELATION_EVENT_MAP table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Entry already exists
in FCC_CORRELATION_EVENT_MAP table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteTo Case
saveEventsAndExtendToCase |
Yes |
39 | This is the response when there is an error while inserting into FCC_CORREL ATION_EVENT_MAP table. | saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into FCC_CORRELATION_EVENT_MAP table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into FCC_CORRELATION_EVENT_MAP table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
40 | This is the response when entry already exists in FCC_CORREL ATION_ENTI TY_MAP table. | saveEventsAndPromoteToCase{"message": "Entry already exists
in FCC_CORRELATION_ENTITY_MAP table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Entry already exists
in FCC_CORRELATION_ENTITY_MAP table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
41 | This is the response when there is an error while inserting into FCC_CORREL ATION_ENTI TY_MAP table. | saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into FCC_CORRELATION_ENTITY_MAP table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into FCC_CORRELATION_ENTITY_MAP table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteTo Case
saveEventsAndExtendToCase |
Yes |
42 | This is the response when there is an error while updating FCC_PRECAS E_SCORE table. | saveEventsAndExtendToCase{"message": "Error occurred while
updating FCC_PRECASE_SCORE table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndExtendToCase | Yes |
43 | This is the response when there is an error while updating KDD_CASE_
ATTRBT_VAL
_MAP table. |
saveEventsAndExtendToCase{"message": "Error occurred while
updating KDD_CASE_ATTRBT_VAL_MAP table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndExtendToCase | Yes |
44 | This is the response when entry already exists in KDD_CASE_LINKS table. | saveEventsAndPromoteToCase{"message": "Entry already exists
in KDD_CASE_LINKS table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Entry already exists
in KDD_CASE_LINKS table.","status": "FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
45 | This is the response when there is an error while inserting into KDD_CASE_LINKS table. | saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into KDD_CASE_LINKS table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into KDD_CASE_LINKS table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteTo Case
saveEventsAndExtendToCase |
Yes |
46 | This is the response when there is an error while updating KDD_CASES table. | saveEventsAndExtendToCase{"message": "Error occurredwhile
updating KDD_CASES table.","status": "FAILED"} |
ERROR 500 | saveEventsAndExtendToCase | Yes |
47 | This is the response when entry already exists in KDD_CASE_ ACTIONS table. | saveEventsAndPromoteToCase{"message": "Entry already exists
in KDD_CASE_ACTIONS table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Entry already exists
in KDD_CASE_ACTIONS table.","status": "FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
48 | This is the response when there is an error while inserting into KDD_CASE_ ACTIONS table. | saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into KDD_CASE_ACTIONS table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into KDD_CASE_ACTIONS table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteTo Case
saveEventsAndExtendToCase |
Yes |
49 | This is the response when entry already exists in FCC_PRECAS E_CASE_MAP table. | saveEventsAndPromoteToCase{"message": "Entry already exists
in FCC_PRECASE_CASE_MAP table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Entry already exists
in FCC_PRECASE_CASE_MAP table.","status": "FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
50 | This is the response when there is an error while inserting into FCC_PRECAS E_CASE_MAP table. | saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into FCC_PRECASE_CASE_MAP table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into FCC_PRECASE_CASE_MAP table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
51 | This is the response when entry already exists in FCC_PRECAS E_SCORE table. | saveEventsAndPromoteToCase{"message": "Entry already exists
in FCC_PRECASE_SCORE table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Entry already exists
in FCC_PRECASE_SCOREtable.","status": "FAILED"} |
ERROR 500 | saveEventsAndPromoteTo Case
saveEventsAndExtendToCase |
Yes |
52 | This is the response when there is an error while inserting into FCC_PRECAS E_SCORE table. | saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into FCC_PRECASE_SCORE table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into FCC_PRECASE_SCORE table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
53 | This is the response when entry already exists in KDD_CASES table. | saveEventsAndPromoteToCase{"message": "Entry already exists
in KDD_CASEStable.","status":"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase | Yes |
54 | This is the response when there is an error while inserting into
KDD_CASES
table. |
saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into KDD_CASES table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase | Yes |
55 | This is the response when entry already exists in KDD_CASE_ ATTRBT_VAL_MAP table. | saveEventsAndPromoteToCase{"message": "Entry already exists
in KDD_CASE_ATTRBT_VAL_MAP table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Entry already exists
in KDD_CASE_ATTRBT_VAL_MAP table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
56 | This is the response when there is an error while inserting into KDD_CASE_ ATTRBT_VAL_MAP table. | saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into KDD_CASE_ATTRBT_VAL_MAP table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into KDD_CASE_ATTRBT_VAL_MAP table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
57 | This is the response when entry already exists in the configured PTC query table. | saveEventsAndPromoteToCase{"message": "Entry already exists
in the configured PTC query table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Entry already exists
in the configured PTC query table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
58 | This is the response when there is an error while inserting into configured PTC query table. | saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into configured PTC query table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into configured PTC query table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
59 | This is the response when entry already exists in KDD_CASE_ NTITY_REL_EVNT table. | saveEvents{"MESSAGE": "Entry already exists in
KDD_CASE_NTITY_REL_EVNT table.","STATUS":
"FAILED"}saveEventsAndPromoteToCase{"message": "Entry already exists
in KDD_CASE_NTITY_REL_EVNT table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Entry already exists
in KDD_CASE_NTITY_REL_EVNT table.","status":
"FAILED"} |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
60 | This is the response when there is an error while inserting into KDD_CASE_ NTITY_REL_EVNT table. | saveEvents{"MESSAGE": "Error occurred while inserting into
KDD_CASE_NTITY_REL_EVNT table.","STATUS":
"FAILED"}saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into KDD_CASE_NTITY_REL_EVNT table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into KDD_CASE_NTITY_REL_EVNT table.","status":
"FAILED"} |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
61 | This is the response when entry already exists in KDD_CASE_ NTITY_REL_CASE table. | saveEventsAndPromoteToCase{"message": "Entry already exists
in KDD_CASE_NTITY_REL_CASE table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Entry already exists
in KDD_CASE_NTITY_REL_CASE table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
62 | This is the response when there is an error while inserting into KDD_CASE_ NTITY_REL_CASE table. | saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into KDD_CASE_NTITY_REL_CASE table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into KDD_CASE_NTITY_REL_CASE table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
63 | This is the response when entry already exists in FCC_CORRELATION table. | saveEventsAndPromoteToCase{"message": "Entry already exists
in FCC_CORRELATION table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Entry already exists
in FCC_CORRELATION table.","status": "FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
64 | This is the response when there is an error while inserting into FCC_CORRELATION table. | saveEventsAndPromoteToCase{"message": "Error occurred while
inserting into FCC_CORRELATION table.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
inserting into FCC_CORRELATION table.","status":
"FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase
saveEventsAndExtendToCase |
Yes |
65 | This is the response when PMF service call fails for the promoted case. Note that the placeholder "{0}" will be replaced by the actual HTTP Error code from PMF. | saveEventsAndPromoteToCase{"message": "PMF service call
failed : HTTP error code : {0}","status": "FAILED"} |
ERROR 500 | saveEventsAndPromoteToCase | Yes |
66 | This is the response when sequence retrieval fails for Lookup Table. | saveEvents{"MESSAGE": "Sequence retrieval failed for Lookup
Table as V_LOOKUP_SEQUENCE_NAME isconfigured as null in
FCC_RT_EVENT_ENTITY_TABLES.","STATUS":
"FAILED"}saveEventsAndPromoteToCase{"message": "Sequence retrieval
failed for Lookup Table as V_LOOKUP_SEQUENCE_NAME isconfigured as
null in FCC_RT_EVENT_ENTITY_TABLES.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Sequence retrieval
failed for Lookup Table as V_LOOKUP_SEQUENCE_NAME isconfigured as
null in FCC_RT_EVENT_ENTITY_TABLES.","status":
"FAILED"} |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
67 | This is the response when there is an error while fetching nextval
for particular sequence.
Note that the placeholder "{0}" will be replaced by the actual sequence name. |
saveEvents{"MESSAGE": "Error occurred while getting next
value for {0} sequence.","STATUS":
"FAILED"}saveEventsAndPromoteToCase{"message": "Error occurred while
getting next value for {0} sequence.","status":
"FAILED"}saveEventsAndExtendToCase{"message":"Error occurred while
getting next value for {0} sequence.","status":
"FAILED"} |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |
68 | This is the response when there is an error while getting database connection object. | saveEvents{"MESSAGE": "Error occurred while getting database
connection.","STATUS":
"FAILED"}saveEventsAndPromoteToCase{"message": "Error occurred while
getting database connection.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Error occurred while
getting database connection.","status": "FAILED"} |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
No |
69 | This is the response when there is JSON
Exception due to any missing json attribute in input. The Response column shows one sample where actId was not provided in the input. |
saveEvents{"MESSAGE": "JSONObject[\"actId\"] not
found.","STATUS": "FAILED"}saveEventsAndPromoteToCase{"message":
"JSONObject[\"actId\"] not found.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "JSONObject[\"actId\"]
not found.","status": "FAILED"} |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
No |
70 | This is the response for any other exceptions where there is no exception string in the exception message. | saveEvents{"MESSAGE": "Internal error occurred. Please
contact system administrator.","STATUS":
"FAILED"}saveEventsAndPromoteToCase{"message": "Internal error
occurred. Please contact system administrator.","status":
"FAILED"}saveEventsAndExtendToCase{"message": "Internal error
occurred. Please contact system administrator.","status":
"FAILED"} |
ERROR 500 | saveEvents
saveEventsAndPromoteToCase saveEventsAndExtendToCase |
Yes |