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
User contributions licensed under CC BY-SA 3.0