IM InfoSphere Identity Insight, Version 8.0

DQM function 660: DQM extender

DQM function 660 enables a UMF segment to be sent by the HTTP transport to a designated port for further external data quality processing.

This function also accepts the modified UMF segment from a successful HTTP response. The external data processing must return the modified segment in UMF format. A successfully modified UMF segment will be processed by the pipeline.

Function Parameters

CME HTTP Transport URI
URI of an external process to be contacted by the application monitor HTTP transport.
http://hostname:port/path?&timeout=n&retries=n
where:
hostname
Specifies a valid, fully qualified host name of the web server that hosts the pipeline HTTP transport.
port
Specifies the port of the HTTP web service.
path
Specifies the path to the HTTP web service.
timeout
Specifies the time in milliseconds to wait before a request times out. The default value is 60000.
retries
Specifies the number of times a request should be retried after timing out. The default value is 3.

Exception codes

Exception code Description Severity level
-1 The third-party HTTP server returned an invalid or null response. 5
0 The response from the HTTP server was valid but did not change the UMF segment. 0
1 The response from the HTTP server was valid and changed the UMF segment. 0


Feedback

Last updated: 2011