Link Search Menu Expand Document

JDEBIP

Download

Built with VSCode and JDK 1.8

Table of contents

1. Functionalities

  • Export XML source or PDF Output from JD Edwards BLOB fields

2. Settings

This class can be used to export blob column for BI Publisher from JD Edwards Database. This class can be extended to export BLOB for all tables.

ParameterDescription
URLJDBC String for database connection
USERUser to login into the database
PASSWORDPassword to login into the database
OutputDirectoryOutput directory for files exported from blob field
XMLSQL Query to get XML source
PDFSQL Query to get PDF output
REMOVE_RDIf you need to retrieve batch from PrintQueue, record should be deleted
DELETE_F9563110SQL query to delete record into F9563110
DELETE_F95630SQL query to delete record into F95630

3. Usage

  • Extract XML Source
    java -cp ../dist/nomajde.jar jdebip XML <OBJECT_NAME> <VERSION> <LANGUAGE> <JOB_NUMBER>
    
  • Extract PDF output
    java -cp ../dist/nomajde.jar jdebip PDF <OBJECT_NAME> <VERSION> <LANGUAGE> <JOB_NUMBER>
    

Back to top

Copyright © 2022 - NOMANA-IT - ALL RIGHTS RESERVED