@ -69,7 +69,6 @@
@@ -69,7 +69,6 @@
{ " etl_job " : " sx_select_mask " , " uniquename " : " unload_sx_mask_style " , " name " : " sx_mask_style entladen " , " type " : " UNLOAD " } ,
{ " etl_job " : " sx_select_mask " , " uniquename " : " unload_sx_stylesheets " , " name " : " sx_stylesheets entladen " , " type " : " UNLOAD " } ,
{ " etl_job " : " sx_select_mask " , " uniquename " : " unload_stylesheet_field " , " name " : " stylesheet_field entladen " , " type " : " UNLOAD " } ,
{ " etl_job " : " sx_select_mask " , " uniquename " : " unload_captions " , " name " : " captions entladen " , " type " : " UNLOAD " } ,
{ " etl_job " : " sx_insert_mask " , " uniquename " : " create_tmp_etl_masken " , " name " : " Tabellen tmp_etl_masken erzeugen " , " type " : " DOSQL " } ,
@ -84,18 +83,15 @@
@@ -84,18 +83,15 @@
{ " etl_job " : " sx_insert_mask " , " uniquename " : " upload_maske_system_bez " , " name " : " maske_system_bez hochladen " , " type " : " LOAD " } ,
{ " etl_job " : " sx_insert_mask " , " uniquename " : " create_tmp_etl_themenbaum " , " name " : " Tabelle tmp_etl_themenbaum erzeugen " , " type " : " DOSQL " } ,
{ " etl_job " : " sx_insert_mask " , " uniquename " : " create_tmp_etl_stylesheets " , " name " : " Tabelle tmp_etl_stylesheets erzeugen " , " type " : " DOSQL " } ,
{ " etl_job " : " sx_insert_mask " , " uniquename " : " create_tmp_etl_sx_captions " , " name " : " Tabelle tmp_etl_sx_captions erzeugen " , " type " : " DOSQL " } ,
{ " etl_job " : " sx_insert_mask " , " uniquename " : " upload_tmp_etl_themenbaum " , " name " : " tmp_etl_themenbaum hochladen " , " type " : " LOAD " } ,
{ " etl_job " : " sx_insert_mask " , " uniquename " : " upload_tmp_etl_stylesheets " , " name " : " tmp_etl_stylesheets hochladen " , " type " : " LOAD " } ,
{ " etl_job " : " sx_insert_mask " , " uniquename " : " upload_tmp_etl_mask_style " , " name " : " tmp_etl_mask_style hochladen " , " type " : " LOAD " } ,
{ " etl_job " : " sx_insert_mask " , " uniquename " : " upload_tmp_etl_stylesheet_field " , " name " : " tmp_etl_stylesheet_field hochladen " , " type " : " LOAD " } ,
{ " etl_job " : " sx_insert_mask " , " uniquename " : " upload_tmp_sx_captions " , " name " : " tmp_sx_captions hochladen " , " type " : " LOAD " } ,
{ " etl_job " : " sx_insert_mask " , " uniquename " : " masken_fuellen " , " name " : " masken_fuellen " , " type " : " DOSQL " } ,
{ " etl_job " : " sx_insert_mask " , " uniquename " : " themenbaum_fuellen " , " name " : " themenbaum_fuellen " , " type " : " DOSQL " } ,
{ " etl_job " : " sx_insert_mask " , " uniquename " : " sx_stylesheets_fuellen " , " name " : " sx_stylesheets_fuellen " , " type " : " DOSQL " } ,
{ " etl_job " : " sx_insert_mask " , " uniquename " : " sx_captions_fuellen " , " name " : " sx_captions_fuellen " , " type " : " DOSQL " } ,
{ " etl_job " : " kern_konstanten_update " , " uniquename " : " kern_konstanten_update " , " name " : " Kern Konstanten aktualisieren " , " type " : " DOSQL " } ,
@ -146,7 +142,6 @@
@@ -146,7 +142,6 @@
{ " etl_step " : " unload_sx_mask_style " , " prop_name " : " select_stmt " , " prop_value " : " select maskeninfo_id,stylesheet_id,ord,(select filename from sx_stylesheets where tid=S.stylesheet_id) as stylesheet_filename from sx_mask_style S where maskeninfo_id in ( $TID ) order by 1,2,3 " } ,
{ " etl_step " : " unload_sx_stylesheets " , " prop_name " : " select_stmt " , " prop_value " : " select S.tid,S.filename,S.caption,S.description,S.relation,S.useragent,S.contenttype,S.is_generic,S.toolbar_icon_filepath,S.usage_resultset_data,S.stylesheet_type,S.jr_datasource from sx_stylesheets S, sx_mask_style M where S.tid=M.stylesheet_id and M.maskeninfo_id in ( $TID ) order by 1,2,3 " } ,
{ " etl_step " : " unload_stylesheet_field " , " prop_name " : " select_stmt " , " prop_value " : " select F.tid,F.stylesheet_id,S.filename as stylesheet_filename,F.tablename,F.fieldname FROM stylesheet_field F, sx_stylesheets S, sx_mask_style M where F.stylesheet_id=S.tid and S.tid=M.stylesheet_id and M.maskeninfo_id in ( $TID ) order by 1,2,3,4,5 " } ,
{ " etl_step " : " unload_captions " , " prop_name " : " select_stmt " , " prop_value " : " select id, table_name, field_name, record_no, locale, contents_short, contents_long, equalitystatus, sachgebiete_id, doku_link, export_to_glossar from sx_captions where table_name=''felderinfo'' and record_no in (select B.felderinfo_id from masken_felder_bez B where B.maskeninfo_id in ( $TID )) order by 1,2,3,4,5 " } ,
{ " etl_step " : " create_tmp_etl_masken " , " prop_name " : " PATH_TO_INPUTFILE " , " prop_value " : " $SUPERX_DIR/db/module/etl/schluesseltabellen/create_load_etl_masken.sql " } ,
@ -176,8 +171,7 @@
@@ -176,8 +171,7 @@
{ " etl_step " : " upload_maske_system_bez " , " prop_name " : " path_to_inputfile " , " prop_value " : " $PATH_TO_INPUTFILE " } ,
{ " etl_step " : " create_tmp_etl_themenbaum " , " prop_name " : " PATH_TO_INPUTFILE " , " prop_value " : " $SUPERX_DIR/db/module/etl/schluesseltabellen/create_load_etl_themenbaum.sql " } ,
{ " etl_step " : " create_tmp_etl_stylesheets " , " prop_name " : " PATH_TO_INPUTFILE " , " prop_value " : " $SUPERX_DIR/db/module/etl/schluesseltabellen/create_load_etl_stylesheets.sql " } ,
{ " etl_step " : " create_tmp_etl_sx_captions " , " prop_name " : " PATH_TO_INPUTFILE " , " prop_value " : " $SUPERX_DIR/db/module/etl/schluesseltabellen/create_load_etl_sx_captions.sql " } ,
{ " etl_step " : " upload_tmp_etl_themenbaum " , " prop_name " : " target_table " , " prop_value " : " tmp_etl_themenbaum " } ,
{ " etl_step " : " upload_tmp_etl_themenbaum " , " prop_name " : " format " , " prop_value " : " xml " } ,
{ " etl_step " : " upload_tmp_etl_themenbaum " , " prop_name " : " search_path " , " prop_value " : " /etlAction/unload [@name=\ " unload_themenbaum \ " ]/rs/row " } ,
@ -198,12 +192,6 @@
@@ -198,12 +192,6 @@
{ " etl_step " : " upload_tmp_etl_stylesheet_field " , " prop_name " : " search_path " , " prop_value " : " /etlAction/unload [@name=\ " unload_stylesheet_field \ " ]/rs/row " } ,
{ " etl_step " : " upload_tmp_etl_stylesheet_field " , " prop_name " : " path_to_inputfile " , " prop_value " : " $PATH_TO_INPUTFILE " } ,
{ " etl_step " : " upload_tmp_sx_captions " , " prop_name " : " target_table " , " prop_value " : " tmp_etl_sx_captions " } ,
{ " etl_step " : " upload_tmp_sx_captions " , " prop_name " : " format " , " prop_value " : " xml " } ,
{ " etl_step " : " upload_tmp_sx_captions " , " prop_name " : " search_path " , " prop_value " : " /etlAction/unload [@name=\ " unload_captions \ " ]/rs/row " } ,
{ " etl_step " : " upload_tmp_sx_captions " , " prop_name " : " path_to_inputfile " , " prop_value " : " $PATH_TO_INPUTFILE " } ,
{ " etl_step " : " create_tmp_etl_sichten " , " prop_name " : " PATH_TO_INPUTFILE " , " prop_value " : " $SUPERX_DIR/db/module/etl/schluesseltabellen/create_load_etl_sichten.sql " } ,
{ " etl_step " : " upload_tmp_etl_sichten " , " prop_name " : " target_table " , " prop_value " : " tmp_etl_sichten " } ,
{ " etl_step " : " upload_tmp_etl_sichten " , " prop_name " : " format " , " prop_value " : " xml " } ,
@ -221,7 +209,6 @@
@@ -221,7 +209,6 @@
{ " etl_step " : " masken_fuellen " , " prop_name " : " PATH_TO_INPUTFILE " , " prop_value " : " $SUPERX_DIR/db/module/etl/schluesseltabellen/masken_fuellen.sql " } ,
{ " etl_step " : " themenbaum_fuellen " , " prop_name " : " PATH_TO_INPUTFILE " , " prop_value " : " $SUPERX_DIR/db/module/etl/schluesseltabellen/themenbaum_fuellen.sql " } ,
{ " etl_step " : " sx_stylesheets_fuellen " , " prop_name " : " PATH_TO_INPUTFILE " , " prop_value " : " $SUPERX_DIR/db/module/etl/schluesseltabellen/sx_stylesheets_fuellen.sql " } ,
{ " etl_step " : " sx_captions_fuellen " , " prop_name " : " PATH_TO_INPUTFILE " , " prop_value " : " $SUPERX_DIR/db/module/etl/schluesseltabellen/sx_captions_fuellen.sql " } ,
{ " etl_step " : " kern_konstanten_update " , " prop_name " : " path_to_inputfile " , " prop_value " : " $PATH_TO_INPUTFILE " } ,