Sql Connection String Problems
I am having trouble connecting initially after installation. I have changed the nhibernate connection string to point to my Gemini database. I can log in with my sql user login fine via Sql Mgmt. Studio. However, I get the following error when I run the app (and after perusing the forums, I see other people have received this as well.)
Server Error in '/GeminiTest' Application.
<h2> <i>Login failed for user 'sa'.</i> </h2></span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> Description: </b>An
unhandled exception occurred during the execution of the current web
request. Please review the stack trace for more information about the
error and where it originated in the code.
<b> Exception Details: </b>System.Data.SqlClient.SqlException: Login failed for user 'sa'.<br><br>
<b>Source Error:</b> <br><br>
<table bgcolor="#ffffcc" width="100%">
<tbody><tr>
<td>
<code>
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
</td>
</tr>
</tbody></table>
<br>
<b>Stack Trace:</b> <br><br>
<table bgcolor="#ffffcc" width="100%">
<tbody><tr>
<td>
<code></code><pre>[SqlException (0x80131904): Login failed for user 'sa'.]<br> CounterSoft.GeminiLib.GeminiHelper.GetImageData(String sql) +280<br> CounterSoft.GeminiLib.GeminiHelper.GetIssuePriorityImages() +11<br> Gemini.PageUtil.FillCache(HttpContext c) +66<br> Gemini.GeminiHttpModule.Init(HttpApplication application) +244<br> System.Web.HttpApplication.InitModules() +267<br> System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers) +1251<br> System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context) +243<br> System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context) +106<br> System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +214<br></pre>
</td>
</tr>
</tbody></table>
<br>
<hr color="silver" size="1" width="100%">
<b>Version Information:</b> Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42<br><br></font>What is really strange is that I am not using the sa accout. Why am I getting a message saying it is looking for the sa user? I am about to move to Bugzilla...<br><br>Shane<br>
|
shaned
· 1 |
|
| Thursday, September 21, 2006, 8:19:19 PM | |




