Hello Everyone,
I am just trying out the “sagcc get configuration data” command and I can’t find a way to extract all the JNDI settings that I have defined for an Integration Server. My environment has many (5 of them) IS and each IS has different JNDI settings. So wanted to get only the JNDI settings for a particular IS and not all…
sagcc list configuration instances | grep JNDI
ID Configuration Type Id Display Name URL
COMMON-JNDI-TIM_TEST_QM COMMON-JNDI XX_TEST_QM
COMMON-JNDI-tim_test_qm_02 COMMON-JNDI yy_test_qm_02
running the above lists all the JNDI …but I don’t know which one is defined against which IS(unless I go into each IS and check where that is defined). How do I get which JNDI belongs to which IS? Any direction is much appreciated