We have exported an scenario from Development and imported to our Test execution only repository using synonymn mode is Insert / Update. the export and import process is succesfull.
ISSUE-
The same scenario has undergone change in development repository, hence developer re-generates the scenario. Then this is exported from development. While importing to test execution only repository, same steps are followed as above. The synonymn mode is Insert / Update. Below is the error.
com.sunopsis.core.SnpsDuplicateAKException: ODI-10035: SNP_SCEN : 'IMPORT_TEST Version 001' (with global id: 7db15f2c-1072-49c4-b85d-52fa6b28d120 and internal id: 312) violates alternate key constraint AK_SNP_SCEN (SCEN_NAME,SCEN_VERSION) for values (IMPORT_TEST,001)
Upon investigating - When the same scenario was re-generated in Development the the Global Id for the scenario is changed. Hence during the import, the import process tries to find the scenario with same Global Id, and since its changed the process throws above error.
Question: Why upon re-generating a scenario would there be NEW Global ID. this is causing the issue.
What should be an alternative to this.?
Has anyone come across this situation?
Regards
Bihag