Ref EngineOptions 01102004 Pervasive ETL

2
Integration Engine: Command Line Syntax & Options Usage: djengine [global options] [transformation/process specifications] Global options: -Help -h This help (-? also works). -Repeat_Count -r number Step repeat count (0 for continuous). -Verbose -v Be verbose during execution. -Version -V Print version information (and then quit). -Source_List -ss Display a list of source type names. -Target_List -ts Display a list of target type names. -Initialization_Info -i filename Set initialization (.ini) file -Single_Thread -ot Force single threaded mode (Windows only). -Debug -d Display debug messages. -Define_Macro -D string Define macro (form is MACRO=value). -Save -s filename Save transformation built on command line. -HTTP_Monitor -mh numberMonitor engine using HTTP/HTML (value specifies port). -Macro_File -mf filename Read macros from file (xml). -Profile -P Turn on execution profiling. -Profile_To_File -PF string Turn on execution profiling and set output file. Transformation options: -Logfile (-l) filename Set logfile for this step. -Automatic_Mapping (-am)number Sets the Automatic Mapping Option. 1 -- Map by name 2 -- Map by relative field position 3 -- No automatic mapping 4 -- Duplicate source layout -New_Transformation (-nt) Start a new transformation specification. -New_Conversion (-nc) Start a new transformation specification (deprecated). -Clear_Source_Filters (-cs) Clear the Source Filter Expressions. -Clear_Target_Filters (-ct) Clear the Target Filter Expressions. -Error_File (-l) filename Set logfile for this transformation (deprecated). -Expr_Module_List (-em)string Add a list of Expression Modules. -Layout_Mismatch (-lm)number Set option for target layout mismatch (deprecated). -Max_Errors (-me)number Set the Maximum Errors for a Transformation. -Null_Handling (-nh)number Set the Null Handling Options. -Overflow_Handling (-oh)number Set the Overflow Handling Options. 1

Transcript of Ref EngineOptions 01102004 Pervasive ETL

Page 1: Ref EngineOptions 01102004 Pervasive ETL

Integration Engine: Command Line Syntax & Options

Usage: djengine [global options] [transformation/process specifications]

Global options: -Help -h This help (-? also works). -Repeat_Count -r number Step repeat count (0 for continuous). -Verbose -v Be verbose during execution. -Version -V Print version information (and then quit). -Source_List -ss Display a list of source type names. -Target_List -ts Display a list of target type names. -Initialization_Info -i filename Set initialization (.ini) file -Single_Thread -ot Force single threaded mode (Windows only). -Debug -d Display debug messages. -Define_Macro -D string Define macro (form is MACRO=value). -Save -s filename Save transformation built on command line. -HTTP_Monitor -mh numberMonitor engine using HTTP/HTML (value specifies port). -Macro_File -mf filename Read macros from file (xml). -Profile -P Turn on execution profiling. -Profile_To_File -PF string Turn on execution profiling and set output file.

Transformation options: -Logfile (-l) filename Set logfile for this step. -Automatic_Mapping (-am)number Sets the Automatic Mapping Option.

1 -- Map by name 2 -- Map by relative field position 3 -- No automatic mapping 4 -- Duplicate source layout

-New_Transformation (-nt) Start a new transformation specification. -New_Conversion (-nc) Start a new transformation specification (deprecated). -Clear_Source_Filters (-cs) Clear the Source Filter Expressions. -Clear_Target_Filters (-ct) Clear the Target Filter Expressions. -Error_File (-l) filename Set logfile for this transformation (deprecated). -Expr_Module_List (-em)string Add a list of Expression Modules. -Layout_Mismatch (-lm)number Set option for target layout mismatch (deprecated). -Max_Errors (-me)number Set the Maximum Errors for a Transformation. -Null_Handling (-nh)number Set the Null Handling Options. -Overflow_Handling (-oh)number Set the Overflow Handling Options.

1

Page 2: Ref EngineOptions 01102004 Pervasive ETL

2

-Progress_Frequency (-pf)number Set transformation progress check frequency -Reject_Type (-rt)string Set the Reject Type. -Reject_Connect_Info (-rc)string Change the Reject Connection Information. -Source_Connect_Info (-sc)string Change the Source Connection Information. -Source_Filter_Expr (-sf)string Add a Source filter Expression. -Source_Sample_Logic (-sl)string Set Sample Logic information for Source -Source_Type (-st)string Set the Source Type. (New Transformation Only) -Source_Mismatch (-sm)number Set option for source layout mismatch.

0 - Treat as error 1 - Use map schema 2 - Use connection, match by position 3 - Use connection, match by name

-Target_Connect_Info (-tc)string Change the Target Connection Information. -Target_Filter_Expr (-tf)string Add a Target filter Expression. -Target_Sample_Logic (-tl)string Set Sample Logic information for Target. -Target_Type (-tt)string Set the Target Type. (New Transformation Only) -Target_Mismatch (-tm)number Set option for target layout mismatch.

0 - Treat as error 1 - Use map schema 2 - Use connection, match by position 3 - Use connection, match by name

-Truncation_Handling (-th)number Sets the Truncation Handling Options. -Query_Statement (-qs)filename Sets the Query Statement found in the file -Key (-k) string Set key for this transformation or process -Set (-se)name=val Create/Set a variable for this transformation or process.

Process Options: -Logfile (-l) filename Set logfile for this step. -Project_Log_File (-l) filename Set logfile for this process (deprecated). -Process_Execute (-pe) Start a new process step. -Project_Execute (-pe) Start a new process step (deprecated). -Process_Root_Dir (-pr)dirpath Set the Process Root Directory path. -Project_Root_Dir (-pr)dirpath Set the Project Root Directory path (deprecated). -Key (-k) string Set key for this transformation or process. -Set (-se)name=val Create/Set a variable for this transformation or process.

As of 01/10/2004