My Oracle Support Banner

How To Upload Xliff Files for XML Publisher Using XDOLoader (Doc ID 810163.1)

Last updated on MAY 04, 2024

Applies to:

BI Publisher (formerly XML Publisher) - Version 5.6.3 to 5.6.3 [Release 5]
Information in this document applies to any platform.
Oracle XML Publisher - Version: 5.6.3
20-Feb-2012


Goal

When migrating XML Publisher templates between instances XDOLoader is used to download and upload the primary template.

However if used for Xliff records it truncates the target strings, for example:

java oracle.apps.xdo.oa.util.XDOLoader \
UPLOAD \
-DB_USERNAME apps \
-DB_PASSWORD apps \
-JDBC_CONNECTION <server>:<port>:<sid> \
-LOB_TYPE MLS_TEMPLATE \
-APPS_SHORT_NAME XDO \
-LOB_CODE BLOBTEST \
-LANGUAGE de \
-TERRITORY 00 \
-XDO_FILE_TYPE XSL-FO \
-FILE_NAME BLOBTEST_de_00.xlf

Result (note source is present, target is empty):

<trans-unit id="c4a7ffe5" maxbytes="4000" maxwidth="30" size-unit="char"
translate="yes">
<source>Image Displays Here</source>
<target></target>

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution

My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.