Author Topic: APK462S A TRIGGER PARAMETER WAS SPECIFIED, BUT THE INPUT FILE IS ALREADY INDEXED  (Read 1218 times)

nikeshpj

  • Newbie
  • *
  • Posts: 9
    • View Profile
Hi,
I am not sure if this topic was discussed before in this forum(I couldn't find any).

I am facing this issue when I try to load a Line data and convert it to AFP.

2022-04-04 12:14:17.560806: ARS4335I Server Version <10.1.0.9>  Operating System <Linux> <#1 SMP Wed Feb 16 12:17:35 UTC 2022.3.10.0-1160.59.1.el7.x86_64> Database <DB2> <11.01.0406>
2022-04-04 12:14:17.568812: ARS4339I Application Group >SE-VD-QGBIFTC0<
2022-04-04 12:14:17.568850: ARS4340I Application >SE-VD-QGBIFTC0<
2022-04-04 12:14:17.568873: ARS4341I Storage Set >ASG_POC_StorageSet<
2022-04-04 12:14:17.568894: ARS4342I Storage Node >ASGPOC<
2022-04-04 12:14:17.568915: ARS4347I Encryption >None<
2022-04-04 12:14:17.568970: ARS4302I Indexing started, 152678 bytes to process
                          : APK415I CC=YES
                          : APK415I CCTYPE=Z
                          : APK415I CONVERT=YES
                          : APK415I CPGID=850
                          : APK415I MCF2REF=CPCS
                          : APK415I TRC=YES
                          : APK415I FILEFORMAT=STREAM
                          : APK415I TRIGGER1=*,13,X'40D2D6D5E3D6D5D9E740',(TYPE=GROUP)
                          : APK415I FIELD1=0,28,3,(TRIGGER=1,BASE=0)
                          : APK415I INDEX1=X'D2D6D5E3D6D5D9',FIELD1,(TYPE=GROUP,BREAK=YES)
                          : APK415I DCFPAGENAMES=NO
                          : APK415I UNIQUEBNGS=YES
                          : APK415I IMAGEOUT=ASIS
                          : APK415I INDEXOBJ=GROUP
                          : APK415I INDEXSTARTBY=1
                          : APK415I INSERTIMM=NO
                          : APK415I FORMDEF=F1IF93
                          : APK415I FDEFLIB=/archive/cmod/resources_se-viewdirect/fdef
                          : APK415I PAGEDEF=P1IF93
                          : APK415I PDEFLIB=/archive/cmod/resources_se-viewdirect/pdef
                          : APK415I PSEGLIB=/archive/cmod/resources_se-viewdirect/pseg
                          : APK415I OVLYLIB=/archive/cmod/resources_se-viewdirect/ovly
                          : APK415I FONTLIB=/archive/cmod/resources_se-viewdirect/font
                          : APK415I RESTYPE=ALL
                          : APK415I INPUTDD=/archive/preproc/VIEWDIRECT_SE/LOAD/QGBIFTC0.D220316_ebcdic
                          : APK415I OUTPUTDD=/archive/preproc/VIEWDIRECT_SE/LOAD/QGBIFTC0.D220316_ebcdic.out
                          : APK415I INDEXDD=/archive/preproc/VIEWDIRECT_SE/LOAD/QGBIFTC0.D220316_ebcdic.ind
                          : APK415I RESOBJDD=/archive/preproc/VIEWDIRECT_SE/LOAD/QGBIFTC0.D220316_ebcdic.res
                          : APK462S A TRIGGER PARAMETER WAS SPECIFIED, BUT THE INPUT FILE IS ALREADY INDEXED.
                          : APK448S INDEXING WAS REQUESTED, BUT NO GROUP 'TRIGGERn' NOR ANY 'FIELD' BASED ON IT WAS SATISFIED WITHIN THE PAGE RANGE SPECIFIED BY THE INDEXSTARTBY PARAMETER.
                          : APK441I ACIF AT PH34181 HAS COMPLETED ABNORMALLY WITH RETURN CODE 16.
2022-04-04 12:14:17.602599: ARS4309E Indexing failed
2022-04-04 12:14:17.602650: ARS4318E Processing failed for file >QGBIFTC0.D220316_ebcdic<
2022-04-04 12:14:17.614662: ARS4327E Processing has stopped.  The remaining files will NOT be processed.

Please ignore "APK448S", even after fixing the Triggers and fields I get the same error "APK462S ".
I have never seen this message "APK462S A TRIGGER PARAMETER WAS SPECIFIED, BUT THE INPUT FILE IS ALREADY INDEXED" till now in CMOD.
When I look at the input data, it does contain some index information.
Do any of you have successfully loaded such Line data with Index information embedded to CMOD-MP and converted to AFP?

Please suggest.


Regards,
Nikesh

Justin Derrick

  • IBM Content Manager OnDemand Consultant
  • Administrator
  • Hero Member
  • *****
  • Posts: 2229
  • CMOD Guru for hire...
    • View Profile
    • Tenacious Consulting
It looks like you already have a .ind file in the directory, so arsload is trying to use that, but sees that there's already an index file in the directory.

-JD.
IBM CMOD Professional Services: http://TenaciousConsulting.com
Call:  +1-866-533-7742  or  eMail:  jd@justinderrick.com
IBM CMOD Wiki:  https://CMOD.wiki/
FREE IBM CMOD Education & Webinars:  https://CMOD.Training/

Interests: #AIX #Linux #Multiplatforms #DB2 #TSM #SP #Performance #Security #Audits #Customizing #Availability #HA #DR

nikeshpj

  • Newbie
  • *
  • Posts: 9
    • View Profile
Hi Justin,
The report contained few lines starting with.
And somehow OnDemand treats it as Index information inside the document file itself.

¤ LÓÓ   130600000

When I removed these lines, the ACIF indexing succeeds.


Regards,
Nikesh P Joshi