S. No. | Column Name | Description | Default / Suggested Values |
|---|---|---|---|
1 | LookUp_ID | Sequence ID of entry in this table. This is auto generated. | Auto generated |
2 | IP_Name | The name of the composite that is processed. Example: OUCCBOUNMSCustomerSyncEBF | This column is pre populated with the individual enterprise business process name. Do not modify: Modifying this value will break the code. |
3 | Processing_Status | Current status of processing it has to be one of the following. HALTED (waiting for manual intervention), NOT REQUIRED ALIVE | NOT REQUIRED |
4 | Run_Flag | Processing flag status, Y or N. Unread value = N, read value =Y | N |
5 | Next_Runtime | Next runtime when the error record should be processed for this composite. | SYSDATE+200 |
6 | Halt_For_Error | Allowed values ‘Y’ or ‘N’. When set to ‘Y’ manual intervention is required after one successful error record processing. When set to ‘N’ processing continues without halting. | N |
7 | RunTime_Interval | Runtime in minutes after which the next error processing should be done. Example: P10Y0M0DT0H0M0S Next processing is done after 10 years 0 months 0 days 0 hours 0 minutes and 0 seconds. This value must be updated based on the business requirement. Setting fewer intervals may have impact on performance. | Default: P10Y0M0DT0H0M0S |
8 | Email_ID | Email-ID where error notifications are sent. This value can be different or same for all the composites. | Default: email@email.com |
9 | Email_Content_Type | • GENERIC: One email is sent for all errors. No detail information is included. • SINGLE: One email is sent for all errors with all details included in the attachment. • MULTIPLE: Multiple emails are sent & each email has information equal to the value specified in the Error_Count_Per_Notification column. Values are case sensitive and must always be given in upper case. | Default: GENERIC |
10 | Email_XSL | XSL to be applied for creating email. Content which includes subject/body and attachment. Look and feel can be modified here. | Default file is provided for all the composites and present under the xsl folder of composite. Example: xsl/Transformation_Create_Email.xsl Copy this to the MDS folder and enter the MDS path in this column for additional configuration. |
11 | Error_Count_Per_Processing | A notification is sent after the number of records set here is processed. Example: If this is set to 50 then an email notification containing 50 records is sent after 50 records are created in the error store. | Default: 100 |
12 | Email_Attachment_Location | Location where the email attachment is created on the server. This value should point to the location / folder where the attachment should be stored. It is used to create the attachment file in the following format: INTEGRATION_ERR_LOOKUP.Email_Attachment_Location + IP_Name + Date (in YYYYMMDDHH24MMSS) | |
13 | Email_Attachment_Flag | • Y: Send email with attachment. In this case it is not mandatory to have Email_Attachment_Location specified. • N: Send email without attachment but send the attachment location. In this case Email_Attachment_Location has to be specified. ServerName +INTEGRATION_ERR_LOOKUP.Email_Attachment_Location + IntegrationPoint_Name + Date in YYYYMMDDHH24MMSS. | N |
14 | Publish_Human_Task_Flag | • Y: Publish human task • N: Do not publish human task If Halt_For_Error value is set to Y and Publish_Human_Task_Flag is also Y then human task is published and the user can take action from worklist application. | N |
15 | ID_Human_Task | User/Group ID to which human task should be published in case Halt_For_Error is set to Y. This ID must be present in the weblogic realm pointed by fusion middleware. | WebLogic |
16 | Last_Updated_Date | Last updated date time | SYSDATE |
17 | Purge_Error_Store_Flag | • Y: Purge data • N: No purge require The process PurgeIntegrationErrorStore is only deployed when following flag purge.process.deploy=true in deploy.properties file is set to true during installation. If flag.purge.process = false then value of this column Purge_Error_Store_Flag will always be N. | Default: N |
18 | Purge_Processing_Status_Flag | • Y: Purge Processing in process • N: Purge processing not happening The process PurgeIntegrationErrorStore is only deployed when following flag purge.process.deploy=true in deploy.properties file is set to true during installation. If flag.purge.process = false then value of this column Purge_Error_Store_Flag will always be N. | Default: N |
19 | Purge_Frequency | Number of days after which data should be purged. This will be in picture format. Example: P10Y0M0DT0H0M0S Next processing will be done after 10 years 0 months 0 days 0 hours 0 minutes and 0 seconds. This value has to be updated based on the business requirement. Setting fewer intervals may have impact on performance. Need to set this value appropriately. Applicable only when flag.purge.process = true in deploy.properties file during installation and the process PurgeIntegrationErrorStore ID deployed. | Default: P10Y0M0DT0H0M0S |
20 | Next_Purge_Date | Next purge date. Format: Next_Purge_date + Purge_Frequency Applicable only when flag.purge.process = true in deploy.properties file during installation and the process PurgeIntegrationErrorStore ID deployed. | SYSDATE+100 |
21 | Purge_File_Name | Directory Name where purge file should be stored. Applicable only when flag.purge.process = true in deploy.properties file during installation and the process PurgeIntegrationErrorStore ID deployed. | 'location on server where purge record should be persisted' |