How to import atl into repository using al_engine
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

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