You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

JADE is an integrated data exchange solution. We recommend using our JADE job for wide range of data transfer i.e. FTP/SFTP .
This is one of our JITL jobs that are delivered with JobScheduler.

You get a job like the following:

<?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>

  • No labels