WebFOCUS 8207.09 Release Notes


The following topic provides all the information that you need to know about this release of WebFOCUS.

Have questions? Click Send Us Feedback (on the right) and we'll be in touch!


Release and Gen Information

Release Date Gen Information Reporting Server
Tuesday, May 12, 2020

wf050720a Gen 8

wi050720a

as050720a 

8207.09 Gen 1914

New Features

Adapter for Salesforce.com: Creating Custom Objects

In prior releases, you could load data into a Salesforce.com custom object in a data flow as an Existing Target, but the custom object first had to be created in Salesforce.com. Now, you can create a Salesforce.com custom object as a New Target in a data flow and load it.


Fixes

  • If a user selects more than one demographic layer of 2017, then only one of them is written to the fex. (200129013)
  • When using Google Chrome™ in App Studio, the value of a DBCS parameter and text box are garbled in an HTML page. (200319049)
  • When using the Security Center to search for an external group using an asterisk, the group does not list in the group membership report. (190402021)
  • When adding a WebFOCUS Server file adapter for Excel® spreadsheets, the adapter is added but does not appear on the page of configured adapters. (200403037)
  • Reporting from a Teradata® BIGINT field returns incorrect data if the metadata mapping is using I11,I4. (200326124)
  • When running a DataMigrator flow that has a DateTime value coming from PostgreSQL® and it uses this as a filter for a Salesforce.com® call, the filter is not working properly. (200407096)
  • Errors occur when using concatenated field names on the left side of a WHERE/IN expression. (200325015) 
  • In a data flow when viewing the data profiling for a date component, such as Day, and selecting "Sort by value", the values were shown in alphabetical order (1,10,11) instead of numeric (1,2,3). 
  • Error status:403 occurs when accessing the Reporting Server Console from the WebFOCUS Administration Console, when the user ID has previously been forced off a different browser session that accessed the Reporting Server Console. (20032608)
  • Page templates are not shown when editing a v4 portal. (191114039)
  • Panels do not respect the maximum width in Internet Explorer 11. (191023076)
  • The POSITION and TOKEN functions generates incorrect SQL resulting in errors from Db2. (200228064)
  • The country georole is not rendering in App Studio mapping. (200403129)
  • If the user selects more than one map demographic layer, only one of the demographic layers is written to the focexec request. (200129013)
  • InfoAssist JOIN does not display the host field in the Join dialogue when editing a request that creates a DEFINE field and HOLD file and then joins the field in the HOLD file to another file. The Join dialogue link appears at the top of the host table. (191002001)
  • The scroll bar for the Portal does not display after changing the zoom percentage to 150% or higher. (200122116)

Upgrade Notes

  • When upgrading from release 8206.xx to 8207.xx, the WebFOCUS Integrated Installation does not automatically assign the Unicode UTF-8 (CP65001) code page to the Reporting Server configuration. In order to configure the Reporting Server to use the UTF-8 code page, you can select the entry directly from the CODE_PAGE? list. In the Web Server console, this list appears in the NLS Configuration tab of the Workspace node.

    We recommend that you apply this change because, as of release 8207, WebFOCUS Integrated Installations configure all installed components to use the UTF-8 code page. Changing the Reporting Server code page to UTF-8 will ensure that there is no mismatch of code pages between WebFOCUS, Tomcat, and the Reporting Server, which could result in data retrieval issues.
  • In Release 8207, Magnify functionality is not available. To add Magnify functionality to Release 8207 and higher, see the manual steps outlined in this topic.  
  • As of Release 8207, in App Studio, the Domains node in the Configured Environments tree has been renamed to the Workspaces node.
  • The WebFOCUS Server on Linux using the Adapter for salesforce.com now requires using OpenSSL version 1.1.1. While current distributions include this release older ones do not.

    This software can be downloaded from https://www.openssl.org/source/ and it must be compiled with the shared option.

    Ater this, create symbolic links to the required libraries. For example, if the directory used was /usr/local/ssl, issue the following commands:

    sudo ln -sf /usr/local/ssl/lib/libssl.so.1.1 /usr/lib64/libssl.so
    sudo ln -sf /usr/local/ssl/lib/libcrypto.so.1.1 /usr/lib64/
    libcrypto.so

Known Issues

  • The WebFOCUS help system does not work when the Application Server is configured with Java Version 11. As a workaround, you can configure your WebFOCUS instance to use help hosted by IBI. This provides an additional benefit, as users will have access to the latest content. See the workaround in the Release Notes PDF
  • The canvas of WebFOCUS Designer for this release is an interactive canvas based on AHTML. When creating a report, page and row break settings are not supported on this canvas for this release. If you select any other output format, such as HTML, PDF, PPTX, or XLSX, you will see these breaks at runtime. These output format options are available for stand-alone content items only. This will be resolved with the introduction of the non-interactive document canvas in a future release.
  • When an Insight-enabled chart created in the 8207.00 version of WebFOCUS Designer is added to a visualization as external content, the Insight icon does not appear on the chart when the page is run, so Insight features cannot be accessed. Resave the chart in WebFOCUS Designer 8207.01 or later to make Insight available when the chart is added to a visualization.
  • When working with the Cell menu in an interactive report, the filtering functionality does not work as expected.
  • When saving an artifact (from or of and interactive report, chart or dashboard), the output file name is ARsave.html rather than ARhtml.html.
  • If you create a report or chart in ARVERSION=2 (In-Document Analytics) and you set the output format to PDF Analytic Document, an error occurs when you run it. If you change the option in Procedure Settings to Legacy, the report or chart is produced correctly.
  • If you are working with an In-Document Analytics chart in landscape mode on an Android mobile device and you switch to portrait mode, your content displays in fullscreen mode. Your chart displays at the bottom. If you run your content in new window mode, your In- Document Analytics chart does not display in fullscreen mode, displaying the chart on the right.
  • HIDENULLACRS, which hides across columns that have null or zero values in the entire column, is not supported with interactive content using the new Designer style of In- Document Analytics capabilities.
  • If you add an existing ARVERSION=1 report to an AHTML document set to ARVERSION=2, it fails at run time, displaying JSON text on the screen instead of the expected report output.
  • If you are working with a procedure (.fex) and you change the ARVERSION to ARVERSION=2, global filters do not display when you run the procedure.
  • In a scatter plot chart or bubble chart, multiple measure fields on the horizontal and vertical axes generate separate axes, resulting in a grid of scatter plots for each combination of measure fields. In WebFOCUS Designer, if you create a scatter plot chart or bubble chart with multiple measures in the Vertical or Horizontal buckets, only the axis for the first measure in each bucket displays on the canvas. When you run the chart, all measure fields in the Vertical and Horizontal buckets are shown as separate axes, as intended.
  • The Expression Editor has a an area that displays objects that you can add to an expression, which are columns, variables or functions. The selection and display of these was controlled by buttons above the area, but when then size of the area was compressed, some of the buttons were hidden. Now there is a single button with a pull-down menu that allows selecting what objects are displayed.
  • Both the db_collation.sh file and the db_collation.bat file generate the "Main WARN Error while converting string [] to type," error message in the Command Prompt window at the end of their run. This message has no impact on the functionality of this post-installation utility, and it completes the run successfully.
  • The load_repos.sh file generates the "WARNING: sun.reflect.Reflection.getCaller Class is not supported. This will impact performance," error message in the Command Prompt window at the end of its run. In addition, the db_inplace_update.sh, WFReposUtilCMDLine.sh, and update_repos.sh files generate the "Main WARN Error while converting string [ ] to type," error message in the Command Prompt window at the end of their run. These messages have no impact on the functionality of these post installation utilities, and each one completes its run successfully.
  • App Studio upgrades are currently not supported. Messages related to failures that occurred while merging changes in the mime.wfs and languages.xml files display during the upgrade installation process.
  • In Release 8207, you cannot install a standalone version of ReportCaster. If you attempt to do so, you receive an error message after you click Next to exit the Advanced Configuration page of the installation wizard. Currently, there is no workaround for this issue. However, you can successfully install ReportCaster by including it in a WebFOCUS installation.
  • When using MS SQL Server as the database platform for the WebFOCUS Repository and upgrading from 8105M to 8207.06, only MS SQL Server 2008 and 2012 are supported. MS SQL Server 2014 and later versions are not supported.

Browser Information

This release is now certified and has been tested with Google Chrome version 81, Firefox version 75, Microsoft Edge Chromium version 81 (WebFOCUS only), and Internet Explorer version 11. Internet Explorer Compatibility mode is not supported. For additional browser details, see Browser Information

OpenJDK 8 JRE Update 242 (8u242) and Tomcat 8.5.51 are supported and included with the packaging.