WmAdmin incompatible with SAG Designer in 10.15?

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.

Additional information:

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.
2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.