当前位置:网站首页>There is no solution to the decryption error of the remote user 'sa' and the service master password mapped from the remote server 'to the local user' (null) /sa '
There is no solution to the decryption error of the remote user 'sa' and the service master password mapped from the remote server 'to the local user' (null) /sa '
2022-07-02 14:23:00 【Deli loves】
1. problem
When creating a linked server ( Whether it is added with sentences or pictures ),
perform “EXEC sp_addlinkedsrvlogin ‘SER_REMOTEERP’,‘false’,null,‘sa’,‘ password ’”,
appear :“ There is no remote server ’‘ Map to local users ’(null)/sa’ Remote users of ’sa’ And service master password decryption error ”
-- The creation example is as follows
--SQLOLEDB The default is SQL database
--SER_REMOTEERP Get the service name for you , Can write 192.168.1.2 You can also choose any other
EXEC sp_addlinkedserver 'SER_REMOTEERP','','SQLOLEDB','192.168.1.2'
-- Local user name , Remote service login , Password of remote service
-- For general creation null or SA
EXEC sp_addlinkedsrvlogin 'SER_REMOTEERP','false',null,'sa',' password '
EXEC sp_serveroption 'SER_REMOTEERP','rpc out','true'

2. terms of settlement
stay sysadmin Execute under the permission of the user , Direct use recommended SA Account login ,
Execute the following statement :alter service master key force regeneraten
alter service master key force regeneraten
3. Recreate And verification
take EXEC sp_addlinkedsrvlogin ‘SER_REMOTEERP’,‘false’,null,‘sa’,‘ password ’ No error will be reported after execution
Select the interface → Click test connection → Prompt success 

边栏推荐
- 瀏覽器驅動的下載
- Selenium element positioning method
- 腾讯云 TStor 统一存储通过信通院首批文件存储基础能力评测
- Selenium, element operation and browser operation methods
- 自定义事件,全局事件总线,消息订阅与发布,$nextTick
- Certik released the defi security report in 2021, disclosing key data of industry development (PDF download link attached)
- uniapp自动化测试学习
- How to set QT manual layout
- Analysis of CPU surge in production environment service
- Start to write a small demo - three piece chess
猜你喜欢

2022家用投影仪首选!当贝F5强悍音画效果带来极致视听体验

Tencent cloud tstor unified storage passed the evaluation of the first batch of basic file storage capabilities of the ICT Institute

Federated Search: all requirements in search

Yyds dry goods inventory software encryption lock function

QT new project_ MyNotepad++

Design and implementation of car query system based on php+mysql

kaggle如何使用utility script
![[to be continued] [UE4 notes] l5ue4 model import](/img/6b/d3083afc969043dbef1aeb4fccfc99.jpg)
[to be continued] [UE4 notes] l5ue4 model import

MySQL45讲——学习极客时间MySQL实战45讲笔记—— 05 | 深入浅出索引(下)

瀏覽器驅動的下載
随机推荐
P1347 sorting (topology + SPFA judgment ring or topology [inner judgment ring])
腾讯云 TStor 统一存储通过信通院首批文件存储基础能力评测
In 2021, the global styrene butadiene styrene (SBS) revenue was about $3722.7 million, and it is expected to reach $5679.6 million in 2028
Launcher启动过程
提示:SQL Server 阻止了对组件‘Ad Hoc Distributed Queries ‘的STATEMENT ‘OpenRowset/OpenDatasource“”
抓包工具fiddler学习
故事點 vs. 人天
Essential elements of science fiction 3D scenes - City
How to set QT manual layout
Solving the longest subsequence with linear DP -- three questions
自定义事件,全局事件总线,消息订阅与发布,$nextTick
Design of non main lamp: how to make intelligent lighting more "intelligent"?
关于Flink框架窗口(window)函数最全解析
2022家用投影仪首选!当贝F5强悍音画效果带来极致视听体验
途家木鸟美团夏日折扣对垒,门槛低就一定香吗?
Browser driven Download
测试框架TestNG的使用(二):testNG xml的使用
Convolutional neural network (Introduction)
给Android程序员的一些面试建议「建议收藏」
uniapp自动化测试学习