IBM InfoSphere Master Data Management, Version 10.1You can run the batch samples using the runbatch command.
bin\runbatch.bat personsearchtest.txt personsearchtest.out personsearch
bin/runbatch.sh ./personsearchtest.txt. /personsearchtest.out personsearch
If WriterQueue is set to com.dwl.batchframework.queue.FileWriterQueue, compare the contents of the file personsearchtest.out with personsearchtest.out.sample file. If they are the identical, the search sample is successful. If the contents are not identical, review the error codes to determine what is wrong.
However, if WriterQueue is set to com.dwl.batchframework.queue.WriterChainedQueue, an output folder personsearchtest.out is created. The successful and failed transactions are listed in the batchLoadSuccess.out and batchLoadFail.out respectively
Last updated: 12 Sep 2012 Topic URL: