Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DDP021

Pages: [1] 2 3 4 5 6 ... 23
1
Report Indexing / Re: Setting up a NON indexed TRUE AFP report
« on: November 30, 2023, 08:29:45 AM »
we got the file to load using and old OS390 Indexer.  its breaking on each record in the file (which are 2 pages each).  We cannot understand HOW since we are not specifying any FIELDS in the CMOD setup.  Seems to break on its own correctly.  IDEALLY we want just one line to show when doing a search and not separate index lines.  The data and resource files come from the mainframe.

INDEXSTYLE=AFP
CPGID=500
RESTYPE=FDEF,OVLY
CCTYPE=A
INDEXOBJ=ALL
INDEXSTARTBY=1
CONVERT=YES
CC=YES
FILEFORMAT=RECORD
TRC=NO
MCF2REF=CF

2
Report Indexing / Re: Setting up a NON indexed TRUE AFP report
« on: November 30, 2023, 06:56:05 AM »
Well we received a new datafile from requestor.  This file DID actually load.  Strange thing it created 5 separate indexes.  But when you open any of them, they are blank. The 87 msg also references the DOC CNTL which is IN the datafile but not used anywhere in the CMOD definition.  I've attached below the lines from the 87 msg.
 
The field name 'DOC CNTL' found in the index file does not match any expected fields.  The field will be ignored.
 OnDemand Load Id = >91767-12-0-1FAA-20231130000000-20231130000000-91768<
 Loaded 7 rows into the database

3
Report Indexing / Re: Setting up a NON indexed TRUE AFP report
« on: November 30, 2023, 03:58:12 AM »
Just as a followup, from what you indicated, the DOC CNTL in the data isnt a TLE record.  We had attempted to edit the file by adding an _ to it (DOC_CNTL) to match the CMOD field setup with bad results.  Apparently manually editing a fullly composed AFP data file isnt good! So now we have removed the DOC_CNTL from App Grp.  Only fields we have are POSTING_DATE, PAGE_CNT, LOAD_DATE, REPORT_NAME and DESCRIPTION fields.  Awaiting a new clean AFP datafile from requestor to test.  (FYI-  I did remove the duplication INDEXOBJ=ALL line on the indexer.  THANK YOU for catching that!!)

4
Report Indexing / Re: Setting up a NON indexed TRUE AFP report
« on: November 29, 2023, 09:54:05 AM »
I agree Justin...We've been trying to copy from an existing AFP setup in CMOD that was using TLE Records for Indexing and removing things to get it to just send ONE index to CMOD.  At one point we somehow got it to break at each page but when opening each index was blank..Here are the fields we have defined.  I have a DOC_CNTL  field in App Grp and App.  I believe you are right about how the data is being stored.  The DOC_CNTL line on the data file has NOOP on it

!..Lµ°.......DOC_CNTL....NOOP: BB930000001MultSite

Is there a way to get this to work as its defined now?


5
Report Indexing / Re: Setting up a NON indexed TRUE AFP report
« on: November 29, 2023, 02:55:29 AM »
My apologies Justin, have been out on vacation.  The data would be FULLY COMPOSED.  Below is the ACIF Indexer we are atteempting to use.  I've also included the error from 88 msg.  We are thinking the data is bad??

AFP.MCF2REF=CF
CONVERT=YES
USERLIB=/usr/lpp/ars/reslib/fdeflib:/usr/lpp/ars/reslib/fontlib:/usr/lpp/ars/reslib/overlib:/usr/lpp/ars/reslib/pdeflib:/usr/lpp/ars/reslib/pseglib
INDEXOBJ=ALL
CPGID=500
DCFPAGENAMES=NO
UNIQUEBNGS=YES
IMAGEOUT=ASIS
INDEXOBJ=ALL
INDEXSTARTBY=0
INSERTIMM=NO
RESTYPE=ALL
FORMDEF=F1CSFEAS

From 88 msg in CMOD Log

 : APK267S EITHER NO ENVIRONMENT GROUP WAS SPECIFIED FOR THE PAGE OR AN ERROR OCCURRED IN THE ENVIRONMENT GROUP.
 : APK105I THE ERROR REPORTED ABOVE OCCURRED IN LOGICAL RECORD NUMBER 29, WHOSE SEQUENCE NUMBER IS NOT AVAILABLE, AND RESOURCE NAME IS UNKNOWN.
 : APK441I ACIF AT PH34181 HAS COMPLETED ABNORMALLY WITH RETURN CODE 8.

6
Report Indexing / Re: Setting up a NON indexed TRUE AFP report
« on: November 24, 2023, 04:56:32 AM »
Justin,

We receive 2 files, a data file and a resource file.  These TRUE AFP files, no text


7
Report Indexing / Re: Setting up a NON indexed TRUE AFP report
« on: November 22, 2023, 04:36:06 AM »
Just a followup-  We attempted to use the DOC CNTL record off the data as an index and then not map it in the folder.  But when attempting to load file, received the below message:

APK462S A TRIGGER PARAMETER WAS SPECIFIED, BUT THE INPUT FILE IS ALREADY INDEXED.
APK441I ACIF AT PH34181 HAS COMPLETED ABNORMALLY WITH RETURN CODE 16.

!  LÓÓ   ACS  PCSFFUDR2023-11-0611:00:5621CSFFUS40 W/ER   
!  Lyy   N              4                                 
!  LÓÓ   PK93028                                           
!  L¿ö   CDSCG1                                           
!  LyÝ   00000000    000000001                             
!  Lµ°       DOC CNTL    NOOP: BB930000001MultSite         
!  LzÝ   00000000    000000001                             
!  Ly®   P                                                 
!  LyI   P                                                 
! ¯L¿«       f C0H400D0  e T1V10500     d   -    f C0H20000
!  L£¬           S10BMAE1                                 
!  Lw®           }  \                                     
!  L£º           }  \                                     
!  LzI   P                                                 
!  L®¬   S10BMAE1     ©                                   
!  Lyº   P                                                 
! ^LÓº    L G   L © 1  G { L   I³ü E + ûSECOND REQUEST G {
!  Lzº   P                                                 
!  Lz®   P                                                 
!  Ly®   P                                                 
!  LyI   P                                                 
! \L¿«       f C0H400D0  e T1V10500     d   -    f C0H40090
!  L£¬           S10BMAE1                                 
!  Lw®           }  \                                     

8
Report Indexing / Setting up a NON indexed TRUE AFP report
« on: November 22, 2023, 04:15:49 AM »
Hello,

We have a user requesting to setup a true AFP data report to CMOD with NO indexing.  Has anyone ever done this before?  We believe there is one TLE record called DOC CNTL.  I've attached a sample screen shot for reference.


9
Content Navigator / Re: Blank spaces between data rows
« on: August 28, 2023, 07:08:36 AM »
Just a followup, the user logged into a different laptop and had NO issues viewing...So its something on her primary laptop that changed a few months ago.  Again, she's tried both Chrome and Edge browers and gets same bad resuots.  Any ideas what setting needs changed?
?

10
Content Navigator / Blank spaces between data rows
« on: August 23, 2023, 06:19:14 AM »
We have a user who has an issue viewing reports in Content Navigator.  Issue is when viewing any report, its now adding blank rows between data lines where there isnt any.  No other users are seeing this issue.  Hers started 2 months ago.  We've had her try Chrome and
Edge browsers and also clear browser and cache.  Neither corrected issue.  It appears isolated to her PC.  We are having her try another PC to see if it happens there also.  Just curious if anyone has any suggestions what can be looked at??

11
Report Indexing / Re: Character removal question
« on: February 23, 2023, 08:02:46 AM »
Thanks Justin.  We just noticed when setting a new definition up, both APP and APP Grp setups had the Chraracter Removal option and weren't sure where we would want to set that up.  For this particular setup, we just want to removed trailing spaces on the Account number index.  So werent sure where to set that on, the App or App Grp definition.  Take care, Dave.

12
Report Indexing / Re: Character removal question
« on: February 23, 2023, 02:59:38 AM »
Thanks everyone for the response.  I guess my question is, with the option to set these parameters on both the Application and Application Group setups,  which option is the better place to set turn them on (ie Application or Appliction group definition).

13
Report Indexing / Character removal question
« on: February 22, 2023, 09:14:51 AM »
Hi there...Stupid question...We see on the Application setup under the LOAD INFORMATION tab options for Character Removal (Leading, imbedded, trailing) for App Grp names.  We also see these options under the APP GRP setup under the FIELD INFORMATION tab.   If you wanted to incorporate these, where would set them, the APP setup, AppGrp setup or both?

14
Report Indexing / Re: Adobe Acrobat Pro
« on: October 10, 2022, 07:38:46 AM »
That's what we assumed also.  Was just checking.  thank you!

15
Report Indexing / Re: Posting date issue
« on: October 10, 2022, 04:09:46 AM »
We had an older OS390 definition defined so we were able to use it instead of ACIF

Pages: [1] 2 3 4 5 6 ... 23