Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share Not Found: {ShareName} - Debug Help #22

Open
Gavriloski opened this issue Nov 8, 2022 · 0 comments
Open

Share Not Found: {ShareName} - Debug Help #22

Gavriloski opened this issue Nov 8, 2022 · 0 comments

Comments

@Gavriloski
Copy link

Gavriloski commented Nov 8, 2022

Hello,
I am using EzSmb to connect to windows (server 2012 R2) file share from AWS Lambdas (.NET Core 6).
VPC on AWS side is configured properly, I have access to server.
The authorization is also working fine, because if I specify wrong credentials I get different error, or if I specify wrong address.

The issue appears to be that code cannot read anything from file share, but it appears that connection is successful.
When testing manually from other win servers it works fine.
I have similar setup in terms of file share, but on windows server 2019, and there is no issue with connection or reading/writing from lambda.

The exact error I am getting:
[EzSmb.Transports.Connection.GetNode] Share Not Found: Share

I tried all possible variations of GetNode method.
Specify domain, smbType, specify domain in username with @ or with \
But nothing is working.

Since I am not very familiar with SMB protocol, I seek an advise to what potential issue might be and how to further debug.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant