You can use the RJSDOMCHK API to determine what causes errors in Domino Report Server/400 such as:
NTSERR: Error opening database AS400RPT.NSF
To use the RJS Domino Check API:
- Download the RJSDOMCHK library and run the EXE to upload the library to the iSeries
- On the iSeries, add RJSDOMCHK to your library list:
ADDLIBLE RJSDOMCHK
- Run the NTSSVRCHK command using the Domino Server name.
For example:
NTSSVRCHK SVRNAME(RJS400)
Note: If you don't know the Domino Server name, run the WRKDOMSVR command to display a list of Domino Servers on the iSeries.
- After NTSSVRCHK completes, a log displays whether the command was successful or if it failed. Use these error messages help figure out what the problem is.
Note: If you receive no response from the PING, you need to create a host table entry for the Domino Server:
- Type GO CFGTCP.
- Choose 10. Work with TCP/IP host table entries.
- Create a host table entry for the Domino Server.
- Repeat these steps until you can PING your Domino Server.
- Run the NTSSVRCHK command with your Domino Server and try to open the ADMIN4.NSF file, which should be present on all Domino Servers.
For example:
NTSSVRCHK SVRNAME(RJS400) DBFILXNAME(ADMIN4.NSF)
- After the command runs, the error log displays. Go to the bottom of the error log and work backwards to see if the command ran successfully. If it did, you should see the following message:
** Program Test completed successfully **
- If NTSSVRCHK doesn't work on the first try, you can also try to use the syntax in the following example:
NTSSVRCHK SVRNAME(RJS400) DBFILXNAME(ADMIN4.NSF) PORTOVR(TCPIP)
Note: If you run this command multiple times, it continues to add to the log, so always check the bottom of the log for messages.
Last Modified On:
No, open a new Support Case