I am implementing ARM at a client and I'm loading data into ARM from ERPi. In the ERPi admin guide, there is a section for configuring ODI for ERPi and in those steps it says to give the Master and Work repositories IDs of 500 and 501, so this is how I have configured ODI in each of my environments (DEV (development) and TEST (execution)). However, when I try to export a scenario from DEV and import into TEST I get an error "ODI-26005: You are importing an object from another repository with the same identifier. It is forbidden."
So my question is simply, if I have to keep the ODI Master and Work repositories with IDs 500 and 501, then how can I migrate scenarios from one environment to another?