Posts for all those DBAs out there, who are more fond of google than metalink :)
Friday, September 4, 2009
XLIFFLoader class failed
Issue:
An instance-specific translated sync patch is applied for MLS Implementation for Polish and the patch fails with the following error:
oracle.apps.xdo.XDOException: No template found with application short name XDO and template code BENTCSRPT
Analysis:
The problem was determined to be the "-APPS_SHORT_NAME" parameter used in the U driver. The job should be run against the "BEN" product instead of "XDO".
Solution:
Run the job manually, with "-APPS_SHORT_NAME=BEN", instead of
"-APPS_SHORTNAME=XDO", then skip the job with adctrl.
Here is the manual command:
adjava -mx128m -nojit oracle.apps.xdo.oa.util.XLIFFLoader \
UPLOAD -DB_USERNAME apps -DB_PASSWORD xxxxx \
-JDBC_CONNECTION myhost.mydomain:1521:PROD \
-APPS_SHORT_NAME BEN -TEMPLATE_CODE BENTCSRPT \
-FILE_NAME $BEN_TOP/patch/115/publisher/templates/D/BENTCSRPT.xlf
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment