Team Foundation Server - Team System Web Access ForumDiscuss Team System Web Access (formerly known as TeamPlain), which Microsoft acquired to provide a Web access solution for Team Foundation Server.© 2009 Microsoft Corporation. All rights reserved.Mon, 23 Nov 2009 17:41:13 Zf7df9f72-cef8-4ada-b5c6-ead01c6f8cfehttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/ee8c189e-8239-4d65-a399-47492fe8a118http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/ee8c189e-8239-4d65-a399-47492fe8a118Mickelbackhttp://social.msdn.microsoft.com/Profile/en-US/?user=MickelbackDateTime Picker getting wrong date format in TSWA and WIWA<p>I have a standard DateTime Control defined in one of our Work Item Types that works fine from Team Explorer, but from TSWA or WIWA, the picker is setting the wrong format.  It appears to be parsing the values twice.</p> <p>My custom format value is dddd, MMM dd, yyyy hh:mm tt.  What I expect to see and what I do see from Team Explorer is “Tuesday, Oct 20, 2009 01:42 PM”.  What I see from TSWA or WIWA is “Pue5420ay, Ocp 20, 2009 01:32 pm”</p> <p>It appears the picker is trying to do something with the ’T’ and ‘sd’ letters of Tuesday.  And with the Month, it appears it is trying to do something with the letter ‘t’ in Oct.  I have tried this with several of the days of week and the Months, and the ones that do not have “custom formatting” values don’t have any problems.  Example:  My custom format string has MMM, so the month of November is abbreviated to “Nov”.  Any date in this month has no problem, unlike October in my example above.  Additionally, the word Sunday will duplicate the problem because of the letter ‘d’. <br/><br/>Anybody know a fix/workaround?</p> <p>-----------------------------------------------------------------------------------------------------<br/><br/><strong><span style="text-decoration:underline">My Field Definition</span></strong><br/>&lt;FieldDefinition reportable=&quot;dimension&quot; type=&quot;DateTime&quot; name=&quot;Release  Change Date&quot; refname=&quot;Company.MetaProcess.ReleaseChangeDate&quot;&gt;<br/>  &lt;HELPTEXT&gt;Indicates the date and time of the proposed change.&lt;/HELPTEXT&gt;<br/>&lt;/FieldDefinition&gt;<br/><br/>------------------------</p> <p>&lt;Control FieldName=&quot; Company.MetaProcess.ReleaseChangeDate &quot; Type=&quot;DateTimeControl&quot; Label=&quot;&amp;amp;Change Date:&quot; LabelPosition=&quot;Left&quot; Format=&quot;Custom&quot; CustomFormat=&quot;dddd, MMM dd, yyyy hh:mm tt&quot; /&gt;<br/><br/>-----------------------------------------------------------------------------------------------------<br/><br/>An additional details:<br/>    Windows Server 03 SP2<br/>    SQL Server 05 SP2<br/>    Team Foundation Server 2008 SP1<br/>    Power Tools October Release<br/>    Team System Web Access 2008 SP1</p>Fri, 13 Nov 2009 21:10:02 Z2009-11-23T17:41:13Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/56c69cd2-f438-4bb4-b83e-70d33c10c829http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/56c69cd2-f438-4bb4-b83e-70d33c10c829jw1090http://social.msdn.microsoft.com/Profile/en-US/?user=jw1090TSWA - Date Time type does not validate input values<p>I created a new field in TFS with the date time type. </p> <p>TSWA does NOT validate the values entered to ensure they are numeric. The field is a freeform text field which allows a user to enter any date string (i.e. 11/16, 11-16, Nov 16). However, the field also allows the user to enter character data and accepts the string without a validation error. Is it possible to change the behavior of this field to only accept a numeric value and if a character value was entered, TSWA would issue a validation error? <br/>Team Explorer does the data validation to ensure numeric values are entered.</p> <p><br/>Microsoft Visual Studio 2008 Team System Web Access SP1<br/>Version 9.0.3160.19504<br/>Team Foundation Server Client Object Model Version 9.0.30729.1</p>Tue, 17 Nov 2009 19:56:52 Z2009-11-21T09:37:10Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/0038bd56-bb79-4a9b-b001-0d7892a0f69ehttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/0038bd56-bb79-4a9b-b001-0d7892a0f69eR. Michaelhttp://social.msdn.microsoft.com/Profile/en-US/?user=R.%20MichaelTSWA 2008-Unable to see the Add New Work Item button in Team System Web Access 2008I have a user who is unable to see the Add New Work Item button in Team System Web Access 2008. This user has the appropriate TFS permissions to add work items and is able to do so via Excel and the Team Explorer plug in.<br/><br/>Any suggestions?Fri, 13 Nov 2009 14:33:49 Z2009-11-17T12:10:45Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/0f286b23-9685-4def-9684-f8ad258d16e4http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/0f286b23-9685-4def-9684-f8ad258d16e4Pramod Parameswaranhttp://social.msdn.microsoft.com/Profile/en-US/?user=Pramod%20ParameswaranUnable to add test steps and parameter values in their respective fields while creating a new test case through web is this an expected behaviour ?Unable to edit the test steps and parameter value fields when we try and create a new testcase using TFS web accesss<br/>Further after saving too we are unable to edit the test case steps <br/>Is this the expected behaviour ?Fri, 30 Oct 2009 10:41:04 Z2009-11-16T04:54:36Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/b69819e8-fd72-413c-ab14-4379d16321e2http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/b69819e8-fd72-413c-ab14-4379d16321e2taibo19http://social.msdn.microsoft.com/Profile/en-US/?user=taibo19Add work item custom fields to include on the default Team system web access search<p>Hi,<br/><br/>Have anyone recently done the customization to have the team system web access default search featues to include custom work item fields. By default, it only pick up two default fields (Title and Description) and we like to extend it to include custom work item fields on the default search so that will be easy for the TFS users to have full variety of search. We knew we can go by work item syntax fields name to search for work item values but that is not the idea for us to type it and remenber everytime for the test fields name.<br/><br/>Please provide your guidance on custom the Team system web access search to include custom fields types.<br/><br/>Thanks,<br/>taibo  </p>Wed, 11 Nov 2009 16:37:50 Z2009-11-16T06:16:33Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/3aadde90-07ff-4348-944a-e0e9da807fcbhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/3aadde90-07ff-4348-944a-e0e9da807fcbM.L.F.http://social.msdn.microsoft.com/Profile/en-US/?user=M.L.F.TSWA 2008: Requested registry access is not allowed exception<p>Whenever I try to access my Team System Web Access site I get redirected to a login screen that says &quot;Requested registry access is not allowed&quot; and prompts me to login to the Team Foundation Server.  At the bottom of this message is what shows up in the error logs.<br/><br/>We are running Team System Web Access 2008 and Team Foundation Server 2008 on the same server.  Team System Web Access is set to Impersonate.<br/><br/>If I add the account of the user accessing the Team System Web Access site to the local Administrator group on the server it works fine.  How can I get this to work without adding all my users to the local Administrator group?<br/><br/><br/>Application: [Info, P 8528, T 6640/1, A 33420276, S 2mjki1mt0ber2545pjz1qc3a, 11/11/9 20:41:58.005] Session Started<br/>General: [Info, P 8528, T 6640/1, A 33420276, S 2mjki1mt0ber2545pjz1qc3a, 11/11/9 20:41:58.005] Response is redirected to /UI/Pages/Login.aspx?redirect=%2findex.aspx.<br/>TeamFoundationServer: [Info, P 8528, T 6640/1, A 33420276, S 2mjki1mt0ber2545pjz1qc3a, 11/11/9 20:41:58.005] Creating TeamFoundation Server...<br/>System.Security.SecurityException: Requested registry access is not allowed.<br/>   at System.ThrowHelper.ThrowSecurityException(ExceptionResource resource)<br/>   at Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable)<br/>   at Microsoft.TeamFoundation.Client.RegisteredServers.OpenCurrentUser(Boolean writable, Boolean shouldCreate)<br/>   at Microsoft.TeamFoundation.Client.RegisteredServers.GetUriForServer(String serverName)<br/>   at Microsoft.TeamFoundation.Client.RegisteredServers.GetServerKeyForServer(String serverName, String subKey, Boolean writable, Boolean shouldCreate)<br/>The Zone of the assembly that failed was:<br/>MyComputer<br/>TFS::Authenticate : Caught exception : System.Security.SecurityException: Requested registry access is not allowed.<br/>   at System.ThrowHelper.ThrowSecurityException(ExceptionResource resource)<br/>   at Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable)<br/>   at Microsoft.TeamFoundation.Common.ELeadRegistry.GetValueFromRegistry(String keyName, String valueName)<br/>   at Microsoft.TeamFoundation.Server.RegistrationUtilities.GetValueFromRegistry(String registryKeyPath, String name)<br/>   at Microsoft.TeamFoundation.Proxy.BisRegistrationService.GetRefreshDurationInSeconds()<br/>   at Microsoft.TeamFoundation.Proxy.BisRegistrationService..ctor(TeamFoundationServer tfsObject)<br/>   at Microsoft.TeamFoundation.Client.TeamFoundationServer.get_RegistrationProxy()<br/>   at Microsoft.TeamFoundation.Client.TeamFoundationServer.CreateInternalProxy(Type serviceType)<br/>   at Microsoft.TeamFoundation.Client.TeamFoundationServer.GetService(Type serviceType)<br/>   at Microsoft.TeamFoundation.Client.TeamFoundationServer.Authenticate(Boolean useProvider, ICredentialsProvider provider)<br/>The Zone of the assembly that failed was:<br/>MyComputer<br/>UserControl: [Error, P 8528, T 6640/1, A 33420276, S 2mjki1mt0ber2545pjz1qc3a, 11/11/9 20:41:58.020] { Unable to login with windows integrated authentication.</p> <p><br/>UserControl: [Error, P 8528, T 6640/1, A 33420276, S 2mjki1mt0ber2545pjz1qc3a, 11/11/9 20:41:58.020] Exception: {<br/>Exception Message: Requested registry access is not allowed. (type TeamFoundationServerUnauthorizedException)</p> <p>Exception Stack Trace:    at Microsoft.TeamFoundation.Client.TeamFoundationServer.Authenticate(Boolean useProvider, ICredentialsProvider provider)<br/>   at Microsoft.TeamFoundation.Client.TeamFoundationServer.Authenticate()<br/>   at Microsoft.TeamFoundation.WebAccess.TfsConnection.Initialize(String serverName, String serverCache, ICredentials serverCredentials)<br/>   at Microsoft.TeamFoundation.WebAccess.WebAccessSession.Connect(String server, ICredentials credentials)<br/>   at Microsoft.TeamFoundation.WebAccess.UI.Controls.Login.TryToLogin()</p> <p>Inner Exception Details:</p> <p>Exception Message: Requested registry access is not allowed. (type SecurityException)</p> <p>Exception Stack Trace:    at System.ThrowHelper.ThrowSecurityException(ExceptionResource resource)<br/>   at Microsoft.Win32.RegistryKey.OpenSubKey(String name, Boolean writable)<br/>   at Microsoft.TeamFoundation.Common.ELeadRegistry.GetValueFromRegistry(String keyName, String valueName)<br/>   at Microsoft.TeamFoundation.Server.RegistrationUtilities.GetValueFromRegistry(String registryKeyPath, String name)<br/>   at Microsoft.TeamFoundation.Proxy.BisRegistrationService.GetRefreshDurationInSeconds()<br/>   at Microsoft.TeamFoundation.Proxy.BisRegistrationService..ctor(TeamFoundationServer tfsObject)<br/>   at Microsoft.TeamFoundation.Client.TeamFoundationServer.get_RegistrationProxy()<br/>   at Microsoft.TeamFoundation.Client.TeamFoundationServer.CreateInternalProxy(Type serviceType)<br/>   at Microsoft.TeamFoundation.Client.TeamFoundationServer.GetService(Type serviceType)<br/>   at Microsoft.TeamFoundation.Client.TeamFoundationServer.Authenticate(Boolean useProvider, ICredentialsProvider provider)</p> <p> }<br/>UserControl: [Error, P 8528, T 6640/1, A 33420276, S 2mjki1mt0ber2545pjz1qc3a, 11/11/9 20:41:58.020] }</p>Wed, 11 Nov 2009 20:48:37 Z2009-11-12T20:38:50Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/d9794d89-355d-45fc-90f8-e114dc0a5af4http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/d9794d89-355d-45fc-90f8-e114dc0a5af4kirkvanslykehttp://social.msdn.microsoft.com/Profile/en-US/?user=kirkvanslykeTSWA 2005 - Unable to see New Work Item button on home screen<p align=left><font face=Arial size=2>I have the following setup:</font></p> <ul> <li> <div align=left>TFS 2005 Single-server installation</div> <li> <div align=left>TFS running under domain service accounts (i.e. not local accounts)</div> <li> <div align=left>TSWA 2005 hosted on separate web server</div> <li> <div align=left>TSWA secured with SSL and Forms-based authentication</div></li></ul> <p align=left>I have some local user accounts on the TFS server which I have added to the project\Contributors group. Thus, they should have ability to edit\create new work items. However, when I log in to TSWA with the local account (i.e. TFSServer\account), I can access the project, but do not get the &quot;New Work Item&quot; button on the home screen...only the New Query button.</p> <p align=left> </p> <p align=left>On a different project, however, the same user account does get the new work item option on TSWA. I've checked all of the permissions multiple times, and everything is the same between the two projects. I've done IISRESET on both the web server and the TFS server. Same results.</p> <p align=left> </p> <p align=left>Any ideas?</p> <p align=left>Thanks,</p> <p align=left>Kirk</p>Thu, 14 Aug 2008 21:03:20 Z2009-11-11T16:29:28Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/39eeb792-024f-4d3b-ac28-ab89661eec08http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/39eeb792-024f-4d3b-ac28-ab89661eec08R. Michaelhttp://social.msdn.microsoft.com/Profile/en-US/?user=R.%20MichaelUnable to view the contents of the Documents Tab in TSWA<p>Is there a way to configure TSWA to point to the appropriate SharePoint server? We have a TFS 2008 instance which was initially using WSS for its Team Project site. Subsequently, we migrated to MOSS on a different server. All works well...we created several Team Projects since then and everything is still nice and tidy. However, it seems like the migration to the new server was not reflected for the TSWA component. Users are unable to access the content in the Document tab. They are not explicitly denied in TSWA. They all have access to the MOSS Team Project Site and are able to view documents from there. Our suspicion is the TSWA component is still pointing to the WSS server for the document content.</p>Thu, 05 Nov 2009 16:57:14 Z2009-11-17T12:51:00Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/d3b7546d-9824-4ba5-8a46-6eb5eccc5328http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/d3b7546d-9824-4ba5-8a46-6eb5eccc5328chrizedhttp://social.msdn.microsoft.com/Profile/en-US/?user=chrizedSave workitem doesn't work correctHi all,<br/><br/>We are using TSWA 2005. Some users told me about an arduous failure which is not traceable for me. Perhaps one a week they have the following situation:<br/><br/>1.) Open an existing workitem on TSWA2005<br/>2.) Write a simple text to a description field.<br/>3.) Wait 2-3 minutes<br/>3.) Add an attachment<br/>4.) Save the WorkItem with the &quot;save and close&quot;-function. There's no error message but the text in step2 is not saved, the attachment is already done. <br/><br/>I think it's not a timeout problem, because the timeout is defined with 60 minutes.<br/><br/>Any idea?<br/><br/>Thanks a lot,<br/>ChristianTue, 03 Nov 2009 12:02:38 Z2009-11-10T02:47:59Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/9aaad556-dcc5-496f-9adb-7d6497a98b35http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/9aaad556-dcc5-496f-9adb-7d6497a98b35e-cyprushttp://social.msdn.microsoft.com/Profile/en-US/?user=e-cyprusClosed vs Blocked Hello ,<br/><br/>This is a simple question on two different buttons of TSWA blocked and closed .<br/>What is the difference beetween them ?<br/><br/>when to use each of them ?<br/><br/>I was looking for a definition but i haven't found any .<br/><br/>Thank you in advanse <br/>C.TTue, 03 Nov 2009 07:59:02 Z2009-11-05T11:37:48Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/10ad876f-94c8-4fb6-a5ef-c37918d6c990http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/10ad876f-94c8-4fb6-a5ef-c37918d6c990sarusankkhttp://social.msdn.microsoft.com/Profile/en-US/?user=sarusankkTFS Error - TF31002: Unable to connect to this Team Foundation Server.Hi All,<br/><br/>I am getting this above mentioned error TF31002, when i am trying to connect to my TFS sever using the Server Name &quot;myTFS&quot; . But strangly it seems to be connecting to the same server if i give the TFS server IP address, instead of TFS Server Name.  This is confusing. <br/><br/>Could anyone let me know how to connect to TFS Sever using the Server Name itself.<br/><br/>Thanks,<br/>sankar<hr class="sig">sankar svMon, 02 Nov 2009 09:38:06 Z2009-11-05T09:51:44Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/39e49dea-fe44-461f-99c9-3c0b64eeaff6http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/39e49dea-fe44-461f-99c9-3c0b64eeaff6Venkata Bhaskara Rao Kakaraparthyhttp://social.msdn.microsoft.com/Profile/en-US/?user=Venkata%20Bhaskara%20Rao%20KakaraparthyTFS Auto generate mail for work itemsHi,<br/><br/>Is there anyway TFS can send auto generation of mail with work items. Here is my problem:<br/><br/>1. I have a query which results all Bugs and this will be changed daily.<br/>2. Currently i am doing it manually to send mail, with the search results.<br/><br/>Is there any way that TFS 2008 will run the query and send the Bugs results in email to the given Alias/EMail at the scheduled time (Usually  i need it on daily basis)<br/><br/>I never configured or used TFS mail settings. Can anyone do the needful..<br/><br/>Thanks in Advance..Fri, 22 May 2009 02:16:45 Z2009-11-02T22:36:58Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/9177d377-b071-4eaf-8aef-f97f96d63735http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/9177d377-b071-4eaf-8aef-f97f96d63735Faithless99http://social.msdn.microsoft.com/Profile/en-US/?user=Faithless99@today not working through TSWA as expectedI had a user contact me today because one of the WI queries she hadwritten wasn't working when she accessed it through TSWA.&nbsp; The query was filtering via the @today macro, using a positive integer (+7).&nbsp; However, it didn't seem to pickup the items further ahead than the current date.&nbsp; A quick test in Team Explorer proved that the query was fine, just wasn't working in TSWA.<br /><br />Anyone else experienced this?Thu, 08 Oct 2009 15:44:35 Z2009-10-31T03:11:33Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/0fca3c5b-c4a5-44be-9166-3a111d097b0bhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/0fca3c5b-c4a5-44be-9166-3a111d097b0be-cyprushttp://social.msdn.microsoft.com/Profile/en-US/?user=e-cyprusTF30063: You are not authorized to access http://myserver:8090/Hello to all ,<br/><br/> <p class=MsoNormal style="text-indent:-18pt;margin:0cm 0cm 0pt;tab-stops:list 36.0pt"><span style="font-family:'Arial','sans-serif';font-size:9pt" lang=EN-US><span style="">1.<span style="font:7pt &quot;Times New Roman&quot;">     </span></span></span><span style="color:#1f497d" lang=EN-US><span style="font-family:Calibri;font-size:small">A user that have been placed in a one of the TFS project groups is trying to access TWSA but unfortunately he is unable to login!!!<br/>The user group has been added to TWSA Access Restrictions , however it gives him 2 kind of errors the one was : </span></span><span style="font-family:'Verdana','sans-serif';color:black;font-size:8.5pt" lang=EN-GB>TF30063 and the other is :</span><span style="font-family:'Arial','sans-serif';color:black;font-size:13.5pt" lang=EN-GB> </span><span style="font-family:'Arial','sans-serif';font-size:9pt" lang=EN-US>The request failed with <strong>HTTP</strong> status <strong>405.<br/></strong><br/>At the point that the website is displayed  its shown the login form but instead of <a href="http://myserver:8090/">http://myserver:8090/</a> it display <a href="http://myserver:8080">http://myserver:8080</a> <br/><br/>PS: We are using the full version of TFS<br/><br/>I search the web but haven't find any solution , please leave a feedback your comment is essential     :&quot;)<br/><br/>Kind Regards<br/>C.T</span></p>Thu, 29 Oct 2009 09:17:01 Z2009-10-30T04:22:34Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/fddafb4f-cd15-4c0d-93df-de09d8491306http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/fddafb4f-cd15-4c0d-93df-de09d8491306Pobpabhttp://social.msdn.microsoft.com/Profile/en-US/?user=PobpabUsers cannot access Process Guidance (ProcessGuidance.htm)<p>Hi,<br/><br/>When users browsed the Process Guidance on the local machine at the below link, they got &quot;Access Denied&quot; error.  If the admin logged on to the TFS server, the site worked just fine.<br/><br/><a href="http://server1/Sites/WEB-AP/Process Guidance/Supporting Files/ProcessGuidance.htm">http://server1/Sites/WEB-AP/Process%20Guidance/Supporting%20Files/ProcessGuidance.htm</a> </p> <p>*** Error message ***<br/>Go back to site  <br/>Error: Access Denied    <br/> Current User  <br/>You are currently signed in as:  MyDomain\UserTFS1<br/>Sign in as a different user <br/><br/><br/>I checked the Security settings, in IIS under Default Web Site &gt;&gt; Directory Security &gt;&gt; Authentication and access control, only &quot;Integrated Windows authentication&quot; is selected.  I checked the C:\inetpub\wwwroot folder permission, everyone has READ access, but the folder is not shared. </p> <p>Can you advice how can I solve the access issue, please?</p> <p>Pob</p>Thu, 29 Oct 2009 08:45:10 Z2009-11-02T05:11:02Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/b59bdbd0-ee59-491e-85cb-4f2f8d0a07d7http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/b59bdbd0-ee59-491e-85cb-4f2f8d0a07d7GregPennellhttp://social.msdn.microsoft.com/Profile/en-US/?user=GregPennellError when trying to access TSWA Admin<p align=left><font face=Arial size=2></font> </p> <p>I am setup as a timesheet administrator in the C:\Program Files\Microsoft Visual Studio 2005 Team System Web Access\Web\Web.Config.  But when I click on the Admin button on the menu bar I just receive a message (within the TSWA frame) which just says &quot;displayName&quot;</p> <p align=left> </p> <p align=left>Are there any additional configuration steps that I need to complete to get the Admin component working?</p>Mon, 18 Aug 2008 00:56:43 Z2009-10-28T21:19:01Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/816ce93a-4b60-4a90-a7e7-bef8e373bacehttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/816ce93a-4b60-4a90-a7e7-bef8e373bacewuwuhttp://social.msdn.microsoft.com/Profile/en-US/?user=wuwuWebAccess warm upHello,<br />my question is:<br />Every day in the morning, the first access to TFS over WebAccess takes very long. 30 secounds or longer. If the first access is done, the site open after that very quickly.<br />Are there some options to warm up the App Pool are something like that, that the first access in the morning is faster?<br /><br /> <hr class="sig" /> Thanks, Horst --------------------------------------------------------- MOSS 2007: 2 WFE's, 1 App (CA), 2 SQL 2005 Server - Mirror, 1 TFS 2008Wed, 07 Oct 2009 08:37:36 Z2009-10-28T15:21:01Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/0ecd7d1a-0883-4a42-958b-d1a6bfdcee4fhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/0ecd7d1a-0883-4a42-958b-d1a6bfdcee4frtandrahttp://social.msdn.microsoft.com/Profile/en-US/?user=rtandraTSWA 2008 SP1 - Work Item Store ExceptionWe are getting frequent interruptions of TSWA due to the Work Item Store Exception.  I know the limitations of TSWA but I am sure our user base it self is around 150Users with many of users accessing Work Items through Visual studio, rather than TSWA leaving a fraction of Business Analysts updating the WI through TSWA.   We do have a moderate 900 Active Work Items in one of our Large project which I think is also a real low to hit the limits of TSWA.   But still we are getting this every day. <br/><br/>I am trying to see what  are the other possible things without inturrupting the user sessions we can avoid Work Item Store exception.  I am sure there so many other using TSWA with much more larger activities.   Currently we setup to recycle the App Pool at 5AM and 6:30PM every day.   I saw sometimes, App pool touching the 2GB sometimes.<br/><br/>Thanks,<br/>RaviTue, 27 Oct 2009 14:31:16 Z2009-11-03T17:12:18Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/28195f8b-d55a-4b24-a96f-280f265012c9http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/28195f8b-d55a-4b24-a96f-280f265012c9Bill2010http://social.msdn.microsoft.com/Profile/en-US/?user=Bill2010Value does not fall within the expected rangeWe are running TSWA on TFS 2008. It has been working fine, but recently has started throwing a wierd &quot;Value does not fall withing the expected range&quot; error whenever anyone tries to log in. THis is not a particularly helpful message... i.e., what &quot;value&quot; is it referring to.<br/><br/>Any suggestions on where to look and/or how to fix this error?<br/><br/>EDIT: ===========================================================================<br/><br/>Also, this just occurred. This time I got the following exception when attempting to access TSWA:<br/><span> <h1>Server Error in '/' Application. <hr size=1> </h1> <h2><em>Value does not fall within the expected range.</em></h2> </span><span style="font-family:Arial, Helvetica, Geneva, SunSans-Regular, sans-serif"><strong><span style="font-family:Verdana">Description: </span></strong>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. <br/><br/><strong><span style="font-family:Verdana">Exception Details: </span></strong>System.ArgumentException: Value does not fall within the expected range.<br/><br/><strong><span style="font-family:Verdana">Source Error:</span></strong> <br/><br/> <table border=0 width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td><code>An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.</code></td> </tr> </tbody> </table> <br/><strong><span style="font-family:Verdana">Stack Trace:</span></strong> <br/><br/> <table border=0 width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td><code> <pre>[ArgumentException: Value does not fall within the expected range.] Microsoft.TeamFoundation.WorkItemTracking.Client.DataStore.HandleComException(Int32 hr) +98 Microsoft.TeamFoundation.WorkItemTracking.Client.DataStore.DatastoreClass.get_RootNode() +279 Microsoft.TeamFoundation.WorkItemTracking.Client.ProjectCollection..ctor(WorkItemStore store) +39 Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore.get_Projects() +81 Microsoft.TeamFoundation.WebAccess.TfsConnection.GetProject(String projectName) +27 Microsoft.TeamFoundation.WebAccess.TfsConnection.InitProject() +154 Microsoft.TeamFoundation.WebAccess.TfsConnection.get_CurrentProject() +16 Microsoft.TeamFoundation.WebAccess.TfsConnection.GetActiveTabs() +12 Microsoft.TeamFoundation.WebAccess.UI.Controls.PageHeader.RenderTabs(String activeTab) +182 Microsoft.TeamFoundation.WebAccess.UI.Masters.Content.RenderPage() +437 Microsoft.TeamFoundation.WebAccess.UI.WebAccessPageMaster.OnLoad(EventArgs e) +22 System.Web.UI.Control.LoadRecursive() +50 System.Web.UI.Control.LoadRecursive() +141 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627 </pre> </code></td> </tr> </tbody> </table> </span>Fri, 23 Oct 2009 21:34:44 Z2009-10-26T14:15:58Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/cfb1f88e-08a8-4f2f-a2af-2a475e56213ahttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/cfb1f88e-08a8-4f2f-a2af-2a475e56213akeunwoo Parkhttp://social.msdn.microsoft.com/Profile/en-US/?user=keunwoo%20ParkCan I create Web Access Ajax Custom Control?Our Project has Tow Cutom Fields (A, B)  with DropDownList.<br/>And these fields display data from DataBase.<br/>When A is changed, call webservice and get DB data and B DropDownList is filled with DB Data.<br/>But I add changed event in A control, When event fire, raised PostBack so MessageBox is showed.<br/>So I want create two DropDownList controls in Ajax Update Panel.<br/>Is it possible? Plz, give me some advise.<br/>Fri, 23 Oct 2009 08:41:21 Z2009-10-29T02:51:17Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/9c643ba7-6018-46e8-bbe5-639464f57c6ehttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/9c643ba7-6018-46e8-bbe5-639464f57c6elrcriteshttp://social.msdn.microsoft.com/Profile/en-US/?user=lrcritesOnly first bug in query prints in report viewI am trying to print the results of a query, but only the first two bugs show on the report - one on the first page and one on the second page.  There are over 30 bugs in my query results. Thank you in advance for your help.Fri, 23 Oct 2009 15:25:36 Z2009-10-23T16:38:18Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/21701ad4-5995-4880-8db3-1d85e27fcc70http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/21701ad4-5995-4880-8db3-1d85e27fcc70PRERIT AGARWALhttp://social.msdn.microsoft.com/Profile/en-US/?user=PRERIT%20AGARWALProblem with CMMI process web access...On the project portal i am only seeing the documents and reports. All the other stuff are missing. ( Dashboards, web acesss etc)<br/>Can anybody help me trouble shoot this .. :)<br/>I have TFS 2010 beta 1Thu, 22 Oct 2009 21:34:01 Z2009-10-26T08:35:51Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/f8d12515-478a-48e3-9461-3cac9dae45f5http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/f8d12515-478a-48e3-9461-3cac9dae45f5KandVhttp://social.msdn.microsoft.com/Profile/en-US/?user=KandVTSWA can not send out emailHi:<br/><br/>i just setup TFS 2008 and TSWA on client side, and trying to figure out how to send email from it. no matter how much i tried, i can not send out the email. i even try to configure it to gmail smtp server, but it still give me error of <br/><br/>'Unable to connect to remote server'<br/><br/><br/>my TSWA web.config is configured as following:<br/><br/><br/>  &lt;webAccessSettings&gt;<br/>    &lt;emailSettings sendingEmailEnabled=&quot;true&quot; enableSsl=&quot;false&quot; fromEmail=&quot;someone@gmail.com&quot; smtpHost=&quot;smtp.gmail.com&quot; smtpUsername=&quot;someone@gmail.com&quot; smtpPassword=&quot;pwd&quot; /&gt;<br/>    &lt;jscriptConfig&gt;<br/>      &lt;add name=&quot;showBrowserToolbar&quot; value=&quot;true&quot; /&gt;<br/>    &lt;/jscriptConfig&gt;        <br/>  &lt;/webAccessSettings&gt;<br/>  &lt;system.net&gt;<br/>    &lt;mailSettings&gt;<br/>      &lt;smtp deliveryMethod=&quot;Network&quot;&gt;<br/>        &lt;!-- Use default credentials --&gt;<br/>        &lt;network port=&quot;465&quot; /&gt;<br/>      &lt;/smtp&gt;<br/>    &lt;/mailSettings&gt;<br/>  &lt;/system.net&gt;<br/><br/><br/>anyone can help me with this?<br/>Tue, 15 Sep 2009 09:41:15 Z2009-10-23T09:42:19Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/1e4ff676-1cf8-4498-9f52-667f18521b01http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/1e4ff676-1cf8-4498-9f52-667f18521b01Enrique Riddlehttp://social.msdn.microsoft.com/Profile/en-US/?user=Enrique%20RiddleAdding a Work Item url to an email or web page.Can you add a TFS url link to an email body or in an html page so that users can go to TFS from a link.  We send out reports with WI(s) it would be nice to have the ability to click on a link to take you directly to this Work Item.Wed, 21 Oct 2009 16:20:02 Z2009-10-26T06:07:25Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/696cc6cf-927c-4571-84e9-bb00d914c13ehttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/696cc6cf-927c-4571-84e9-bb00d914c13echrizedhttp://social.msdn.microsoft.com/Profile/en-US/?user=chrizedTSWA 2005 on Port80?Hi all<br/><br/>I read some posts here which says that it's easy to change the tswa port from 8090 to 80. Is it working also with TFS 2005? If i read the new features from TFS 2008, then i see some changes for this issue in TFS2008.<br/><br/>TFS 2008 feature lists<br/>- Enable use of Sharepoint on any server and any port <br/>- Enable support for Reporting Services on any server and any port <strong>(new) (RTM)</strong> <br/>- Non-default ports – We’ve gotten a bunch of feedback from enterprise customers about TFS’s limited support for alternate web sites and ports running afoul of data center policies.  <br/>- ...<br/><br/>Best regards,<br/>ChristianMon, 19 Oct 2009 05:31:52 Z2009-10-23T06:29:14Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/9730c896-d18c-4d38-a579-4c4b76cd6862http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/9730c896-d18c-4d38-a579-4c4b76cd6862e-cyprushttp://social.msdn.microsoft.com/Profile/en-US/?user=e-cyprusIndex was outside the bounds of the arrayI have created a WIT and it works fine in Visual studio however when i try to use it on TSWA&nbsp; i get the message <div class="err">"Index was outside the bounds of the array."<br /><br />A related post on this forum advises to delete the mnemonics&nbsp; like &amp;amp; however the default work items like risk.xml&nbsp; or task.xml say's that we shouldn't .<br />I delete them and retried but still i got the message&nbsp; "Index was outside the bounds of the array."<br />the same happened when i replaced &amp;amp with &amp;quot <br /><br />How do i solve this ?"Index was outside the bounds of the array."<br /><br /><br />working with tfs 2008 <br />C.T</div>Thu, 15 Oct 2009 07:10:40 Z2009-10-20T05:19:08Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/90540ce3-3970-4161-9956-fe978df26688http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/90540ce3-3970-4161-9956-fe978df26688PumpkinHunthttp://social.msdn.microsoft.com/Profile/en-US/?user=PumpkinHuntTSWA 2008 - Work Item detail errors out<p align=left><font face=Arial size=2>Hello all...</font></p> <p align=left> </p> <p align=left>I've got a small problem on my upgrade to TFS 2008 using the Web Access piece.</p> <p align=left> </p> <p align=left>The upgrade from TFS 2005 to TFS 2008 appears to be fine, the upgrade from WSS 2.0 to WSS 3.0 went fine, but the upgrade to TSWA 2.0 seems broken.</p> <p align=left> </p> <p align=left>When I click on any work item from any Team Project and look for the detail pop-up... i get the following error in a yellow box.</p> <p align=left> </p> <p align=left>Could not load file or assembly 'Microsoft.TeamFoundation.WorkItemTracking.Controls, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.</p> <p align=left> </p> <p align=left>I reserached this and found this assembly to be in the VS 2008 SDK... but I couldn't get this assembly to install on a Workstation that has VS 2008.  I tried to install the SDK on the server but this errored out because VS 2008 is not on there (but TFS 2008 is).</p> <p align=left> </p> <p align=left>I feel like I'm wasting my time with that solution so I thought I'd ask others for different solution...</p> <p align=left>maybe a real reference to the assembly I'm looking for.  But any help would be taken. <img alt=Wink src="http://forums.microsoft.com/MSDN/emoticons/emotion-5.gif"></p> <p align=left> </p> <p align=left>Thanks in advance...</p> <p align=left>Ron D.</p> <p align=left>PumpkinHunt.com</p> <p align=left> </p> <p align=left> </p>Wed, 12 Mar 2008 19:27:20 Z2009-10-16T11:48:05Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/5a82137d-de7e-45ac-8186-77be8de06194http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/5a82137d-de7e-45ac-8186-77be8de06194chrizedhttp://social.msdn.microsoft.com/Profile/en-US/?user=chrizedStart external application from TSWA or reportHi all<br /><br />We use TFS2005 SP1 and work&nbsp;mostly with TSWA. Now i have the following situation:<br /><br />For creating release notes, we export a tfs report as an xml with according workitems. In a second step we use an&nbsp;own small application which transforms this xml in an powerpoint file (corporate identity). i know with xsl we can transform the xml directly, but i don't know how it works if the target file have to be a ppt-file. Our workaround is okay, but now i search a way to start this application from tswa directly or even better from the report. <br /><br />- Is it possible to create a button for starting an *.EXE on the TSWA interface or on a report?<br />- Other approaches to solve my problem?<br /><br />Any ideas are welcome. Thanks a lot.&nbsp;<br /><br />Regards,<br />Christian<br />Thu, 08 Oct 2009 06:32:08 Z2009-10-19T02:51:08Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/2e5c67b1-665e-4fd4-a889-ffaa5d81cf90http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/2e5c67b1-665e-4fd4-a889-ffaa5d81cf90FrankNMhttp://social.msdn.microsoft.com/Profile/en-US/?user=FrankNMRestriction team queries in team system 2008Hi,<br /><br />I was wondering if it is possible to restrict in some kind of way the possiblity for a group to see or update the team queries.<br />We have deployed TSWA for external users, but we don't want them to see or edit the team queries.<br /><br />Does anyone has an idea?<br />Thanks in advance<br />Mon, 12 Oct 2009 15:26:05 Z2009-10-19T03:00:03Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/4b9705bf-d2ca-47b8-bfcf-5bd56c6fb694http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/4b9705bf-d2ca-47b8-bfcf-5bd56c6fb694Kenneth Jimenezhttp://social.msdn.microsoft.com/Profile/en-US/?user=Kenneth%20JimenezTimeout settings for TSWA?Hi,<br/><br/>I have several users who have been experiencing disconnection problems after a few minutes of inactivity when working with TSWA.<br/>I have reviewed the setting on the configuration file and it is set to &quot;30&quot; (I understand that is minutes), however in IIS the timeout setting for TSWA is set to 120 seconds, could that be the reason why this is happening? Are there any other places I should be checking for this? Are there suggested values to set the timeout to?<br/>Thanks!Thu, 03 Sep 2009 22:26:33 Z2009-10-08T15:44:20Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/3ba9f5de-730e-43d0-b1fd-b546ada80108http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/3ba9f5de-730e-43d0-b1fd-b546ada80108Carmen V.http://social.msdn.microsoft.com/Profile/en-US/?user=Carmen%20V.Unable to access reports from Team System Web AccessI installed TSWA succesfully but the Reports tab is not working correctly, it is giving me the follwing error: <div class=err>The request failed with HTTP status 401: Unauthorized.<br/><br/>The reports can be accessed from  the Report Manager and from Visual Studio 2008 Team Explorer, and also the Reports tab works when browsing the TSWA from IIS.<br/><br/>Any idea?<br/>Thanks in advance</div>Fri, 04 Sep 2009 15:02:55 Z2009-10-08T08:02:53Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/287b7bf3-c42f-4233-a978-7de299a6fb0dhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/287b7bf3-c42f-4233-a978-7de299a6fb0dWarren LaFrancehttp://social.msdn.microsoft.com/Profile/en-US/?user=Warren%20LaFranceTeam System Web Access Email error...<p>So a user wants to email a work item to another user. They select email under the tools menu on a open work item.  After entering who to send the email to, they try to send it.<br/>This error message window opens up with this error:<br/>failure sending mail.  Unable to read data from the transport connection:  An exising connection was forcibly closed by the remote host.</p>Thu, 24 Sep 2009 15:48:45 Z2009-10-13T01:40:46Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/f78dcca1-f032-41cc-b5bb-d234a13362d7http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/f78dcca1-f032-41cc-b5bb-d234a13362d7Luis Esteban Valencia Muñozhttp://social.msdn.microsoft.com/Profile/en-US/?user=Luis%20Esteban%20Valencia%20Mu%u00f1oz: Culture name 'es-us' is not supported.<p align=left><font face=Arial size=2>Hello, I can access team ststem web access from my local machine.</font></p> <p align=left> </p> <p align=left>But one of my workers, have a yellow screen of error, and when I see the eventlog I have this problem</p> <p align=left> </p> <p align=left>The winodws 2003 is english, and the other machines are in spanish.</p> <p align=left> </p><font size=1> <p>Technical Information (for the administrative staff):</p> <p>Date (UTC): 11/22/2007 3:17:16 PM</p> <p>Machine: ESTACION120B</p> <p>Application Domain: /LM/W3SVC/4/Root-1-128402109169853977</p> <p>Assembly: Microsoft.TeamFoundation.WebAccess, Version=8.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35; v2.0.50727</p> <p>Process Details:</p> <p>Process Name: w3wp</p> <p>Process Id: 2860</p> <p>Thread Id: 5</p> <p>Account name: NT AUTHORITY\NETWORK SERVICE</p> <p>Detailed Message: A crash report for this problem was recently created; a new crash report for this occurrence of the problem is not being created. This problem has occurred 3 times.</p> <p>Web Request Details</p> <p>Url: http://estacion120b:8090/UI/pages/login.aspx [method: GET]</p> <p>User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727)</p> <p>Headers: Connection=Keep-Alive&amp;Accept=image%2fgif%2c+image%2fx-xbitmap%2c+image%2fjpeg%2c+image%2fpjpeg%2c+application%2fx-shockwave-flash%2c+application%2fvnd.ms-excel%2c+application%2fmsword%2c+*%2f*&amp;Accept-Encoding=gzip%2c+deflate&amp;Accept-Language=es-us&amp;Cookie=ASP.NET_SessionId%3dgfz5re55wnvtkfujlxo1hcvb&amp;Host=estacion120b%3a8090&amp;User-Agent=Mozilla%2f4.0+(compatible%3b+MSIE+7.0%3b+Windows+NT+5.1%3b+.NET+CLR+2.0.50727)&amp;UA-CPU=x86</p> <p>Path: /UI/pages/login.aspx</p> <p>Local Request: False</p> <p>Host Address: 192.168.1.155</p> <p>User: ESTACION120B\IUSR_ESTACION120B [authentication type: ]</p> <p>Exception Message: Exception of type 'System.Web.HttpUnhandledException' was thrown. (type HttpUnhandledException)</p> <p>Exception Stack Trace: at System.Web.UI.Page.HandleError(Exception e)</p> <p>at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)</p> <p>at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)</p> <p>at System.Web.UI.Page.ProcessRequest()</p> <p>at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)</p> <p>at System.Web.UI.Page.ProcessRequest(HttpContext context)</p> <p>at ASP.ui_pages_login_aspx.ProcessRequest(HttpContext context)</p> <p>at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()</p> <p>at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp; completedSynchronously)</p> <p>Inner Exception Details:</p> <p>Exception Message: Culture name 'es-us' is not supported.</p> <p>Parameter name: name (type ArgumentException)</p> <p>Exception Stack Trace: at System.Globalization.CultureTableRecord..ctor(String cultureName, Boolean useUserOverride)</p> <p>at System.Globalization.CultureTableRecord.GetCultureTableRecord(String name, Boolean useUserOverride)</p> <p>at System.Globalization.CultureInfo..ctor(String name, Boolean useUserOverride)</p> <p>at System.Web.HttpServerUtility.CreateReadOnlyCultureInfo(String name)</p> <p>at System.Web.UI.Page.set_UICulture(String value)</p> <p>at Microsoft.TeamFoundation.WebAccess.UI.WebAccessPage.OnPreInit(EventArgs e)</p> <p>at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)</p></font>Thu, 22 Nov 2007 16:24:14 Z2009-10-06T08:39:55Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/ef7044c4-57bd-45a8-ae52-d9554be08b74http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/ef7044c4-57bd-45a8-ae52-d9554be08b74Scott Simmshttp://social.msdn.microsoft.com/Profile/en-US/?user=Scott%20SimmsTSWA reverse proxy HTTPS "unsecure content" issueHi,<br/><br/>We have TFS Web Access 2008 (SP1) published via reverse proxy and all works fine except for an unsecure content (non-HTTPS) warning when editing a Work Item. <br/><br/>This suggests that there is a fully qualified reference to a HTTP server / resource somewhere.<br/><br/>Any hints on how to resolve this?<br/><br/>Thanks,<br/><br/>Scott.<br/>Wed, 08 Apr 2009 22:44:03 Z2009-10-05T23:39:58Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/6b6def62-2b4d-4931-98f2-7d1f72641b85http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/6b6def62-2b4d-4931-98f2-7d1f72641b85dyeagerhttp://social.msdn.microsoft.com/Profile/en-US/?user=dyeagerMaking multiple attachments with Microsoft Visual Studio 2008 Team System Web AccessOur QA group uses Team System Web Access for work items.  Is there a way to configure the product to allow us to attach multiple files in one operation and then enter the file data?  In the current configuration they can only attach one file at a time.  Since most of our work items involve multiple attachments, the process of adding attachments to work items can be cumbersome.Thu, 01 Oct 2009 12:58:49 Z2009-10-02T12:21:45Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/6f361e23-e386-4eb1-b793-68d23d741ea7http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/6f361e23-e386-4eb1-b793-68d23d741ea7dyeagerhttp://social.msdn.microsoft.com/Profile/en-US/?user=dyeagerTFS Web Access integration with Outlook?Is there a way to have TFS Web Access integrate with Outlook?  Our QA group uses TSWA for work items.  When we use the TSWA email feature, we are required to manually type in the email addresses.  <br/><br/>Is it possible for TSWA to use Outlook for email?  <br/><br/>Also, is there any way for TSWA to make an automatic entry on the History Tab when an email is sent?Thu, 01 Oct 2009 13:29:56 Z2009-10-02T12:25:16Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/c1876842-751e-4a8b-ac1e-267dd5accbdbhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/c1876842-751e-4a8b-ac1e-267dd5accbdbLuis Esteban Valencia Muñozhttp://social.msdn.microsoft.com/Profile/en-US/?user=Luis%20Esteban%20Valencia%20Mu%u00f1ozWebAcess Stopped working after sp1<p align=left><font face=Arial size=2></font> </p> <p>After I installed TFS sp1, I got this error.</p> <p align=left> </p> <p align=left>Now I cant connect niether tfs webacess, neither project, neither excel, neither vs 2005.</p> <p align=left> </p> <p align=left> </p> <p align=left> </p> <h1>You are not authorized to view this page</h1> <p align=left>The Web server you are attempting to reach has a list of IP addresses that are not allowed to access the Web site, and the IP address of your browsing computer is on this list. </p> <hr> <p>Please try the following:</p> <ul> <li>Contact the Web site administrator if you believe you should be able to view this directory or page. </li></ul> <h2>HTTP Error 403.6 - Forbidden: IP address of the client has been rejected.<br>Internet Information Services (IIS)</h2> <hr> <p>Technical Information (for support personnel)</p> <ul> <li>Go to <a title="http://go.microsoft.com/fwlink/?linkid=8180" href="http://go.microsoft.com/fwlink/?linkid=8180"><font color="#ff0000">Microsoft Product Support Services</font></a> and perform a title search for the words <b>HTTP</b> and <b>403</b>. <li>Open <b>IIS Help</b>, which is accessible in IIS Manager (inetmgr), and search for topics titled <b>About Security</b>, <b>Limiting Access by IP Address</b>, <b>IP Address Access Restrictions</b>, and <b>About Custom Error Messages</b>. </li></ul>Mon, 10 Dec 2007 16:00:25 Z2009-10-01T15:46:53Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/6267b4ae-ec70-452a-b16e-9ec605695077http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/6267b4ae-ec70-452a-b16e-9ec605695077maxum66http://social.msdn.microsoft.com/Profile/en-US/?user=maxum66Create work item via EmailHi,<br/> <br/> is it possible to create a work item by sending an email in a specific format to a specific user?Fri, 25 Sep 2009 18:22:23 Z2009-10-01T01:21:38Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/70e7c2f9-fcb1-4e61-af1d-33f29d8b5548http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/70e7c2f9-fcb1-4e61-af1d-33f29d8b5548ravi77sharmahttp://social.msdn.microsoft.com/Profile/en-US/?user=ravi77sharmaTFS Web access from internet<p>Hi,</p> <p>We have installed Team System Web access and want the web version of TFS to be accessible from outside world so that business owners can log bugs and also track the progress of the project.</p> <p>I am able to login to tfs from browser inside our LAN i.e. when I access <a href="http://&lt;server_name&gt;:8090/"><span style="color:#0033cc">http://&lt;server_name&gt;:8090/</span></a> URL (after entering <a href="http://&lt;server_name&gt;:8080/"><span style="color:#0033cc">http://&lt;server_name&gt;:8080/</span></a> in the login prompt that comes for TFS server name, username and password).</p> <p>We have created external IP for <a href="http://&lt;server_name&gt;:8090/"><span style="color:#0033cc">http://&lt;server_name&gt;:8090/</span></a> as xxx.xxx.xxx.xxx:123, so that we are able to access TFS from internet. Basically, request first comes to xxx.xxx.xxx.xxx:123 (Linux server), which then redirects to <a href="http://&lt;server_name&gt;:8090/"><span style="color:#0033cc">http://&lt;server_name&gt;:8090/</span></a>. I get the login prompt for TFS.</p> <p>We also have another external IP for <a href="http://&lt;server_name&gt;:8080/"><span style="color:#0033cc">http://&lt;server_name&gt;:8080/</span></a> as xxx.xxx.xxx.xxx:456. I enter this external IP inside the login prompt, username and password. It says TF30063: You are unauthorized to access this &lt;server_name&gt;. &quot;Page cannot be displayed&quot; error comes when I use <a href="http://&lt;server_name&gt;:8080/"><span style="color:#0033cc">http://&lt;server_name&gt;:8080/</span></a> as TFS server name to login.</p> <p>Can anyone help me to enable web access for TFS?</p>Wed, 09 Sep 2009 12:13:04 Z2009-09-24T08:29:44Zhttp://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/c964bbac-8e0b-4768-aae3-d2602cfa4ca9http://social.msdn.microsoft.com/Forums/en-US/tfswebaccess/thread/c964bbac-8e0b-4768-aae3-d2602cfa4ca9michael.e.obrienhttp://social.msdn.microsoft.com/Profile/en-US/?user=michael.e.obrienWIWA - custom controls?I have a project that is using custom controls via the Team Explorer and Team System Web Access - and it's working great.  Has been for a 6 months now.<br/><br/>However, now they would like to use WIWA, and the custom control is failing to load.  I've deployed it using the same method as TSWA, i.e., copy to the CustomControls directory.<br/><br/>Does WIWA support custom controls?  I can't find anything definite.<br/><br/>Is a different deployment of the custom control library needed?<br/><br/><br/>TIA<br/><br/>--<br/>mobTue, 08 Sep 2009 15:27:24 Z2009-09-23T07:14:00Z