Hello When we try to connect to our windows sql servers using windows nt authentication (trusted connection) receive the following error message... cannot generate SSPI context. Do anyone know how to resolve it? Regards
Montervino, Mariano wrote:> When we try to connect to our windows sql servers using windows nt > authentication (trusted connection) receive the following error message... > > cannot generate SSPI context. > > Do anyone know how to resolve it?This is the same error mentioned here http://groups.google.com/group/comp.emulators.ms-windows.wine/msg/c1d267fc6bfaf22f I think Kai Blin is working on issues like this, but I'm not sure where it stands. One cause on windows is described in great detail here: http://blogs.msdn.com/sql_protocols/archive/2005/10/19/482782.aspx Can you provide a minimal test case, i.e. C#, Visual Basic, or Visual C++ source code that demonstrates the problem, just to be specific? - Dan -- Wine for Windows ISVs: http://kegel.com/wine/isv
Montervino, Mariano <mmontervino <at> cabal.coop> writes:> > Hello > When we try to connect to our windows sql servers using windows nt > authentication (trusted connection) receive the following error message... > > cannot generate SSPI context. > > Do anyone know how to resolve it?Could you try the following patch and see if that fixes it for you? http://www.nowhere-productions.org/code/wine/0002-secur32-Stop-loading-Negotiate-until-it-is-actually-working.txt If you don't know how to apply patches to wine, I'm sure someone on this list will walk you through it. Cheers, Kai