Let me see if I understand your scenario.
- you have RBD generated applications deployed on Tomcat
- previously they were deployed on a Tomcat Server on IBM i, now they are moved to DMZ PC.
- the applications access datasources that are still on IBM i, so the application need to connect to the IBM i database remotely.
- IBM i admin need to open up the ports so that they can be accessed.
- you need to know what ports EGL uses
If this is correct, be aware that RBD/EGL does not dictate the port numbers, and will use what is configured to it.
Typically the IBM i port number for sql remote access would be 446, and could be different if secure connection (SSL/TLS) are used.
IBM i admin would know. Once that is determined, you would configure the DB options for the connection into the build descriptor for the applications.
If you need more assistance, please open a ticket for RBD support and we will be glad to help.
------------------------------
Dev Banerjee
------------------------------
Original Message:
Sent: Fri September 11, 2020 08:58 PM
From: nick jones
Subject: ports used
here is my string:
jdbc:as400:ibmiseries;prompt=false;naming=system;date format=usa;transaction isolation=none;autocommit=off;
Here's what happening. We are moving the Tomcat server (9.0) off the iseries to a windows PC located on the DMZ. I was asked which ports/protocols would be needed opened so that the dmz pc can communicate with the iseries (sql and program calls.).
I cant find any documenation on what ports/protocols EGL uses.
Hope that makes sense.
------------------------------
nick jones
ams
englewood cliffs NJ
Original Message:
Sent: Fri September 11, 2020 08:13 AM
From: Dev Banerjee
Subject: ports used
Are you trying to connect to iSeries DB2 using Datasource from RBD client? The properties should be selected when you define a connection. By default the port number is 446.
and the jdbc connection url comes out to be jdbc:db2://host:446/database:retrieveMessagesFromServerOnGetMessage=true;
If this does not answer your query, please be specific. What are you trying to do and what is blocking?
------------------------------
Dev Banerjee
Original Message:
Sent: Thu September 10, 2020 12:11 PM
From: nick jones
Subject: ports used
can someone tell me what ports/protocols are used when communicating with the iseries (sql statements, program calls, etc).
------------------------------
nick jones
ams
englewood cliffs NJ
------------------------------