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.  Composite Template for IS, LDAP configuration

    Posted 07/07/16 12:28 PM

    Hi,

    I have a CCE 9.10 instance to install webMethods 9.9 Integration Server and UM. I created through CCE a LDAP configuration on the IS and then I got the configuration through cc client. Converted the json to yaml and got the added the following template:

    is-ldap:
    products:
    integrationServer:                                  # Integration Server productId
    ${is.instance.name}:                              # instance name to update
    configuration:                                  # CONFIGURATION definition
    integrationServer-inst1        # runtimeComponentId
    COMMON-LDAP:
    COMMON-LDAP-default:
    "@alias": "default"
    URL: "ldap://localhost:389"
    PrincipalDn: "Administrator"
    ConnectionTimeout: "5"
    PoolMinSize: "0"
    PoolMaxSize: "10"
    CacheSize: "10"
    CacheExpiration: "60"
    DnConstructionType: "SYNTHESIZE"
    DnPrefix: ""
    DnSuffix: ""
    UserIdAttribute: ""
    UserRootDn: ""
    GroupIdAttribute: "blub"
    GroupRootDn: ""
    MembershipAttribute: ""
    DefaultGroup: "bla"

    But when I apply the template the job fails with a NullPointerException. Does the LDAP configuration template require any other settings that I didn’t include?


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


  • 2.  RE: Composite Template for IS, LDAP configuration

    Posted 07/07/16 12:44 PM

    You need to indent all lines starting with #9 down. They are cannot be on the same level as COMMON-LDAP-default:

    Thanks
    Sergei


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


  • 3.  RE: Composite Template for IS, LDAP configuration

    Posted 07/07/16 02:03 PM

    Ah, the indent marks beginning and end of a section. Works now. Thanks!


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