Skip to main content

Hi,

I would like to know if the tabcmd publish operation can also have errors.

I created a script that appends approximately 10GB of data.

I've been using this script for about 7 months and I've never experienced any problems.

I checked the execution process of the script with my eyes and even checked that the command window was closed, but the data was not applied on the tableau server.

Can this happen?

The script used is as follows and the problem occurs only tabcmd publish's line.

chcp 65001

tabcmd login -s ⌗address -u ⌗ID -p ⌗PASSWORD

tabcmd get ...

tabcmd publish ⌗local_path -n ⌗NAME -r ⌗PROJECT_NM --append

echo 'completed'

 

Thank you.

4 Antworten
  1. 22. Juni 2023, 02:18

    Hello @Ciara Brennan​ 

    I solved this problem by dividing the file into two.

    And recently I had other problems with tabcmd publish. So I have 2 questions about tabcmd append.

     

    At first, I would like to know the general case where tabcmd append fails.(ex. data shapes or column names are different each other)

    Secondly, I wonder if it is possible to fail to append a file that is a big size of data.

     

    I also have some uncomfortable cases when I execute tabcmd publish through the batch file.

     

    The first case is that the modified time of the data source had been changed too late sometimes although the tabcmd publish batch file is completed. Especially this happens when I append over 10GB of data. I guess it took about 2 to 5 minutes.

     

    The second case is that I everyday append 18GB of data using a batch file(about publish(append) of tabcmd) with the window scheduler. Sometimes, however, it has a fail once about every three months.

0/9000