Incomplete record read from file

Infosphere's Quality Product

Moderators: chulett, rschirm

Post Reply
valia
Participant
Posts: 1
Joined: Fri Dec 09, 2005 3:57 am

Incomplete record read from file

Post by valia »

Hi,

Need some help with quality stage. We are building new rules for greek and we get the following errors. Any idea where to look for the mistake?
Thanks!
=========================================
NV(2676):12/09/05 15:18:35 LOG: $Build: (SINGLE)RELEASE inv.exe_7_5_0_8_050218_13:08:09 $
INV(2676):12/09/05 03:18:35 PM LOG: Start
INV(2676):12/09/05 03:18:35 PM LOG: LOCALE is: Greek_Greece.1253

C:\Ascential\QualityStageServer75\INV -i C:/Projects/IBMPROC1/Data/FCUST -o C:/Projects/IBMPROC1/Data/CHARINV -f C:/Projects/IBMPROC1/Controls/CHARINVI -s 564 -S 564

INV(2676):12/09/05 03:18:35 PM LOG: LC_COLLATE is Greek_Greece.1253
INV(2676):12/09/05 03:18:35 PM LOG: *** create_stan_env ***
INV(2676):12/09/05 03:18:35 PM LOG: Warning: User Classification Override file C:\Projects\IBMPROC1\Controls\GRAREA.UCL found! This will override the CLS entries.
INV(2676):12/09/05 03:18:35 PM LOG: --- Dictionary length for process = 217
INV(2676):12/09/05 03:18:35 PM LOG: *** initialize ***
INV(2676):12/09/05 03:18:35 PM LOG: ioOpenFile C:\Projects\IBMPROC1\Data\FCUST(IORead)
INV(2676):12/09/05 03:18:35 PM LOG: file C:\Projects\IBMPROC1\Data\FCUST open
INV(2676):12/09/05 03:18:35 PM LOG: Using BufSize = 102400, AllocSize = 102400, kind = 3, encoding = native for C:\Projects\IBMPROC1\Data\FCUST
INV(2676):12/09/05 03:18:35 PM LOG: *** process_patterns ***
INV(2676):12/09/05 03:18:35 PM (MSG_vio.c:12; vio.c:1526) ERROR: Incomplete record read from file C:\Projects\IBMPROC1\Data\FCUST

INV(2676):12/09/05 03:18:35 PM (MSG_vio.c:13; vio.c:1528) ERROR: len=566, BufCnt=273, BufSize=102400, HaveCnt=273, readCnt=0, readRtn=0

INV(2676):12/09/05 03:18:35 PM (MSG_investc.c:83; investc.c:2443) ERROR: Unable to process investigation
INV(2676):12/09/05 03:18:35 PM (MSG_vutils.c:13; vutils.c:1287) ERROR: vexit status=25

INV(2676):12/09/05 03:18:35 PM LOG: End
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Welcome aboard! :D

The warning is simply an alert that you are using an override, so can safely be ignored.

The error suggests that there is a problem with the FCUST file - at least one of the rows in the file does not match the file definition that you have set up for it.

The good news is that - so far at least - this has nothing to do with the new rules. The bad news is that you need to make sure that the FCUST file completely agrees with its file definition. The definition has more columns than the actual file in at least one row.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply