Hi everybody,
currently I'm trying to transport CAF data from our DEV to QUAL system using a SDA file.
That has always worked without any problems (although not recommended by SAP).
Now I'm facing the problem that for one CAF Business Object I get the following error message when trying to deploy:
1. [ERROR CODE DPL.DBC.102] failed to deploy DBContentT62_20130903_Software.sda, caused by java.lang.NullPointerException: while trying to invoke the method com.sap.sl.util.dbaccess.impl.DBTaskLogger.message(java.lang.String) of a null object loaded from field com.sap.sl.util.dbaccess.impl.NumericHandler.logging of an object loaded from local variable 'this'.
If I don't include that Business Object into my SDA file, the problem doesn't occur.
I've already tried to redeploy the whole CAF dictionary DC, but the error remains.
I've even recreated the data for that business object (only 4 entries are in the table), but that also didn't do the trick.
I'm really lost.
Thanks in advance...