E8:10 After applying Update 1 Full Package build fails

Jayden

Member
I have applied Update 1 to our TS810 evironment which is a copy of our DV810 env and now I can no longer build full packages I get the following errors has anyone come accros this problem.

Some logs below:

6/5/2006 17:33:36 0 Spec file dstmpl begun.
6/5/2006 17:33:36 0 RDB record count in DSTMPL : 24831
6/5/2006 17:33:41 0 Error in jdePackSpec 4
6/5/2006 17:33:41 0 ERROR: Pack file add failed for DSTMPL, Record: ObjectName(dtobnm): T74R0101 . See jde.log for more information.
6/5/2006 17:33:41 0 Error in jdePackSpec 4
6/5/2006 17:33:41 0 ERROR: Pack file add failed for DSTMPL, Record: ObjectName(dtobnm): W089106D . See jde.log for more information.
6/5/2006 17:33:41 0 Error in jdePackSpec 4
6/5/2006 17:33:41 0 ERROR: Pack file add failed for DSTMPL, Record: ObjectName(dtobnm): T74R0330 . See jde.log for more information.

JDE.log
1556/3488 Tue Jun 13 15:05:13.389 jdeddapi.c1716
DDT0000015 - UpdateTamDD unsuccessful for item R74ARCC

1556/3488 Tue Jun 13 15:05:13.389 jdb_rsd.c98
JDB9900290 - Failed to read a valid dictionary struct

1556/3488 Tue Jun 13 15:05:13.389 jdb_rsd.c515
JDB9900293 - Failed to read specifications

1556/3488 Tue Jun 13 15:05:13.389 szblobf.c314
MSC0001002 - JDBRS_GetColumnSpecs failed in jdeGetDSColumnFormat

1556/3488 Tue Jun 13 15:05:13.389 szblobf.c105
MSC0001001 - jdeBuildDSBlobFormat2 failed in jdeBuildDSBlobFormat

1556/3488 Tue Jun 13 15:05:13.404 packspec.c3978
SPC0000314 - Pack_DSTMPL: jdeBuildDSBlobFormat failed for DSTMPL spec (szDsTmplName = T74R0101)

1556/3488 Tue Jun 13 15:05:13.404 packspec.c8710
SPC0000323 - jdePackSpec: Pack_DSTMPL returned error 4

1556/3488 Tue Jun 13 15:05:13.436 jdeddapi.c1716
DDT0000015 - UpdateTamDD unsuccessful for item QEOS
 
Are you saying that the build just dies, or that you get the errors listed during the build??
 
Hi,

Have you installed Update1 with a remote tool such as
RDP, Netmeeting, PCAnywhere, etc...?
Oracle strongly insists on not using Remote Tools for
ESU installs, they claim that installing ESUs via
remote tools can cause spec corruption like the one
you're having in TS810.

Regards,
 
Looks like you are missing data dictionary item R74ARCC
for data structure T74R0101. Check your DD. Then check Update 1 to see if either the item or the data structure is in there. Not uncommon for the vendor to send out incomplete code. Then you call them and ask them how you can manually set up the dd item so your package doesn't fail.

Sue
Xe SP23J1 iSeries V5R3 Coexistent
 
I have a very similar problem, mine says this (below):
And my full package build does not work.. I looked in the DD and the E74RT01 is not there.. Should I just create it ? Those are things that we dont even need to use.. but that T740018D got installed from an ESU we put in...

8924/8452 WRK:Starting jdeCallObject Thu Nov 25 17:44:14.409000 Jdeddapi.c1730
DDT0000015 - UpdateTamDD unsuccessful for item E74RT01

8924/8452 WRK:Starting jdeCallObject Thu Nov 25 17:44:14.409001 Jdb_rsd.c96
JDB9900290 - Failed to read a valid dictionary struct

8924/8452 WRK:Starting jdeCallObject Thu Nov 25 17:44:14.425000 Jdb_rsd.c521
JDB9900293 - Failed to read specifications

8924/8452 WRK:Starting jdeCallObject Thu Nov 25 17:44:14.425001 Szblobf.c304
MSC0001002 - JDBRS_GetColumnSpecs failed in jdeGetDSColumnFormat

8924/8452 WRK:Starting jdeCallObject Thu Nov 25 17:44:14.425002 Szblobf.c104
MSC0001001 - jdeBuildDSBlobFormat2 failed in jdeBuildDSBlobFormat

8924/8452 WRK:Starting jdeCallObject Thu Nov 25 17:44:14.440000 Packspec.c4017
SPC0000314 - Pack_DSTMPL: jdeBuildDSBlobFormat failed for DSTMPL spec (szDsTmplName = T740018D)

8924/8452 WRK:Starting jdeCallObject Thu Nov 25 17:44:14.440001 Packspec.c8773
SPC0000323 - jdePackSpec: Pack_DSTMPL returned error 4

8924/8452 WRK:Starting jdeCallObject Thu Nov 25 17:44:14.472000 spkgutil.c531
[PKGBLD] - Thu Nov 25 17:44:14 - PkgTam.cpp:1244 PKGTAM0036 ERROR: Failed to pack spec record. Error 4

8924/8452 WRK:Starting jdeCallObject Thu Nov 25 17:44:14.487000 spkgutil.c531
[PKGBLD] - Thu Nov 25 17:44:14 - PkgTam.cpp:439 PKGTAM0008 ERROR: Failed to pack dstmpl\ObjectName(dtobnm) T740018D .

8924/8452 WRK:Starting jdeCallObject Thu Nov 25 17:44:16.347000 spkgutil.c531
[PKGBLD] - Thu Nov 25 17:44:16 - PkgTam.cpp:567 PKGTAM0010 ERROR: Failed to build dstmpl.
 
Back
Top