第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

SQL Server Express 與 Hangfire 連接問題:用戶登錄失敗

SQL Server Express 與 Hangfire 連接問題:用戶登錄失敗

C#
幕布斯7119047 2023-07-09 16:44:55
我正在嘗試連接到我的Hangfire service.我的代碼Startup.cs如下所示:services.AddHangfire(configuration => configuration            .SetDataCompatibilityLevel(CompatibilityLevel.Version_170)            .UseSimpleAssemblyNameTypeSerializer()            .UseRecommendedSerializerSettings()            .UseSqlServerStorage(Configuration.GetConnectionString("HangfireConnection"), new SqlServerStorageOptions            {                CommandBatchMaxTimeout = TimeSpan.FromMinutes(5),                SlidingInvisibilityTimeout = TimeSpan.FromMinutes(5),                QueuePollInterval = TimeSpan.Zero,                UseRecommendedIsolationLevel = true,                UsePageLocksOnDequeue = true,                DisableGlobalLocks = true            }));        services.AddHangfireServer();根據(jù)文檔,Hangfire 1.7 必須built ib sql query創(chuàng)建數(shù)據(jù)庫。我從文檔中創(chuàng)建默認連接字符串:"HangfireConnection": "Server=.\\sqlexpress; Database=Hangfire; Integrated Security=SSPI;"但是當我運行我的應用程序時,我收到此錯誤:System.Data.SqlClient.SqlException:'無法打開登錄請求的數(shù)據(jù)庫“Hangfire”。登錄失敗。用戶“DESKTOP-FOVJ16Q\Michal”登錄失敗我的SecuritySQL Server Express 選項卡如下所示:您能告訴我,我可以檢查什么來連接我的 SQL Server Express?
查看完整描述

1 回答

?
交互式愛情

TA貢獻1712條經(jīng)驗 獲得超3個贊

您會發(fā)現(xiàn)“Fabian Schneiter”提出的問題與您提出的問題幾乎相同 - 并得到了這樣的答復:

您需要首先在服務器上創(chuàng)建數(shù)據(jù)庫Hangfire。我明白,hangfire 也會創(chuàng)建數(shù)據(jù)庫,但這是錯誤的。如果您有 Hangfire 數(shù)據(jù)庫,Hangfire 將創(chuàng)建所有需要的表。

所以我的建議:嘗試將數(shù)據(jù)庫創(chuàng)建Hangfire為新數(shù)據(jù)庫 - 然后再次運行代碼并查看它是否有效


查看完整回答
反對 回復 2023-07-09
  • 1 回答
  • 0 關注
  • 231 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網(wǎng)微信公眾號