How to import atl into repository using al_engine

Posted by Sudheer Sharma 8 July 2009
What do you think of this post?
Awesome  Interesting  Useful 

Importing atl file into repository using script.

RepoServerName=$1

RepoDatabaseName=$2

DatabaseType=$3

RepoUserName=$4

RepoPassword=$5

ATLFileName=$6

al_engine -S$RepoServerName -Q$RepoDatabaseName -N$DatabaseType -U$RepoUserName -P$RepoPassword  -f$ATLFileName

ex:-

al_engine -S ORADB11 -Q ORACLE -N ORACLE -U BODI_REP -P BODI_REP -F EXPORT.ATL

What do you think of this post?
Awesome  Interesting  Useful 

3 Responses to “How to import atl into repository using al_engine”

  1. Devidas says:

    Please tell me actual perpose of al_engine , AL_RWJobLauncher.exe …

    can you post a separate post here with the details ….what are those ….what is the perpose and when to use what ?.

  2. sam says:

    Hi Sudheer,
    Can you please explain about ATL files? and Purpose of this file.?
    Can we direct import ATL job file into project in designer.?

    Thanks in Adv

    • Can you please explain about ATL files? and Purpose of this file.?
      Every tools generates its own language and so as BODI/DS generates ATL for all its objects(Jobs, Workflows, Dataflows, etc.,). I belive ATL stands for Acta Transformation Language, BODI/DS formerly known as Acta Data Integrator(probably the ATL name has came from that).

      Can we direct import ATL job file into project in designer.?
      Yes, you can import .atl files using designer or batch/shell scripts

      Hope this helps!
      Cheers,
      Sudheer Sharma

Leave a Reply

*


Fatal error: Call to undefined function is_new_post() in /hermes/web06/b862/moo.godasudheer/wp-content/themes/MagHo/MagHo/page.php on line 20