Find out which ports are being enabled.
- The SQL Query below will list the Ports used by Adapters that are Enabled :
select distinct si.SERVICE_NAME, si.DISPLAY_NAME, si.DESCRIPTION, sp.NAME, sp.VALUE from SERVICE_INSTANCE si, SERVICE_INST_PARMS sp
where si.SERVICE_ID= sp.SERVICE_ID
and sp.NAME like '%Port%'
and si.SERVICE_ID in (select SERVICE_ID from SERVICE_INSTANCE where ACTIVE_STATUS= 1)
order by 1 asc
- You can find a number of ports defined in the sandbox.cfg file located in the /properties directory:
------------------------------
MINI MEHTA
IBM
WW AI Applications Technical Sales Leader (B2B Collaboration)
mmehta@us.ibm.com404-275-6710
Atlanta, GA, USA
------------------------------