Creating a synchronous resource group
When you create a synchronous resource group, set Type to Sync. If you set priority settings for a synchronous resource group, the Factory ignores them.
Using the Reserved element, you can reserve a synchronous resource group to run only those files assigned to the group in the TargetResourceGroup element of the SOAP header of an ExecuteReport request.
<SOAP-ENV:Body>
<CreateResourceGroup>
<ResourceGroup>
<Name>Sales Forecasts</Name>
<Disabled>false</Disabled>
<Type>sync</Type>
<Volume>Fairfield</Volume>
<Reserved>false</Reserved>
</ResourceGroup>
</CreateResourceGroup>
</SOAP-ENV:Body>
The response to CreateResourceGroup is an empty operation if the request succeeds. If the request fails, an error message appears.