You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to upload file content to an SFTP server with the built-in SFTP connector. I get the following error for every file I try to upload:
The service provider action failed with error code 'BadRequest' and error message 'Accessing a hash algorithm by manipulating the HashName property is not supported on this platform. Instead, you must instantiate one of the supplied subtypes (such as HMACSHA1.)'.
The workflow is very basic: it reads files from a SFTP server, loops through the found files, uploads them to another SFTP server inside a for-each loop and deletes the original files.
Plan Type
Standard
Steps to Reproduce the Bug or Issue
Try to upload a file to a SFTP server with the built-in connector, uploadFileContent action.
Describe the Bug
I am trying to upload file content to an SFTP server with the built-in SFTP connector. I get the following error for every file I try to upload:
The service provider action failed with error code 'BadRequest' and error message 'Accessing a hash algorithm by manipulating the HashName property is not supported on this platform. Instead, you must instantiate one of the supplied subtypes (such as HMACSHA1.)'.
The workflow is very basic: it reads files from a SFTP server, loops through the found files, uploads them to another SFTP server inside a for-each loop and deletes the original files.
Plan Type
Standard
Steps to Reproduce the Bug or Issue
Workflow JSON
Screenshots or Videos
No response
Additional context
No response
AB#24810127
The text was updated successfully, but these errors were encountered: