Plink/Putty フォローする
Hello,
I have a script on a remote server that I want to run whenever a file is found in a local directory. When I run the command from the command prompt in windows it works perfectly. When I run it using the integration builder as a embedded command the logs do not show errors but the script is not run. I have tried it embeded and also created a powershell script file and linked to the file. What am I missing?
The command that I run from windows is below.
c:\putty\plink.exe -batch -load "Putty Saved Session Name" ./convert.sh
2 コメント
It sounds like it could be a permissions issue as by default the Integrations run under a local system account and this type of account may not have sufficient permissions to access networked locations and so you may need to run it under a specific account that has such access.
This can be configured here:
Thank you for the response. I have specified my user account as the credentials for the integration. Unfortunately that did not solve the issue.
サインインしてコメントを残してください。