OnDemand User Group

Support Forums => Report Indexing => Topic started by: jsquizz on September 27, 2022, 09:33:26 AM

Title: RC 0 with ACIF/Line - File still fails
Post by: jsquizz on September 27, 2022, 09:33:26 AM
We're trying to load a line data file, V10.5, loading from RHEL into Z/OS, db2 of course. Anyone have thoughts.

Code: [Select]
2022-09-27 10:30:02.385741: ARS4302I Indexing started, 5738 bytes to process
                          : APK415I CC=YES
                          : APK415I CCTYPE=A
                          : APK415I CONVERT=NO
                          : APK415I CPGID=500
                          : APK415I MCF2REF=CPCS
                          : APK415I TRC=NO
                          : APK415I FILEFORMAT=RECORD
                          : APK415I TRIGGER1=*,100,X'D9E4D540C4C1E3C5',(TYPE=GROUP)
                          : APK415I FIELD1=0,110,10,(TRIGGER=1,BASE=0)
                          : APK415I FIELD2=4,67,10,(TRIGGER=1,BASE=0)
                          : APK415I INDEX1=X'D9C481A385',FIELD1,(TYPE=GROUP,BREAK=YES)
                          : APK415I INDEX2=X'C5C481A385',FIELD2,(TYPE=GROUP,BREAK=YES)
                          : APK415I DCFPAGENAMES=NO
                          : APK415I UNIQUEBNGS=YES
                          : APK415I IMAGEOUT=ASIS
                          : APK415I INDEXOBJ=GROUP
                          : APK415I INDEXSTARTBY=1
                          : APK415I INSERTIMM=NO
                          : APK415I RESTYPE=NONE
                          : APK415I INPUTDD=/file.ARD
                          : APK415I OUTPUTDD=/dev/null
                          : APK415I INDEXDD=/file.ind
                          : APK415I RESOBJDD=/dev/null
                          : APK440I ACIF AT PH34181 HAS COMPLETED NORMALLY WITH RETURN CODE 0.
2022-09-27 10:30:02.410835: ARS4308I Indexing completed
2022-09-27 10:30:02.410931: ARS4312I Loading started, 5738 bytes to process
2022-09-27 10:30:02.417521: ARS1146I Loaded 0 rows into the database
2022-09-27 10:30:02.417560: ARS4311E Loading failed
2022-09-27 10:30:02.418853: ARS4318E Processing failed for file >file.ARD<
2022-09-27 10:30:02.568891: ARS4327E Processing has stopped.  The remaining files will NOT be processed.

I still get a return code 0, but the file fails, from a trace (ALL=15)

Code: [Select]
193386:140103472973632 09/27/2022 10:22:13:537542 ERROR arsloadc.c(1187)ArcLOADCP_Stash:Current state msg_id=641
193386:140103472973632 09/27/2022 10:22:13:669974 ERROR arsload.c(12188)ArcLOADP_LoadArchive:Current state msg_id=1161
193386:140103472973632 09/27/2022 10:22:13:671257 ERROR arsload.c(18112)ArcLOAD_ProcessFile:Current state msg_id=1168
193386:140103472973632 09/27/2022 10:22:13:828007 ERROR (null)(0)(null):Sending message to library server msg timestamp=2022-09-27 10:22:13.671384 msg userid=ADMIN msg severity=2 msg num=88 msg text=ARS0088E Application Group Failed Load: Name(AG) LoadId(--INDEXING ONLY--) File(file.ARD) msg appl=T msg logid=164557526
193386:140103472973632 09/27/2022 10:22:13:828016 ERROR (null)(0)(null):CONSOLE message msg num=88
193386:140103472973632 09/27/2022 10:22:13:828035 ERROR (null)(0)(null):ARSLOG message msg num=88
193386:140103472973632 09/27/2022 10:22:13:831973 ERROR arsloadc.c(4486)ArcLOADC_Main:Current state msg_id=1177
Title: Re: RC 0 with ACIF/Line - File still fails
Post by: jsquizz on September 28, 2022, 08:42:37 AM
Make sure your compression is set folks ;)
Title: Re: RC 0 with ACIF/Line - File still fails
Post by: Justin Derrick on September 28, 2022, 01:38:23 PM
Uh, is it possible to NOT set it?  How did you create the AG/App definition?  XML?

-JD.
Title: Re: RC 0 with ACIF/Line - File still fails
Post by: Ed_Arnold on October 03, 2022, 10:54:48 AM
Okay, ACIF completed with RC=0 but the loading failed.

The second box, are there messages before what you put in the second box?

What versions of CMOD are in play here - both loader and server?

Ed