When the user tries to create a new environment and the validation times out. Please check to see if the Team foundation server background service is running.
The Environment validation gets queued in the database and the Background service updates that information once it has ran. So the table to check in the tfs_defaultCollection database is called dbo.LabOperation which is the queue and holds the status of the items.
select * from dbo.LabOperation
Hth.
The Environment validation gets queued in the database and the Background service updates that information once it has ran. So the table to check in the tfs_defaultCollection database is called dbo.LabOperation which is the queue and holds the status of the items.
select * from dbo.LabOperation
Hth.