Si tienen el error en SQL Server 2008
The OLE DB provider "ADSDSOObject" for linked server "ADSI" reported an error. The provider indicates that the user did not have the permission to perform the operation.
Usen previo esta instrucción:
EXEC sp_addlinkedsrvlogin @rmtsrvname=N'ADSI',@useself=N'False',@locallogin=NULL,@rmtuser=N'DOMINIO\usuario',@rmtpassword=N'clave'
Con esto se soluciona el error.
Nota: El usuario debe tener suficiente permisos de ejecutación.
Saludos,
No comments:
Post a Comment