Error while runnig a job which has a single "Match Stag

Infosphere's Quality Product

Moderators: chulett, rschirm

Post Reply
Ravindar
Participant
Posts: 30
Joined: Tue Mar 23, 2004 6:14 am
Location: Chennai, India

Error while runnig a job which has a single "Match Stag

Post by Ravindar »

Hi,

I created a job which has a single Match stage.I followed the procedure given in the "Getting started manual" to create the match stage.This stage will find the duplicate records based on the address field.

I then sucessfully deployed the job.
But I am getting following error when tried to run it.

ERROR:

"D:/Qualitystage_Projects/RAVIN/Logs/MATCH.0.log:IntegApl(2484):07/07/2004 05:26:19 PM (MSG_pex.c:4; pex.c:834) ERROR: child [001]DTF[Run 001/Step001 of MATCH](900) failed with status 1
D:/Qualitystage_Projects/RAVIN/Logs/MATCH.0.log:IntegApl(2484):07/07/2004 05:26:19 PM (MSG_pex.c:22; pex.c:721) ERROR: terminating app with 1
D:/Qualitystage_Projects/RAVIN/Logs/MATCH.0.log:IntegApl(2484):07/07/2004 05:26:19 PM (MSG_pex.c:4; pex.c:834) ERROR: child [004]SORT[Run 004/Step001 of MATCH](864) failed with status 1
D:/Qualitystage_Projects/RAVIN/Logs/MATCH.0.log:IntegApl(2484):07/07/2004 05:26:19 PM (MSG_pex.c:4; pex.c:834) ERROR: child [005]MAT[Run 005/Step001 of MATCH](856) failed with status 1
D:/Qualitystage_Projects/RAVIN/Logs/MATCH.0.log:IntegApl(2484):07/07/2004 05:26:19 PM (MSG_pex.c:4; pex.c:834) ERROR: child [007]UNI[Run 007/Step001 of MATCH](832) failed with status 1
D:/Qualitystage_Projects/RAVIN/Logs/MATCH.0.log:IntegApl(2484):07/07/2004 05:26:19 PM (MSG_pex.c:4; pex.c:834) ERROR: child [003]FRQ[Run 003/Step001 of MATCH](880) failed with status 1
D:/Qualitystage_Projects/RAVIN/Logs/MATCH.0.log:IntegApl(2484):07/07/2004 05:26:19 PM (MSG_pex.c:4; pex.c:834) ERROR: child [002]SBSP[Run 002/Step001 of MATCH](888) failed with status 1
D:/Qualitystage_Projects/RAVIN/Logs/MATCH.0.log:IntegApl(2484):07/07/2004 05:26:19 PM (MSG_pex.c:4; pex.c:834) ERROR: child [006]SORT[Run 006/Step001 of MATCH](848) failed with status 1
D:/Qualitystage_Projects/RAVIN/Logs/MATCH.0.log:IntegApl(2484):07/07/2004 05:26:19 PM (MSG_pex.c:4; pex.c:834) ERROR: child [008]XTR[Run 008/Step001 of MATCH](836) failed with status 1
D:/Qualitystage_Projects/RAVIN/Logs/MATCH.0.log:IntegApl(2484):07/07/2004 05:26:19 PM (MSG_vutils.c:13; vutils.c:1412) ERROR: vexit status=1
D:/Qualitystage_Projects/RAVIN/Logs/MATCH.Step001.log:DTF(2952):07/07/2004 05:26:19 PM (MSG_vio.c:12; vio.c:1516) ERROR: Incomplete record read from file D:\Qualitystage_Projects\RAVIN\Data\GS020000
D:/Qualitystage_Projects/RAVIN/Logs/MATCH.Step001.log:DTF(2952):07/07/2004 05:26:19 PM (MSG_vio.c:13; vio.c:1518) ERROR: len=515, BufCnt=172, BufSize=102400, HaveCnt=172, readCnt=0, readRtn=0
D:/Qualitystage_Projects/RAVIN/Logs/MATCH.Step001.log:DTF(2952):07/07/2004 05:26:19 PM (MSG_vutils.c:13; vutils.c:1412) ERROR: vexit status=1"


Please help me to get rid of this problem.

Thanks in Advance.
JamasE
Participant
Posts: 32
Joined: Sun Aug 31, 2003 5:52 pm

Re: Error while runnig a job which has a single "Match

Post by JamasE »

Ravindar wrote:Hi,
ERROR:

D:/Qualitystage_Projects/RAVIN/Logs/MATCH.Step001.log:DTF(2952):07/07/2004 05:26:19 PM (MSG_vio.c:12; vio.c:1516) ERROR: Incomplete record read from file
Encountered this one before. You've got a number of possibilities here. Is the data file you're reading in the right directory? Does it have the right name (including no extension)? Is it fixed-width? (If you're using the default file in the GS project, the last two problems shouldn't be an issue.) Is the file defined properly in the Datafile Definitions?

Any of those things going wrong can produce that error.

Cheers,
Jamas
PilotBaha
Premium Member
Premium Member
Posts: 202
Joined: Mon Jan 12, 2004 8:05 pm

Re: Error while runnig a job which has a single "Match

Post by PilotBaha »

Ravindar wrote:Hi,

I created a job which has a single Match stage.I followed the procedure given in the "Getting started manual" to create the match stage.This stage will find the duplicate records based on the address field.

I then sucessfully deployed the job.
But I am getting following error when tried to run it.
Thanks in Advance.
Ravindar,
what did the support people mention when you reported this problem? (I am assuming that you did)..
Post Reply