...
Failures and Possible Solutions
Normal Entities
FailureConflict | Solutions | Challenges | AMID conflictSolutions(NO) |
---|---|---|---|
AMID
| Genarate |
| PK conflict (
|
PK
| Genarate if UUID |
|
|
Input from the user |
| ||
Unique conflict
| Genarate if UUID |
| |
Input from the user |
| ||
Set | |||
FVP Unique conflict (
| Genarate | ||
Input from the user |
| ||
Set | |||
FK conflict (
| Set | ||
NULL conflictRequired
| Genarate |
| |
Input from the user |
| ||
Wrong Type
| Genarate |
| |
Input from the user |
| ||
Set | |||
Wrong Length
| Trim extra | ||
Input from the user |
| ||
Set |
...
Conflict Type | Default Solutions (Used while importing) | Description | |
---|---|---|---|
AMID | Generate |
| |
Fail (Throw exception) |
| ||
PK | Generate ( |
| |
Fail (Throw exception) | UNIQUE | Generate ( |
|
Unique | Generate |
| |
Fail (Throw exception) | |||
FVP_UNIQUE | Generate | ||
Fail (Throw exception) |
| ||
FVP Unique | Generate |
| |
Fail |
| ||
FK (Not supported yet) | Set Null |
| |
Fail (Throw exception) | REQUIRED
| ||
Required | Generate |
| |
Fail (Throw exception) | TYPE
| ||
Wrong Type | Set Null or Generate |
| |
Fail (Throw exception) | LENGTH
| ||
Wrong Length | Trim Extra |
| |
Fail (Throw exception) | SYSTEM ENTITY | Generate (Generate |
|
System Entity | Generate |
| |
Ignore |
| ||
Replace with the conflicted rowFail (Throw exception) |
| ||
Fail |
|
If all the types are set to resolve at import time then the Resolve and Import
button will be shown. In this case, the 3rd step is not needed anymore. Otherwise, you can proceed to the 3rd step by clicking the Gather Conflicts
button.
...