[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.2

Windows Authentication Error

Asked by jasco4617 in SQL Server 2008, MS SQL Server, SQL Reporting

Tags: SQL Server 2008, SQL Server, SQL, Microsoft, Server 2008, Reporting, Reporting Services, MSSQL, Windows Authentication, untrusted domain

I have a newly built Windows Server 2008 Enterprise server built on a VMware ESX virtual machine running SQL Server 2008 Standard.  This server is a member of our Active Directory domain and the SQL service account is a domain user.  Also, SQL Server is set up with mixed mode authentication.

I have created a Maintenance Plan which is set to run once a day that will do a full back up of all user DB's.  No matter how I run it (on schedule or manually executed) the job fails with the error I have included at the end.  I have tried logging in to SQL with with Managment Studio both remotely and on the local machine and I used my own domain account which is a local admin on the machine and a member of the sysadmin role in SQL Server.  When I do a trace of the the maintenance plan when i try to run it i can see it is always trying to execute as the SQL Server Agent account which is the same as my database engine service account (also a member of the sysadmin role).

I get similar errors when I try to run reports using Reporting Services.  However, everything else works just fine.  I have website that use this DB server and they can connect just fine and I can connect to it using Management Studio with our a problem.

Any help is appreciated.

Thanks!
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
Date        10/10/2008 2:43:53 PM
Log        Job History (Daily Full User DB Backups.Subplan_1)
 
Step ID        1
Server        SQL08-TEST
Job Name        Daily Full User DB Backups.Subplan_1
Step Name        Subplan_1
Duration        00:00:04
Sql Severity        0
Sql Message ID        0
Operator Emailed       
Operator Net sent       
Operator Paged       
Retries Attempted        0
 
Message
Executed as user: ADS\dbact. Microsoft (R) SQL Server Execute Package Utility  Version 10.0.1600.22 for 64-bit  Copyright (C) Microsoft Corp 1984-2005. All rights reserved.    Started:  2:43:53 PM  Error: 2008-10-10 14:43:56.87     Code: 0xC00291EC     Source: {4E3EF9A8-5D21-46F6-AAA9-AC6918845FD4} Execute SQL Task     Description: Failed to acquire connection "Local server connection". Connection may not be configured correctly or you may not have the right permissions on this connection.  End Error  Warning: 2008-10-10 14:43:56.87     Code: 0x80019002     Source: OnPreExecute      Description: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.  End Warning  Error: 2008-10-10 14:43:57.21     Code: 0xC0024104     Source: Back Up Database Task      Description: The Execute method on the task returned error code 0x80131904 (Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.). The Execute method must succeed, and indicate the result using an "out" parameter.  End Error  Error: 2008-10-10 14:43:57.24     Code: 0xC0024104     Source: {4B65BEDE-D274-4B06-8CA7-A7DB4DE235C3}      Description: The Execute method on the task returned error code 0x80131904 (Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.). The Execute method must succeed, and indicate the result using an "out" parameter.  End Error  Warning: 2008-10-10 14:43:57.24     Code: 0x80019002     Source: OnPostExecute      Description: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded, but the number of errors raised (2) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.  End Warning  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  2:43:53 PM  Finished: 2:43:57 PM  Elapsed:  3.421 seconds.  The package execution failed.  The step failed.
[+][-]11/18/08 06:07 PM, ID: 22990932Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: SQL Server 2008, MS SQL Server, SQL Reporting
Tags: SQL Server 2008, SQL Server, SQL, Microsoft, Server 2008, Reporting, Reporting Services, MSSQL, Windows Authentication, untrusted domain
Sign Up Now!
Solution Provided By: jasco4617
Participating Experts: 1
Solution Grade: A
 
[+][-]10/14/08 02:02 PM, ID: 22715958Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10/14/08 06:00 PM, ID: 22717357Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/14/08 06:23 PM, ID: 22717422Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]10/16/08 12:44 PM, ID: 22735001Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92 / EE_QW_EXPERT_20070906