Developer Laptop with SQL Server 2008 can't login to SSIS when offsite
Posted
by wizlb
on Server Fault
See other posts from Server Fault
or by wizlb
Published on 2010-04-08T18:13:55Z
Indexed on
2010/04/08
18:23 UTC
Read the original article
Hit count: 366
When I bring my Windows XP (SP3) laptop home I can still login as my domain account because Windows caches the info necessary to authenticate me when the domain controller isn't around.
However, when I try to connect to Integration Services from within SQL Server Management Studio, it generates SSPI context errors. The only way it works is if I connect to the office with VPN or if I'm at the office where the domain controller is. I have both SQL Server Agent and SQL Server Integration Services 10 running under local computer accounts.
It seems that the only option to connect to Integration Services from within Management Studio is to use Window authentication. Is there any way to do this when I'm not connected to the office? Why don't these services use the cached info just like Windows Login?
Thanks.
© Server Fault or respective owner