Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
165 views
in Technique[技术] by (71.8m points)

sql server - FluentMigrator always Access Denied

I am using this tutorial to learn FluentMigrator https://www.codeproject.com/Articles/1012802/Fluent-Migrator-for-Database-Migration I created a db file in my SSMS with the name MyTemp I used the following batch file to execute the problem :C:FluentMigratorDemoFluentMigratorDemopackagesFluentMigrator.1.6.0oolsMigrate.exe /connection "server=PC-AHMEDMOHEB; uid=sa; pwd=123; Database=MyTemp;" /db sqlserver2019 /timeout 600 /target DatabaseMigration.dll pause I changed the the problem build path to be the same as the Migrate.exe to avoid such errors, I am still getting access denied. THe original copy was ..packagesFluentMigrator.1.6.0oolsMigrate.exe /connection "data source=localhost;initial catalog=MyTemp;User ID=sa;Password=******;" /db sqlserver2008 /timeout 600 /target ..DatabaseMigrationinDebugDatabaseMigration.dll pause

I tried some possible security permissions on project level as well as editing local policy. I can replicate this issue in two separate apps on my environment one of the is the project in the url. Those photos are for my db.. enter image description here enter image description here enter image description here Appreciate your help..

question from:https://stackoverflow.com/questions/65848900/fluentmigrator-always-access-denied

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...