asp.net webparts in wss gives erroe
-
Hi I am working on WSS 3.0 and i have a web application created which in production now. I have an asp.net page (xxx.aspx, xxx.aspx.cs). It is having webparts in it. When i create a page viewer webpart in wss site and bide this xxx.aspx page, its showing error as below Login failed for user, the user is not associate with trusted sql server connection. when i saw the event viewer SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: 172.20.1.128] Thanks in advance................................. Regards Naina
Naina
-
Hi I am working on WSS 3.0 and i have a web application created which in production now. I have an asp.net page (xxx.aspx, xxx.aspx.cs). It is having webparts in it. When i create a page viewer webpart in wss site and bide this xxx.aspx page, its showing error as below Login failed for user, the user is not associate with trusted sql server connection. when i saw the event viewer SSPI handshake failed with error code 0x8009030c while establishing a connection with integrated security; the connection has been closed. [CLIENT: 172.20.1.128] Thanks in advance................................. Regards Naina
Naina
Can you check following two things? (i) Does the logged in SharePoint account have right on the database where the asp.net web part page is trying to connect? (ii) There may be space after server name in the sql connection string. Also, is your ASP.NET Web Part page running fine if you are opening it directly and without opening through WSS 3.0 page viewer web part?
There is no foolish question, there is no final answer...
-
Can you check following two things? (i) Does the logged in SharePoint account have right on the database where the asp.net web part page is trying to connect? (ii) There may be space after server name in the sql connection string. Also, is your ASP.NET Web Part page running fine if you are opening it directly and without opening through WSS 3.0 page viewer web part?
There is no foolish question, there is no final answer...
Hi Thanks for the reply... When i remove the webpart and simply connect the page, it gets connected. Only when i use webpart, i get this error. Sorry for not mentioning in my previous post. Regards Naina
Naina
-
Hi Thanks for the reply... When i remove the webpart and simply connect the page, it gets connected. Only when i use webpart, i get this error. Sorry for not mentioning in my previous post. Regards Naina
Naina
Naina, Check these links and hope these help: http://www.bhcblog.com/2009/10/08/sspi-handshake-failed-with-error-code-0x8009030c-while-establishing-a-connection-with-integrated-security-event-id-17806/[^] http://blog.michelbarneveld.nl/michel/archive/2009/11/11/login-failed-microsoft-sql-server-error-18452.aspx[^]
There is no foolish question, there is no final answer...