Persistent event 9005 (TF53010) entries for TFS Services

Hi all,
earlier this morning i had users complaining that they couldn't connect to TFS. I had a look in IIS on our TFS Server and the app pool for the TFS site had stopped. There was then an issue with our TFSService service account being authenticated. I reset
the service account password and all seemed to be ok.
During my investigation of why this happened in the first place i noticed that i am getting constant event 9005 entries in event viewer on the server. I have included the contents of these events below (omitting keys and server names)
TF53010: The following error has occurred in a Team Foundation component or extension:
Date (UTC): 05/02/2015 11:54:33
Machine: ------
Application Domain: TfsJobAgent.exe
Assembly: Microsoft.TeamFoundation.Framework.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken= --------------
Service Host:
Process Details:
  Process Name: TFSJobAgent
  Process Id: 8468
  Thread Id: 12532
  Account name: ---\TFSService
Detailed Message: There was an error initializing a JobRunner. The job will be rescheduled for execution five minutes from now. QueueEntry: [JobSource: 814e9815-2c9a-4bbe-8651-6e0be28e202d, JobId: 564c51ae-decb-4bf3-8b44-cfb82b1c4bdb, QueueTime: 05/02/2015
11:54:33, ExecutionStartTime: 05/02/2015 11:54:33, State: Running, AgentId: -----, QueuedReasons: Scheduled, PreviousExecutionResult, Priority: 7, NextRun: 0, StateChangeTime: 01/01/0001 00:00:00].
Exception Message: TF53001: The database operation was canceled by an administrator. (type DatabaseOperationCanceledException)
This event will pop up 4-5 times every minute occurring at the same time (5 times at 11:54:33 then 5 times at 11:55:20 or so)
Has anyone got any ideas or possibly seen this before?
There is also an Error event which pops up every 30 minutes on the minute (event id:3305) with the following details:
TF53010: The following error has occurred in a Team Foundation component or extension:
Date (UTC): 05/02/2015 10:49:28
Machine: --------
Application Domain: TfsJobAgent.exe
Assembly: Microsoft.TeamFoundation.Framework.Server, Version=12.0.0.0, Culture=neutral, PublicKeyToken=---------------
Service Host:
Process Details:
  Process Name: TFSJobAgent
  Process Id: 8468
  Thread Id: 9448
  Account name: ACL\TFSService
Detailed Message: TF221122: An error occurred running job Common Structures Warehouse Sync for team project collection or Team Foundation server TEAM FOUNDATION.
Exception Message: TF53001: The database operation was canceled by an administrator. (type DatabaseOperationCanceledException)
Exception Stack Trace:    at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.TranslateException(SqlException sqlException)
   at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.MapException(SqlException ex, QueryExecutionState queryState)
   at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.HandleException(Exception exception)
   at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.Execute(ExecuteType executeType, CommandBehavior behavior)
   at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.ExecuteNonQuery(Boolean bindReturnValue)
   at Microsoft.TeamFoundation.Warehouse.WarehouseBatchedDataAccessComponent.ExecuteNonQuery()
   at Microsoft.TeamFoundation.Warehouse.WarehouseDataAccessComponent.GetProperty(String scope, String key)
   at Microsoft.TeamFoundation.Warehouse.CommonStructureWarehouseAdapter.UpdateCssFromCatalogData()
   at Microsoft.TeamFoundation.Warehouse.CommonStructureWarehouseAdapter.MakeDataChanges()
   at Microsoft.TeamFoundation.Warehouse.WarehouseSyncJobExtension`1.MakeDataChanges(TeamFoundationRequestContext requestContext, TeamFoundationJobDefinition jobDefinition, String& resultMessage)
   at Microsoft.TeamFoundation.Warehouse.WarehouseSyncJobExtension`1.RunInternal(TeamFoundationRequestContext requestContext, TeamFoundationJobDefinition jobDefinition, DateTime queueTime, String& resultMessage)
   at Microsoft.TeamFoundation.Warehouse.WarehouseJobExtension.Run(TeamFoundationRequestContext requestContext, TeamFoundationJobDefinition jobDefinition, DateTime queueTime, String& resultMessage)
Inner Exception Details:
Exception Message: The target principal name is incorrect.  Cannot generate SSPI context. (type SqlException)
SQL Exception Class: 11
SQL Exception Number: 0
SQL Exception Procedure: GenClientContext
SQL Exception Line Number: 0
SQL Exception Server: ----------
SQL Exception State: 0
SQL Error(s):
Exception Data Dictionary:
HelpLink.ProdName = Microsoft SQL Server
HelpLink.EvtSrc = MSSQLServer
HelpLink.EvtID = 0
HelpLink.BaseHelpUrl = ----------
HelpLink.LinkId = 20476
Exception Stack Trace:    at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParser.TdsLogin(SqlLogin rec, FeatureExtension requestedFeatures, SessionData recoverySessionData)
   at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)
   at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer
timeout)
   at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance,
SqlConnectionString userConnectionOptions, SessionData reconnectSessionData)
   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.Open()
   at Microsoft.TeamFoundation.Framework.Server.TeamFoundationSqlResourceComponent.Execute(ExecuteType executeType, CommandBehavior behavior)
Thanks for any help!!!
Martyn

Hi Adatis,  
Thanks for your post. 
Do you mean that after you reset the account in TFS app pool and TFS site, your TFS Server works fine now?
What’s the version of your SQL Server? If you’re using SQL Server 2014, please ensure you installed the
CU4 for your SQL Server 2014. You can refer to the discussions in this post:
https://social.msdn.microsoft.com/Forums/vstudio/en-US/50bc5da9-435a-41ff-be5a-7f002ec0347c/tf53001-the-database-operation-was-canceled-by-an-administrator?forum=tfsgeneral. 
And you need ensure the TFS Service account works fine in your TFS Admin Console, 
TFS site and TFS app pool both  started in IIS.
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.

Similar Messages

  • Deleted the Registry Entry for OracleJobScheduler service. How to recreate?

    I accidently deleted the registry entry for the OracleJobScheduler Service for my production database. I know I shouldn't have -- but I was re-creating the console and clicked on the wrong thing.
    Is there a way to recreate the service? I copied the registry entry from another database, but the service isn't showing up in the Services window. I know how to create services using the NT Kit, but I am not certain how I need to set it up.
    Thanks in advance,
    DJM

    I do not think you needed it. But in case you want to put it back, export OracleJobScheduler<SID> from any other windows database server, open and edit it in wordpad to change servicename, ImagePath and DisplayName, then import into this server.

  • Log Entries for Terminal Services in Event Viewer?

    Hello
    I wasn't sure exactly where to post this. Answers.microsoft.com directed me here for an answer.
    I'm running Windows 7 Professional 32 bit. It's a standalone PC, not joined to a domain, never configured as a server. I'm puzzled. When I review entries in the Event Viewer, all logon and logoff entries are located in Event Viewer/Applications and Services
    Logs/Microsoft/ Windows/Terminal Server/Local Session Manager/Operational.  Every logon/logoff event is recorded here, although I have always had Remote Desktop Services disabled in Services. I would think that logon/logoff events would be recorded in
    Applications and Services Logs/Microsoft/Windows/Winlogon. That makes more sense to me. Some of these user entries have Address: LOCAL and some are blank. No major hardware or software changes that might have caused this. The Event Viewer only goes back
    6 months (1 Mb) and then it's overwritten. Can anyone explain this to me? Thanks for your help.

    Hi,
    The path of Event Viewer/Applications and Services Logs/Microsoft/ Windows/Terminal Server/Local Session Manager is used to record Remote Desktop Services activity even through it's disabled.
    Windows logon and logoff activity is recorded in another path: Windows Logs/Security.
    Karen Hu
    TechNet Community Support

  • I just added an FAQ entry for customer service issues

    See the top item in the FAQ list:
    http://forums.adobe.com/community/premiere/faq_list
    If you see questions about pricing, orders, shipping, downloads, activation, and such, you can just point people to this new FAQ entry.

    Great, and thank you!
    Hunt

  • After successfull kinit ssh still asks for password for kerberizes services

    Hi,
    I've just migrated from 10.4 for 10.5 and I'm seeing this problem that after kinit when I use ssh to any kerberized service it still asks me for password and doesn't automagically log me in as it used to on 10.4
    I can see the ticket in cache using klist.
    I've the same krb5.conf and ~/.ssh/config which work on 10.4.
    Any help would be great.
    Thanks
    Ashish

    Hi
    How many tickets do you see if you issue:
    klist
    What you should see is an entry for the TGT and then an entry for each service principal accessed thtereafter (SGTs). In 10.5 service tickets will be prefixed with the name of the service. This was not the case in 10.4.
    Tony

  • How do I create a new event entry for a specific calendar?

    In my iMac Calendar app, I have created a few calendars for different functions.    But every time I try to create a new event entry for a specific calendar, the app seems to prefer a different calendar instead by default.   I cannot enter events in other calendars.   Is there a way to do this?   In previous versions, I would highlight the particular calendar I wanted to work with and the entry would go into that calendar.   Thanks!

    You don't.  Moments in Photos are the new Events, i.e. groupings of photos sorted by date taken.
    When the iPhoto Library was first migrated to Photos there was a folder created in the sidebar titled iPhoto Events and all migrated iPhoto Events (which are now Moments) are represented by an album in that folder. To open the sidebar if it's not already open use the Option+Command+S key combination.
    There's a way to simulate events in Photos.
    When new photos are imported into the Photos library go to the Last Import smart album, select all the photos and use the File ➙ New Album menu option or use the key combination Command+N.  Name it as desired.  It will appear just above the iPhoto Events folder where you can drag it into the iPhoto Events folder
    When you click on the iPhoto Events folder you'll get a simulated iPhoto Events window.
    The downside to the simulation is that the Albums/Events can only be sorted automatically by Title. But they can also be sorted manually, either in the sidebar or in the folder's window at the right.
    Ask Apple for more sorting options in Photos via https://www.apple.com/feedback/photos.html.

  • Journal Entry for Service Tax Non-Deductible.

    Dear Experts,
    I have created an A/P Invoice for a Service item with Service Tax Non-Deductible(100%). For that we got the journal entry as below.
    Journal Entry
    Edu. Cess on Service Tax Payable Dr.                   00
    HCess on ST Payable Dr.                                        00
    Service Tax Payable (Non-Deductible) Dr.              00
    Inbound Freight and Carriage Dr.                       10000
    Service Tax Payable (Non-Deductible) Dr.            258
                    Vendor A/c                                                     10258.
    But my client is asking for the credit figure to be splited to Vendor A/c - 10000 and Service Tax Payable (Non-Deductible) A/c - 258.
    He wants the Service Tax amount not to be credited to the Vendor A/c; but to be kept in the Service Tax Payable account.
    Is this correct and possible? Please advice.
    Regards,
    Anandh.
    Edited by: anandharajaa on Apr 8, 2011 7:32 AM

    Hi
    I never seen this kind of scenario....
    If your involving any tax in Document then it will Cr. or Dr. to respective vendor or customer and it is the logic too , they have to pay for that... IF they are not payable then will your company pay for that to Govt. It will be lose to company only....
    So in Straight the way you need is wrong according to me, May  be  i don't know your are current scenario might be like this... if it so pls explain further ....
    Giridharan V

  • Itunes has stopped working and iphone calendar has 10 entries for each event

    "itunes has stopped working", since I tried an update which failed.
    Also when I plugged in my iphone it went straight to restore and not only lost all my recent stuff as you might expect - annoying enough, but has installed at least 10   entries for each event. How do I get rid of them? Tried deleting the event but it doesn't take away every single entry. (And can I get my recent stuff back?)
    These are probably diffferent problems but as my name implies I'm a complete numpty when it comes to the technical terms so please, in lay terms, what should I do?

    Well I seem to have solved this myself...Much to my surprise!
    First the itunes issue. When the itunes update screen came up again it said if you have trouble with this go to Tools (top of itunes panel) and press "download only" which I did and the rest just sort of happened. It uninstalled and then installed.. All I had to do was open each file. Checked my stuff and all there. Checked itunes store and straight in.
    Iphone calendar. Not sure how this happened but it had about 25 - 30 copies of each event. I went through each calendar and by process of elimination deleted the ones that seemed to be causing the problem. I didn't lose any events but all of a sudden there was only one each of them. Bizzaire but true.
    This is a very rare day for me. A Good IT Day.

  • Enter Invoice before Service Entry for Service POs?

    Hi,
    I have a question that I am hoping someone can answer.
    As per standard process, in order to enter an invoice for a service PO, the service entry should be posted and accepted.  This is the standard service procurement process, i.e. a 3 way match process for service POs (PO - Service Entry - Invoice).
    We have a request to be able to enter an invoice for a service PO (that will go on block) before entering the service entry sheet; once the service entry sheet is entered and accepted, the invoice should be unblocked and paid.
    Currently, based on our testing in ECC 5.00, the system does NOT allow the user to enter an invoice for a service PO unless:
    1.  the service entry has been posted and accepted in the system (when using GR-IV checked, GR checked); or
    2.  the service PO is created such that the GR is non-valuated (where GR-IV is unchecked):
         a.  GR-IV unchecked
         b.  SR-IV unchecked
         c.  GR checked
         d.  GR non-valuated checked
    In option 2 above, since it is GR non-valuated, as soon as the invoice is posted, the consumption account is hit, and offset by the vendor account (the GR/IR account is not impacted in this scenario).  When the service entry is created and accepted, no accounting postings are made as it is GR non-valuated.  Therefore, it looks very similar to a 2 way match process.
    We also read in SAP Note 1166693 that says an invoice cannot be entered before service entry unless you activate Enterprise Public Sector, however, this conflicts with option 2 mentioned above.
    Has anyone come across a similar requirement, implemented Public sector, option 2 above, or have any other solutions?  Does anyone see any negative impacts with implementing option 2 above?
    Cheers,

    Hi,
    I think you can use this functionality using LIV tolarance key DW ,please explore Spro>MM>LIV>Invoice block>set tolerence limits
    By creating PO IV based you can block invoice till GR is posted, check it
    Thanks
    Diwakar

  • Service entry sheet:No provision for service entry for purchase order

    Hi.I create a Purchase order with one item.The Item category was D(Service).Also lines of Service number was input in the Service tab of the item detail.After save the Purchase order,I goto t-code ML81N to Maintain the Service entry sheet.When I input the Purchase order number and item number and press enter,the SAP raise an error message box with following text:
    No provision for service entry for purchase order 4500000149 00010
    Message no. SE198
    Diagnosis
    The "GR =NO" (no goods receipts) indicator has been set in the PO item. It is thus not possible to enter services against this purchase order.
    I don't know why and how to resolve this problem.So I need the experts to give me some advice.Thank you so much.
    Regards
    Yoda

    pls check in ur PO at item details in delivery tab whether goods receipt checkbox is unticked.if yes then tick it and then process.
    regards,
    indranil

  • Manual for service entry sheet and service master

    hello all,
                if someone is having manual available for service entry sheet and service master....
    regards,
    Rahul Bhardwaj.

    You have to configure service category in SPRO for service master and you can assign the number range in SPRO
    The path is SPRO is:
    Materials Management-External Services ManagementService Master---Define Service Category
    Service Master is created using AC03
    The service master record counts as part of the master data within External Services Management and serves as a source of data for you to draw upon when creating service specifications. This enables you to save time and reduces the frequency of errors, since you need only enter the complete service descriptions in the service master record once.
    A service master record contains the following principal information for the unique description of a service:
    Service number
    Service category
    Descriptive texts (short and long text)
    Base unit of measure
    Material group
    Valuation class by which G/l account is determined
    when you reference it in the PO, all the data gets transfered and you avoids the mistakes

  • Why do i have 2 entries for the same event in iCal?

    I have just upgraded to OS Lion, purchased an iPhone 4S and have also moved to iColuds - why do I have 2 entries for all my events in iCal?

    You can just delete the ones you don't want from the document Library. Be careful though, that you do not delete the symbol(s) that are being used on the canvas.
    It's hard to say how you got so many duplicates in the first place without knowing your workflow.
    My guess is that you created a new symbol every time you added something to the canvas, but that is only a guess.
    HTH
    Jim

  • Post Invoice for Service Entry with many Service line item-MM-LIV

    Dear All,
    I have a problem to post Invoice for Service Entry with many Service line item. The problem is as follow:
    I have created 1 Service Entry which has 5 Service line item in it. Three of the service line item are subject to Value Added Tax (VAT), the others aren't. Then, i wanted to post Invoice for the Service Entry, however, it just display 1 item which amount in total. How can i segregate each service line item in Service Entry thus i can post Invoice for all Service line item with subject to VAT and all service item with not subject to VAT, if just 1 Service Entry created for it ?
    Please help me.
    Thank You

    Hi Ganda,
    If you mark the 'service based invoice verification' checkbox in your PO item, your service items will be in your invoice as seperate invoice lines. Then you can modify the taxcodes on service item level.
    Kind regards, Dick Hendriks.

  • Autorisation object for accepting service entry sheet in ML81n

    Dear Sapiens,
    What is the authorisation object for accepting service entry sheet in ML81n, here with my client some users are not getting the acceptance flag.
    kindly guide.
    Viji kantha

    Hi,
    I would like to share with you additional information on activities 75 and 76 to the different release objects:
    To accept the service entry sheet the user has to have both          
    activities 75 and 76. Please note that it is not possible to accept an entry sheet    
    without activity 76.                                                                               
    Activity 76 means maintain service entry sheets,                                 
    Activity 75 means accept service entry sheets.  
    In order to accept the entry sheet, you must change into the  
    change mode. In order to change into the change mode, you     
    need the activity 76.                             
    This activity 76 will be used in both creating and changing of the       
    entry sheet.                             
    Regards,
    Edit

  • BAPI for creating service entry

    Hi all,
    Please let me know if there is a BAPI for creatuing service entry. Please provicde sample code.
    Thanks,
    Rajan

    Hi,
    Try this BAPI " BAPI_SERVICE_CREATE ".
    Regards
    Milan

Maybe you are looking for