Thursday 23 August 2012

debugging BSSV deploy

step 1: get your logging right

edit d:\jdedwards\e900\system\classes\jdelog.properties

Ensure that you use a complete path, relative ones are hard to find c:\\jde.log

 

step 2: work out which config files are being read

Full nuts logging:

#[LOG2]
FILE=c:\\jasdebug.log
LEVEL=DEBUG
FORMAT=TOOLS_THREAD
MAXFILESIZE=10MB
MAXBACKUPINDEX=20
COMPONENT=ALL
APPEND=TRUE

23 Aug 2012 20:41:13,327 [Line -1] [Thread-3] [APP   ]  - [5008][BASE]            Loading config from file D:\JDEdwards\E900\PY900\ini\sbf\jdbj.ini per the default_path system property

This tells you the files that are being read.

Modify them, then goto mysupport.oracle.com and look for

E1:BSSV: Troubleshooting Package Deployment Issues with Business Services (BSSV) [ID 1400146.1]

No comments: