Problem: User gets the following error in the AS/400 job log when launching a doc with DOCIMAGEVW command: 430 Class Does't Support Automation Err…
The WebDocs iSeries Edition has 2 main tables that control user security and acess to info: DOCUSR00 and DOCSEC00.
To programatically create new user entries on the iSeries for a users access to WebDocs
To capture inbound faxes into WebDocs: Install IFS Tools on the iSeries. Compile the IFSMONQF1 exit program, the source of which can be found in R…
Option ExplicitSub Main'Method: docCheckinNew32 'Desc: Checkin New Document'Public Function docCheckInNew32(ByVal sWebDocsUserID As String, ByVal sIF…
PGM DCL VAR(&SEARCHVAL) TYPE(*CHAR) LEN(100) + VALUE('123456') /* Sample KEYWORD 1 value + of…
When initializing the WebDocs iSeries system for start-up, do the following: Clear all documents from the system using the DOCCLEAR command: DOCCLE…
Problem:Naming folders with forward slashes or spaces cause problems when moving or uploading documents. Solution:SQL on the iSeries can be used to …
Problem:CPFA1CE error occurred while mapping NFS directory Solution: The AS/400 local host file MUST include the AS/400's own name in both long and s…
Problem: On February 9th, 2009, the old SSL certificate for RJS Software Systems expired. This should not affect existing users of the ActiveX control…
As on Batch Report Server/400 V1.42, full text index information can be extracted from any spool file and placed into the DOCTXT00 full text index tab…
For customers using the Quadrant FastFax server for faxing documents from the iSeries, they can use the DOCSNDFFX or the DOCIMGFFX commands added in …
Prerequisites Scansoft 15 Runtimes (~86MB) Microsoft .NET Framework 1.1 Runtimes Microsoft .NET Framework 2.0 Runtimes Visual Basic 5.0 Runtimes …
Retrieving documents from WebDocs In order to query and retrieve WebDocs iSeries documents from a Windows based application, the following steps must…
To install and set up WebDocs iSeries Lotus Notes Add-In: Install the WebDocs iSeries COM/ActiveX .Net API. Download and run the WebDocs iSeries Lot…
Problem URL Searches are not running correctly if a search string starts with a pound-sign (#) character. Solution The Internet specifications for pa…
Use DOCIMG01R to find the true IFS location for a given WebDocs document. Do not directly use the fields in DOCS00 or DOCVER00 in your own programs. …
The following sample of the DOCEXITC CL exit program updates a new document's keys based on an existing, matching document. This program calls DOCEXIT…
To set up a new WebDocs iSeries web configuration: In a web browser, type a URL with the the IP address of the iSeries followed by port 2001, using …
Problem: WebDocs iSeries searches are slow. You turn on the DEBUGSQL setting:CHGDTAARA DEBUGSQL = *YES And when you run a search to display the SQL s…
We have a new, signed version of the RJSIETFR.OCX control available for WebDocs. (Both Windows and iSeries use the same ActiveX control). This vers…
AS/400 User ID If a user's WebDocs iSeries user name doesn't match their iSeries user name, this setting associates the WebDocs iSeries user ID with …
About WebDocs iSeries API InterfacesYou may need to integrate WebDocs iSeries with your own applications to streamline document check-in, searching, …
As of WebDocs iSeries version 1.63, you can pass SQL WHERE criteria in a URL SEARCH. You can enter most fields from the DOCS00 table in this URL SQL …
The following keywords can be passed with the WebDocs iSeries URL string for searching: Standard Document Search Fields * SRCHFOLDER - Folder * SRCHD…
WebDocs iSeries is rarely used by itself. The built-in web interface and library can handle document security, uploading, and downloading (covered in…
Problem: The subsystem had a ?maximum jobs? setting of 1. It appears that there had to be other jobs or tasks in the pool at the same time. This is h…