Integration Architects may identify custom file layer types
that are no longer needed or valid, and request the System Administrator
delete them.
About this task
This procedure is for advanced users with a knowledge
of XAPIs and APIs.
To delete a custom file layer type:
Procedure
- Open a text or XML editor.
- Enter text to delete the custom file layer type by specifying
the original primary key along with the “Delete” operation, as in
the following example:
<?xml version="1.0" encoding="UTF-8"?>
<MultiApi>
<API Name="manageFgConsumerFileLayerType">
<Input>
<FgConsumerFileLayerType ConsumerFileLayerTypeKey="DR13E_GUID"
Operation="Delete"/>
</Input>
</API>
</MultiApi>
- Save the XML file to a local directory.
- Select Tools > B2B Console > Business
Processes > Manager.
- Search for the FileGatewayCustomLayerXAPI business process.
- Select Execution Manager to execute the FileGatewayCustomLayerXAPI
business process, specifying the XML file from step 3 as the document.
- The B2B Console executes the business process and deletes
the custom file layer type in the database.
- Stop and Restart Sterling File Gateway.