Quick Fix for ODI-10018: The repository 000 is not coherent between the current repository and the import file.
1
When you try to import any scenario in ODI work repository it checks table SNP_IMPORT_REP in work repository, whether the imported ID is already present or not.
If present it simply throws error.
1. Login to you work repository Database using username and password. from any SQL terminal
2. Delete entries from SNP_IMPORT_REP.
1. Login to you work repository Database using username and password. from any SQL terminal
2. Delete entries from SNP_IMPORT_REP.
1 comments:
nice,it works perfectly