Author Topic: ACIF indexer creates duplicate content inside the report  (Read 2634 times)

Siva

  • Guest
ACIF indexer creates duplicate content inside the report
« on: April 04, 2017, 04:40:48 AM »
Hi ,

Could anyone please advise if acif indexer creates any duplicate content inside the file while ingesting the report into CMOD ?

We have a Z/OS job which executes IDCAMS program and redirect the sysprint output into a cmod spool. The arsload started task picks the file and ingest it into CMOD using ACIF indexer and I could see few lines are getting repeated inside the file. But I don't see this issue with OS/390 indexer.

Do we need to provide any exit(or) parameters in the indexer configuration to handle this ?

Greg Ira

  • Full Member
  • ***
  • Posts: 240
    • View Profile
Re: ACIF indexer creates duplicate content inside the report
« Reply #1 on: April 04, 2017, 07:50:28 AM »
I can't imagine the ACIF indexer adding records to the content within the document.  Are you using input exits for the docs?

Siva

  • Guest
Re: ACIF indexer creates duplicate content inside the report
« Reply #2 on: April 05, 2017, 12:01:40 AM »
Greg,
We are not using any input exits. Below is our indexer definition :

CC=NO
CCTYPE=A
CONVERT=NO
CPGID=500
FILEFORMAT=RECORD
IMAGEOUT=ASIS
INDEXOBJ=ALL
INDEXSTARTBY=0
TRC=NO
TRIGGER1=*,*,' ',(TYPE=GROUP)
FIELD1=0,260,10,(DEFAULT='J7LB780')
INDEX1='REPORT_NAME',FIELD1,(TYPE=GROUP,BREAK=NO)
LINECNT=66

Greg Ira

  • Full Member
  • ***
  • Posts: 240
    • View Profile
Re: ACIF indexer creates duplicate content inside the report
« Reply #3 on: April 07, 2017, 05:29:26 AM »
Can you tell us what version and level you are at?

Ed_Arnold

  • Hero Member
  • *****
  • Posts: 1200
    • View Profile
Re: ACIF indexer creates duplicate content inside the report
« Reply #4 on: April 07, 2017, 08:40:11 AM »
A couple suggestions from the CMOD 2Q15 Newsletter:

http://www-01.ibm.com/support/docview.wss?uid=swg27045982

Troubleshooting with the ACIF indexer

Having problems loading a file with the ACIF indexer and don't know where to start? First see if
you can run the ACIF indexer standalone against the input. The ACIF installation verification
program is available in the file named hlq.SAPKSAM2(APKIVP). First, get the ACIF installation
verification program running, then index your input outside of Content Manager OnDemand with
just the ACIF indexer. Then you will know whether you have an ACIF problem or a Content
Manager OnDemand problem.


Validating An AFP Input File

Suppose you receive an AFP file from a vendor. How do you know whether it contains valid
AFP? Answer: Run it through the ARSAFPD utility. Sample JCL below:

//TMP1 EXEC PGM=IKJEFT01,REGION=0M,
// DYNAMNBR=200
//SYSPROC DD DSN=SYS1.SBPXEXEC,DISP=SHR
//*
//SYSTSPRT DD SYSOUT=*
//*
//SYSTSIN DD *
oshell /usr/lpp/ars/V9R0M0/bin/arsafpd -d -i /tmp/input.afp
//*


Ed



#zOS #ODF