Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. ;Adds the category
  2. execute dm_dbimport "cer_install:datamart_cat_amb_org.csv", "br_datamart_category_config", 5000 go
  3. ;save all csv files to CER_INSTALL
  4.  
  5. ;Adds the reports
  6. execute dm_dbimport "cer_install:datamart_report_amb_org.csv", "br_datamart_report_config", 5000 go
  7.  
  8. ;Adds the filters
  9. execute dm_dbimport "cer_install:datamart_filter_amb_org.csv", "br_datamart_filter_config", 5000 go
  10.  
  11. ;Adds the filter categories
  12. execute dm_dbimport "cer_install:datamart_filter_cat_amb_org.csv", "br_datamart_filter_cat_config", 5000 go
  13.  
  14. ;Adds the report/filter relationships
  15. execute dm_dbimport "cer_install:datamart_report_filter_amb_org.csv", "br_datamart_rpt_filter_config", 5000 go
  16.  
  17. ;Adds the default values
  18. execute dm_dbimport "cer_install:datamart_default_amb_org.csv", "br_datamart_default_config", 7000 go
  19.  
  20. ;Adds all text
  21. execute dm_dbimport "cer_install:datamart_text_amb_org.csv", "br_datamart_text_config", 5000 go
  22.  
  23. ;Add the report defaults (MPAGE only)
  24. execute dm_dbimport "cer_install:datamart_rpt_default_amb_org.csv","br_datamart_rpt_default_config", 5000 go
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement