Open main menu

TaticView β

Changes

Automate Update data

138 bytes added, 17:44, 16 July 2021
Running TVCli from BAT (Script) file
'''''Attention'''''<br>
Tu To execute TVCli from a BAT file, you have to use the Windows CALL command. Ie.: '''call''' CALL'''C:\TaticView\tvcli -cmd import_file -user jonathan@sadig.com -file "C:\Users\jonathan\Documents\TaticView\Import Files\rh.xlsx" -datamart 673 -wait
==== Commands response test Evaluating if command execution whas suceful ==== <!--T:27-->
<!--T:28-->
At end of a command execution, TVCli executable returns specific codes to inform the success or failure of its commandsthe command. This allows the BAT file to verify if the previous TVCli command was completed successfully.  Currently, the available codes are:
<!--T:29-->
'''0 - Success''' '''8 - Error'''
<!--T:30-->