Full Client package error in Deployment server

oneworlduser

Active Member
Hi All,

Full client package is going in error while submitting from Deployment server, all the objects are successfully built but the PDF says "Build ended in error".
Logged in via DEP910 in JDE.

From FAT client the package is successful for both Client and server.

PFB the jde.log file-

11020/4780 WRK:Starting jdeCallObject Sat Mar 28 12:09:30.213000 pkgInit.cpp779
PKGINT0023 - Package: PD910FB. PathCode: PD910. Update checkin. Do not wait for BUSBUILD. Data by PathCode. Full/Partial Package. Include SYS, and DATA by default.

11020/4780 WRK:Starting jdeCallObject Sat Mar 28 12:09:30.416000 SpecPkgBld.c4280
SPC0000502 - Could not determine database type for data source. Data source is probably invalid. (Datasource: Local - PLANNER Specs)

11020/4780 WRK:Starting jdeCallObject Sat Mar 28 12:09:30.416001 SpecOpen.c2633
jdeSpecOpenLocalOpt completed in error - JDESPECRESULT_FAILED.
11020/4780 WRK:Starting jdeCallObject Sat Mar 28 12:42:49.695000 oradbapi.c1649
ORADB0019 - oradbExpdpTbspc failed for tablespace SPEC__PD910FB.


ClientPkgBuild says:

Sat Mar 28 12:42:32 - Detaching the local repository on the build machine. This will take some time.
Sat Mar 28 12:42:50 - spkgrdbutil.c:227 PKGRDB0016 ERROR: Failed to export local oracle database(tablespace) SPEC__PD910FK.
Sat Mar 28 12:42:50 - PkgMisc.cpp:1224 PKGMSC0039 ERROR: Failed to export spec repository.
Sat Mar 28 12:42:50 - Copy spec files to the spec location and rename.
Sat Mar 28 12:43:16 - Specs built.
Sat Mar 28 12:43:16 -
Sat Mar 28 12:43:16 - Waiting for BUSBUILD to complete.
Sat Mar 28 13:10:50 - BUSBUILD completed.
Sat Mar 28 13:40:54 - Failed to build package PD910FK. Correct the previous errors/warnings and resubmit.


Thanks.
 
Np, From FAT client the client full package is successful but from deployment server I am getting the error message.
 
Hello Everyone...

We are in mid of upgrade from 8.11 to 9.2.

In 9.2 deployment server, we have submitted a full package build (both server and client) for the very first time, But client pkg ended in error. exactly with same error like in this thread. But server package build completed fine without any errors.We cannot even submit from different fat client as this is the first package build in deployment server. Can someone please help me . Find the log details below

Issue - DV920 Client package build failing on deployment server with below errors,
jde.log

4044/1492 WRK:Starting jdeCallObject Mon Aug 14 15:08:45.248002 oradbapi.c2312
ORADB0029 - oradbSetParam2 failed for (param sga_target value 2147483647) (param pga_aggregate_target value 2147483647)

4044/1492 WRK:Starting jdeCallObject Mon Aug 14 15:08:45.248004 oradbapi.c2315
ALTER SYSTEM SET sga_target = 2147483647 SCOPE = MEMORY
*
ERROR at line 1:
ORA-02097: parameter cannot be modified because specified value is invalid
ORA-00827: could not shrink sga_target to specified value

ClientPkgBuild.log
Mon Aug 14 16:46:40 - Package manifest created.
Mon Aug 14 16:46:40 - Detaching the local repository on the build machine. This will take some time.
Mon Aug 14 16:46:57 - spkgrdbutil.c:227 PKGRDB0016 ERROR: Failed to export local oracle database(tablespace) SPEC__DV920A16.
Mon Aug 14 16:46:57 - PkgMisc.cpp:1191 PKGMSC0039 ERROR: Failed to export spec repository.
Mon Aug 14 16:46:57 - Copy spec files to the spec location and rename.
Mon Aug 14 16:47:00 - Specs built.
Mon Aug 14 16:47:00 -



Actions Taken -
1. Checked all the permissions at database and JDE user.
2. P986117 application permissions are already provided to JDE.
3. Server Package build is successful.
4. Raised an oracle SR and replaced the oradbapi.dll as per POC provided by them.
5. Currently Oracle collected the debug logs for the client package build and analysing them.


Regards,
 
Back
Top