The detailed process steps for Using IBM QualityStage and
AddressDoctor interface (QS-AVI) to do Identity Insight address cleansing
are described in a techdoc at ibm.com. This topic provides an overview
of the process, requirements, and a link to the detailed information.
Before you begin
The following products are required:
- IBM InfoSphere Information Server including IBM InfoSphere DataStage
and IBM InfoSphere QualityStage Version 8.0.1
- QS-AVI Data Quality stages
- AddressDoctor(R) Database for the required country.
About this task
The process follows this general sequence:
Procedure
- Define a QS-AVI stage job in DataStage and QualityStage
Designer.
- Import the “AddressValidateWS.dsx” file to the stage. (This
is a predefined Address cleansing job and has been designed for EAS
and QS-AVI integration.) The file can be found on the fix pack installation
disk: <RR_INSTALL>/srd-home/qsavi/AddressValidateWS.dsx
- Modify the Address Verification stage Enable the DataStage
job for Information Services.
- Define the DataStage job as a service in the Information
Server Console.
- Verify the deployment using WebSphere Information Services
Director (WISD) to generate and examine a Web service definition
language (WSDL) document for this new service.
- Test the Service in an environment such as WebSphere Integration
Developer.
- Activate the QSAVI feature, by changing the AddrConnection
under the OAC section of the pipeline.ini file to following format:
[OAC]
AddrConnection=qsavi://host:port/?timeout=ms
- host
- is the host name or IP address of the Infoserver.
- port
- is the port number. The default port is 9080.
- timeout
- is an optional parameter. You can set the connection timeout parameter
externally. The default connection timeout is 10000 ms (10 seconds).
What to do next
The detailed steps for this process are described in:
QS-AVI address cleansing as a Web process.