TIBCO OpenSpirit Runtime 4.3.0 HF03 patches a OpenSpirit 4.3.0 runtime installation. The corresponding architecture zip file (i.e., *_Windows.zip or *_Linux.zip) will need to be applied to each OpenSpirit installation. If the hotfix is platform-neutral (eg applies identically to both platforms) it will not have the "_Windows" or "_Linux" suffix in the name.
NOTE: This hotfix does *not* include HF01, which was special hotfix made for the Data Connector for GeoFrame v2.1.1+ release. Contact OpenSpirit support for more information.
HF03 includes fixes for these issues: ------------------------------------- - Issue OSPRT-788: Fixed a rather obscure DataSelector query filter bug where the value/lookup buttons would not get restored if the "=Attribute" and "!=Attribute" operators were chosen in a particular order. - Issue OSPRT-1033: Made further performance optimizations related to plugin loading. - Issue OSPRT-1037: Fixed a problem with the MasterSelectionTool where it would not properly match versions if a hotfix had been applied. - Issue OSPRT-1039: Fixed a problem where on very slow machines you might intermittently get errors trying to read the default model view in the DataSelector. Improved error logging in Desktop. - Issue OSPRT-1063: Fixed an issue where an false error was being generated when importing a new Data Connector package if the master installation was configured to use multiple single-license FlexLM servers (port@host values concatenated with '&').
HF02 includes fixes for these issues: ------------------------------------- - Issue OSPRT-747: Fixed a problem in the Desktop ProcessManager where setting a logging level of DEBUG on a "Process Starter" process was not also passing the modified logging level on down to any child processes (like a data connector) being started on the same host. - Issue OSPRT-967: Fixed a problem where the wrong Process Starter could get used on certain platforms if both primary and secondary account Process Starters were running out of the same installation on the same host. This would result in a data connector being started as the primary account instead of the preferred secondary account. - Issue OSPRT-764: Fixed a bug when recreating a geographic system with given lat/lon unit and/or height unit, and transform, and the geographic system has the default EPSG name, then the input transform was not being honored. - Issue OSPRT-829: Fixed a problem handling spatial queries which included both a spatial predicate condition as well as another non-spatial condition, e.g.,: WHERE (WITHIN(a.BottomLocation, ?) AND b.County = ?) - Issue OSPRT-746: Fix a problem where under rare conditions starting the Desktop could generate the following error: Error reading clob string value in 'getString' method: You cannot invoke other java.sql.Clob/java.sql.Blob methods after calling the free() method or after the Blob/Clob's transaction has been committed or rolled back. - Issue OSPRT-750: Fixed a problem with the bin/etc/networktest* scripts so they no longer attempt to use the unsupported 32-bit desktop platform. - Issue OSPRT-762: Fixed a NullPointerException in the WellViewer if an edit pick shape was attempted on a data source that did not support the project concept (like PPDM). - Issue OSPRT-770: Fixed a problem where a browser pointed to http://<masterhost>:<masterport> would sometimes generate the error: org.apache.jasper.JasperException: java.lang.ClassNotFoundException: org.apache.jsp.index_jsp - Issue OSPRT-775: Fixed a problem where a registered Windows satellite might not be found at runtime due to not using a case-sensitive OSP_HOME comparison (which did not account for differences like "C:\" vs. "c:\") - Issue OSPRT-855: Improved some external dll loading logic so no attempt is made unless the external dll is actually needed. - Issue OSPRT-861: Enhanced the OpenSpirit .NET Model View Service to enable the OpenSpirit Spotfire Extension and ArcGIS Extension to retrieve model view information to support data selection events. - Issue OSPRT-977: Added ability to set the current working directory of a child data connector process when starting to work around 3rd party SDK issues. - Issue OSPRT-882: Fixed a problem that could occur when installing copy rules if a specific sequence of Data Connector updates had been previously performed. - Issue OSPRT-772: Fixed a problem in the query infrastructure where an ORDER BY query that included multiple rows with "unknown" units would generate a NullPointerException. - Issue OSPRT-787: Improved error messages and logging in many places. - Issue OSPRT-978: Fixed the .NET version of the Model View Service to pick up changes to the model views in the metadata repository.