I'm using a dictionary DC and if I modify it and check in the activities it transport an old version of the dictionary tables. If I deploy the DC manually from the developer it makes it right. Obviously it happens the same when I transport to test.
Even worse the new changes aren't found in execution time when I try to get the table columns using JDO displaying errors like:
javax.jdo.JDOFatalUserException: column PSCIA_EMAIL in table ZRNT_TM_POLIZACIA not found in catalog at com.sap.jdo.sql.mapping.impl.MappingModelImpl.lookupXMLMappingData(MappingModelImpl.java:423)
I look to the DTR and the files of the dictionary are the same I'm using localy, so where is the server looking for that info? And how can I update it?
Thanks in advance.