
Hello!
My flow is running on Tableau Server.
I 've executed this script on server to work with TabPy:
tsm security maestro-tabpy-ssl enable --connection-type maestro-tabpy --tabpy-host *.*.*.* --tabpy-port 9004 --tabpy-connect-timeout-ms 900000
I've added some python script into this flow and tested it on my laptop using Tableau Prep. It worked fine, but when I've tried to run it on Server it failed.
I think, that it fails because the Server is trying to send a lot of data to the TabPy Server, because when I use a small set of data the flow runs successfully.
But I can't understand why this flow works correctly on my laptop and TabPy Server can perform big dataset, and at the same time this flow is not working when it is running on the Tableau Server?

Tableau Server is able to connect to the TabPy Server, because the flow is successfull running on a small dataset.
There are screenshots of errors.
Are there any extended logs on the Tableau Server machine to understand why doesn't the flow work?