Hello,
When launching DMF from staging to target I'm getting the error below :
"Cannot create a record in Product Modeling Policy (EcoResProductMasterModelingPolicy). Reference: 0, No. The record already exists."
It may be caused by customizations but I'm not aware of them, so since the error is "cannot create" I tried to override the aosValidateInsert() and insert() and put a breakpoint in them, but nothing happens, the debugger doesn't open.
So I also added aosValidateUpdate(), write() but still nothing. I also checked the ProductMaster field of the EcoResProductMasterModelingPolicy table (since the reference is 0), and it's related to the EcoResProductMaster table, but this one is empty. So I have no idea how the rest of the existing records are related to the EcoResProduct table.
If anyone got any clue on how I can debug this, it would be wonderful.
Thank you !