Build fails in 1 environment

wadie

Well Known Member
HI all,

I have a strange problem. We always build packages for DV and PY at the same time. Today, our package was even the same for our PD environment.
But during the build, PY environment had problems with a certain BSFN (custom made) while DV and PD builds were successful (both client and server)
PY failed both client and server... Strange thing is, the buildlog shows 12 syntax errors (why can't we see those in DV and PD?)
We can also see this for the client build:
6/3/05 08:42:53 0 ERROR: DSTMPL Pack Add Failed: D56S0008
6/3/05 08:42:53 0 ERROR: DSTMPL Pack Add Failed: W56S0007A
6/3/05 08:42:53 0 ERROR: DSTMPL Pack Add Failed: R56S0010


Does anyone know how this difference can occur? Are there any mappings I should check? This is the first time this happens!
 
After checking the C source code for the BSFN that fails, I found this:
/* CER ERROR #3046 : Failed to fetch DDDict */
/* szDict = $DYFN */

/* CER ERROR #3005 : Unable to fetch DS template items */

I think I need to look at problems with DD... I already checked OCM mappings and it seems that they all point to the right data source... Maybe the object transfer was wrong somewhere?
 
Probably just a glitch. Delete the 6 usual DD files in PD on the E/Server (with the server down) and re-run the build.
 
Back
Top