Integration Architects may identify revisions needed for
the custom file layer types, and request the System Administrator
make the changes.
About this task
This procedure is for advanced users with a knowledge
of XAPIs and APIs.
To edit a custom file layer type:
Procedure
- Open a text or XML editor.
- Enter text to edit the custom file layer type by specifying
the original primary key for the custom file layer type along with
the new values for whatever he wants to change, as in the following
example:
<?xml version="1.0" encoding="UTF-8"?>
<MultiApi>
<API Name="manageFgConsumerFileLayerType">
<Input>
<FgConsumerFileLayerType
ConsumerFileLayerTypeKey="DR13E_GUID"
Description="NEW Double Rot13 Encryption Description"
DisplayLabel="NEW Double Rot13 Encryption">
<FgConsumerFileLayerParameterTypeList
TotalNumberOfRecords="2">
<FgConsumerFileLayerParameterType
ConsumerFileLayerParameterTypeKey="DR13E_CH_GUID"
Description="NEW Encryption Charm Description"
DisplayLabel="NEW Encryption Charm"
ParameterName="NewEncryptionCharm"/>
<FgConsumerFileLayerParameterType
ConsumerFileLayerParameterTypeKey="DR13E_FF_GUID"
Description="NEW File name format"
DisplayLabel="NEW File name format"/>
</FgConsumerFileLayerParameterTypeList>
</FgConsumerFileLayerType>
</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 updates
the custom file layer type in the database.
- Stop and Restart Sterling File Gateway to use the
revised custom file layer types.