BSFN won't build on server after upgrade

SULLY1

VIP Member
BSFN won\'t build on server after upgrade

The process errors doing the link. Below is the CDIST.sts file and the BSFN portion of my jde.ini file.
----------------------------------------
OneWorld builddll Status Log
----------------------------
process id: 19414
build status: E (stopped with error)
DLL name: CDIST
did compile count:1
did not compile count: 0
module that is compiling: LINK

modules that did not compile:
---------------------------------------------------
[BSFN BUILD]
BuildArea=/ps/app/peoplesoft/e810/packages
OptimizationFlags=+O1
DebugFlags=-g -y -D_DEBUG -DJDEDEBUG
InliningFlags=
DefineFlags=-DKERNEL -DPRODUCTION_VERSION -DNATURAL_ALIGNMENT -D_HPUX_SOURCE
CompilerFlags=-Aa +z -c
OSReleaseLevel=+DAportable
LinkFlags=-b -z -B symbolic -L$/ps/app/peoplesoft/E810/system/lib -ljdesaw
LinkLibraries=
SimultaneousBuilds=5
------------------------------------------------
Any ideas would be appreciated.

Patty
 
Re: BSFN won\'t build on server after upgrade

What kind of an upgrade was it?

If it was a service pack, did you do the LINKBSFN function? I'm not
familiar with HP machines but that is a step on an AS/400.

Regards,
Gerald






SULLY1
<PSULLIVAN@LEECLE
RK.ORG> To
Sent by: [email protected]
jdelist-bounces@j cc
delist.com
Subject
BSFN won't build on server after
11/19/2004 11:50 upgrade
AM


Please respond to
PeopleSoft®
EnterpriseOne






The process errors doing the link. Below is the CDIST.sts file and the BSFN
portion of my jde.ini file.
 
Re: BSFN won\'t build on server after upgrade

I figured out what my problem was. When I modified the jde.ini file on the deployment server I left the $ behind the L in.

$(INSTALL_PATH)needs to be replaced by the correct path.

LinkFlags=-b -z -B symbolic -L$(INSTALL_PATH)/system/lib -ljdesaw

Patty
 
Back
Top