Hi Everyone,
I have been experiencing with a series of macros I created that are used to list the directory, download and upload files to our sftp that is hosted through Syncplify. I am currently on designer version 2021.3.4. These macros have been working great up until 12/27 when time came to run the workflow again for a monthly project we have been testing. Below is the specific error message I am getting (more text below message):
Error: sFTP File Upload (42): Record #1: Tool #1: Traceback (most recent call last):
File "C:\Users\KevinWinstead\AppData\Local\Temp\Engine_17992_9ede2832e7534fb285e473b433bc363a_\17c72d88636d4bc2d05c112abd813d18\workbook.py", line 25, in <module>
srv = pysftp.Connection(host=ftpHostStr, username=ftpUsernameStr,
File "C:\Program Files\Alteryx\bin\Miniconda3\envs\DesignerBaseTools_venv\lib\site-packages\pysftp\__init__.py", line 143, in __init__
self._transport.connect(**self._tconnect)
File "C:\Program Files\Alteryx\bin\Miniconda3\envs\DesignerBaseTools_venv\lib\site-packages\paramiko\transport.py", line 1387, in connect
self.auth_publickey(username, pkey)
File "C:\Program Files\Alteryx\bin\Miniconda3\envs\DesignerBaseTools_venv\lib\site-packages\paramiko\transport.py", line 1634, in auth_publickey
return self.auth_handler.wait_for_response(my_event)
File "C:\Program Files\Alteryx\bin\Miniconda3\envs\DesignerBaseTools_venv\lib\site-packages\paramiko\auth_handler.py", line 258, in wait_for_response
raise e
paramiko.ssh_exception.AuthenticationException: Authentication failed.
Below is a snapshot of the code inside the tool:

I am attaching the code to this thread as a txt. The code in this workflow works locally when running through spyder. I have been troubleshooting this with one of our developers that works closer to the Syncplify side and so far cannot detect any changes on their side. The only changes I can think for me between the last time it worked was updating from 2021.3.1 to 2021.3.4 which I could not see being a difference of any type to cause this sort of issue. I have also monitored the packets through Fiddler and cannot detect any issues or errors with Alteryx reaching the Syncplify servers.
Thanks in advance for your help and direction as we continue to investigate this issue! Any advice or direction is appreciated if you have experienced the same. Thanks!
Kevin W