Objects/Tables/Table 1797 Data Migration Error
Table 1797 Data Migration Error in 27
Jonas Paprotka, Base Application 27.5.46862.47359, checked
- App
- Base Application
- Namespace
- System.Integration
Fields, 11Keys, 2Procedures, 17Events, 1
Versions171819202122232425262728latest
Source29
Fields, 11
| Id | Name | Type | Obsolete |
|---|
| 1 | Id | Integer | - |
| 2 | Migration Type | Text[250] | - |
| 3 | Destination Table ID | Integer | - |
| 4 | Source Staging Table Record ID | RecordId | - |
| 5 | Error Message | Text[250] | - |
| 6 | Scheduled For Retry | Boolean | - |
| 9 | Error Dismissed | Boolean | - |
| 10 | Exception Message | Blob | - |
| 11 | Exception Call Stack | Blob | - |
| 12 | Last Record Under Processing | Text[2048] | - |
| 15 | Records Under Processing Log | Blob | - |
Keys, 2
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Id | - |
| Key2 | Destination Table ID, Migration Type | - |
Procedures, 17
| Name | Parameters | Returns | Access | Obsolete |
|---|
| CreateEntry | (Text[250], Integer, RecordId) | | public | - |
| CreateEntryNoStagingTable | (Text[250], Integer) | | public | - |
| CreateEntryNoStagingTableWithMessage | (Text[250], Integer, Text[250]) | | public | - |
| ClearEntry | (Text[250], Integer, RecordId) | | public | - |
| ClearEntryNoStagingTable | (Text[250], Integer) | | public | - |
| FindEntry | (Text[250], Integer, RecordId) | Boolean | public | - |
| ExistsEntry | (Text[250], Integer, RecordId) | Boolean | public | - |
| Ignore | () | | public | - |
| GetErrorMessage | (Text[250], RecordId, var Text[250]) | | public | - |
| CreateEntryWithMessage | (Text[250], Integer, RecordId, Text[2048]) | | public | - |
| GetFullExceptionMessage | () | Text | public | - |
| SetFullExceptionMessage | (Text) | | public | - |
| GetExceptionCallStack | () | Text | public | - |
| GetExceptionMessageWithStackTrace | () | Text | public | - |
| SetExceptionCallStack | (Text) | | public | - |
| SetLastRecordUnderProcessingLog | (Text) | | public | - |
| GetLastRecordsUnderProcessingLog | () | Text | public | - |
Events, 1
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnAfterErrorInserted | (Text, Text) | - |