当前位置:网站首页>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 

边栏推荐
- In 2021, the global TCB adapter revenue was about $93 million, and it is expected to reach $315.5 million in 2028
- Development skills of rxjs observable custom operator
- MySQL 45 lecture - learning from the actual battle of geek time MySQL 45 Lecture Notes - 04 | easy to understand index (Part 1)
- 当贝投影4K激光投影X3 Pro获得一致好评:万元投影仪首选
- Yyds dry goods inventory software encryption lock function
- Story point vs. Human Sky
- Pycharm连接远程服务器
- Using computed in uni app solves the abnormal display of data () value in tab switching
- Data consistency between redis and database
- [template] longest common subsequence ([DP or greedy] board)
猜你喜欢

QT new project_ MyNotepad++

Browser driven Download

什么是 eRDMA?丨科普漫画图解

Everyone believes that the one-stop credit platform makes the credit scenario "useful"
![[Hongke technology sharing] how to test DNS server: DNS performance and response time test](/img/f4/d8c21d6c33985fd6d819cd44c22c72.png)
[Hongke technology sharing] how to test DNS server: DNS performance and response time test

C crystal report printing

MySQL 45 lecture - learning from the actual battle of geek time MySQL 45 Lecture Notes - 04 | easy to understand index (Part 1)

The global special paper revenue in 2021 was about $27 million, and it is expected to reach $35 million in 2028. From 2022 to 2028, the CAGR was 3.8%

Dangbei projection 4K laser projection X3 Pro received unanimous praise: 10000 yuan projector preferred

当贝投影4K激光投影X3 Pro获得一致好评:万元投影仪首选
随机推荐
Generally speaking, if the error of inconsistent tab and space occurs frequently
Dingtalk send message
故事点 vs. 人天
php链表创建和遍历
[deep learning] simple implementation of neural network forward propagation
Systemserver process
快解析:轻松实现共享上网
P1908 reverse sequence pair
卷积神经网络(入门)
TeamTalk源码分析之win-client
联合搜索:搜索中的所有需求
Teamtalk source code analysis win client
In 2021, the global TCB adapter revenue was about $93 million, and it is expected to reach $315.5 million in 2028
篇9:XShell免费版安装
什么是 eRDMA?丨科普漫画图解
QT - make a simple calculator - realize four operations
Chaos engineering platform chaosblade box new heavy release
Pycharm连接远程服务器
kaggle如何使用utility script
SystemServer进程