ISeries Office Integrator Revision History
From Support
1.24
2008-02-02
NOTE: Minimum OS/400 release is V5R1.
1.23
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')
1.22
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.
1.21
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.
- OFCCONNAPI - Connect to Office Integrator PC component and keep connection open.
- OFCQUITAPI - Disconnect from Office Integrator PC component.
- OFCCMDAPI - Run remote command. Can be used instead of OFCRUNPC once connected with OFCCONNAPI.
- OFCDBSNAPI- Send database file over open connection. Can use instead of OFCDBSND.
- OFCGETAPI - Get file from Office Integrator PC to IFS. Sends in binary format. Can be used instead of OFCTFR or OFCIFSRCV. Must be connected via OFCCONNAPI first.
- OFCPUTAPI - Put file to Office Integrator PC from IFS. Sends in binary format. Can be used instead of OFCTFR or OFCIFSSND. Must be connected via OFCCONNAPI first.
1.20
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.
1.19
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.
1.18
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
1.17
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
