How can I send AS/400 reports from my production AS/400 to my AS/400 which is running the Domino Report Server/400 software - Support

How can I send AS/400 reports from my production AS/400 to my AS/400 which is running the Domino Report Server/400 software

From Support

Jump to: navigation, search

Create a remote TCP/IP output queue that will spool reports from the production AS/400 to the Domino Server AS/400 system.

Example 1: This example assumes the local AS/400 will be sending reports from an output queue named RJSLOCAL to a regular output queue named RJSDOMQ on the remote TCP/IP connected AS/400 system RJS1. (RJS1 is a TCP/IP host name specified from the AS/400 using the GO CFGTCP menu Option 10)

Note: SNADS is not required when using this method of sending reports to another AS/400 system.

CRTOUTQ OUTQ(QGPL/RJSLOCAL) RMTSYS(RJS1) RMTPRTQ(RJSDOMQ) CNNTYPE(*IP) DESTTYPE(*OS400) TRANSFORM(*NO)


Example 2: This example assumes the local AS/400 will be sending reports from an output queue named RJSLOCAL to a regular output queue named RJSDOMQ on the remote TCP/IP connected AS/400 with an IP address of 125.1.1.40.

Note: SNADS is not required when using this method of sending reports to another AS/400 system.

CRTOUTQ OUTQ(QGPL/RJSLOCAL) RMTSYS(*INTNETADR) RMTPRTQ(RJSDOMQ) CNNTYPE(*IP) DESTTYPE(*OS400) TRANSFORM(*NO) INTNETADR('125.1.1.40')

Use the STRRMTWTR command to start the remote printer writer. Once the writer is started, reports should flow over to the Domino AS/400. Once on the Domino AS/400, the reports can be captured with the Domino Report Server/400 software.

Personal tools