Table of Contents

Search

  1. Preface
  2. PowerCenter Mappings and Workflows
  3. B2B Data Exchange Transformations
  4. B2B Data Exchange Workflows
  5. Creating Workflows for Event Reconciliation
  6. Forms Designer
  7. Configuring Email for Monitor Notification
  8. B2B Data Exchange Web Services API
  9. B2B Data Exchange Run-time Java API
  10. B2B Data Exchange Forms Designer Java API

Input/Output Ports

Input/Output Ports

Configure input/output ports for the DX_Profile_Parameters transformation on the
Ports
tab.
The following table describes the DX_Profile_Parameters input/output ports:
Port
Type
Description
DXProfileID
string
Required. Identifier of the profile.
DXEventId
string
Optional. Identifier of the associated event. You can use this port together with the ProfileId port.
If you set the EventId port, the transformation retrieves the parameter values from the event context.
If an exception occurs, the associated event status is set to Error.
DXErrorMessage
string
Error message that the transformation generates.
DXErrorCode
string
Error code that the transformation generates. If the transformation fails, the value of the DXError port is greater than zero.
The following table describes the DX_Profile_Parameters output-only ports:
Port
Type
Description
DXParametersXML
string
XML string that contains all the defined parameter names and values for the profile.
Each required parameter must have a port. If the value represents a multiple selection, the value appears as a string that contains a semicolon-separated list of values. For example:
<parameters> <parameter name="" isnull={true/false}" isdefault="{true/false}"> ...CDATA value... </parameter>
To generate the XML string, the output port must be connected.
<Parameter>
string
Profile parameters that the transformation gets when you import a DX_Profile_Parameters transformation.
The transformation populates the port from all the imported ports that are not default ports, such as eventId or profileId.
Identifies the imported ports by name. Treats ports with the same name as a single parameter.
If a parameter port does not match a defined parameter,
B2B Data Exchange
generates a debug log message.
All <parameter> ports are strings. You can change the port type in the Operation Console with the Form Designer to one of the following types:
  • Boolean. {true | false}, not case sensitive.
  • Multi-selection. Semicolon (;) separated list of strings.
  • Date. MM/DD/YYYY HH24:MI:SS.US

0 COMMENTS

We’d like to hear from you!