Products
- TOP
- Products
- OPC Spider
- Release Note
Release Note
Ver1.4.0 - July 2025
OPC Spider Servista in general
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-31028 DSS-30840 DSS-30382 |
・The following platforms are now supported: |
| DSS-31029 | ・Changed the supplied Java Runtime Environment (JRE) to "Azul Zulu Builds of OpenJDK 1.8.0_382-b05". |
| DSS-31650 DSS-30873 |
・Supported Oracle Base Database Service (Oracle Database 23ai) as a repository DB. |
|
DSS-31224 |
・Supported PostgreSQL 16 as a repository DB. |
| DSS-30408 | ・Supported PostgreSQL 15 as a repository DB. |
| DSS-29518 |
・Supported PostgreSQL 14 as a repository DB. |
| DSS-30746 |
・Supported Microsoft SQL Server 2022 as a repository DB. |
| DSS-31051 DSS-30697 |
・Changed the driver versions of the supported libraries for repository databases to the following: |
| DSS-31057 |
・Invalid Base64 data is now handled as an error. |
| DSS-28851 |
・In XML Framework, the security check of the data to be handled has been enhanced. |
| DSS-31030 DSS-30054 DSS-29895 DSS-19609 |
・In various documents, added or deleted descriptions about end of support for the following components whose sales and support have ended: |
| DSS-31030 DSS-30402 DSS-30278 DSS-24077 |
・The following components whose sales and support have ended are no longer supplied with the installer: |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-22045 | ・Fixed an issue where when a file-reading operation placed in a PSP data flow in a transaction is executed, the read file cannot be deleted in the transaction if all the following conditions are met: - The PSP data flow is used between the file-reading operation and a Document Mapper. - All the output destinations of the Document Mapper are script variables. |
| DSS-22032 | ・Fixed an issue where if a file-reading operation is executed in PSP and then the file is deleted in a transaction, and the interval between the file-reading operation and the file-deletion operation is too short, a "FileNotFoundException" error occurs, and the deletion fails. |
| DSS-22028 | ・Fixed an issue where if multiple users edit the same project with the team development function enabled and a user commits a script that contains a local custom logic, an "XMLException: Failed to parse XML" error occurs when another user commits the script. |
| DSS-14442 | ・Fixed an issue where if the team development function is enabled and you execute a script in an uncommitted project in Designer, the local modification date and time of the project is updated. |
Installer
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-26235 | ・If you select [Oracle] when you configure a repository DB in the installer, you can now specify a service name on the "Database connection information" screen. |
OPC Spider Server
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-31037 | ・Changed the version of supplied Apache Tomcat to "9.0.84". |
| DSS-22929 | ・The default value of -XX:MaxMetaspaceSize for the x64 version has been changed to 1G. |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-31010 | ・In [Repository DB Management], fixed an issue where communication with OPC SpiderServer occurs when you display the screen in an environment where a repository database is not used. |
ScriptRunner
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-30353 | ・Improved the password encryption for launch settings files. Refer to the "5. Special settings pertaining to version Upgrade" section in "OPC Spider 1.4 Upgrade Guide" for more details. |
| DSS-26453 | ・Added the function that allows OPC SpiderServer to request that a script process be stopped when ScriptRunner terminates. For more details, refer to the "Request for a script process to be stopped when ScriptRunner terminates" section in the "ScriptRunner" help page. |
| DSS-26453 | ・Added the function that allows OPC SpiderServer to request that a script process be stopped when ScriptRunner terminates. For more details, refer to the "Request for a script process to be stopped when ScriptRunner terminates" section in the "ScriptRunner" help page. |
CLI Console
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-31172 | ・Categorized the execution methods into the following two "execution modes": - Interactive mode - Start CLI Console and then enter a command. - Non-interactive mode - Specify a command and execute. - Syntax: -c <command name> [options] - Specify a CLI command settings file and execute. - Syntax: -f <CLI command settings file path> Non-interactive mode is available only in Server CLI Console. In non-interactive mode, you can use the following features: - Delimiter option - You can output the results of certain commands in tab separated format. - Exit status - Exit code "0" is returned if a command ends normally, and exit code "1" is returned if a command ends with an error. |
| DSS-9607 DSS-9571 |
・In non-interactive mode, exit code "0" is returned if a command ends normally, and exit code "1" is returned if a command ends with an error. For more details, refer to the "Exit status in non-interactive mode" section in the "CLI Console" help page. |
| DSS-31492 DSS-30725 |
・Added the "grtst" command, which checks connectivity to global resources. For more details on this command, refer to the execution results of "man grtst" and "help grtst" on CLI Console. For examples of use, refer to "3.1.3. Migrate to a product environment and change permissions for the service in a batch" in "CLI Console Automation Guide". |
| DSS-30726 | ・For the "mount" command, added the "-c" option, which checks connectivity to mount points. For more details on this option, refer to the execution results of "man mount" and "help mount" on CLI Console. For examples of use, refer to the following sections in "CLI Console Automation Guide": - "3.1.3. Migrate to a product environment and change permissions for the service in a batch" - "3.5. Periodically check connectivity to mount points and send a notification if any connections fail" |
| DSS-26180 | ・In the "imp" command, import operations when importing projects or environment variables have been changed as follows: - The "--merge" and "-m" options have been changed to the "--project" option. imp --project=replace: Replace projects that already exist in the import destination, and add projects that do not already exist. imp --project=skip: Skip (do not replace) projects that already exist in the import destination, and add projects that do not already exist. If you do not use this option, the default value is "skip". - The "-e" and "--update-env" options have been changed to the "--env" option. imp --env=replace: Replace environment variables that already exist in the import destination, and add environment variables that do not already exist. imp --env=skip: Skip (do not replace) environment variables that already exist in the import destination, and add environment variables that do not already exist. If you do not use this option, the default value is "skip". For the notes on version upgrade regarding the above changes, refer to the "5.4. Server migration function"-"5.4.1. Changes in import operations for project files and environment variables" section in "OPC Spider Upgrade Guide". |
| DSS-10865 | ・In the "man" and "help" commands, added a description of the "-l" option to the information output when specifying "mount" as an argument. |
| DSS-31172 | ・CLI batch has been deprecated. It might be obsolete in future versions. Migrate to the non-interactive mode. |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-10763 | ・Fixed an issue where if a user who does not have the read permission for a service specifies the service name for the "service_name" operand of the "scriptnames" command, the command is executed and the script names are listed. |
Common for Trigger
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-30947 | ・If you set a string that contains "{" for a value in [Script arguments], execution of the trigger now ends normally. |
File Trigger
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-30543 | ・Fixed an issue where a registered trigger is started regardless of the settings after you perform import using the Server migration function. |
OPC Spider Studio for Web in general
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-31494 | ・Changed the versions of the supported web browsers as follows: - Microsoft Edge 122 or later - Firefox 123 or later - Google Chrome 122 or later |
| DSS-30409 | ・Supported .NET Framework 4.8.1. |
| DSS-26242 | ・If you select [Oracle] in [Setup wizard] in [Repository DB Management], you can now specify a service name on the "Database connection information" screen. |
| DSS-26180 | ・In [Server migration] in [OPC SpiderServer Settings] in Control Panel, import operations when importing projects or environment variables have been changed to the following: Property name [Project import settings] Description of the property; [Replace projects with same names]: Replace projects that already exist in the import destination, and add projects that do not already exist. [Skip projects with same names]: Skip (do not replace) projects that already exist in the import destination, and add projects that do not already exist. Default value [Skip projects with same names] Property name> [Environment variable import settings] Description of the property [Replace environment variables with same names]: Replace environment variables that already exist in the import destination, and add environment variables that do not already exist. [Skip environment variables with same names]: Skip (do not replace) environment variables that already exist in the import destination, and add environment variables that do not already exist. Default value[Skip environment variables with same names] |
| DSS-31026 DSS-24944 |
・Added "Testing framework", which provides the way to create and execute tests for scripts developed in OPC Spider. It consists of functions to support testing and the guidelines to utilize the functions. Testing framework provides the following functions: - Test project - Call script of other project Assertion adapter - Batch run scripts - Output test result report - Refer to the help page for more details. |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-30997 | ・In [Repository DB Management], if you enter a value in [Initial number] and the value is larger than the value set in [Upper bound number] in "Initial value and upper bound value of connected number" in the [Connected number management] tab, an error is now displayed for the input field. |
| DSS-28786 | ・Fixed an issue where if the team development function is enabled, when you upload a project that meets all of the following conditions to the server in My Projects and then open the script in the project using Designer in Studio for Web, the Mappers on the script disappear: - The project exists only locally(*). - One or more Mappers exist in the project. (*) A project whose name is displayed in gray in My Projects |
| DSS-27701 | ・On the "Change group user" screen, the [Others] and [Group user] lists are now sorted. |
| DSS-25117 | ・Fixed an issue where if DB2 or SQL Server is used as a repository DB, OPC SpiderServer stops responding when you upload and overwrite a file from Explorer to the database filesystem. |
| DSS-20471 | ・Fixed an issue where if you enter a multibyte character in the text editor, you cannot Undo/Redo the input with Ctrl+Z or Ctrl+Y. |
| DSS-19141 | ・In Browser Help, fixed an issue where tree folders could not be expanded or collapsed in a specific web browser. |
| DSS-18254 | ・Fixed an issue where if you change the settings of a global resource using [Edit list] in the property settings dialog, the changes are not reflected until you reopen the dialog. |
| DSS-17731 | ・Fixed an issue where an invalid ZIP file is downloaded if you download a directory that meets either of the following conditions: - The directory name contains the "+" or "#" symbol. - The directory name begins with the "!" symbol. |
| DSS-17637 | ・Fixed an issue where a file of 300 MB or larger cannot be uploaded. |
| DSS-16636 | ・Fixed an issue where if you continuously execute [Download to local] from the right-click menu without selecting a file in the right pane of Explorer, the current directory is downloaded in the second and subsequent execution. |
| DSS-15930 | ・In [Register project as service], fixed an issue where if you attempt to overwrite a registered service with a service of the same name, the write permission is not checked. |
| DSS-15863 | ・Fixed an issue where if you set a global resource and then a timeout occurs while the global resource list screen is open, you might not be able to open the property screen of that global resource even if you login again. |
| DSS-15706 | ・Fixed an issue where if you open a binary file in the text editor and then change the encoding to [UTF-8] from the [View] menu, Studio for Web might be terminated. |
| DSS-13894 | ・Fixed an issue where a newline entered in the text editor is input as "CR". With this fix, a newline is input as "CR+LF". |
| DSS-13860 | ・In the property settings dialog, fixed an issue where if you increase or decrease a value in a time field using the spin button, focus moves to the right of the input field. |
| DSS-13859 | ・In Schedule trigger, My Logs, and Date/Time Constant logic, fixed an issue where if a time field is not in focus, you cannot increase or decrease a value in the field using the spin button. |
OPC Spider Studio for Web / My Projects
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-19930 | ・In Upload project, the [Existing project] list under [Commit to an existing project] is now sorted. |
| DSS-17843 | ・Added the "Search project" function to search for projects that use specific global resources, environment variables and such. For more details, refer to the "Search project" section in the "My Projects" help page. |
OPC Spider Studio for Web / Designer
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-31381 | ・You can now use "Output XML for executing script" in the Script menu in Designer to select whether to encrypt a password for output. Property name Encrypt a password Description of the property Not checked: The password is output in plain text. Checked: The behavior differs depending on the client. - If a password is encrypted in Studio for Web, the password can be decrypted only in ScriptRunner on the server to which Studio for Web is connected. - If a password is encrypted in Studio for Desktop, the password can be decrypted only in ScriptRunner on the client that started Studio for Desktop. Default value Checked |
| DSS-27065 | ・In Generate project/script specifications and Output version comparison report, added the [Open in browser] function to select whether to automatically open the specifications in a web browser after output. For the web browser, the default browser of the client OS is used. |
| DSS-24619 | ・Added the [Required] property item to the script input variable settings. If you select this item for a script input variable, a build error occurs while building a script if a value is not set for the script input variable in a Call Script operation and [Validation on build] is enabled. For Call Script operations that were set before the version upgrade, execute [Reload] if you want to reflect this fix to the list of script input variables with [Edit list manually] selected. |
| DSS-24619 | ・Added the "Find script usages" function that allows you to search for scripts (caller scripts) that call the target script (callee script). For more details, refer to "Find script usages" in the "Project explorer"-"Script menu" section in the "Designer" help page. |
| DSS-24619 | ・Added the [Required] property item to the script input variable settings. If you select this item for a script input variable, a build error occurs while building a script if a value is not set for the script input variable in a Call Script operation and [Validation on build] is enabled. For Call Script operations that were set before the version upgrade, execute [Reload] if you want to reflect this fix to the list of script input variables with [Edit list manually] selected. |
| DSS-13349 | ・Added the Undo/Redo function. Refer to the "Undo/Redo function in Designer" section in the "OPC Spider Studio for Web" help page for more details. |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-31020 | ・Fixed an issue where if you perform a debug execution of a script in which a breakpoint is set and repeatedly restart the script when it stops at the breakpoint, the number of the requests from Studio to the connected server increases. |
| DSS-30424 | ・In Call Script, fixed an issue where if both of the following conditions are met, a "System.NullReferenceException" error occurs when you attempt to save a project, and you cannot save it: - Variable Mapper exists in the same script as the Call Script operation. - Delete an XML script output variable in the called script. |
| DSS-30096 | ・In Call Script, fixed an issue where if you perform either of the following operations, the Call Script operation is not marked with the update icon: - Change the name of the called script. - Move the called script to another folder. |
| DSS-29861 | ・In Conditional Loop or Conditional Branch, fixed an issue where a "System.ArgumentException" error occurs when you move a script variable used in a condition to another script that has a script variable with the same name. |
| DSS-29576 | ・・Fixed an issue where if a global resource that you do not have permission to use is specified for a component, a "Failed to load module" error occurs when you select the component icon or try to open its property settings dialog box. |
| DSS-27823 | ・Fixed an issue where if you set [Comment] for a script in OPC Spider Studio, the comment cannot be displayed in Studio for Web. |
| DSS-26911 | ・Fixed an issue where if more than one script or Mapper editor is open on the script canvas, when you close a tab that is not active, the contents of Tool palette are not displayed. |
| DSS-26910 | ・Fixed an issue where an error occurs if you rename a group in which a local custom logic exists and then update the project using either of the following operations: - Overwrite project with latest server version - Restore project from server |
| DSS-26754 | ・Fixed an issue where if you drop a floating "Mapper" tab to the "Script" tab, the Tool palette for script is displayed. |
| DSS-23653 | ・In Generate project/script specifications, fixed an issue where if OPC SpiderServer is running on a Linux OS, a maximized memo extends partly beyond the script screen and out of sight. |
| DSS-22871 | ・In Project explorer, fixed an issue where if you press F2 to change the name of a script or script variable and you close and re-open the tree that contains the script while editing the name, the screen whites out. |
| DSS-22840 | ・In Call Script, fixed an issue where if you change a script output variable name in a script that is called by the Call Script operation, the operation is not marked with the update icon. |
| DSS-22839 | ・Fixed an issue where if a script in which a Call Script operation is placed is not opened (not loaded into memory), when you add a script input/output variable to the script called by the Call Script operation, the Call Script operation is not marked with the update icon. |
| DSS-18261 | ・Fixed an issue where if you link a memo to a component icon, place the icon between the start and end control component icons after executing [Initialize layout], and then fold the control component, a "NullReferenceException" error occurs |
| DSS-18256 | ・Fixed an issue where if pasting of Mappers is still in progress and you execute [Save project] by using a menu that you have opened before pasting the Mappers, the created Mappers might be invalid. |
| DSS-18245 | ・Fixed an issue where if you shrink your web browser to show only the Designer menus and then execute [Initialize layout], a "NullReferenceException" error occurs. |
| DSS-18165 | ・Fixed an issue where if you maximize and edit a memo that is linked to a component placed between the start and end control component icons, fold the icon group, and then open the property settings dialog of another component, the memo in the icon group might be displayed. |
| DSS-18113 | ・Fixed an issue where if you execute [Initialize layout] and then drag an unfocused editor to put it in a floating state, a "NullReferenceException" error might occur. |
| DSS-18076 | ・In Memo, fixed an issue where even if you specify [Alpha] for [Set color], the setting value is returned to the default value when you re-open the project. |
| DSS-17737 | ・In Generate project/script specifications, fixed an issue where if a project name or script name contains "+" or "#", an invalid ZIP file is output. |
| DSS-17705 | ・In Call Script, fixed an issue where if the script to be called has multiple XML type script input variables and a data flow is already drawn to an input variable, even if you add a data flow by dragging and dropping another component to the input variable, the component of the previously drawn data flow is set for the [Value] property item. |
| DSS-17666 | ・Fixed an issue where an "InvalidOperationException" error occurs if you perform the following procedure: 1. Drag and drop the title bar of "Property inspector" to put the view in a floating state. 2. Drag and drop the title bar of "Execution history" to put the view in a floating state. 3. Dock the view mentioned in step 2 to the left, right, top, or bottom of the view mentioned in step 1. 4. Click the "x" button on the title bar of the view mentioned in step 3 to hide the view. 5. Select [View] - [Initialize layout] in Designer. |
| DSS-17665 | ・Fixed an issue where an "InvalidOperationException" error occurs if you perform the following procedure: 1. Dock the "Project Explorer" view to the "Execution history" view. 2. Drag and drop the title bar of the docked view to put the view in a floating state. 3. Click the "x" button on the title bar of the floating view to hide the view. 4. Select [View] - [Show/Hide property inspector] in Designer. 5. Select [View] - [Show/Hide property inspector] again in Designer. |
| DSS-17664 | ・Fixed an issue where if multiple views are docked and you show or hide a view from the [View] menu in Designer, a view different than the target view might be shown or hidden. |
| DSS-17627 | ・Fixed an issue where if you dock a view to the left, right, top, or bottom of the script canvas or mapping canvas, the canvas might not be resized and a part of the canvas might be hidden behind the view. |
| DSS-17605 | ・Fixed an issue where if you execute [Initialize layout] with the mapping canvas opened, Tool palette does not show Mapper logics, but components. |
| DSS-17602 | Fixed an issue where if you maximize a docked view by using [Maximize current view/editor], the maximized view might extend partly beyond the screen. |
| DSS-17561 | ・Fixed an issue where an "HttpWebRequest_WebException_RemoteServer" error might be output many times if OPC SpiderServer is stopped while either of the following operations is in progress: - Execution of a script - Upload of a file or project |
| DSS-17458 | ・Fixed an issue where if you display the script canvas and the mapping canvas in a horizontal or vertical tab group, and then perform either of the following operations, a "NullReferenceException" error occurs: - Place a Mapper logic from the Tool palette on the script canvas. - Place a component icon from the Tool palette on the mapping canvas. |
| DSS-16728 | ・Fixed an issue where if a hidden view is shown again, the view might be displayed in a different position. |
| DSS-16305 | ・Fixed an issue where if you close the property settings dialog in an adapter that uses a global resource, the connection to the destination might not be closed properly. |
| DSS-15717 | ・In Execution log and Error log details, [Copy] and [Select all] have been added to the right-click menu. |
| DSS-15533 | ・Fixed an issue where if you press Ctrl+C while selecting a table parameter item in the property settings dialog, the "Do you want to allow this application to access your clipboard?" dialog is displayed. |
| DSS-15427 | ・Fixed an issue where if you place more than one Conditional Branch operation, the condition icons in already placed Conditional Branch operations are marked with update icons. |
| DSS-15425 | ・In the following operations, fixed an issue where if you open the property settings dialog box and then close it by clicking the [Finish] button without changing the settings, the operation is marked with the update icon. - "Start Conditional Loop" in Conditional Loop - "Condition" in Conditional Branch - "Catch" in Monitor Exception - Mapper logic |
| DSS-14765 | ・Fixed an issue where if the zoom level is changed on the OS on which Studio for Web is running, you cannot perform operations on the script canvas or Mapper editor. |
| DSS-13642 | ・Fixed an issue where you cannot enter a tab character in a field in which multiple rows can be entered. |
OPC Spider Studio for Web / Control Panel / Global Resource Settings
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-17843 |
・Added a filter function to the list on the "Global Resource Settings" screen. |
OPC Spider Studio for Web / Common for Mapper
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-30676 |
・You can now copy or cut and paste a Mapper logic to another Mapper. |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-31065 DSS-30948 DSS-30936 DSS-22190 |
・Fixed the following issues that occur in Studio for Web after OPC Spider 1.3.0 SP1 is applied: |
| DSS-27819 |
・In Call Script, fixed an issue where a mapping link in Mapper acts incorrectly if both of the following conditions are met: |
| DSS-27815 |
・Fixed an issue where if you open a script in Studio for Web and the script includes a Mapper that is created in Studio for Desktop and that maps from a script variable, and then you change the script variable name or delete the variable, a "System.Xml.XmlException" error occurs and the mapping link from the variable disappears in Mapper. |
| DSS-27805 |
・In Call Script, fixed an issue where a "System.InvalidOperationException" error occurs and you cannot open Mapper editor if all of the following conditions are met: |
| DSS-27209 |
・Fixed an issue where if you change a script variable name that is used in Document Mapper or Variable Mapper, Mapper is not marked with the update icon. |
| DSS-22977 |
・Fixed an issue where if you delete a custom logic that belongs to a group, the deletion is not immediately reflected in the display. |
| DSS-22976 |
・Fixed an issue where when you change the group of a custom logic, the screen whites out when you open the custom logic group on Tool pallet if all the following conditions are met: |
| DSS-18096 |
・Fixed an issue where if you create a group and create a custom logic under the group in Studio, and then delete the logic in Studio for Web, the deletion is not immediately reflected in the Tool palette display. |
| DSS-18072 |
・Fixed an issue where if you perform one of the following modifications for a component icon, the related Mapper is not marked with the update icon: |
| DSS-18071 |
・Fixed an issue where if the condition of an XML script input/output variable changes, Variable Mapper is not marked with the update icon. |
| DSS-17552 |
・Fixed an issue where if the input source of a Merge Mapper is an XML type script input variable, even if you change the sequence of [Input data] in the "Edit Input data" dialog in Property inspector, the change might not be reflected in [Input source] in Mapper editor. |
| DSS-17517 |
・Fixed an issue where if you close Mapper editor by using [Close editor] or [Close all editors] in the [File] menu in Designer, [Layer] and [Custom logic] remain in the menu. |
| DSS-16796 |
・In Retrieve data by executing SQL logic, fixed an issue where if null is assigned to a SQL parameter, a "NullPointerException" error might occur. |
| DSS-15745 |
・In the Mapper calculation logics (Add, Subtract, Multiply, Divide, Modulo), fixed an issue where if a mapping link is not connected to either of the input handlers, processing is not executed and no value is output. |
| DSS-15550 |
・Fixed an issue where if you change a script variable name, the variable name might overlap with the mapping link line in Input source and Output destination in Mapper editor. |
| DSS-15509 |
・Fixed an issue where if you change a script variable name, the variable name might overlap with the mapping link line in Input source and Output destination in Mapper editor. |
| DSS-15489 |
・Fixed an issue where if you double click a component icon to open the property settings dialog and then click the outer frame of the dialog before it has finished loading, the dialog opens in minimized state. |
| DSS-15396 |
・In Project explorer, fixed an issue where if you add, edit, or delete a script variable, Merge Mappers are marked with the update icon. |
| DSS-14827 |
・In Mapper editor, fixed an issue where you cannot delete an element or attribute in the input or output schema using the Delete key. |
OPC Spider Studio for Web / Common for Database Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-25002 |
・In Execute Select SQL, if the SQL parameters are specified in [SQL statement], you can specify test values for the SQL parameters in the "Input variable value" dialog box when you execute [Extraction test] or [Execute SQL statement and set output schema]. |
Control Panel / Mount Settings
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-31124 |
・In the "Mount Settings" help page, added the following description to the "Specification Limits" section: |
Control Panel / Repository DB Management
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-15989 |
・In [Repository DB Management], fixed an issue where the metadata of Extended local file system is not included in the targets of [Cleanup repository DB]. |
Script Component
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-28595 |
・In Call Script, fixed an issue where if [Validation on build] is enabled, an error occurs even if a value is specified for a script input variable whose [Required] property is selected in a script. |
| DSS-21977 |
・In Loop, fixed an issue where an "OutOfMemoryError" error might occur depending on the loop count if all the following conditions are met: |
| DSS-18859 |
・Fixed an issue where if you [Cut] and [Paste] the icons including the end icon of a control component and any component icon, only the end icon is deleted. |
| DSS-10973 |
・Fixed an issue where if a component uses a global resource and an error occurs in the component during a Thread operation, the component pool is not released. |
| DSS-10688 |
・Fixed an issue where if you execute a process that does not pass through an End Transaction icon, but instead uses an operation such as end, break, or continue within the Transaction operation, and a component that uses a global resource exists before the Transaction operation, the component pool is not released. |
| DSS-7895 |
・Fixed an issue where if multiple Output Log operations with the same file specified for the log output destination are executed simultaneously, issues such as some logs failing to be output might occur. |
Common for Mapper
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-16796 |
・In Retrieve data by executing SQL logic, fixed an issue where if null is assigned to a SQL parameter, a "NullPointerException" error might occur. |
| DSS-8030 |
・Fixed an issue where if you save and reopen a project, double-click an already placed custom logic to open the custom logic editor, and then add a handler, you cannot delete the added handler. |
Oracle Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-31650 DSS-30873 |
・Added Oracle 23ai Adapter. |
| DSS-31408 |
・In accordance with the change of the service name from Oracle Database Cloud Service to Oracle Base Database Service, the service name described in various documents has been changed as follows: |
PostgreSQL Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-31224 |
・Added PostgreSQL 16 Adapter. |
| DSS-30408 |
・Added PostgreSQL 15 Adapter. |
| DSS-29518 |
・Added PostgreSQL 14 Adapter. |
| DSS-30432 |
・Modified the content of the error message that occurs when an SSL connection is made without the certificate in the keystore under the "Main Exceptions" section in the "Limitations" page for each supported version in the help. |
SQL Server Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-31297 DSS-20089 |
・Added the setting for the SSL connection function to the global resources. |
| DSS-30746 |
・Added SQL Server 2022 Adapter. |
| DSS-31051 DSS-30697 |
・Changed the driver versions of the supported libraries to the following: |
| DSS-5348 |
・Supported UNIQUEIDENTIFIER type. |
| DSS-30173 |
・In various documents, added information on libraries for Windows authentication used in the Windows 32bit environment. |
| DSS-25977 |
・On the "Operation Environment" help page, the client required for the Write by Loader operation has been changed to "sqlcmd utility" in the "Supported Versions" section. |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-10428 |
・Fixed an issue where if you omit [Database name] in a global resource, you might not be able to handle the properties in the property settings dialog of each operation that uses the global resource. |
CSV Adapter
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-31132 |
・In Read CSV File, fixed an issue where if all the following conditions are met, a portion of the data after a newline might be read more than once: |
Excel Adapter
Modifications
* You can scroll this table sideways.
・In Write, fixed an issue where if data is written to an Excel 2003 workbook that has cells of formulas entered in bulk by using a function such as Auto Fill, the formulas might disappear.
| Release No | Contents |
|---|---|
| DSS-11093 |
・In Write, fixed an issue where if [Use format of target cell] is specified for [Style] in [Column list] and a string in exponential notation or a string with leading zeros is written to an Excel book, the string is converted to a numerical value in different notation. |
| DSS-10598 |
・In Write, fixed an issue where if data is written to an Excel 2003 workbook that has cells of formulas entered in bulk by using a function such as Auto Fill, the formulas might disappear. |
| DSS-9510 |
・In Write, fixed an issue where if input data that contains the newline characters CR+LF is written to an Excel 2003 workbook, the newline characters are converted to CR+CR+LF. |
| DSS-3367 |
・In Read Sheet, fixed an issue where if you omit the sheet name, the file cannot be read. |
XML Adapter
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-12839 |
・In Write XML File, fixed an issue where if you specify "UTF-16BE" or "UTF-16LE" for [Encoding] and execute the script, even if writing to the file with the specified encoding ends successfully, the "Warning: The encoding '<specified encoding>' is not supported by the Java runtime." message is output to the OPC SpiderServer console. |
Variable-Length Adapter
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-31166 DSS-30809 |
・Fixed an issue where if a file is read with "UTF-16", "UTF-16BE", or "UTF-16LE" specified for [Encoding], a character that contains 0x0A or 0x0D (new line codes in ASCII) in its character code may be treated as a new line code. |
| DSS-19296 |
・Fixed an issue where if a file that uses a new line code other than "CR" is read with "UTF-16" specified for [Encoding], a "StructuredTextParseException" error occurs. |
SAP Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-31267 |
・Added SAP S/4HANA Cloud to the supported versions. |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-30977 |
・Fixed an issue where the number of sessions on the SAP system side increases with the number of executed operations. |
SAP Adapter / SAP Adapter
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-21342 |
・Fixed an issue where when you select [IDoc] for Interface in an Execute Business Method operation to execute, if the value of the SEGNAM element specified in the input data is different from the element name of its parent, a "NullPointerException" error occurs. |
SAP Adapter / SAP Trigger
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-30593 |
・In each operation, CHANGING parameters are now displayed in the schema if [RFC (including BAPI)] is selected for [Interface]. |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-31069 |
・Fixed an issue where if a trigger with [Interface] set to [IDoc] is started, the trigger is disabled in either of the following cases: |
| DSS-30797 |
・Fixed an issue where if a trigger with [Interface] set to [RFC (including BAPI)] is started by a BAPI that is executed in the background, the trigger is disabled in either of the following cases: |
| DSS-30420 |
・Fixed an issue where SAP triggers cannot be migrated after you upgrade OPC Spider from a version earlier than 1.2.3. |
FTP Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-28657 |
・SHA-256, SHA-384 and SHA-512 hash functions and the ECDSA signature method are now supported for SFTP connections. |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-20789 |
・In Delete, fixed an issue where if the remote path consists of only directories, the deletion fails. |
| DSS-10415 |
・・Fixed an issue where if an FTP server that supports only Explicit mode for FTP over SSL is specified for the destination, and [FTP over SSL] is specified for [Security type] and [implicit] is specified for [SSL connection type] in the [Secure FTP settings] tab in a global resource, Studio becomes inoperable when you execute the connection test. |
REST Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-26736 |
・If a proxy server is specified in OPC SpiderServer, [Connection test] in the global resources now connects to the destination via the proxy server. |
| DSS-23649 |
・Added the Execute PATCH operation to use the HTTP PATCH method. |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-31163 |
・Fixed an issue where in each operation, if a string that contains "~" or "*" is set in [Query parameter] in the [Required settings] tab, the URL encoding for the request parameter is different between version 1.2.3 or earlier and version 1.3.0 or later. |
Mail Adapter
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-25522 |
・In the "Receive E-mail (POP3)" and "Receive E-mail (IMAP4)" help pages, the element name "Sent Date (Received Date)" has been corrected to "Sent Date" in the "Output Schema" section. |
Microsoft Azure Adapter / Azure SQL Database Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-31297 |
・Added the setting for the SSL connection function to the global resources. |
| DSS-30697 |
・Changed the driver versions of the supported libraries to the following: |
Auth / OAuth 2.0
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-30758 |
・Fixed an issue where if a user does not have permission to edit the global resource for OAuth 2.0, a "ProhibitedOperationException" error occurs and processing fails when the access token is updated. |
Ver1.3.0 - May 2024
OPC Spider Servista in general
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| OPCSP-29801 |
・The following platforms are now supported: |
| OPCSP-29479 |
・Changed the supplied Java Runtime Environment (JRE) to "AdoptOpenJDK 1.8.0_292-b10". |
| OPCSP-26935 |
・In the "Service Operation" help page, changed the description about objects for which an access log is output as follows: |
| OPCSP-28909 |
・Supported Oracle Cloud Infrastructure Database (Oracle Database 21c) as a repository DB. |
| OPCSP-28863 |
・Supported PostgreSQL 13 as a repository DB. |
| OPCSP-29480 |
・Adapters ・The following components whose sales and support have ended are no longer supplied with the installer: - MySQL 5.0 Adapter ・The installers for the following are no longer supplied: - OPCSpider JDBC Proxy Server |
OPC Spider Server
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-29323 | ・Changed the version of supplied Apache Tomcat to "9.0.50". |
| DSS-28905 | ・Supported TLS 1.3 encrypted connections. |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-28533 | ・In the "XML Log" section in the "Logging Guide" help page, deleted the description about the following value that is not output: - "The start time of the operation performed by component" for the "transactionStart" element |
Common for Trigger
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-28907 | ・Fixed an issue where the end processing may not be executed successfully in rare cases when multiple triggers are fired in succession. |
OPC UA Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| OPCSP-1300004 | ・The history read function has been changed so that the number of items can be specified and viewed from the latest history. |
| OPCSP-1300002 | ・Improved processing speed for history read functon. |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| OPCSP-1300001 | ・Fixed an error when reading a string tag containing the terminating character '0'. |
| OPCSP-1300003 | ・Fixed an issue where "¥" was lost when importing items with "¥" in the Node ID. |
File Trigger
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-26039 | ・Fixed an issue where if you set a file trigger that takes time to monitor, the firing of other file triggers may also be delayed. |
HULFT Script Trigger
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-27892 | ・In HULFT Script trigger, the temporary mounting method when the trigger fires changed. With this modification, the mounting information of HULFT Script trigger will not be stored in the repository DB. |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-27923 DSS-27828 |
・The script processing after firing HULFT Script trigger may be delayed and cause successive delays in firings of other triggers.This bug is fixed. |
OPC Spider Studio
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-29497 | ・Ended support for the following web browser: - Internet Explorer 11 |
| DSS-28986 | ・Changed the execution environment required for Studio for Web to "Microsoft .NET Framework 4.8". |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-29496 | ・In Explorer, fixed an issue where if you perform the following procedure, the selection is not moved in step 3 and remains on the object in step 2: 1. Select a file or folder in the right pane. 2. Select a folder in the tree in the left pane. 3. Select the same file or folder selected in step 1 again. |
| DSS-29222 | ・Fixed an issue where the login screen is displayed in Japanese rather than English when you start up Studio for Web for the first time if all of the following conditions are met: - The language setting of OPCSpiderServer is "English". - The language setting of the OS on which Studio for Web is running is "Japanese". |
| DSS-22786 | ・Fixed an issue where the language of the client to which you logged in for the first time after starting OPCSpiderServer is used for the character set list in the previewer for the file chooser and the text editor. |
Designer
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-29009 | ・In Designer, improved the communication with OPCSpiderServer when displaying Tool palette so that traffic and frequency of communication are reduced. |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-29475 | ・Fixed an issue where if you map data to a Mapper logic with "three" or more input handlers and then close and open the project again, the mapping links to the third and subsequent handlers disappear. |
| DSS-27365 |
・fixed an issue where "System.NullReferenceException" occurs and the behavior of Designer becomes unstable when you open a script that includes script variables and then perform one of the following operations with the script variables displayed in the tree in Project explorer: - [Restore project from server] |
Common for Mapper
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-14780 | ・In local custom logics, you can now select add or delete from the context menu for a custom logic.
Due to this change, deleted the following operation menus to make specifications the same as Studio for Desktop: |
| DSS-17608 | ・In local custom logics, the local custom logic icon is now displayed in Tool palette. |
| DSS-15523 | ・In local custom logics, the hierarchy of the groups created in Studio for Desktop is now displayed in a tree structure instead of "/" delimited format. |
| DSS-15515 | ・In local custom logics, you can now set [Description] for a group. |
| DSS-15102 | ・In local custom logics, a confirmation dialog box is now displayed when you delete a custom logic. |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-15106 | ・In local custom logics, fixed an issue where if you change a name and then restore it to the previous name while editing the custom logic, the group, and the input handler of the custom logic, an error occurs and you cannot click the [Finish] button. |
| DSS-29416 |
・For local custom logics, fixed an issue where a local custom logic can be created with the same name in the same level as a group. |
| DSS-29351 |
・In local custom logics, fixed an issue where groups are always displayed first in the display order in Tool palette. |
| DSS-28989 |
・Fixed an issue where Collective logic (*) does not work correctly if you execute an edited script with the Mapper editor closed (not loaded into memory). |
| DSS-26138 |
・In local custom logics, fixed an issue where the "NullReferenceException" error may occur when you press F1 in the property settings dialog box. |
| DSS-24799 |
・Fixed an issue where the prefix and mapping link of an element disappear from an Assign Variable icon in which a child element (with a prefix) of the element with the namespace declaration (prefix and URI) is mapped to a script variable when you copy or cut and paste the icon. |
Control Panel / Holiday Settings
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-29038 | ・The following are supported in "2006-2030 Japanese Calendar (Saturday and Sunday, Holiday)" of Holiday Settings. - The following dates of national holidays in 2021 are changed by "The special provisions on Law on National Holidays (Act No.178 of 1948)": (Before change -> After change) - The Marine Day July 19 -> July 22 - The Mountain Day August 11 -> August 8 - The National Sports Day October 11 -> July 23 |
OPC Spider Help
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-29497 | ・Ended support for the following web browser: - Internet Explorer 11 |
| OPCSP-1300005 | ・Changed “OPC Spider Runtime” to “OPC Spider Server" |
Common for Database Adapter
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-29557 | ・In Write Table, fixed an issue where a null character is output to the component variable "error_message" if type conversion to a numeric type column fails. |
MySQL Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-29064 | ・In the limitation help pages, updated each URL that links to "MySQL Reference Manual". |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-29566 | ・In the "MySQL 8.0 Adapter Limitations" and "Amazon RDS for MySQL 8.0 Adapter Limitations" help pages, deleted the following description that does not match the adapter's behavior specifications: - TINYINT UNSIGNED, MEDIUMINT UNSIGNED, SMALLINT UNSIGNED, INT UNSIGNED, BIGINT UNSIGNED, FLOAT UNSIGNED, DOUBLE UNSIGNED, DECIMAL UNSIGNED |
Oracle Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-28909 | ・Added Oracle 21c Adapter. This adapter can be connected to Oracle Cloud Infrastructure Database (Oracle Database 21c). Refer to the help page for more details. |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-29611 | ・In the following help pages, changed the description of the URL to connect to Oracle Database. - Control Panel "Repository DB Management" page - "Connection information" - "URL" section - Oracle Adapter "Global Resource Properties" page - "Required settings" - "URL" section |
| DSS-9482 | ・In Write by Loader, fixed an issue where a value may not be written to a DATE type column. |
PostgreSQL Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-28863 | ・Added PostgreSQL 13 Adapter. This adapter can be connected to PostgreSQL 13. Refer to the help page for more details. |
JDBC Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-29414 | ・For component pools that are set in global resources, the statuses of connections that were closed on the destination side are now checked when connections are checked by Component Pool GC, as well as the connections that were removed on the adapter side. |
| DSS-24740 | ・In Read Table and Execute Select SQL, changed the default value of the [Fetch size] property. Before change: Not set After change: 2000 |
Excel Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-29743 | ・Supported Excel books created in Excel 2021. Refer to the help page for more details. |
| DSS-26320 | ・In Read from Sheet, when you specify a reading end condition, even if no value or format is set to a cell specified in the end condition, the end condition is considered to be met. |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-29737 DSS-29544 |
・In Write, fixed an issue where a "StringIndexOutOfBoundsException" or "NullPointerException" error occurs during execution if the target cell has a formula that is internally shared with another cell. |
| DSS-27929 | ・In Write and Write Specified Cell, fixed an issue where an Excel book may get corrupted if you overwrite only some formulas in a book that contains multiple worksheets that have formulas. |
SAP Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-29470 | ・Changed the mechanism of SAP Adapter and SAP Trigger. Changes are as follows: - Connection method was changed so that the adapter now connects to SAP systems directly, instead of connecting via SAP EICS and OpenJMS. - SAP Trigger supports TID. For details about changes to the behavior specifications associated with this modification or the migration procedure for existing global resources and operations, refer to "SAP Adapter Migration Guide". |
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-29291 | ・Changed the description about necessary libraries for SAP JCo 3.1. |
REST Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-28312 | ・In each operation, deleted [WSSE authentication] from the [Authentication] list in the [Authentication settings] tab. ・In the "Specification Limits" sections in the "Execute POST" and "Execute PUT" help pages, deleted "Content-Transfer-Encoding" from the description "the headers cannot be specified in [Request header]". |
HULFT Adapter / HULFT Script Trigger
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-29157 | ・In the "Specification Limitation" section in the "Read History Information" help page, due to a change in the specifications, deleted the description about the condition where temporal mount is not implemented. |
Ver1.2.3 - November 2023
Impulse Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| OPCSP-1230001 |
|
Ver1.2.2 - May 2023
ScriptRunner
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-30353 |
After applying this patch, perform the following procedure 2. Specify [false] for the encrypt attribute of the password element, 3. Encrypt the password described in step 1 by following To use the launch settings file in another environment, you must perform
After applying this patch, perform the following procedure 2. Specify [false] for the encrypt attributes of the secretkey element 3. Encrypt the secret key and password described in step 1 by following 4. Open a property file, and replace the value 5. Specify [false] for the ENCRYPTED key, or delete the ENCRYPTED key. 6. Encrypt the secret key described in step 4 by following To use the launch settings file and the property file in another |
Mapper (OPC Spider Studio for Web)
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-29475 |
|
Ver1.2.1 - Sep 2022
OPC Spider Studio for Web
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-28813 |
|
| DSS-28829 |
1. Put a script in the edited state (the script is marked with the update icon). |
OPC Spider Studio
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-28461 |
|
HULFT Script Trigger
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-27828 DSS-27923 |
|
| DSS-27892 |
|
OPC UA Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| OPCSP-1200011 |
|
| OPCSP-1200012 |
|
| OPCSP-1200013 |
|
Modifications
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| OPCSP-1200014 |
|
| OPCSP-1200015 |
|
| OPCSP-1200016 |
|
| OPCSP-1200017 |
|
mcframe SIGNAL CHAIN Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| OPCSP-1200018 |
|
HCL Domino Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-28166 |
|
SAP Adapter / SAP EICS
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-28717 |
|
FTP Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-22011 |
<Property name> |
PostgreSQL Adapter
New Function / Changes
* You can scroll this table sideways.
| Release No | Contents |
|---|---|
| DSS-28085 |
|
Ver.1.2 - Sep 2020
Lineup
| Release No | Contents |
|---|---|
| OPCSP-1200001 | English version lineup added. |

