vbs(14, 1) (null): 0x80131509 error while running a .bat file in airflow using ssh (This batch file calls .vbs internally)

-1

I am trying to run a batch file using ssh hook in airflow. This batch file internally calls a vbs code. When i try to run the same batch command on windows command prompt it works fine. but when i try to run it from airflow which is doing ssh to same windows machine I get below null error:

vbs(14, 1) (null): 0x80131509 
ssh
vbscript
airflow
asked on Stack Overflow May 12, 2021 by Deepi • edited May 12, 2021 by Deepi

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0