Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
Task Tennis W - Updates with Api Task ID 2020 has failed at 01/03/2017 7:27:39 AM due to The underlying provider failed on Open. .The full trace for error are as follow :at System.Data.EntityClient.EntityConnection.OpenStoreConnectionIf(Boolean openCondition, DbConnection storeConnectionToOpen, DbConnection originalConnection, String exceptionCode, String attemptedOperation, Boolean& closeStoreConnectionOnFailure)at System.Data.EntityClient.EntityConnection.Open()at System.Data.Objects.ObjectContext.EnsureConnection()at System.Data.Objects.ObjectQuery`1.GetResults(Nullable`1 forMergeOption)at System.Data.Objects.ObjectQuery`1.System.Collections.Generic.IEnumerable.GetEnumerator()at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source)at System.Linq.Queryable.FirstOrDefault[TSource](IQueryable`1 source)at ADMISION.Data.ActionMappingDataAccess.GetActionMappingByActionIdUniversityId(Int64 actionId, Int64 universityId)at ADMISION.Business.Component.ActionMappingComponent.GetActionMappingByActionIdUniversityId(Int64 actionId, Int64 universityId)at ADMISION.Task.TaskCS.DataProcessor.Filter(List`1 rows, TaskObject taskObject, HubApiTask apiTask)at ADMISION.Task.TaskCS.Processor.ProcessTask(TaskObject taskObject, HubApiTask apiTask, HubTaskHistory hubTaskHistory, String& returndata) .The UniversityID is 388 and Name is Haverford.


What I have tried:

I am not sure how to resolve this bug.
Posted
Updated 8-Jan-17 23:23pm
v2
Comments
[no name] 4-Jan-17 9:20am    
A simple google search would provide plenty of results for you to try out.
Nathan Minier 4-Jan-17 9:27am    
This generally happens when the database connection fails.

This is more something to handle than to resolve.

1 solution

Database server is not accessible. root cause of the issue are credentials are invalid or server name or IP address is wrong.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900