Hi yangnigon,
assuming that this is with your BSM 9.25 instance:
the ETL Framework is part of the Offline Engine, which runs on the DPS, so you need to access the Offline Engine's JMX on the DPS:
http://<DPS>:29908 (no jmx-console at the end of the path!!)
..
BSM-Platform
BSM-Platform:service=ETL Framework
..
and go from there.
BTW, if you don't know what port to use, simply access the BSM JMX
http://<BSM GW or DPS>:8080 (or port 29000 in case of 9.26 +)
go to
Foundations:service=IndependentProcessesJMXInfo
showProcesses
9.26
http://localhost:29000/invoke?operation=showProcesses&objectname=Foundations%3Aservice%3DIndependentProcessesJMXInfo
Process Name Process Status JMX Html Adapter port JMX Html Adapter link
..
hpbsm_offline_engine STARTED 29908 Click Here
..
if you click on "Click Here", the corresponding port is accessed directly.
Finally:
if you cannot get to the JMX console at all, it's possible that the access to it has been disabled
(that's feature introduced with 9.24 or 9.25)
then login to the server itself and access the URL via
http://localhost:<port>
Greetings
Siggi