IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  List Inetgration Server extended settings with CCE CLI

    Posted 01/22/19 11:51 AM

    Hi,

    I’m trying to list the extended settings for an Integration Server. In the CC UI i can select ‘general properties’ in the IS configuration dropdown an there I can view the extended settings, but when I list the configuration instances for that IS, I can’t find the extended settings anywhere.

    When I perform the command, I get this:

    sagcom@s51lvcz:~ $ sagcc list configuration instances 101_DEVTEST_IS_B2B_ASYNC_A integrationServer-b2basync
    ID                                                      Configuration Type Id           Display Name                                    URL
    COMMON-PROXY-FTP                                        COMMON-PROXY                    FTP
    IS-QUIESCEPORT                                          IS-QUIESCEPORT                  IS Quiesce Port ID
    COMMON-JNDI-B2B_JNDI_OID                                COMMON-JNDI                     B2B_JNDI_OID
    COMMON-DBFUNCTION-ProcessAudit                          COMMON-DBFUNCTION               ProcessAudit
    COMMON-JDBC-B2B_ISasy                                   COMMON-JDBC                     B2B_ISasy
    COMMON-DBFUNCTION-ISInternal                            COMMON-DBFUNCTION               ISInternal
    COMMON-PORTS-HTTPListener_5001_WmRoot                   COMMON-PORTS                    HTTPListener@5001
    IS-CONSUMER-ENDPOINTS-HTTP-NIPPIN_IM_AsyncNotification  IS-CONSUMER-ENDPOINTS           HTTP-NIPPIN_IM_AsyncNotification
    COMMON-DBFUNCTION-ProcessEngine                         COMMON-DBFUNCTION               ProcessEngine
    COMMON-DBFUNCTION-TN                                    COMMON-DBFUNCTION               TN
    COMMON-KEYSTORES_DEFAULT_IS_KEYSTORE                    COMMON-KEYSTORES                DEFAULT_IS_KEYSTORE
    IS-FILEPERMISSION_WRITE                                 IS-FILEPERMISSION               IS WmPublic File Access Control Configuration
    COMMON-LOCAL-USERS-Replicator                           COMMON-LOCAL-USERS              Replicator
    COMMON-COMPONENT-ENDPOINTS-local                        COMMON-COMPONENT-ENDPOINTS      local
    IS-RESOURCES                                            IS-RESOURCES                    Resource Settings
    COMMON-LOGGERS-Guaranteed_Delivery_Inbound              COMMON-LOGGERS                  Guaranteed Delivery Inbound Logger
    COMMON-JAAS-REALMS-WSS_Transport_ProxyService           COMMON-JAAS-REALMS              WSS_Transport_ProxyService
    COMMON-KEYSTORES_domain_cmcdev                          COMMON-KEYSTORES                domain_cmcdev
    COMMON-LICENSE-IS-Terracotta                            COMMON-LICENSE                  License
    COMMON-TRUSTSTORES_DEFAULT_IS_TRUSTSTORE                COMMON-TRUSTSTORES              DEFAULT_IS_TRUSTSTORE
    COMMON-WMMESSAGING-IS_DES_CONNECTION                    COMMON-WMMESSAGING              IS_DES_CONNECTION
    COMMON-DBFUNCTION-Adapters                              COMMON-DBFUNCTION               Adapters
    COMMON-JAAS-REALMS-IS_Transport                         COMMON-JAAS-REALMS              IS_Transport
    COMMON-JDBC-B2B_TN                                      COMMON-JDBC                     B2B_TN

    Is there a way to display the settings using the CC CLI?

    Thanks in advance!


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB
    #Command-Central


  • 2.  RE: List Inetgration Server extended settings with CCE CLI

    Posted 01/22/19 12:27 PM

    Use

    sagcc get configuration data <<ALIAS>> integrationServer-default IS-SYSPROPS

    #webMethods-General
    #webMethods
    #Command-Central
    #Integration-Server-and-ESB


  • 3.  RE: List Inetgration Server extended settings with CCE CLI

    Posted 01/23/19 02:49 AM

    Thanks!

    I couldn’t find it by listing the configuration instances…


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-General
    #Command-Central


  • 4.  RE: List Inetgration Server extended settings with CCE CLI

    Posted 01/23/19 04:00 AM

    No worries, definately a bit (or two) more documentation on those structures would be very helpfull.
    Looking at the instances does not help, you need to look at the types like:

    sagcc list configuration types | grep -i extend


    #Command-Central
    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB