Domino Report Server/400 is ready for V6R1/V7R1 of i5/OS, starting with version 1.60
1.60
2009-09-21
Added PDF header data area PDFVER. This now controls the PDF version set in the PDF header. Default - %PDF-1.5. Dft used to be 1.3. If the data area is blank or missing, the PDF converters will use 1.3 as the default.
1.59
2008-04-08
Updated java class CreateDocument to correctly set values for Domino Field Groups. If a field already had a value the Domino Field Group value was not replacing correctly for a new document.
1.58
2008-02-01
NOTE: Minimum OS/400 release is now V5R1.
1.57
2007-10-21
Updated NTS008R PDF converter to generate a report on legal paper size if the report is 80 columns and more than 66 lines per page.
1.56
2006-04-06
Added the NTSADDRPTJ command for adding a new report to a Domino database using the native Domino API. Needs JDK 1.4.
Added NTSUSEJAVA data area. If set to *NO we will use existing NTSADDRPT API. If set to *YES use NTSADDRPTJ Java API.
Added NTSUSERID data area. Domino user. Added NTSUSERPW data area. Domino password. Note: The Java API seems to work without a Domino user ID and password, but just in case, we added the data areas for user/password.
Implemented NTSJAVAEN command to restore RJS Java objects to the IFS. Note: This command must be run before using the NTSADDRPTJ command.
Implemented new VFYJDK command to verify if the Java JDK 1.4 is loaded on the iSeries.
1.55
2004-02-02
Resolved problem where user would get a RNX9998 - "Pointer not set for location referenced" error from NTSMON001.
1.54
2003-11-08
Changed NTSLIST to create temporary file with *NOMAX for record count.
Changed hard coded library references to the QNOTES library to *LIBL for programs that bind to lotus service programs LIBNOTES and QNNINAPI. Apparently Domino R6 allows the Domino Server library to be something other than QNOTES.
Changed hard coded library references to the QNOTES library to *LIBL for the NTSDOMCMD CL command and rebuilt the API.
1.53
2003-09-23
Added spool overrides to PDF converter. Page Orientation Override values: *PORTRAIT = portrait page orientation *LANDSCPAE = landscape page orientation Font Size Override (1-20) Line Space Override suggested values: 80 col portrait = 8 132 col landscape = 7 198 col landscape = 6
Changed QUSRSPLA data area default from 1411 to 1600 so we pick up the user defined options correctly. Thes fields are used for overriding spool file info.
1.52
2002-09-14'
Major change: implemented the ability to handle up to 999999 spool file entries per AS/400 job. this is to comply with V5R1 update to allow this. NOTE: If users are using any of the report server commands in their own programs, they will need to test their programs to make sure the programs don't need to be updated to handle the new 6 digit spool file numbers.
1.51
2002-09-04'
When documents are ifs documents with outpty 9, remove the ext: from the user defined data to prevent user defined fields from mapping incorrectly when the special keywords of *USERDEF1 - *USERDEF10 are used to map user defined data into notes fields.
1.50
2002-09-02
Added initial F1 help panel implementation to selected commands.
1.49
2002-07-23'
If a spool file is created with an outpty of '9' and the data type is *USERASCII, data will be extracted in raw spool file format and the file extension will be extracted ROM the user defined data field.
EXAMPLE: EXT:PDF~ This option enables the domino report server to capture user ASCII spool files that contain PC file data and store them in the report manager database.
1.48
2002-07-23'
Added NTSUPG command to upgrade settings to new library if installed.
1.47
2002-07-14'
Created NTSSVRPATH command to set the path to the domino server so NTSDOMCMD is no longer needed when talking to a domino server.
Created command NTSADDRP5 and RPG program NTSADDRP5R and CL NTSADDRP5C to be used as alternatives to NTSADDRP1C or NTSADDRP4C for adding new documents. this should prevent potential crashes when running domino 5.0.9a or above.
1.46
2002-05-11'
Added new PDF converter program to create PDF files that are updateable.
Also added NTSPDFPGM data area to tell the email report server which PDF converter to use. if set to TS008R, the regular PDF converter is used. if set to NTS018R, the new PDF converter will be used.
1.45
2002-03-25
Added ability to copy *IPDS files with text converters. some customer have *IPDS reports that will copy with CPYSPLF.
1.44
2002-01-30
Added NTSMONEND command to flag the OUTQ monitor to end. a customer running domino v5.05 notified us that they were killing the domino report server OUTQ monitor and this was causing their domino server to crash they were already using the ntsaddrp4c PGM with the NTSADDRPT command, so that wasn't the problem. we're speculating the problem occurred because of the way he killed the OUTQ monitor job. also added the DOMENDFLAG data area.
1.43
2002-01-07
Changed NTSADDRP4R to trim blank space only on the right side of data fields. We were trimming leading and trailing blank spaces.
Created DMASCII and DMEBCDIC translation table data areas to support data translation.
1.42
2001-12-27'
Added page size for *letter or *A4 paper to the RTF Converter. Also added paragraph point spacing for 80, 132 or 198 column reports to RTF Converter.
1.41
2001-11-30'
Added auto page scaling option to PDF Converter if the page scaling parm default gets changed to *AUTO. This will auto-scale PDF file sizes based on page length/width/LPI/CPI.
1.40
2001-08-07'
Fixed CPYAFPPDF command to keep it from locking up when called from a java environment. The RJSTIFF service program has been compiled for release V4R1 compatability. We changed it to V4R2 compatability and it now works. Java was added to the as/400 in V4R2.
1.39
2001-06-07
Changed command NTSADDRPT to always use program NTSADDRP4C instead of NTSADDRP1C. This should prevent potential Domino server crashes caused with Domino V5.0.2 or above when NTSMON or NTSADDRPT are called.
1.38
2001-05-19
Added LPAR access code checking option.
1.37
2001-04-30
Added output queue group selection to NTSMON command. A new field was added to file NTSDIR00 to support this feature.
1.36
2001-02-20
Added ability to map program name and library name into user defined field 2 if the user def 2 field = *PGMNAME.
1.35
2001-02-20'
Changed RTF, PDF, HTML converters to scan up to 200 lines for the longest report line during conversion.
1.34
2001-02-12'
When converting AFP to PDF with command NTS0063, we will now retry the TIFF to PDF conversion up to 2 times if it fails. Sometimes the TIFF to PDF conversion fails for no reason and works the second time it's called. Very bizarre.
1.33
2001-02-08'
Removed 'TCPIP' port from NTSADDRP1 and NTSADDRP4R. This change did not resolve the issue we were trying to address, so we're removing the change.
Created NTSLOG command to run in NTSMONC2 to log parms passed to NTSADDRPT command. This allows customers to verify info going to Domino documents. Data area NTSLOG must be set to *yes to enable this option.
Fixed text converters so that they correctly merge zero line space info. We swapped the merge fields around because the fields were getting merged in the incorrect order. We also now write the last line of a report if it contains zero line spacing.
1.32
2001-02-02
Added 'TCPIP' port to NTSADDRP1 and NTSADDRP4R. This will make sure we always attempt to access any remote databases using the 'TCPIP' Domino port.
Added NTSSERVER data area & cmd which will allow the entered server name to be overridden with the longer formats such as: cn=rjs400/o=rjs software systems inc. Rjs400/rjs software systems inc. Rjs400.
1.31
2001-01-10'
Fixed user defined data to pass all 255 characters instead of only the first 150 characters.
1.30
2000-12-28
Created command NTSLIST to list spool files from a selected outq to an *outfile. This is a utility command and not currently used by any of the report server programs.
Spool entry length is now picked up from the user space so the 82/88 setting will not be needed. This eliminates the need for the QLISTLEN data area.
1.29
2000-12-15'
Fixed NTSMON001 so that if a report gets deleted from an outq while we are processing it will not kill the outq monitor.
1.28
2000-12-08'
Extended NTS005 converter to handle a 100 character IFS path instead of 50.
1.27
2000-11-30'
Created NTSTEMPDIR data area. Changed all programs that use /RJSTEMP dir to RTV temp dir from the data area.
1.26
2000-11-21'
Added job/user/job number to temp file names to prevent potential work file naming conflicts.
1.25
2000-11-10
Replace { } characters with brackets when performing an RTF conversion. This prevents errors when opening an RTF report if it has an unmatched bracket in the report data.
Added new zero line spacing logic to the TXT, HTML, RTF and PDF text converter programs. Data should not get lost on the reports any more.
1.24
2000-11-03'
Added #PRAGMA(0) to NTSADDRP1. The CHGDTAARA command was not being converted correctly to EBCDIC after our upgrade to Domino 5.0.4. PRAGMA(0) will insure that all CHGDTAARA commands are run with EBCDIC data.
Enabled setting the creation date using the domino CONVERTTEXTTOTIMEDATE function in program NTSADDRP4R.
Changed NTSWAIT data area default to 1 second.
1.23
2000-11-03
Created command ntsaddrp4 and RPG program NTSADDRP4R and CL NTSADDRP4C to be used as alternatives to NTSADDRP1C when adding a document to a database. This should prevent potential crashes when running Domino 5.0.4 or above.
1.22
2000-10-14'
Errors will now be output to DOMOUT or DOMERR files for troubleshooting.
Added NTSWAIT data area. For wait time between polling intervals.
1.21
2000-10-05
Fixed NTS002 txt converter to prevent -0002 errors if a data line is blanks.
Creation date value is now set using the NSFITEMSETTIME function instead of the NSFITEMSETTEXT function. This insures there are valid date values in the CREATIONDATE database field. A European customer had been claiming that the Domino Report Server/400 was messing with their domino server date formats. This might solve that problem also.
1.20
2000-08-24
Created NTS0062 to replace NTS0061 for TIFF conversion. NTS0062 writes output to the IFS and uses the QDLS folder only as a temp path.
Created AFP to PDF command NTS0063 and also added the AFP to PDF handling to the NTSMONC2 command if an *AFPDS spool file is chosen to be processed.
Added code to move objects from TIFFLIB to library RJSERS.
Created NTS010C program. It now writes host print transform conversions directly to the IFS instead of a shared folder.
Changed all commands to create temp work files in the /RJSTEMP IFS directory.
Replaced NTS0063 with CPYAFPPDF in NTSMONC2 program. PDF converter is a separate purchase item for now.
Added NTSDATEFMT data area to NTSMONC2 to correctly format report creation date info. This was done to handle international date formatting.
1.19
2000-08-11' NTSADDDB now does a CHGAUT to make sure the IFS file has *PUBLIC *RWX authority.
1.18
2000-08-11
Fixed problem with the NTSMONC2 program not correctly editing spool file numbers greater than 99. We edit the spool file numbers to remove leading zeros. This was causing errors if converting AFP reports or extracting raw spool file data.
1.17
2000-08-04
Added PCL to PDF conversion option.2) Added NTSATR command to determine report type when PDF is chosen for data type.3) Added PCL to PDF conversion to NTSMONC2.
1.16
2000-07-21' Expanded custom index fields to have 10 index fields available instead of 5.
1.15
2000-07-19
NTSEXT will not be called any more unless the report data type is text (*SCS). On *AFPDS reports or *USERASCII reports, errors were occurring when we tried to use the CPYSPLF command in NTSEXT. Error was cpa3311 - attributes of file not supported.
1.14
2000-07-10'
Added NTSPARSEC CL API for parsing string data.
Added *USERDEF1 - *USERDEF5 keyword handling to parse user defined index.
1.13
2000-06-27
Fixed problem where line space/skipping wasn't picked up on the last record. This change was only made to NTS002 which is the ASCII text PRN converter. We will not change the other converters unless asked.
1.12
2000-06-22
Added 5 custom index fields to the NTSADDRPT and NTSADDDB commands. This was done to allow users to add up to 5 custom index fields to our AS/400 Report Manager Domino Database template.
Created NTSEXT command to extract data from a spool file based on information entered in the Domino field group table NTSFLD00. Up to 5 index fields can currently be extracted from a single report.
Created Domino field group maintenance program NTS102.
Converted menu to UIM style rolling menu.
Created alternate RTF converter to use if running with different AS/400 code pages. Also created data area RTFCOMMAND to determine which RTF converter to call.
NTSKEY00 source is shipped. NTSKEY00 gets created with CCSID 65535 which should allow usage on a foreign system with a different CCSID.
1.11
2000-06-15
Added Domino field group and Domino reader group tables. NTSFLD00 and NTSRDR00.
Removed database DIR field from entry screen in NTS100.
1.10
2000-03-20
When converting to PDF, scan for '\)' and replace with '\134)' if found this should prevent errors in case of a slash and parenthesis found on the right side of a report data line.
1.09
2000-02-18
Added ZEROSPC parm to ERS004 command.
1.08
2000-02-09
Changed NTSMON to pick up user defined information from the user defined data in the spool file and pass it to user field 1 assuming the field was not already filled in. If so, the user field 1 information is not set.
1.07
2000-02-09
Created NTSADDRP1 C program to be used with the NTSADDRPT command to add a report document to a Domino database. This program essentially eliminates any dependencies on the HITEST API. This will hopefully resolve the odd Domino R5 crashes we've seen.
1.06
2000-02-02
Added timestamp logic to NTSLOG00 logging file and NTSMON001.
1.05
2000-01-04
Added CHKOBJIFS command to check for ifs files.2) Added *NEW as activation group for all programs.
1.04
2000-01-04
Added API key to all converters. They cannot be used outside of the Domino Report Server/400 program.
Added PDF converter command NTS008.
Modified converters to use a 410 byte record length instead of a 9999 byte record.
Modified NTSADDRPTR to call the terminate SUBPROCEDURE if an error occurs during processing. This should hopefully prevent R5 server errors and should make sure we get switched back from the QNOTES profile.
1.03
1999-12-09
Modified menu to allow access to the QNOTES spool files on OPT 9.
Added info messages to NTSMONC2 to tell us what's going on during processing in the job log.
Modified SBMJOB to submit the job under user ID QNOTES. This will assume that QNOTES is given *SPLCTL and possibly *ALLOBJ authority.
1.02
1999-12-01
Modified NTS003R to add CSS2 page breaks to HTML pages when they are created. This will allow nice printing from IE 4.0/5.0 of the HTML documents.
1.01
1999-11-01
Added field copy to NTS101R so fields can be copied when adding a report description also added NTSKEYC program and the REPORTKEY data area.