|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Monday, May 13, 2013 4:24 AM
Points: 134,
Visits: 215
|
|
Hello, We have SQL Server 2008 installed on Windows 7 (32 bit). I am trying to execute a stored procedure which in turn accesses network drives. I have logged in through windows authentication. While executing the stored procedure I get an error
Proc. :<SPROC name> Error :-2147467259 Source:Microsoft OLE DB Provider for SQL Server Desc. :Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.
I am not sure where to start the trouble shooting from?Can anyone assist?
Thanks in advance.
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Today @ 8:17 AM
Points: 4,804,
Visits: 8,074
|
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Monday, May 13, 2013 4:24 AM
Points: 134,
Visits: 215
|
|
| It was local system account. I have set it to windows domain account. But still the error is unchanged.
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Monday, May 13, 2013 4:24 AM
Points: 134,
Visits: 215
|
|
The error is resolved. I had to set "DisableLoopBackcheck" parameter value in the registry for the server.
|
|
|
|
|
SSCarpal Tunnel
       
Group: General Forum Members
Last Login: Today @ 8:17 AM
Points: 4,804,
Visits: 8,074
|
|
|
|
|