Problem: Error 52 Bad File Name of Number Trace Point: 575 occurs when trying to check-in a document from the RJS Imaging Scan Workstation. Solutio…
Problem:Overlay on an *AFPDS report prints fine but may be misaligned after being converted to PDF. Solution: The probable reason it printed correctl…
Client Access provides a batch data transfer function in the RTOPCB and RFROMPCB console programs. These programs allow unattended data transfer and …
To allow the iSeries HTTP server to browse a directory
AS/400 Code Pages CCSIDs EBCDIC
IBM APAR: II09973 This error can be caused if the FTP exit points are missing from the AS/400 system. This can happen if an AS/400 was updated from CI…
Display Mode Description 02/16/99 14:11:25Mode d…
NOVELL TECHNICAL INFORMATION DOCUMENTTITLE: Netsoft router "Auto-Disconnecting system(s)"DOCUMENT ID: TID1003693DOCUMENT REVISION:…
Calling functions from within %ROW blocks is the same as calling the function from an %HTML block with one important difference. Within a %ROW block, …
IBM AS/400 Support LineTechnical DocumentDocument Number: 8011926____________________________________________________________Functional Area: …
Listed below is a sample macro for use with the Century Software TinyTerm Terminal Emulator to launch a WebDocs search right from within TinyTerm. C…
Dim lcField As Field 'Declare field object work variable'/////////////////////////////////////////////////////////////////////' This loop will copy a…
To change a spool file's name to RPT100: Change the spool file name to RPT100: OVRPRTF FILE(QPQUPRFIL) SPLFNAME(RPT100) Run the Query: RUNQRY QRY(…
To configure an iSeries machine for TCP/IP: Create an ethernet line description to identify the hardware resource name for the ethernet card: Go t…
This method for running Tomcat on iSeries gives room for adequate system performance for production level uses of Tomcat. First, run Tomcat in its own…
Normally it is quite easy to convert from a C prototype to an RPG prototype. A C prototype has the following form: return_type name ( parameters );…
Using DOCEXITC DOCEXITC is a CL program object (*PGM) in the RJSIMAGE library. A sample source member is in the RJSIMAGE/SOURCE file. The program i…
There are two naming conventions that can be used in DB2 for OS/400: system and SQL. The naming convention used affects the method for qualifying f…
5769PW1 V4R2M0 980228 SEU SOURCE LISTING 09/16/03 15:42:07 PAGE 1SOURCE FILE . . . . .…
Using Forms Scripting To use forms scripting, you use the FormDocs Automation Basic Editor: Open the FormDocs Designer. Open a FormDocs form templa…
Problem When you open the RJS Script Editor, a Windows GPF error occurs. The error details show that the DLL file dpofeedb.dll caused the error. …
Problem: You get the error:HTTP 500.100 - Internal Server Error - ASP errorInternet Information Services The technical information for support person…
Problem: You are running FDMERGE on a Windows 2003 server. When you request dynamic content such as an Active Server Pages (ASP) page, ASP.NET pa…
This document describes in detail the definition of TIFF-F that is used to store facsimile images.
Introduction To do any Java Servlet or JSP development on the iSeries, you can use either Websphere Application Server or Apache Tomcat Server. RJS S…
Problem: If a customer is using namefmt 1 as the default setting for their FTP Server, the RJS FTP Library installation program will not work because...
What's the best way to secure some of the spooled files in an output queue without securing others?
This article is designed to help you learn some basic commands for the IBM iSeries. Not every user has the security to run all of the command list below. Things to Know, Command Line Length, Displaying System Values,To Display System Operator Messages,To Display the Session Job Log, Library and Library List Commands, Output Queue and Report Commands, Viewing Directories and Files on the IFS (Integrated File System), Checking a User Profile, FTP Server Commands
Listed below is a compilation of the files included in the Visual Basic Runtime File Installation program. Some of the files are part of the WISE…
The following steps can be used from the iSeries to test to see if a SMTP email server can correctly send email messages. This is the best way to trou…
Problem: The customer may receive the following message after updating the operating system to V6R1.Message ID . . . . . . . . . : MCH42B5Message f…
Problem: When you try to download a file to a Microsoft Excel spreadsheet using the Microsoft Excel ODBC driver, you get the error: -3035: S1000: …
You can password-protect FormDocs form design templates to prevent others from opening or modifying them. Note: This article does not include info…
To enable PDF encryption with FormDocs and WinSpool/400 Electronic Forms Print Server, you need to modify the form to enable PDF passwords. You make …
When merging an iSeries report with a FormDocs form overlay, the best place for custom script code is in the Form_BeforePrint event. The Form_BeforeP…
22001 No free handles22002 Cannot allocate memory22003 Not session owner22004 …
[INDEX]DOCUMENT TYPE=ARINDEX01=INDEX02=6/23/04INDEX03=1INDEX04=CO 777339INDEX05=CHI 06/22/04 KENINDEX06=34172[OUTPUT]TYPE=PDFNAME=M0000522.PDFPATH=\\C…
Data Table Dim dt As New DataTable 'Data row array Dim rows() As System.Data.DataRow Dim row As DataRow 'Build Data Table in Memory dt.Columns.A…
The answer here is to use OS/400's Restore (RST) command. This is a fairly easy command to run, but there are one or two quirks to watch out for as y…
Problem: You receive the following error when running any RJS Software product that requires Visual Basic 5.0 SP3 runtime files in Windows NT 4.0: Ru…
The following sample programs include a CL program and an ILE RPG (V5R1 Free Format Calcs) program to create a text message and email the message from…
You can use the following ample CL program to set the user defined data (USRDFNDTA) when printing a report: PGM …
This following is a sample iSeries itoa C function:H dftactgrp(*no) bnddir('QC2LE') D itoa PR * ExtPro…
Use the following sample ILE RPG code to format dates: H option(*nodebugio) …
You can use the following script to retrieve records from a database. This particular example only returns data from the first record: Dim SQLString…
Use the following sample VB script code to assign fields from page 1 to page 2, and so on:Private Sub Form_BeforePrint (Device As fdPrintDevice, Canc…
To capture the value from the report to determine whether or not to print the image on the form, use the following sample VB code:' If the decision f…
When troubleshooting a problem with one of the RJS Software Systems' connectivity products, change the Job Description for the user signing on to the…
To configure the Apache Web Server to work with Web Report Server/400: Prerequisite: Web Report Server/400 version 1.18 or above. Note: If you are u…
With V5R2 and above, you can use the CHGSPLFA command to set the user defined data of a spool file. For example: To set the To email address and t…
You want to connect your iSeries to the internet through your internet router so you can send email messages with SMTP. You currently cannot ping an internet IP address from the iSeries, but you can from a PC.
To set up ODBC to transfer data from a Microsoft Access database table to an iSeries file using Fetch-n-Fill: Create the iSeries file: Enter iS…
Windows 7 does not allow access to the registry or work files on a machine. As a work-around, set the properties for an EXE so that it runs as an adm…
This is an article pulled from an Internet Newsgroup:Subject: Re: THREED20.OCX active 3d, trouble distributing, some resolution. Date: 1997/04/03 Auth…
See the following: Separating Batch Work from *BASE Need some performance tuning tips or suggestions. Creating a separate memory pool for a subsyst…
Creating the AS/400 Save File The following steps will allow you to send a spool file to RJS Software Systems Inc. in an outq. This will allow us to a…
Problem: Customer has just installed the Web Report Server on a new PC running Windows XP with NTFS. They were getting a "User xxx not logged in" err…
Introduction Intermittent and occasional errors present one of the greatest challenges when supporting an application or system. Until V5R4 of the …
The FDMERGE command is a multi-threaded command in the WINSPOOL library. FDMERGE merges a text based (SCS) spool file with a form overlay natively on…