Difference between revisions of "Translations:Automate Update data/32/pt-br"

From TaticView
Jump to: navigation, search
(Created page with " '''tvcli -cmd import_file -user meuemail@email.com -datamart 246 -file "c:\taticview\imp\planilha.xlsx" -notifyshare''' '''if errorlevel <> 0''' '''avisa do erro por e...")
 
Line 1: Line 1:
   '''tvcli -cmd import_file -user meuemail@email.com -datamart 246 -file "c:\taticview\imp\planilha.xlsx" -notifyshare'''
+
   '''tvcli -cmd import_file -user meuemail@email.com -datamart 246 -file "c:\taticview\imp\planilha.xlsx" -wait -notifyshare'''
 
   '''if errorlevel <> 0'''
 
   '''if errorlevel <> 0'''
 
     '''avisa do erro por email'''
 
     '''avisa do erro por email'''
 
   '''fi'''
 
   '''fi'''

Revision as of 16:07, 28 October 2016

Information about message (contribute)

This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.

Message definition (Automate Update data)
 '''@ECHO OFF'''
 '''call C:\TaticView\tvcli -cmd import_file -user my@email.com -file "C:\TaticView\Import Files\sales.xlsx" -datamart 674 -wait
 '''if %errorlevel% == 0 (
  '''echo SALES updated successfully!
 ''') else (
  '''echo Problems updating SALES!
 ''')
 '''call C:\TaticView\tvcli -cmd import_file -user my@email.com -file "C:\TaticView\Import Files\hr.xlsx" -datamart 673 -wait
 '''if %errorlevel% == 0 (
   '''echo HR updated successfully!
 ''') else (
   '''echo Problems updating HR!
 ''')'''
Translation  '''tvcli -cmd import_file -user meuemail@email.com -datamart 246 -file "c:\taticview\imp\planilha.xlsx" -wait -notifyshare'''
  '''if errorlevel <> 0'''
   '''avisa do erro por email'''
  '''fi'''
 tvcli -cmd import_file -user meuemail@email.com -datamart 246 -file "c:\taticview\imp\planilha.xlsx" -wait -notifyshare
 if errorlevel <> 0
   avisa do erro por email
 fi