SKOPOS-ELEMENTS / SFTPTools_Alteryx

📦 Tools for downloading & uploading files from/to SFTP servers in Alteryx. Based on the Python SDK.
MIT License
5 stars 1 forks source link

Error: Unable to resolve plugin Python 'SKOPOSSFTPDownload_v1.0\SKOPOSSFTPDownload_v1.0Engine.py' #11

Closed marcopeters-exsell closed 2 years ago

marcopeters-exsell commented 2 years ago

Describe the bug After the update of Alteryx to 2021.3.3.63061 (we came from a very old 2020 version), the skopos tool does not connect anymore. Initially it gave an error: 'You have found a bug'. After that, it gave the error Unable to resolve plugin Python 'SKOPOSSFTPDownload_v1.0\SKOPOSSFTPDownload_v1.0Engine.py'

To Reproduce Steps to reproduce the behavior:

  1. Create a new flow, add the SKOPOS tool, add credentials and try to run the flow.

Expected behavior Expected behavior is to download files to a blob or generate a list of contents on the SFTP.

Screenshots image

Desktop (please complete the following information):

neurotroph commented 2 years ago

Hi @marcopeters-exsell ,

have you re-installed the tool after upgrading Alteryx with the latest yxi installer?

Best Christopher

marcopeters-exsell commented 2 years ago

Hi @marcopeters-exsell ,

have you re-installed the tool after upgrading Alteryx with the latest yxi installer?

Best Christopher

We had the latest version installed. We have created or own python solution now.