Scan to SMB Folder on FSX for Windows File Server

0

We are currently facing an issue with setting up scan-to-folder functionality on AWS FSx for Windows File Server.

When attempting to use the scan-to-folder feature on our Sharp copier, we receive the following error message: "Account name or authentication password is invalid. Consult your network administrator." To troubleshoot this, we ran a packet capture and found that the error received is "Tree Connect Response, Error: Status_Access_Denied."

Steps we have tried so far:

  • Verified that the account being used for authentication has full access permissions to the designated folder on the FSx file server share.
  • Tried using the IP address of the server instead of the DNS name
  • Used domain admin credentials and still received an authentication error It's worth noting that this was working perfectly fine on our on-premises server before migrating to FSx.

Has anyone encountered a similar issue or can offer any suggestions on what might be causing this problem?

gsloan
已提問 1 年前檢視次數 503 次
1 個回答
2
已接受的答案

This could be due to SMB encryption enabled on FSx if the scanner does not support SMB encryption. You can try and disable encryption of data on the FSx with the below command using the CLI for remote management on PowerShell:

PS>Set-FSxSmbServerConfiguration -EncryptData $False

https://docs.aws.amazon.com/fsx/latest/WindowsGuide/manage-encrypt-in-transit.html

AWS
bodep
已回答 1 年前
profile picture
專家
已審閱 1 個月前
  • Thank you so much! As soon as I ran that script, everything worked!

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南