0 out of 3 rated this helpful Rate this topic

How to: Set the Maximum Attachment Size for Work Items

You can use the built-in Web services to set the maximum attachment size for work items.

Required Permissions

To perform this procedure, you must be a member of the Administrators group on the Team Foundation application-tier server. For more information, see Team Foundation Server Permissions.

To set the maximum attachment size for work items

  1. In Internet Explorer, open the following URL:

    http://<tfsserver>:8080/WorkItemTracking/v1.0/ConfigurationSettingsService.asmx?op=SetMaxAttachmentSize

    where <tfsserver> represents the name of the Team Foundation Server.

    NoteNote:

    Even if you are logged on with administrative credentials, you must start Internet Explorer as an administrator to perform this function on a computer that is running Windows Server 2008 or Windows Vista. To start Internet Explorer as an administrator, click Start, click All Programs, right-click Internet Explorer, and then click Run as administrator. For more information, see the Microsoft Web site

  2. In the maxSize box, enter the maximum attachment size in bytes, and then click Invoke. The maximum attachment size is 2 gigabytes.

Did you find this helpful?
(2000 characters remaining)
Community Content Add
Annotations FAQ
Need to run this on the AT console
The web service mentioned herein needs to be called from a web browser that is running on the AT machine itself, as it may not be called from remote machines by default. To follow these steps, first log into the physical AT machine or Remote Desktop to it.

--TrevorH