IoT Gateway 21.07 Release Notes
What's new in the IoT Gateway 21.07 release
The latest released build is 21.07.02.
Customers updating from 21.05 or earlier release, will need to update both the deviceWISE runtime and the package files to the 21.07 build level before starting their deviceWISE application.

deviceWISE View (version 1.1.0)
- Fixed defects
- Added ability to manually enter project/trigger so you can use ${}
- Keep a version of dW View in the Display, Gallery, and Logs
- Store view theme in general settings
- Add ability to support barcode scanners using fonts
- deviceWISE View trigger event type "variable data change" now
accepts a condition to check the value against
- Example value is greater than 10 fires. Value not greater than 10 doesn't fire
- Add ability to migrate JSON schemas from dW View v0.9.x to dW View v1.1.0
Gateways
Each Asset Gateway license is limited to 5 devices. If you want to add more devices, contact your sales representative and request additional licenses.
20.1.9 is the final release for the following VxWorks-based gateways. These were removed from builds beginning with the 20.1.10 release.
- Asset Gateway for Mitsubishi CCPU
- Enterprise Gateway for Mitsubishi MESInterfaceIT
- Enterprise Gateway for Siemens ERPC
Runtime
-
Fixed defects
-
Update default file block size for Enterprise Gateway nodes
-
Updated filesystem chunk size to match TR50
-
Default 512K
-
Option CloudGate 16K
-
Enterprise Gateways 128M
-
-
-
Clear Variable Group error when the variable is active
-
Update Device Summary Panel to display the number of Reads/sec, Writes/sec a driver is processing
-
Remove ability to configure Network Management on Asset Gateway for Generic x86 and x64 Platforms
-
Add an option to disable a SQLite pragma integrity check on startup for databases
Transaction Server
-
Fixed defects
Workbench
-
Fixed defects
-
Update Alias panels
-
Microsoft Access - Capped the string length at 1024 characters when it wasn't explicitly set
Drivers
Navigate to the Management Portal > Developer page > Resources item to identify the drivers and driver versions supported on a specific platform with this release. Both new installations and updates should include the drivers for this release.
-
Atlas Copco and other Open Protocol drivers – Bug Fixes
-
AcraDyne
-
Apex Cleco
-
Estic
-
Ingersoll Rand
-
Stanley
-
-
AWS
- Fixed defects
-
Azure – Create status event and fix state event
-
We added a status event to monitor Azure's current status.
-
Keep the state event and ensure all events are related to a state change and NOT to a status change.
-
-
IBM Maximo (Technology Preview) – Initial release
-
JSON Encode/Decode – Add to MAX bundle
-
Modbus Client – Bug Fixes
-
MQTT Client – Bug Fixes
-
Siemens – Add support for Siemens S7-200 Smart PLC
-
SmartIO (Technology Preview) – Initial release
-
Sysmon – Bug Fixes

The following defects were fixed in this release.
deviceWISE Runtime
MAP-16539: Periodic IoT Hub connection was lost due to expired SAS token
Description: Removed excess logging in 21.07.
MAP-15059: Polling stops for all devices while one device times out
Description: Made default data publisher asynchronous, so it will continue to next cycle even if devices timed out in the previous cycle. Fixed in 21.07.
MAP-16592: Device/node connection credentials updates don't kick in right away
Description: Disconnects all sessions related to the user who just changed password. Fixed in 21.07.
MAP-16599: deviceWISE crashed when deleted members from Variable Group
Description: Code in 21.07 will not crash when members of the Variable Group are deleted.
MAP-16565: deviceWISE node is continuously restarting, when vargroup key is not set
Description: Variable_set_length will now allocate memory if it's null. This should not happen as long as user does not "hack" the XML instead of using Workbench. Fixed in 21.07.
MAP-16626: Using the SELECT in the Local DB Select sometimes produces error ext. status: -6424 (Variable not initialized.)
Description: When setting ANY datatype with empty string, we were not allocating a buffer.
It's fixed now with more error logging so we can spot this easily next time. Fixed in 21.07.
MAP-16225: OPC UA Server on Ubuntu 18.04 does not identify the proper IP tcpX interface
Description: Allow IP enumeration for newer Ubuntu versions in 21.07. This was a change to the Runtime and not to the driver.
MAP-16409: OPC-UA Client --- can't connect when running on Ubuntu 20.04
Description: Fixed in 21.07. See MAP-16225. This was a change to the Runtime and not to the OPC UA Client.
deviceWISE View
MAP-16601: Change Progress Bar configuration names
Description: Both the parameters read Color. In 21.07 we change the first one to Mode and the second one can be Color. Fixed in 21.07.
MAP-16606: Style page unresponsive if I have states defined
Description: Fixed migration issue in 21.07.
MAP-16589: Popups: always shown when using the Variable Data Change event
Description: Emitting an initial empty string to all variables caused issues with some use cases such as popups or nested variable interpolation. Fixed in 21.07.
MAP-16093: Builder cannot reconnect without losing current display
Description: The user gets a prompt that gives them the option to save it to JSON, then when they log back in they could import. Fixed in 21.07.
MAP-16628: Line Height is static but Font Size is not
Description: Added Line Height in 21.07.
MAP-16552: deviceWISE View widget loses Title setting after Gallery migration to v1.0.0
Description: Fixed title migration issue in 21.07.
MAP-16621: Cannot correctly set labels on Multivariable Chart
Description: Set the series names in "Apex Chart > Series > Series # Name". Fixed in 21.07.
MAP-16549: deviceWISE View widget loses Style Background after Gallery migration to v1.0.0
Description: Fixed migration issue in 21.07.
MAP-16619: Display property of tables has disappeared and had to be set again
Description: Fixed migration issue in 21.07.
MAP-16648: Strings that go to a new line in a Widget (Value Card) overlap
Description: Added CSS to make newlines appear properly. Same as MAP-16609. Fixed in 21.07.
MAP-16609: Allow special characters in Value Card Widget
Description: Added CSS to make newlines appear properly. Fixed in 21.07.
MAP-16474: Handle series names better for multi series charts - Follow-up issue
Description: Fixed issue where series name would get overridden by the variable name in 21.07.
MAP-16595: Slider - doesn't Show Ticks
Description: Updates include angular-material-css-vars as well as Angular Material 12. Fixed in 21.07.
MAP-16653: Snackbar text color not respecting dark mode
Description: Updated library angular-material-css-vars in 21.07.
MAP-16647: Background color of buttons cannot be changed
Description: Button color and background can be modified custom for all button types in 21.07.
MAP-16649: Changing name of labels into a Bar Chart (or charts in general)
Description: Added options to change series names for series that could have names in 21.07.
MAP-16622: Misalignment between bars and labels on the x-axis using Timeline Charts
Description: This occurred because we provided multiple "categories" but only provided single arrays. Fixed in 21.07.
MAP-16686: When we export/import a dashboard to another node, all of the Local Variables and their values are lost
Description: Fixed many variable relation settings such as trigger actions, trigger events, and states that were not working in 21.07.
Drivers
MAP-16545: Modbus Client Driver fails to build on AIX 64-bit platform
Description: Fixed build output in 21.07.
MAP-16574: New JSON Decode crashes node
Description: Fixed crash that occurs when JSON Encode/Decode actions are firing multiple times simultaneously. Fixed in 21.07.
MAP-16584: AWS IoT Core -- sends BOOLS as true always even if they are false
Description: Fixed issue where we always sent Booleans as true. Fixed in 21.07.
MAP-16569: Modbus XML offset with INT2/INT4 does not offset on write and issue with INT4 scalar
Description: Fix for offset for INT2 and INT4 in 21.07.
MAP-16658: System crashes starting MQTT trigger(symbol collision with AWS)
Description: Fixed function name collision between AWS and MQTT in 21.07.
MAP-16611: Atlas Copco driver appears to be causing chain reboots
Description: Check if pid > 0 and also verify that variables are not null before freeing items. Fixed in 21.07. This change affected all Open Protocol drivers.
MAP-16616: System Monitor Device -- on Linux --- chopping off the first char of the interface name
Description: Fixed in 21.07 by correcting a bug on Linux platforms where the first character of the interface name was missing.
dW HTTP Client
MAP-16312: BBE SL304;SL305 DW-TR50 fails to connect when using CELL connection
Description: Updated dwHTTPClient in 21.07
Transaction Server
MAP-16238: WebServices -- SOAP -- some items are not being mapped.
Description: Allow elements with minOccur !=0 to be absent at execution.
MAP-16501: Error while reading a particular value from Access DB
Description: Handle JDBC driver that doesn't handle BigDecimal correctly. Fixed in 21.07.
MAP-16477: Error handling big JSON
Description: Removed the limit on the number of rows in HTTP Transport. Fixed in 21.07.
MAP-16445: Excessive use of memory in the Transaction Server when sending large payload
Description: Changed logging to reduce memory usage. Fixed in 21.07.
MAP-16475: Error opening big DB/handling bad DB data
Description: Hardened the error paths so a best effort load of the DB is made. Fixed in 21.07.

Generally Available | |
---|---|
Device Driver | Version |
AcraDyne driver – updated in 21.07 | 1.1.2 |
Advanced Display Protocol | 1.0.1 |
Apex Cleco driver – updated in 21.07 | 1.9.2 |
Atlas Copco driver – updated in 21.07 | 3.6.2 |
Azure – updated in 21.07 | 2.1.4 |
Beckhoff driver | 2.1.6 |
Danlaw | 2.12.2 |
Estic driver – updated in 21.07 | 1.1.2 |
FANUC CNC Driver | 1.3.0 |
Fanuc driver | 2.3.1 |
Industrial driver | Updated with each release |
Ingersoll Rand driver – updated in 21.07 | 1.3.2 |
LDAP | 1.1.1 |
Lua | 1.1.2 |
Mitsubishi driver | 3.3.6 |
MindSphere | 2.0.4 |
Modbus driver – updated in 21.07 | 2.10.4 |
Modbus Server driver | 1.1.8 |
MQTT driver – updated in 21.07 | 2.0.5 |
MTConnect driver | 1.2.7 |
NMEA GPS | 1.0.3 |
OAuth2 | 2.3.0 |
Omron driver | 3.7.5 |
OPC-DA Client driver | 2.6.1 |
OPC-DA Server driver | 1.1.5 |
OPC-UA Client driver | 3.1.1 |
OPC UA Server | 1.2.0 |
Rockwell driver | 2.19.0 |
Rockwell ControlLogix driver | Updated with each release |
Schneider Electric | 2.9.0 |
Siemens S7 driver – updated in 21.07 | 2.11.1 |
Stanley Tools driver – updated in 21.07 | 1.1.2 |
Sysmon – updated in 21.07 | 1.0.2 |
TCP Listener | 2.3.2 |
TR50 | 2.5.2 |
Pilot Ready | |
---|---|
Device Driver | Version |
Bosch Rexroth driver | 1.8.2 |
ROC Plus driver | 2.0.2 |
SNMP driver | 1.1.0 |
Sturtevant Richmont driver | 1.8.2 |
deviceWISE View – updated in 21.07 | 1.1.0 |
Technology Preview | |
---|---|
Device Driver | Version |
AWS – updated in 21.07 | 0.2.2 |
BACnet / IP driver | 2.2.4 |
Barcode Scanner | 1.1.0 |
CODESYS driver | 0.5.1 |
CTI (Control Technologies Inc.) driver | 2.1.4 |
Dell Edge Gateway (Linux 64-bit) | 0.5.0 |
EDU | 1.0.0 |
E-Sensors | 1.0.0 |
File Watcher | 1.0.4 |
Google Cloud Platform (GCP) | 0.3.1 |
GrovePi driver | 1.0.1 |
IBM Maximo (New in 21.07) | 1.0.0 |
J1939 IXXAT device Driver | 1.1.0 |
JSON – updated in 21.07 | 0.5.1 |
Kawasaki | 0.5.0 |
ScanTools OBD-II | 1.0.0 |
Pepperl+Fuchs | 1.0.1 |
Sandbox – updated in 21.07 | 1.1.2 |
Serial | 1.2.0 |
SICK CLV Scanner | 1.1.3 |
Telit SmartIO (New in 21.07) | 2.0.0 |
Virtual | 1.3.0 |
Xirgo | 1.3.0 |
Zaxis | 0.5.1 |

deviceWISE Enterprise Gateway products
-
Software Products
- AIX 64-bit (Version 6.1 and Version 7.1 and Version 7.2)
- Linux 32-bit (CentOS 6)
- No CentOS 5 Support
-
Linux 64-bit (CentOS 6 and CentOS 7)
- No CentOS 5 support
- Full - for deviceWISE Enterprise Gateways for 32-bit Linux installed on 64-bit CentOS Operating Systems (requires 32-bit glibc, e.g. glibc.i686 on CentOS 7)
- Full - for deviceWISE Enterprise Gateway for 64-bit Linux
-
Windows 32-bit (Windows 7, Windows 10, and Windows Server 2008 R2, Windows Server 2012 R2, Windows Server 2016; Windows Server 2019 )
- No support for Windows Home Edition
-
Windows 64-bit (Windows 7, Windows 10, and Windows Server 2008 R2, Windows Server 2012 R2, Windows Server 2016 64-bit, Windows Server 2019 64-bit )
- No support for Windows Home Edition
- Dell Edge 5000 - WindRiver Linux 7; Ubuntu Server
- Mitsubishi MES Interface IT **** We discontinued this with 20.1.10 ****
- Mitsubishi WinCPU
- Rockwell ControlLogix
- Siemens ERPC **** We discontinued this with 20.1.10 ****
deviceWISE Asset Gateway products
-
Software Products
-
Linux 32-bit (CentOS 6)
- No CentOS 5 support
-
Linux 64-bit (CentOS 6 and CentOS 7)
- No CentOS 5 support
- Full - for deviceWISE Asset Gateways for 32-bit Linux installed on 64-bit CentOS Operating Systems (requires 32-bit glibc, e.g. glibc.i686 on CentOS 7)
- Full - for deviceWISE Asset Gateway for 64-bit Linux
- Linux 64-bit (Snap)
-
Windows (Windows 7, and Windows 10)
- No support for Windows Home Edition
-
Windows 64-bit (Windows 10)
- No support for Windows Home Edition
-
Linux 32-bit (CentOS 6)
-
Embedded Products
- B+B SmartWorx Spectre V3
- CalAmp LMU-5000 (Rev C and Rev G)
- CalAmp CDM-5030
- Cisco 829
- Cisco IE 4000
- Cypress CTM-200
- Dell Edge 5000 - WindRiver Linux 7
- GateTel EZMoto V2
- Mitsubishi CCPU - **** We discontinued this with 20.1.10 ****
- MultiTech Conduit (with Serial and GPIO and cellular modules)
- MultiTech Conduit AEP for AT&T**
- MultiTech OCG-D (Models H5)
- MultiTech rCell (Model MTR-LAT1-B07)
- Option CloudGate (Models CG0192 and CG0112 with v1.x or v2.x firmware)
- RedLion (Pilot Ready)
- Siemens (MicroBox, NanoBox)*
- Siemens IoT 2000 (Wired only)
- Siemens ERPC* - **** We discontinued this with 20.1.10 ****
- Systech SysLINK SL-500
- Teltonika TRB Gateway (Requires glib c build from Teltonika)
- Teltonika RUTX Router(Requires glib c build from Teltonika)
- USRobotics 3510
- Vantron VT-M2M-LV
- Xmodus XM1710E (Pilot Ready)
Limited Release** features
*
- Denotes a supported gateway that was not specifically tested for this
release. Of the Asset Gateways listed, most use a standard Linux or
Windows load or they are very similar to a tested Enterprise Gateway.
**
- Limited Release features meet customer specific features and
configurations. These features may not be available in all hardware and
operating system configurations.

Actions and Events
MAP-7740: Log Message action not logging the $ char in a log message
Description: The Log Message action does not write the $ char in an exception log message. This can be bypassed by using 2 $ chars back to back.
MAP-14633: Segfault crash on CalAmp RevG when doing a Local DB Select action
Description: When executing a trigger with the Local DB Select action on a CalAmp RevG, the node will crash with a segfault. The crash seems to only occur when the Return Result as Array parameter is set to True. No other platforms (including CalAmp RevC and CalAmp CDM-5030) exhibited this behavior.
MAP-14696: SSL Certificate Expired
Description: The self-signed SSL Certificate expired. Updating the certificate will not help because browsers are blocking all self-signed certificates. The user should provide their own valid certificate through properties when using deviceWISE HTTP server or else the browser may not allow HTTPS requests. The following properties described in Properties file management are available to configure the certificate used by the HTTP Server. For adding properties:
- To change cert file, add/modify http.ssl.cert_file to point to a cert in PEM format relative to $INSTALL_PATH#/dwcore directory. By default, deviceWISE ships with a dummy certificate. http.ssl.cert_file=cert/server.pem
- The cert file can have a passphrase to it. The user can add the property "http.ssl.cert_pass" to specify the passphrase. http.ssl.cert_pass=PLAINTEXT
MAP-14751: Node failed to install SUP due to file_chmod failure
Description: chmod failed because we used it on a command instead of just the executable.
Hot-Edit of Started Triggers
MAP-11421: deviceWISE crashed when Editing and Saving a Started trigger
Description: Intermittent issue where deviceWISE crashed when attempting to Edit and Save a Started and Loaded trigger
Asset Gateway for CalAmp
MAP-5369: OS Shutdown action does not work on a CalAmp RevC or RevG
Description: The OS Shutdown action does nothing when executed on a CalAmp RevC or RevG. This feature has not been implemented in the Asset Gateway for CalAmp.
Asset Gateway for MultiTech
MAP-4860: Local time zone for Brussels is 2-hours off
Description: Setting the local time for Brussels, Belgium is two hours off in the Asset Gateway for MultiTech.
Workaround: Select the local time option for Paris, France in the Asset Gateway for MultiTech.
Asset Gateway for Option CloudGate
MAP-8230: Option V2 CDMA: Message corruption on Send SMS
Description: For Option CloudGate CDMA-equipped models, cellular Actions and Events related to SMS send and receive are not supported.
MAP-8231: Option V2 CDMA: Sending a large SMS message fails on with internal CloudGate api error
Description: For CloudGate Option CDMA-equipped models, cellular Actions and Events related to SMS send and receive are not supported. Sending a large SMS > 160 characters fails with a CloudGate API error on an option V2 CDMA node.
MAP-10092: No TR50 S&F disk storage type support for Option CloudGate V1
Description: TR50 S&F support is present, but the S&F disk storage type is not available.
Asset Gateway for USRobotics
MAP-10662: No TR50 S&F disk storage type support for USRobotics
Description: TR50 S&F support is present, but the S&F disk storage type is not available.
Device types
MAP-9212: Be aware of endianness when importing or exporting Global Variables device and data values
Description: When exporting a Global Variables device with its data values from one node and then importing the Global Variables device and the data values into another node, the endianness of the nodes must be taken into consideration. For example: exporting from a big endian node (Power PC) and then importing into a little endian node (X86). The numeric data values will not be correctly represented in the imported node.
After the import, the Global Variables device should be edited, and the data values reviewed and modified.
Enterprise Gateway for Siemens ERPC
MAP-1933: On a Enterprise Gateway for Siemens ERPC, a controlled Listener fails to connect to queue manager on first attempt
Description: When accessing a WebSphere MQ server via a transport or a listener, the very first connect request after boot fails due to a limitation in the firmware. Subsequent connect requests work correctly.
Workaround: Repeat the connect request.
MAP-3634: FTP action with Transfer Mode set to Active fails on Enterprise Gateway for Siemens ERPC
Description: When using a trigger FTP action, the Put and Get operations do not work when Transfer Mode set to Active on ERPC.
Workaround: Set the Transfer Mode parameter to Passive instead of Active until the problem is fixed in a future release.
MAP-5707: FTP client does not connect to server in passive mode on ERPC
Description: The deviceWISE FTP Server in the Enterprise Gateway for Siemens ERPC cannot support a FTP client in passive mode.
Workaround: Use the FTP active mode instead.
MAP-6793: A TR50 connection with SSL will fail on ERPC
Description: TR-50 is not supported on the ERPC platform.
MAP-9820: VxWorks-based Enterprise gateway platforms lose SQLServer Connectivity after Windows updates
Description: Windows updates add new items to the Windows cipher suite and change the default order of items within the cipher suite. This prevents a successful connection with SQL server.
Workaround: Move this cipher suite “TLS_RSA_WITH_AES_256_CBC_SHA (53)”, to the top of the list of cipher suites. See the More Information section on this Microsoft page for instructions to configure the SSL Cipher Suite Order Group Policy setting : https://support.microsoft.com/en-us/kb/3161639. Using this method retains the order of the cipher suites across subsequent Windows updates.
MAP-11664: VxWorks-based Enterprise gateway platforms cannot process empty ResultSets from an Oracle Stored procedure
Description: If you execute an Oracle database stored procedure transport map that returns result sets in output parameters the transaction action will fail if the result set output parameter is null.
MAP-11665: VxWorks-based Enterprise gateway platforms cannot process empty ResultSets from a SQLServer Stored procedure
Description: If you execute an SQLServer database stored procedure transport map that returns result sets the transaction action will fail if the result set is empty.
Enterprise Gateway for Windows
MAP-3455: The Enterprise Gateway for Windows Restart feature from the Node Administration tab does not work as designed
Description: The Restart feature available from Workbench -> Administration -> Node Administration tab may not cleanly stop and then restart the runtime. When there are many active transports and listeners, the Transaction Server does not restart properly.
Workaround: Follow the instructions in the section "Manually restarting a node" on Restarting a Node.
MAP-15124: Can't install older version of Gateway software on Windows
Description: Windows customers attempting to install an older version of deviceWISE products need to uninstall the newer version of deviceWISE first.
Local Database (Local DB)
MAP-4732: The Local DB Import action with the "First Row is Header" parameter set to true fails.
Description: Importing a csv file with a header row into a Local DB table will cause a failure.
Workaround: Set the "First Row is Header" parameter to false, import it, and then remove the first row.
MAP-5404: Problem reading database entries when a comma/line-feed combination is the last item in a list of database entries
Description: If a comma/line-feed combination is the last item in a list of database entries, then a problem occurs
Workaround: Add a dummy column in the database to represent the blank after the comma. For example, if you have 15 data entries and the last entry has a comma, then add a 16th column to your database.
Modem
MAP-3167: Simultaneous Cellular connect/disconnect and Modem power on/off can cause reboot of Asset Gateway
Description: We found a scenario where the Asset Gateway will reboot when simultaneous control actions are executed. When the Set Modem Power Level action and the Control Cellular Connection action (or Workbench operation) is executed repeatedly and simultaneously, a crash can occur resulting in a reboot.
We have not seen this problem during normal operation where the use of the Set Modem Power Level action cycling of power between "Online" and "Low Power" rarely occurs.
Transaction Server
MAP-685: Transports do not recover properly from Store and Forward
Description: When using the WMQ transport and the transport reports the error MQJMS007, it might cause the transport to switch in and out of Store and Forward, even though the transactions are successfully delivered to the WMQ queue.
Workaround: Check the WMQ queue manager. If the listener shows the state other than Started, then it is likely that you have encountered this issue. Set the listener to Started to restore proper functionality.
MAP-2972: Enterprise Gateway for Siemens ERPC faults with Transaction Server not being able to connect after a package remove
Description: After an Add or Remove of a package, such as a device driver, the node might have a fault where the Transaction Server cannot connect.
Workaround: You will need to restart deviceWISE. Follow the instructions for Manually restarting a deviceWISE node on Packages.
MAP-3930: IFS: sometimes the Transaction Server fails to start
Description: When setting transports, especially an iTAC transport, with "Load transport at initialization" parameter checked, and using a memory optimized Transaction Server that is not a match for the transports with "Load transport at initialization", it is possible that the Transaction Server will fail to start on Mitsubishi MESInterface IT nodes. Rebooting the module with the "Standard" Enterprise Access option will allow the Transaction Server to come up successfully, the transports can then be modified to remove the "Load transport at initialization" parameter. The memory optimized Transaction Server can then be re-set to the desired one.
MAP-4002: Updating logical variables in a transport map and not editing the corresponding trigger can lead to undesirable consequences.
Description: In this scenario the trigger will be disabled when it fires, and the action will return an error code of -6409 (invalid variable type) in the Exceptions log. Because the trigger will not be recovered on its own, the user will have to edit and re-save the trigger manually.
MAP-4796: NVARCHAR Support Limitation
Description: The NVARCHAR and NCHAR datatypes for Oracle are not supported on the following platforms:
- Mitsubishi MESInterface-IT
- deviceWISE Enterprise Gateway for Siemens ERPC
MAP-5170: JSON payload transport maps for the HTTP transport are not supported on all platforms
Description: This feature is not supported on the following platforms:
- Mitsubishi MESInterface-IT
- deviceWISE Enterprise Gateway for Siemens ERPC
MAP-5684: JMS Netweaver Transport/Listener on an Enterprise Gateway for Siemens ERPC cannot initialize connection with the JMS Netweaver server
Description: This feature is not supported on the following platforms:
- Mitsubishi MESInterface-IT
- deviceWISE Enterprise Gateway for Siemens ERPC
MAP-5685: JMS Netweaver support jars are not packaged with the ERPC or MESInterface IT product install files
Description: This feature is not supported on the following platforms:
- Mitsubishi MESInterface-IT
- deviceWISE Enterprise Gateway for Siemens ERPC
MAP-6604: HANA database insert fails ERPC
Description: The NVARCHAR and NCHAR datatypes are not supported on the deviceWISE Enterprise Gateway for Siemens ERPC product.
MAP-7388: New Oracle JDBC driver transport maps cannot enumerate schemas/table definitions on an Oracle 9 server
Description: Beginning with the deviceWISE 15.1 release, the deviceWISE Enterprise Gateway products for Linux, Windows and AIX use a later version of the Oracle JDBC driver that only supports Oracle 12.1, 11.2, 11.1.
Oracle 9.2 end-of-life is July 2010.
- The FAQ link is here: http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-faq-090281.html#01_02
- The end-of-life information for Oracle database server products is here: http://www.oracle.com/us/support/library/lifetime-support-technology-069183.pdf
The MESInterface-IT and deviceWISE Enterprise Gateway for Siemens ERPC products are able to enumerate schemas from Oracle 9.2 because the JDBC driver has not been updated.
MAP-9082: Null Macro test: Select fails when a default timestamp of format 01/11/12 12:45:00.000 is used in place of a NULL value returned
Description: If you need to specify a default value for SQLServer datatypes for DATE and TIME when using the following enterprise gateway products:
- Mitsubishi MESInterface-IT
- Enterprise Gateway for Siemens ERPC
then you will need to use a long value that represents milliseconds since 1/1/1970 instead of the default format 'mm/dd/yy HH:MM:SS.sss',
MAP-11311: AIX java8: SSL Error when attempting to connect to SQL Server 2008 and below
Description: The database transport on deviceWISE Enterprise Gateway for AIX and AIX64 cannot complete a connection to SQLServer 2008 running on Windows XP due to incompatibility with SSL. The workaround is to access the SQLServer database on a newer operating system.
MAP-12324: VxWorks platforms: Failure to connect to Oracle 12c server with SQLException: No matching authentication protocol
Description:
VxWorks-based platforms with Oracle database transport fails to connect
to the Oracle 12c server with the following error:
"java.sql.SQLException: ORA-28040: No matching authentication protocol "
The
issue is caused because Oracle 12c is configured to use a default
minimum authentication protocol of 11 and the VxWorks-based gateway
product uses an older unsupported JDBC driver tied to JDK 1.5. This is
equivalent to an Oracle 8 client and consequently uses an Oracle 8
authentication protocol.
Workaround:
-
Configure the sqlnet.ora file with the following parameters to allow a version 8 authentication protocol.
- SQLNET.ALLOWED_LOGON_VERSION_SERVER=8
- SQLNET.ALLOWED_LOGON_VERSION_CLIENT=8
- SEC_CASE_SENSITIVE_LOGON=FALSE
- Restart the server for these changes to take effect.
-
If
you are planning on using an existing login id from the VxWorks runtime
you will need to use PL/SQL and alter the password of the user to force
the server to rehash passwords with compatible versions.
- A recommended approach would be to create a new login id and specify those credentials on the Oracle 12c Transport on the VxWorks runtime.
Reference links:
- https://docs.oracle.com/database/121/NETRF/sqlnet.htm#NETRF2016 (See the section on SQLNET.ALLOWED_LOGON_VERSION_SERVER. )
- https://developer.ibm.com/answers/questions/177075/after-upgrading-to-oracle-12c-database-i-start-get.html
- https://mikedietrichde.com/2017/04/24/having-some-fun-with-sec_case_sensitive_logon-and-ora-1017/.
MAP-12885: MySQL Connector/J 8 version of the JDBC driver is incompatible with the Enterprise Gateway DB transport
Description: The mySQL Connector/J v8 JDBC driver has changed the package name of the class that implements the driver. Use the mySQL Connector v5.x JDBC driver instead to enable mySQL support in the enterprise gateway.
Transaction Server XSD support
MAP-3141: XSD: Xpath expression should not be saved in the XML if Specify Map and Sequence Keys in header check box is selected
Description: This issue only affects JMS listeners with the XSD payload. When there is both an XPath expression and a JMS header property specified on the JMS listener XSD Payload panel, and the header property is missing from the incoming JMS message, the XPath expression is used to determine the listener map id, instead of the default listener map id.
MAP-3695: XSD: Default or fixed value provided in the XSD will be erroneously used
Description: If the XSD used to create a listener map contains a required attribute with a default or fixed value, it is considered valid. At runtime, instead of the XML being rejected as invalid, the default or fixed value provided in the XSD will be erroneously used.
MAP-4665: XSD: Imported transport map and listener map definitions from an older runtime into a newer runtime are not namespace aware unless XSD is re-queried
Description: If you are importing a transport map or listener map that was defined with XSDs and was created in a 12.4 or prior release, then the map needs to queried again and saved in order for 'nil' element processing to be handled correctly.
MAP-4666: Listener doesn't support XSDs with namespaces
Description: A Listener configured to process XSD based payloads will not be able to successfully handle an XML with namespace qualified elements.
Workaround: The workaround is to provide an XML request without namespaces.
Transaction Server Web Services SOAP
MAP-5181: SOAP Header Parameter limited support
Description: SOAP Header Parameter support is not available on the Enterprise Gateway for Siemens ERPC and Mitsubishi MESInterface-IT products.
TR-50
MAP-7007: TR50: Deadlock
Description: Gateway may experience a rarely occurring deadlock condition after several days or weeks of operation. If this occurs, a watchdog will expire and reset the gateway to resume operations.
MAP-8236: Wait action is not being rescheduled after a time_sync.
Description: There is known issue relating to WAIT action completing immediately when the timesync is enabled on a TR50 connection that has a drift of 2 seconds or greater. This implied that the trigger's sequence of events that are time sensitive may execute quicker than expected when the OS system time is adjusted to sync with the IoT Portal platforms' time.
MAP-10092: Option CloudGate V1 failed when running TR50 S&F disk storage type tests with error storage->create_storage failed [-33533]
Description: TR50 Store and Forward disk storage type is not supported on Option CloudGate V1 gateways.
deviceWISE View – Technology Preview
MAP-15587: deviceWISE View can hang Asset Gateway nodes due to lack of pool threads
Description: deviceWISE View should not be used on gateways with limited memory. Customers running on Asset Gateways can increase the number of pool threads and limit the number of subscribed variables as a work around.
MAP-16403: deviceWISE View Toggle breaks states using the BOOL variable being toggled
Description: Local variables are all string type. For Boolean comparisons use the value "1" or "0" instead of "true" or "false".
Drivers
MAP-3140: Siemens S7 listener gets stuck in stopping state on Enterprise Gateway for Siemens ERPC
Description: After the Siemens S7 listener device receives data and a corresponding trigger is executed, stopping the Siemens S7 listener device results in the listener becoming stuck in the Stopping state. This happens during operations when the Siemens S7 listener device is using the normal TCP mode (not ISO-n-TCP). After a trigger executes the receipt of an unsolicited message, the S7 listener device cannot be stopped.
A firmware upgrade from Siemens is anticipated in order to resolve this behavior.
MAP-5066: CloudLINK package remove isn't removing the feature and MAP-5158 Package remove failed - OS error
Description: On some platforms with limited operating system resources for memory or disk (persistence storage), there may be failure when attempting to add or remove packages. These failures are the result of the limited system resources and possible runtime behavior such as memory fragmentation. When these failures occur, restarting the node at the operating system level (power off then power on) may then allow the package add or remove to succeed. In other scenarios, you may have reached a platform limit based on the application definitions, the number and size of packages added and other dynamic runtime requirements.
MAP-6082: Writing an empty string for Siemens STRINGs of length 207 or more does not clear bytes as expected
Description: If an empty string is written to a Siemens PLC, all the bytes of the string are set to 0x00 and the actual length byte is set to 0. This behavior changes when the maximum length of the string is 207 to 254 bytes. In this case the actual string length byte is set to 0, but the string bytes are not cleared. Not clearing the bytes is done to reduce the network traffic between the driver and the PLCs. Strings that are greater than 206 bytes requires the driver to send multiple messages to the server. The key to writing an empty string is setting the actual length byte to 0, so the string will have a NULL value.
MAP-6811: Siemens LOGO PLC device disables periodically
Description: Lab tests have demonstrated that the Siemens LOGO PLC will not maintain simultaneous socket connections from multiple nodes. The LOGO PLC will terminate connections, which results in the associated device becoming disabled. The disabled device will re-establish a socket connection to the LOGO, only to have that connection eventually reset by the LOGO. It is recommended that connections to the LOGO PLC be limited to one node at a time.
MAP-6938: Rockwell CIP Event will not work when Size of One Element is set to 0 and STRINGs have more than 444 characters
Description: The Rockwell CIP Event allows the Size of One Element field to be set to 0 and any messages using STRINGs of 444 characters or less to be received. However, any STRING with greater than 444 characters will result in an error. The workaround is to make sure you indicate the size of the String being read in the Size of One Element field.
MAP-7694: Subscription on device that becomes stopped generates read errors
Description: When subscribing to a started device that is later stopped, the subscription still attempts to read from that device and generates errors.
Workaround: Workbench can workaround this by stopping subs on stopped devices and restarting again on start, but keeping the subs live when the device is stopped results in fewer commands being sent.
MAP-9303: OPC UA Client driver increases core handles and memory usage during StartStopStress test (Linux)
Description: Attempting to start and stop many OPC UA clients on Linux causes the node to crash.
Workaround: Limit the number of OPC UA devices per deviceWISE node to five.
MAP-9176: OPC UA Client driver increases core handles and memory usage during StartStopStress test (Windows)
Description: Attempting to start and stop many OPC UA clients will result in leaked memory. For reference, starting and stopping 15 clients constantly for 3 hours results in ~15MB lost. Restarting a node will clear this leaked memory.
MAP-10145: OPC-DA Client cannot write UINT4 value 2147483648 and greater
Description: The largest unsigned integer value that the OPC-DA Client can write is 2147483647.
MAP-12201: Atlas Copco Trace Data trigger fires even though a tightening wasn’t performed.
Description: Testing in the lab has found instances where a Trace Data (MID0900) message is being sent by the Atlas Controller to deviceWISE, even though a rundown hasn’t occurred. This causes a started Atlas Copco Trace Data trigger to fire, if it is associated with that controller. The Trigger’s Result Data Identifier Event variable can be used to determine if this is a duplicate Trace Data message.
MAP-12442: OPC UA Client driver does not run on NetComm, CalAmp LMU5000 RevC, and Lanner
Description: The OPC-UA Client driver is not supported on all platforms. Refer to the OPC-UA Client driver documentation at Supported OPC-UA Client environments.
MAP-12780: Rockwell MicroLogix 1100 and 1400 devices get stuck in Stopping state on Siemens ERPC
Description: After several variable reads and writes, stopping the device might result in the device being stuck in the Stopping state, then resetting after about 10 minutes.
MAP-13702: OPC UA Client Certificate Security does not work on VxWorks-based platforms.
Description: OPC UA Client Certificate Security feature is not enabled for VxWorks-based platforms.
MAP-13859: FANUC CNC Driver Macros floating point value write -12.3456 results in -12.3455999
Description: There is a limitation when representing floating point numbers because of Int4 precision. The max Int4 value is 2147483647, and this limits precision.
MAP-13860: FANUC CNC Driver random write failures to Macros at 500 and 98000 range on NCGuide device
Description: This is an intermittent problem with the NCGuide simulator software.
MAP-14146: FANUC CNC driver reading and writing wrong Tool Offset type
Description: We found that the Tool offset type would not write to the correct offset depending on the range provided. We removed the Tool Offset feature in 19.1.7 and plan to correct the implementation in a future release.
MAP-15099: Linux 64-bit FANUC CNC Driver does not work on CentOS 7
Description: The only Linux 64-bit environment supported by the Fanuc CNC driver is Ubuntu Server.
MAP-14436: OPC UA client and OPC UA Server do not coexist on the same node
We do not support running the deviceWISE OPC UA Server on the same node as the deviceWISE OPC UA Client.
MAP-14610: OPC UA Server retains old stopped devices when browsed by clients
Description: When devices used by the OPC UA Server are stopped, those devices are no longer exposed to clients. In some rare instances, variables from those devices are still exposed but they cannot be accessed since the device is stopped. Restarting the server will clear those device variables.
MAP-15573: MQTT extension doesn't build for AIX64 in 20.1.10 release
Description: The MQTT package for AIX does not include the MQTT updates found in other platforms for the 20.1.10 release. Enterprise GW for AIX64 in 20.1.10 uses the MQTT package from 20.1.9.
MAP-15585: MQTT extension doesn't load for WinCPU in 20.1.10 release
Description: The MQTT package for WinCPU does not include the MQTT updates found in other platforms for the 20.1.10 release. Enterprise GW for WinCPU in 20.1.10 uses the MQTT package from 20.1.9.
MAP-15838: SNMP Trap Receiver causes Linux nodes to crash
Description: The SNMP Trap Receiver will not work on Linux platforms. Receiving trap messages will only work on Windows 64-bit and Windows 32-bit products.
MAP-15862: SNMP Driver does not fail a write and misleadingly shows write is completed
Description: When writing SNMP variables, sometimes the write will timeout but will not show an error message. Check the value with a read after the write to ensure the write has actually occurred if the write seems to take more than 5 seconds.

Backup before upgrading! You should do a Backing up and Restoring a node's configuration of your configuration from the Workbench prior to upgrading to a new version of deviceWISE.
Updating from an earlier release level of an Enterprise Gateway to 21.07
Customers updating from 21.05 or earlier release, will need to update both the deviceWISE runtime and the package files to the 21.07 build level before starting their deviceWISE application.
For Windows Enterprise Gateway products:
Upgrading a Windows Enterprise Gateway product from a version before 19.1.6 to 21.07
We moved to a new installation architecture for Windows Asset Gateway and Enterprise Gateway products with version 19.1.6. These Special Notes apply to a one-time transition from a Windows Gateway version before 19.1.6 to a Windows Gateway version after 19.1.6.
If you are upgrading a Gateway for Windows product to version 19.1.6 or later, you must do the following:
- Perform a node backup of deviceWISE
- Backup all files used in the Staging Browser folders or properties files that were added outside of the original deviceWISE installation. (For example: C:\deviceWISE\Runtime\staging and C:\deviceWISE\Runtime\dwcore)
- Uninstall the (pre-19.1.6) version of the Enterprise Gateway for Windows product
- Install deviceWISE Enterprise Gateway for Windows or deviceWISE Asset Gateway for Windows using the given installers.
- Copy the files backed up from step #2 contained in the Staging Browser folders or properties files to the new installation folder. (For example: C:\Program Files (x86)\deviceWISE\Gateway\staging and C:\Program Files (x86)\deviceWISE\Gateway\dwcore)
- Restart deviceWISE
- Restore your node.
- After updating to 21.07, you will need to add all device drivers and extensions from the new 21.07 release level.
Upgrading a Windows Enterprise Gateway product from 19.1.6 or later to 21.07
A firmware update from a release for Enterprise Gateway for Windows before version 19.1.6 to 21.07 is not supported. You must do a complete product installation as noted in the previous section.
If you are updating an Enterprise Gateway for Windows 64-bit products from the 19.1.6 release or later, then you can use the firmware update option.
After updating to 21.07, you will need to add all device drivers and extensions from the new 21.07 release level.
For AIX, Linux, or WinCPU Enterprise Gateway products:
If you are updating an Enterprise Gateway from a 17.2.3 through 21.06 (inclusive) release, then you can use the firmware update option. A firmware update from a release before 17.2.3 is not supported.
If you are updating an Enterprise Gateway from a 17.1.14 or earlier release to 21.07, you must do a complete product installation. This is required to install the supporting libraries and 3rd party support files. These supporting files are not included in a firmware update for an Enterprise Gateway, however they are included in a complete install.
After updating to 21.07, you will need to add all device drivers and extensions from the new 21.07 release level.
A firmware update from 16.1.8 or earlier to 21.07 is not supported for CentOS 7 or systemd installations. A full installation is required.
20.1.9 is the final release for VxWorks-based gateways and got removed from builds beginning with the 20.1.10 release. If you need assistance, please contact us here.
Updating from an earlier release of an Asset Gateway to 21.07
Customers updating from 21.05 or earlier release, will need to update both the deviceWISE runtime and the package files to the 21.07 build level before starting their deviceWISE application.
For Windows Asset Gateway products:
Upgrading a Windows Asset Gateway product from a version before 19.1.6 to 21.07
Moved to a new installation architecture for Windows Asset Gateway and Asset Gateway products with version 19.1.6. These Special Notes apply to a one-time transition from a Windows Gateway version before 19.1.6 to a Windows Gateway version after 19.1.6.
If you are upgrading a Gateway for Windows product to version 19.1.6 or later, you must do the following:
- Perform a node backup of deviceWISE
- Backup all files used in the Staging Browser folders or properties files that were added outside of the original deviceWISE installation. (For example: C:\deviceWISE\Runtime\staging and C:\deviceWISE\Runtime\dwcore)
- Uninstall the (pre-19.1.6) version of the Asset Gateway for Windows product
- Install deviceWISE Enterprise Gateway for Windows or deviceWISE Asset Gateway for Windows using the given installers.
- Copy the files backed up from step #2 contained in the Staging Browser folders or properties files to the new installation folder. (For example: C:\Program Files (x86)\deviceWISE\Gateway\staging and C:\Program Files (x86)\deviceWISE\Gateway\dwcore)
- Restart deviceWISE
- Restore your node.
- After updating to 21.07, you will need to add all device drivers and extensions from the new 21.07 release level.
Upgrading a Windows Asset Gateway product from 19.1.6 or later to 21.07
A firmware update from a release for Asset Gateway for Windows before version 19.1.6 is not supported. You must do a complete product installation as noted in the previous section.
If you are updating an Asset Gateway for Windows 64-bit products from the 19.1.6 release or later, then you can use the firmware update option.
After updating to 21.07, you will need to add all device drivers and extensions from the new 21.07 release level.
For AIX, Linux, or WinCPU Asset Gateway products:
If you are updating an Asset Gateway from a 17.2.3 through 21.06 (inclusive) release, then you can use the firmware update option. A firmware update from a release before 17.2.3 is not supported.
If you are updating an Asset Gateway from a 17.1.14 or earlier release to 21.07, you must do a complete product installation. This is required to install the supporting libraries and 3rd party support files. These supporting files are not included in a firmware update for an Asset Gateway, however they are included in a complete install.
After updating to 21.07, you will need to add all device drivers and extensions from the new 21.07 release level.
A firmware update from 16.1.8 or earlier to 21.07 is not supported for CentOS 7 or systemd installations. A full installation is required.
For more information about upgrading your software, see Updating products.
20.1.9 is the final release for VxWorks-based gateways and got removed from builds beginning with the 20.1.10 release. If you need assistance, please contact us here.