Note: Revision history for this Document Management product continues in the Release Notes pages.
iSeries Office Integrator is ready for V6R1/V7R1 of i5/OS, starting with version 1.24
2015-12-18
2014-03-03
2013-02-05
New commands added to support new data queue driven PC component.
Commands supporting OFCDQCMD/OFCDQTFR
2011-10-17
Fixed problem that user overrides were being deleted after using any of several Office Integrator commands, including OFCRUNPC.
2010-07-31
This release encompasses V1.29 and 1.30 so there is no 1.29 or 1.30 build.
Added OFCPDFPRTV command to library. Requires RJS VPDF API which may require a separate workstation license. Contact RJS for more info.
On error, OFCPDFPRTV may log one of the following errors: 0 Successful -4 Invalid Printer name -5 No PDF file found to print -11 PDF command line options error -10 PDFPrint SDK be damaged
Resolved random FTP file transfer errors from OFCIFSSND and OFCTFR. When sending files via FTP to a remote server, user was getting random errors. Turns out if a file was 426000 bytes, the transfer was failing because the first 3 characters were getting interpreted as a 426 FTP code when they were really part of the byte transfer count. We no look for 466<blank> in the response code.
2009-01-22
Added build for CPYTODEL1. This program was missing and can be used to export to CSV from the OFCEXPORT command.
2009-01-13
Added a check for 426 error to OFCTFR command API. Customer was getting a 426 error along with s 226 for successful completion even though file was not transferred. This check should handle this condition and throw an error instead of a successful completion. Source for FTP result check program OFCTFR2R is now included in case customers run across odd FTP conditions that we cannot re-create. OFCTFR2R program source can be found in file SOURCE in library RJSOFFICE
2008-10-23
Added OFCTIMEOUT data area for realtime CL API call OFCCONNAPI. If set to any non-zero value, a timeout will occur in xx number of seconds if the connect fails. This should minimize or prevent periodically locking up FTP session connects to a remote FTP server such as the iSeries Office Integrator PC component. If set to 0, we will set an indefinite timeout (same as previous library versions). Default value: 10.
2008-09-28
Updated the OFCIFSSND command to optionally copy the originating IFSFILE to a temp file in /RJSTEMP prior to FTPing the file to the remote FTP server. A data area named OFCSNDCPY controls whether the copy feature is used. If OFCSNDCPY is set to *NO (default), the OFCIFSSND command works as always. If OFCSNDCPY is set to *YES, the /RJSTEMP file copy option is enabled and happens automatically when OFCIFSSND is called.
This option was added to help users FTP documents that may be stored on an NFS share. FTPing from an NFS share directly seems to fail.
2008-02-02
NOTE: Minimum OS/400 release is V5R1.
2007-09-05
Added remote command before and after parameters to the OFCRUNPC command. This will allow users to send commands such as 'SENDPASV 1' to set passive mode prior to sending remote commands to the remote FTP server. Example to set passive mode and run Windows Notepad program: OFCRUNPC CMD(NOTEPAD.EXE) OPTION(*SHELL) CMD1('SENDPASV 1')
2007-02-05
Added OFCPDFPRT command to the RJSOFFICE library. equires iSeries Office Integrator PC component V1.1.61 and above. Requires RJS PDF Viewer.
2007-01-30
Added realtime API calls. These new API's allow commands to be run without disconnecting from the PC component after each command call. Uses persistent FTP connection to Office Integrator PC component.
2005-12-20
Added term server multi-port support. If an IP address or Host entry is added in the OFCTSVR00 file, the OFCRUNPC command and other Office Integrator commands now assume they are connecting to a Windows Terminal Server where each user may be running a copy of the PC component with a different IP port number. When connecting to a terminal server, the OFCUSR00 file is checked for which IP port to use. If a user is not found in OFCUSR00, the commands will always try to use the port set in the OFCPORT data area.
2004-11-12
Fixed StrPairQuotes function used in the PAIRQUOTES logic so that data does not get truncated if there is a blank space at the beginning of a data field when sending a file via OFCEXPORT, OFCSQLIFS or OFCDBSND.
2004-11-01
Added new PAIRQUOTES parm to OFCEXPORT to pair up double quotes in delimited output files if found in data stream. This will allow MS Word to correctly parse the delimited file if the data stream contains double quotes. Commands changed: OFCEXPORT, OFCSQLIFS and OFCDBSND
2004-06-15
Added replace from/to parameters to replace characters that are not valid when parsing a CSV file. The most notable of character replacements would be replacing a double quote character (") with a single quote (') to keep MS Word or Excel from parsing a delimited record incorrectly. Commands changed: OFCEXPORT, OFCSQLIFS and OFCDBSND
Still have questions? We can help. Submit a case to Technical Support.