May 27 2019

T21-2019 BIOVIA LES Adapter for Empower 3 with Empower 3 FR4

LES

We have identified an issue when using the Empower 3 Adapter in Mode 1 with Empower 3 FR4.
In this specific configuration the results can be returned from Empower in an unexpected order of Result IDs.


 
Resolution:
To address this you can add a sort function to the Empower Adapter.xslt style-sheet as shown below:

 <xsl:for-each select="child::*">
    <xsl:sort select="Id" data-type="number"/>                                               <--  Adding this line will return XML to LES sorted by ResultID
      <xsl:variable name="childPath" select="concat($nodePath, name(), '/')"/>


How to contact BIOVIA Support
If you have any questions, please contact BIOVIA Support.