Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

  • JADE is an integrated

...

  • managed file transfer solution. We recommend using our JADE

...

...

  • transfers with FTP, SFTP etc.
  • This is

...

  • a sample configuration for using the JADE JITL Job for a copy operation with target credentials from a Credential

...

  • Store.

Sample JADE configuration

Code Block
languagebash


[SendUsingKeePass]
target_include                 = Keepass_DataBase, keepass_homer_ftp
operation                      = copy
make_Dirs                      = true
file_spec                      = CS-1.txt
;;
target_Dir                     = /home/test
target_make_Dirs               = true
target_transfer_mode           = ascii
;;
source_protocol                = local
source_host                    = localhost
source_dir                     = $\{TEMP\}/source

Sample job configuration

Code Block
languagehtml/xml

<?xml version="1.0" encoding="ISO-8859-1"?>


<job  title="API Job for JobScheduler Advanced Data Exchange" order="no" name="jade_with_cs">
    <settings >
        <log_level ><![CDATA[debug9]]></log_level>
    </settings>

    <description >
        <include  file="jobs/jadeJob.xml"/>
    </description>

    <params >
        <param  name="profile" value="SendUsingKeePass"/>

        <param  name="settings" value="$\{SCHEDULER_HOME\}\config\live\JADEWithCS\config\jade_settings.ini"/>

        <param  name="operation" value="copy"/>
    </params>

    <script  language="java" java_class="sos.scheduler.jade.JadeJob"/>

    <run_time />
</job>