-
Notifications
You must be signed in to change notification settings - Fork 5
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
Login failure error while running the application on Mac #4
Comments
Are you running the sample console application (SqlServerToCouchbase.Console)? Would you mind pasting the appsettings.config that you're using, or at least the connection string? |
Yes, here's the appsettings.json file
}, |
For the connection string:
You'll need a username/password. For example:
I also noticed that you've pointed to master. I'd recommend pointing to a database other than master. There are a bunch of samples you can find (here's a few that DanylkoWeb has listed) Master is a system database. It might work, but it might not, and it won't be very interesting even if it does. |
Okay, that one looks like you're running one of the web projects, not the console app? Can you verify which one you're running? If you ARE running the console app, it looks like I did leave some HTTP stuff in there that I don't need anymore (I was looking at using some of the Couchbase REST API). Line 46 or Program.cs, you can just remove |
Hmm, that is bizarre. If you're still using 'master', it might have something to do with that. Can you tell me how you are installing/running SQL Server on your Mac? I assume you're using Docker? What are your exact Docker commands? I'm going to try to recreate. |
Yes, installed SQL server on docker. Following are the commands. |
Are you using "password" literally? Because that is not a strong enough password, and that results in the image shutting down. |
No, I've created a password and using it. |
I'm trying to figure out a way to reproduce this in a macOS environment. I don't have any Apple hardware, so it's challenging for me. |
Is it possible that we could have a video meeting and work through this? What time zone are you in? |
Sure, PST hrs. Please let me know. |
@mgroves Did you ever get anywhere on this one? I was looking into your project and would be willing to try to reproduce this on my macbook to see if it's a one-off or a real issue |
No, @nouphal and I have missed a few times. But yes, any information you can provide would be very helpful. I have a couple of things that I think could be the culprit, but I can't really know for sure, especially if it's an Apple-only issue. |
I've just created a PR #9 which might fix the issue (although I still can't verify). I was previously using Microsoft.SqlServer.Types, which is a .NETFramework library, and may have caused issues on Mac (and probably Linux too). Please review and see if this makes sense, and I'll merge that PR in. |
Set up SQL Server and Couchbase Server on Mac.
Run SqlServerToCouchbase application.
The text was updated successfully, but these errors were encountered: