Glad to hear that it was helpful and enabled you to complete your activity successfully. Thank You for your support, and I wish you the best of luck with your future projects!
after installing docker compose file and set the 8001 local host the connection was succsseful in the sql server manager. But the response from the post man executed on the original local DB. I chicked the local host in the postman url and I set it to 8002 but same issue. Thank you
Seems like the issue is with the connection string. Source code is available in the below URL. Please verify. github.com/codingdroplets/DemoMicroserviceSolution
@@CodingDroplets nope. Not really. Check this out: Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details. ---> Microsoft.Data.SqlClient.SqlException (0x80131904): Invalid object name 'dbo.customer'. I faced this issue earlier with the tutorial and I need to make migration first to create the db, then postman tests worked fine. but with this case it created the db but didn't seed. this sounds different issue.
Have you used the RelationalDatabaseCreator object as mentioned in the video? You can try downloading this project and run it in your docker. github.com/codingdroplets/DemoMicroserviceSolution
Getting error "Authentication to host 'localhost' for user 'root' using method 'caching_sha2_password' failed with message: Unknown database 'db_product'". how to fix ?
Project Source Code is available in the below URL. github.com/codingdroplets/DemoMicroserviceSolution Please verify the docker compose file and your connection string.
It can be the connection string .. make sure that the connection string in MySql server is the same with your connection string. or you can go to Visual Studio ->view->SQL Server Explorer and initial a local server -> localhost and depend on it instead of stablish new engine SQL Server Management
Great content with no nonsense. I am a subscriber now.
Thank You so much!
Everything about this content is on point
Thank You!
Amazing teaching tecnique. Thanks for your time! Great Vid.
Glad it was helpful!
thank you so much, so many tutorials on yt, and THIS one helped me finished my activity thanks!!!
Glad to hear that it was helpful and enabled you to complete your activity successfully.
Thank You for your support, and I wish you the best of luck with your future projects!
Great stuff 👍
Thank you for sharing your thoughts. Glad to know you liked it.
after installing docker compose file and set the 8001 local host the connection was succsseful in the sql server manager. But the response from the post man executed on the original local DB. I chicked the local host in the postman url and I set it to 8002 but same issue.
Thank you
Seems like the issue is with the connection string. Source code is available in the below URL. Please verify.
github.com/codingdroplets/DemoMicroserviceSolution
@@CodingDroplets nope. Not really. Check this out:
Microsoft.EntityFrameworkCore.DbUpdateException: An error occurred while saving the entity changes. See the inner exception for details.
---> Microsoft.Data.SqlClient.SqlException (0x80131904): Invalid object name 'dbo.customer'.
I faced this issue earlier with the tutorial and I need to make migration first to create the db, then postman tests worked fine. but with this case it created the db but didn't seed. this sounds different issue.
Have you used the RelationalDatabaseCreator object as mentioned in the video?
You can try downloading this project and run it in your docker.
github.com/codingdroplets/DemoMicroserviceSolution
@@CodingDroplets yes I did
@@CodingDroplets its ok. I added the db table manually
Getting error "Authentication to host 'localhost' for user 'root' using method 'caching_sha2_password' failed with message: Unknown database 'db_product'". how to fix ?
Source Code available in the below URL
github.com/codingdroplets/DemoMicroserviceSolution
Please verify your code
Thank you so much!!!!
You're welcome!
Microservices Tutorial Playlist Link: ua-cam.com/video/gPInkLCfalE/v-deo.html
Not able to solve this issue "MySql.Data.MySqlClient.MySqlException (0x80004005): Unable to connect to any of the specified MySQL hosts." Please help
Project Source Code is available in the below URL.
github.com/codingdroplets/DemoMicroserviceSolution
Please verify the docker compose file and your connection string.
It can be the connection string .. make sure that the connection string in MySql server is the same with your connection string. or you can go to Visual Studio ->view->SQL Server Explorer and initial a local server -> localhost and depend on it instead of stablish new engine SQL Server Management
please share the github link
Please find the source code from the below URL.
github.com/codingdroplets/DemoMicroserviceSolution