Wednesday, September 19, 2007

File under wtf

This is the email I got from my "counter-part" at the sister company today...


Hi Chris:



Our SQL Server has Windows Authorization. We get the following error:



Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.
Description: 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.

Exception Details: System.Data.SqlClient.SqlException: Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.

Source Error:


Line 18: {
Line 19: SqlConnection conn = new SqlConnection("Server=IFMSCHED; Integrated Security=SSPI; Database=scheduler;");
Line 20: conn.Open();
Line 21: SqlCommand command = new SqlCommand("select * from CallCenterMaster where CallCenterNumber=5",conn);
Line 22: SqlDataReader reader = command.ExecuteReader();




Thanks

Carl


What the fuck is this? Is he asking for my help?

1 Comments:

Blogger Unknown said...

He's being held hostage and this is in code. You need to save him!

5:37 PM  

Post a Comment

<< Home