corrupted PACKAGE_INF.inf

chaecker

Member
All:

After applying ESU JD14072, the file

..\JDEdwardsOneWorld\B7333\package_inf\PACKAGE_INF.inf

on the Deployment Server contains only 1 line:
"e:\JDEdwardsOneWorld\B7333\PACKAGE_INF\JD14072.INF"

After installing Full DV and PY packages on Fat Clients, I am now experiencing huge problems when trying to accept update packages, even on machines I never touched.

Unfortunately, I do not have a backup of this file, feel free to flame me for this stupidity :-].

Does anyone know what the PACKAGE_INF.inf file on the DS is supposed to look like? What is it's required structure and contents?

Thanks very much.
 
Ours has a list of all INFs for installed ESUs:

d:\JDEdwardsOneWorld\B7333\PACKAGE_INF\JD10241.INF
d:\JDEdwardsOneWorld\B7333\PACKAGE_INF\JD10242.INF
d:\JDEdwardsOneWorld\B7333\PACKAGE_INF\JD10405.INF
d:\JDEdwardsOneWorld\B7333\PACKAGE_INF\JD10505.INF
d:\JDEdwardsOneWorld\B7333\PACKAGE_INF\JD10571.INF

You should be able to recreate the entries from the "JD"s in package.inf,
however, I suspect that there is something else going on. The ESU JD14072
only affects one C business function (SAR 5790013):

A ORIGINAL REQUEST

B989200P.h was #Include in B98800N.h. B988200P was recently
marked as client only so the header file was not found on
the servers. B989200P might have been used in the past,
but isn't anymore so it can simply be taken out of B98800N.h
. Just a warning will not effect anything.

B FINAL DISPOSITION

removed #include b989200p.h from B98800N.h. Not used
anymore. Causing compile warning on servers.

C MEMBERS AFFECTED MEMBER SRC LIB OBJ LIB

F98811 Manipulation - Workflow Merge B98800N

Good Luck!
David
 
While I'm still not 100% sure what the PACKAGE_INF.inf is supposed to look like, I did figure out why I wasn't able to install update packages on my Fat Clients:

My NT user ID (although a Domain Admin) did not have sufficient rights to the "OneWorld Client Install" share on the DS. After correcting this, all update packages installed fine.

Thank you all.
 
Back
Top