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

WmAdmin incompatible with SAG Designer in 10.15?

  • 1.  WmAdmin incompatible with SAG Designer in 10.15?

    Posted Thu October 26, 2023 04:11 AM

    Product/components used and version/fix level:

    SAG Designer 10.15 fix
    Integration Server 10.15 fix 6
    On Windows Server 2019

    Detailed explanation of the problem:

    Using “Open Administration View” in Designer opens a blank page with http(s)://<server address and port>

    If I add /WmAdmin in the URL I get the same result.

    If instead I add /WmRoot in the URL I get the old design of the IS.

    It seems the Designer’s Internal browser is still IE based.
    Can it be changed to something else? For instance, Microsoft Edge?

    Error messages / full error message screenshot / log file:

    None.

    Question related to a free trial, or to a production (customer) instance?

    New installation of a fully licensed customer.


    #Integration-Server-and-ESB
    #Service-Designer
    #webMethods


  • 2.  RE: WmAdmin incompatible with SAG Designer in 10.15?

    Posted Thu October 26, 2023 04:32 AM


  • 3.  RE: WmAdmin incompatible with SAG Designer in 10.15?

    Posted Thu October 26, 2023 04:56 AM

    On Windows, Designer defaults to using Internet Explorer as the internal web
    browser. However, Internet Explorer in Windows 10 or higher versions has
    compatibility issues with the latest JavaScript libraries, leading to issues
    while loading web pages in the internal web browser. For example, the internal
    browser fails to load Integration Server Administration (http(s)://$host:$port).

    This issue is resolved either by using an external web browser or updating the default
    browser as Microsoft Edge in the config.ini file.

    To set an external web browser in Designer preferences, do the following:

    1. In Designer preferences, select General > Web Browser.
    2. Select the “Use external web browser” check box. Click “Apply and close”.

    To update the default internal browser, do the following:

    1. Open $INSTALL_DIR\Designer\eclipse\configuration\config.ini in a text editor and
      append the following:
      org.eclipse.swt.browser.DefaultType=edge
    2. Restart Designer. Then, reopen the internal browser view.

    #Service-Designer
    #webMethods
    #Integration-Server-and-ESB