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.

 View Only
Expand all | Collapse all

Webmethods Cloud settings in Administrator- username and password

  • 1.  Webmethods Cloud settings in Administrator- username and password

    Posted Tue December 29, 2015 02:18 PM

    Hi,

    We have installed integration server and universal messaging on the same box. Both are up and running. We are trying to complete the webMethods Cloud settings in Administrator page which requires username and password.

    1. Can someone please let us know if there is any default username/password which we can enter under webMethods Cloud settings in Administrator page. The setting location shown in attachment. Due to this, the On-Premise Accounts alias is disabled. The integration server default id/pwd does not work in this case, which i think was expected.

    2. Under webMethods Cloud settings in Administrator page, we are putting the URL as : “http://localhost:9000” without double quotes. Please verify and let us know if this is correct.

    3. I do not see any option to create new username/password (combination) in universal messaging enterprise manager whereas i see that under security we have ACL option, but this does not have any password.

    Appreciate any guidance on this.


    #Universal-Messaging-Broker
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Webmethods Cloud settings in Administrator- username and password

    Posted Wed December 30, 2015 07:10 AM

    Vikram,

    the webMethods Cloud settings have nothing to do with Universal Messaging. They are intended for making a connection with the cloud-hosted webMethods Integration Cloud (http://www.webmethodscloud.com/).
    You can set up a connection from Integration Server to a Universal Messaging server on your own network using one of two methods:
    webMethods messaging (pub.publish:* services, publishable document types, wM Messaging triggers)
    Settings > Messaging > webMethods Messaging Settings
    Create or edit a webMethods Messaging connection alias

    or

    JMS messaging (pub.jms:* services, JMS triggers)
    Settings > Messaging > JMS Settings
    Create or edit a JMS connection alias


    #webMethods
    #Integration-Server-and-ESB
    #Universal-Messaging-Broker


  • 3.  RE: Webmethods Cloud settings in Administrator- username and password

    Posted Mon March 14, 2016 05:45 PM

    You can enable Universal messaging Authentication by below

    1. In config file Server_Common.conf, set below 2 properties to enable basic Auth.

    wrapper.java.additional.19=-DNirvana.auth.enabled=y
    wrapper.java.additional.20=-DNirvana.auth.mandatory=y

    1. You can create or use users in two ways
      a. Create users in user.txt from COmmand Central for UM (Refer attached screenshot)
      b. Configire your UM to connect with LDAP


    #Universal-Messaging-Broker
    #Integration-Server-and-ESB
    #webMethods