Setting properties for the resource groups on a BIRT iHub
SetServerResourceGroupConfiguration supports configuring all the resource groups on an BIRT iHub. Use this operation to:

Change the setting that indicates whether the iHub is a member of the resource group.

Set or change the maximum number of Factory processes available to the resource group.

Set or change the file types the resource group can run.
SetServerResourceGroupConfiguration is available only to an Encyclopedia volume administrator or a user in the Administrator role.
<SOAP-ENV:Body>
<SetServerResourceGroupConfiguration>
<ServerName>end00166</ServerName>
<ServerResourceGroupSettingList>
<ServerResourceGroupSetting>
<ResourceGroupName>Default Sync</ResourceGroupName>
<Activate>true</Activate>
<Type>sync</Type>
<MaxFactory>2</MaxFactory>
<FileTypes>
<String>RPX</String>
…
</FileTypes>
</ServerResourceGroupSetting>
<ServerResourceGroupSetting>
<ResourceGroupName>Default Async</ResourceGroupName>
<Activate>true</Activate>
<Type>async</Type>
<MaxFactory>2</MaxFactory>
<FileTypes>
<String>RPX</String>
</FileTypes>
</ServerResourceGroupSetting>
<ServerResourceGroupSetting>
<ResourceGroupName>Quarterly Sales
</ResourceGroupName>
<Activate>true</Activate>
<Type>sync</Type>
<MaxFactory>2</MaxFactory>
<FileTypes>
<String>DOX</String>
</FileTypes>
</ServerResourceGroupSetting>
<ServerResourceGroupSetting>
<ResourceGroupName>Regional Forecasts
</ResourceGroupName>
<Activate>true</Activate>
<Type>sync</Type>
<MaxFactory>2</MaxFactory>
<FileTypes>
<String>RPTDESIGN</String>
<String>RPTDOCUMENT</String>
</FileTypes>
</ServerResourceGroupSetting>
</ServerResourceGroupSettingList>
</SetServerResourceGroupConfiguration>
</SOAP-ENV:Body>
The response to SetServerResourceGroupConfiguration is an empty operation if the request succeeds. If the request fails, an error message appears.