Full Pkg Error - File Does not exist - TR 9.1.4.2

max_xx

Well Known Member
Hi,

Our config:
All Windows 2008 R2 svrs
SQL 2012 DB
New installation of JDE 9.1 TR 9.1.4.2
Installation has finished off successfully. ESU's applied successfully along with Planner. Package build finished off successfully (as per PDF) but had errors in the log file. Package deployment is going into error

Server Package errors:
Fri Jan 31 18:16:13 - Initializing detail structure for server Central Objects - DV910.
Fri Jan 31 18:16:13 - Detail structure initialized.
Fri Jan 31 18:16:13 - Initializing detail structure for server FPMA-DE01.
Fri Jan 31 18:16:13 - Initialize detail structure and working folders on server.
Fri Jan 31 18:16:13 - Initializing internal structures for server FPMA-DDB01.
Fri Jan 31 18:17:14 - spkgclnt.c:247 PKGCLT0012 ERROR: Failed to send message. Error Connection failed.
Fri Jan 31 18:17:14 - spkginit.c:509 PKGINT0014 ERROR: Failed to initialize detail structures and folders on the server.
Fri Jan 31 18:17:14 - spkginit.c:370 PKGINT0011 ERROR: Failed to initialize detail structure for server FPMA-DE01. Server list might be incomplete.
Fri Jan 31 18:17:14 - Server list initialized.
Fri Jan 31 18:17:14 - Servers initialized successfully.

Below are the error entries for pkg deployment

Fri Jan 31 23:45:31 - Initialize detail structure and working folders on server.
Fri Jan 31 23:46:32 - spkginit.c:2760 PKGINT0050 ERROR: Failed get OS info for server.
Fri Jan 31 23:46:32 - spkginit.c:486 PKGINT0013 ERROR: Unknown package deploy type. Valid types are LOCAL/NON LOCAL. Detail server structure not initialized.
Fri Jan 31 23:46:32 - spkgeng.c:1624 PKGENG0032 ERROR: Failed to initialize the detail structure for the server FPMA-DE01.


Deployment Errors:
Deployment status Approved
Error code: 5
Error Description: File does not exist

C:\JDE.log
4716/1684 WRK:Starting jdeCallObject Fri Jan 31 23:47:34.071000 spkgutil.c527
[PKGBLD] - Fri Jan 31 23:47:34 - spkgclnt.c:2191 PKGCLT0078 ERROR: Failed to send message. Error Connection failed.

4716/1684 WRK:Starting jdeCallObject Fri Jan 31 23:47:34.087000 spkgutil.c527
[PKGBLD] - Fri Jan 31 23:47:34 - spkginit.c:2760 PKGINT0050 ERROR: Failed get OS info for server.

4716/1684 WRK:Starting jdeCallObject Fri Jan 31 23:47:34.087001 spkgutil.c527
[PKGBLD] - Fri Jan 31 23:47:34 - spkginit.c:486 PKGINT0013 ERROR: Unknown package deploy type. Valid types are LOCAL/NON LOCAL. Detail server structure not initialized.

4716/1684 WRK:Starting jdeCallObject Fri Jan 31 23:47:34.102000 spkgutil.c527
[PKGBLD] - Fri Jan 31 23:47:34 - spkgeng.c:1624 PKGENG0032 ERROR: Failed to initialize the detail structure for the server FPMA-DE01.

4716/1684 WRK:Starting jdeCallObject Fri Jan 31 23:47:34.102001 spkgutil.c527
[PKGBLD] - Fri Jan 31 23:47:34 - spkgeng.c:1019 PKGENG0023 ERROR: Failed to initialize internal structures for package deploy.

4716/1684 WRK:Starting jdeCallObject Fri Jan 31 23:47:34.102002 spkgutil.c527
[PKGBLD] - Fri Jan 31 23:47:34 - spkgclnt.c:4635 PKGCLT0169 ERROR: JDENET_CreateMsg failed. Error Invalid host name..


Any help is highly appreciated.

I have tried adding the entries to the host file but it hasn't helped.

Thanks.

Max
 
For your enterprise server(s), within Server Manager, what are your Allowed File Extensions set to (it's under the Network and Queue Settings section)?

Ours is set to allow files of these types:

.c;.h;.hxx;.ddb;.xdb;.cab;.Z;.log;.imp;NONE;.txt;.pak;.spc
 
You wrote package build finished successfully in pdf but had errors. Please make sure you have good clean package build first (logs are clean as well) before you even attempt to deploy. also Please check your data source definition, JDE.ini settings - server port information. Also, make sure the credentials you are using to build the package has enough access on the deployment and enterprise server.
 
Found the issue. It was right in front of me.

Fri Jan 31 18:16:13 - Initializing detail structure for server FPMA-DE01.
Fri Jan 31 18:16:13 - Initialize detail structure and working folders on server.
Fri Jan 31 18:16:13 - Initializing internal structures for server FPMA-DDB01.

The initialization is for Enterprise server but the 2nd one is for database server which is incorrect.
Server Mapping is pointing to incorrect server - for some odd reason it is picking up the database server as "logic server"

Nevertheless, its solved now.

Got more issues with 9.1.4.2

Enterprise server is not updating
Deployment server updated fine but at a closer look, more than 70% of the files and folders in the system directory under E910 are missing. Tried running the tools installer again but the same thing happened.
Manually extracted the files from the zip files....
This gave me a workaround for deployment server but not for enterprise server...

-Max
 
Back
Top