Robots release notes
Type | Date | App | Description |
---|---|---|---|
Fixed | June 16, 2025 | Robots Agent 18.0 |
Robots Agent configuration setting not working correctly After an upgrade of the Unicode edition of the Robots Agent to version 18.0, a configuration setting was not working correctly. By default, Analytics result logs should be uploaded upon robot task failure. After the upgrade, result logs were no longer uploaded upon task failure. The latest release of the 18.0 Robots Agent installer resolves this issue. Any customers experiencing the issue can fix it by adding the AllowUploadsOnFailure property to the Robots Agent configuration file (Agent.exe.config). Add this line, with the value set to true: <add key="AllowUploadsOnFailure" value="true"></add> |
Enhanced | March 29, 2025 | Robots |
Sharing of Analytics data tables enhanced Sharing and linking of Analytics data tables in ACL robots is now significantly more flexible.
|
Enhanced | February 27, 2025 | Robots |
Maximum number of robots increased Your Diligent One account now supports the creation of up to 1000 robots in the Robots app. The previous limit was 500 robots. Increasing the limit improves scalability for organizations with large data automation and analysis programs, including those migrating automation programs from Analytics Exchange (AX) to Robots. |
Enhanced | February 27, 2025 | Robots |
Limit robot creation to Robots Admins A new configuration option in Robots allows you to tighten the security associated with robot creation. When the option is enabled, only Robots Admins can create robots. To further increase security, only Launchpad System Admins with a Professional subscription can set the robot creation option. Note Launchpad System Admins with a Professional subscription are Robots Admins by default. |
New | Feb 3, 2025 | Robots Agent 18.0 |
New version of Robots Agent Version 18.0 of the on-premise Robots Agent has been released. If your organization uses an on-premise agent, you must upgrade to the new version if you want to use analytic scripts that include any of the updates to ACLScript in Analytics 18.0. For information about Analytics 18.0 updates, see Analytics and ACLScript release notes. |
New | Feb 3, 2025 | Robots Agent 18.0 |
New Robots Agent configuration setting The new AllowUploadsOnFailure configuration setting allows you to specify whether an Analytics result log is uploaded when a robot task fails. The new setting gives you more precise control over the security of result logs. |
Important | Oct 26, 2024 | Robots |
Phased upgrade of the version of Python used by Robots now complete On 26 Oct 2024, Robots support for Python 3.8 and older versions of associated libraries ended. Python 3.11 is now the only option for running scripts in Robots. To avoid possible disruption of your automated processes, you should verify that all scheduled production scripts run in the Robots Python 3.11 environment, and produce correct output. Production or development scripts that have not been transitioned to Python 3.11 may still run, but cannot be guaranteed to run. Or they may run, but produce incorrect output. |
New | Sep 17, 2024 | Robots |
Access working files directly in the Robots script editor The new Working data panel in the script editor provides direct access to all stored working files in a robot, and allows you to upload additional working files. The file functionality is identical to the existing Working data tab, but with the added convenience of easy access without needing to leave the script editor. The Working data panel also includes labor-saving features that automatically produce the HCL load_working_file() method with a specific file name prefilled. |
Important | Jul 12, 2024 | Robots |
Robots upgrade to Python 3.11 Diligent is upgrading the version of Python used by Robots, as the Python Software Foundation has announced that Python 3.8 is officially end-of-life on 14 Oct 2024. This upgrade is being done in phases. The changes from Jul 12, 2024 are as follows: HighBond robots and Workflow robots:
|
Important | Jul 4, 2024 | Robots |
Robots upgrade to Python 3.11 Diligent is upgrading the version of Python used by Robots, as the Python Software Foundation has announced that Python 3.8 is officially end-of-life on 14 Oct 2024. This upgrade is being done in phases. For more information about the upgrade schedule, see the release notes of Apr 2024 and Dec 2023. The changes from Jul 4, 2024 are as follows: HighBond robots and Workflow robots
You are advised to thoroughly review the script, make essential modifications to ensure seamless compatibility, and verify the output before committing. During this transitional phase, Highbond/Workflow Robots will support both Python 3.8 and 3.11 for executing scheduled Robots scripts until Oct 14th, 2024. |
New | Jun 12, 2024 | Robots |
New roles in Robots We've added two new roles to the Robots app:
These roles will help streamline access control and improve collaboration within the app. |
New | May 16, 2024 | Robots |
Enhanced script editor interface for improved usability We've reorganized the buttons and icons in the script editor. Now, it's much easier to distinguish between buttons like Manage Variables or Ask AI and icons specific to cells such as add, run, or delete. The realignment provides clearer visual cues, helping you navigate the script editor with ease. |
Important | Apr 4, 2024 | Robots |
Robots upgrade to Python 3.11 Diligent is upgrading the version of Python used by Robots, as the Python Software Foundation has announced that Python 3.8 is officially end-of-life on 14 Oct 2024. This upgrade is being done in phases. For more information about the upgrade schedule, see the release notes of Dec 2023. The changes from Apr 4, 2024 are as follows:
|
New | Apr 4, 2024 | Robots |
New AI Script Assistant in Robots We have added a chat-based artificial intelligence utility to the Robots script editor. The AI Script Assistant is a major addition to the scripting tools available in Robots. The Script Assistant can significantly accelerate your script development and debugging work by providing information about Python, HighBond Command Language (HCL), and the HighBond API, including code snippets. As you interact with the AI Script Assistant, the conversational history is preserved and used as context to make subsequent answers more relevant. Chat sessions and context are saved with scripts (segregated by user) and available for future use. Data you enter in the AI Script Assistant is fully secure. It is never exposed outside the Diligent One Platform, or used by Diligent when training the model underlying the artificial intelligence capability. Phased rollout We're conducting a phased rollout of the AI Script Assistant in Robots. Initially, the capability is available to organizations using the Diligent One Platform in these AWS regions:
English-only initially We're also taking a phased approach to language support. Currently, the AI Script Assistant supports questions and responses in English. Using languages other than English is not yet officially supported and gives inconsistent results. |
New | Apr 2, 2024 | Robots |
Introducing search bars in user lookup fields We've added a search bar to the user lookup fields in the following pages. From the Robots home page:
These search bars facilitate easy user lookup, particularly beneficial when managing a large number of users within the organization. |
Enhanced | Feb 14, 2024 | Robots |
Scalability improvements in Robots The addition of pagination and lazy loading to user lists in Robots significantly improves speed and performance. This global improvement means that Robots can scale more easily to support user numbers into the thousands. Paginated user lists In the following areas, lists of currently assigned users, sorted alphabetically, are now segmented into sequenced pages:
Lazy-loaded user lists (Load user names as you scroll) In the following areas, lists of users available to be assigned, sorted alphabetically, are now progressively loaded as you scroll down a list:
|
Important | Dec 20, 2023 | Robots |
Robots upgrade to Python 3.11 Diligent is upgrading the version of Python used by Robots. Based on the schedule below, the cloud-based Robots Agent will be upgraded from Python 3.8.x to Python 3.11.x. During the transition period, both versions of Python will be supported by Robots. One or more of your Python/HCL scripts could potentially be impacted by the upgrade to Python 3.11. If your organization uses HighBond robots or Workflow robots, familiarize yourself with the implications of the upgrade. To avoid disruptions to scheduled robot tasks, test compatibility of all production scripts with Python 3.11. Learn more The Python Software Foundation has announced that Python 3.8 is officially end-of-life on 14 Oct 2024. Upgrade schedule Note Diligent software delivery dates are estimates.
|
Enhanced | Nov 27, 2023 | Robots |
Skipped and Cancelled statuses added to task notification The automated email notification sent when a robot task fails has been expanded to include tasks that do not run because they are skipped or manually canceled. With this enhancement, the notification, if enabled, is now triggered if a task does not run for any reason. The email indicates the reason the task did not run: failed, skipped, or canceled. Previously, the notification was triggered only by a Failed status. |
New | Nov 3, 2023 | Robots Agent 17.0 |
New version of Robots Agent Version 17.0 of the on-premise Robots Agent has been released. If your organization uses an on-premise agent, you must upgrade to the new version if you want to use analytic scripts that include any of the updates to ACLScript in Analytics 17.0. For information about Analytics 17.0 updates, see Analytics and ACLScript release notes. |
New | Jul 5, 2023 | Robots | Automatically delete old task runs (robot jobs) We have released a set of Python/HCL scripts that allow you to automate the process of deleting old task runs in Robots. If you have one or more robots that run frequently, the number of saved task runs can build up quickly. Automating the deletion of old task runs saves you the labor of continual manual deletion, preserves server space if your organization uses an on-premise Robots Agent, and keeps the Robots interface free of clutter. |
Enhanced | Jun 21, 2023 | Robots |
Alignment of Robots-initiated methods for uploading ACL scripts The two Robots-initiated methods for uploading an ACL script now work the same way. To simplify user interaction, uploading an ACL script to a robot for the first time now uses the same dialog box that appears when you upload a script from the Script versions tab. Using ACL Analytics to upload scripts to Robots remains the primary method for uploading and committing scripts, and includes the benefit of automatic script validation. |
Enhanced | Jun 21, 2023 | Robots |
Multi-select for deleting working files In HighBond robots and Workflow robots, you can now delete multiple working files in a single operation. Previously, you had to delete files one at a time from the Working data tab. The ability to multi-select and delete was already added to ACL robots. |
Enhanced | Jun 7, 2023 | Robots |
Prod and Dev buttons redesigned In response to user feedback, we have made additional changes to the buttons that you use to switch back and forth between production mode and development mode in Robots. To improve usability, the full terms Production and Development are now used for the button labels, and the buttons are larger. We have also added a helpful tooltip that briefly explains the two modes, and provides a link to the Robots documentation for more detailed information. |
Enhanced | May 31, 2023 | Robots |
Multi-select for deleting working tables or files In ACL robots, you can now delete multiple Analytics data tables, or non-Analytics related files, in a single operation. Previously, you had to delete tables or files one at a time from the Input/Output tab. The ability to multi-select and delete is initially available in ACL robots only. Similar functionality will soon be added for HighBond robots and Workflow robots. |
Enhanced | May 31, 2023 | Robots |
Overwrite identically named files You can now overwrite identically named files when manually uploading files to the Input/Output tab in an ACL robot. Previously, overwriting during the manual upload of files was not supported in ACL robots, which was inconvenient. You had to first delete the old version of the file from the Input/Output tab, and then upload the new version. This enhancement standardizes the method for uploading and overwriting working files across all robot types. |
New | May 17, 2023 | Robots |
New method for uploading ACL scripts to Robots You can now initiate an upload of ACL scripts to Robots from within Robots, without needing to open Analytics. This new method is intended as a convenience feature. It bypasses the syntax validation of scripts performed when you upload from Analytics, so you should use it only for uploading minor script updates of previously validated scripts. |
Enhanced | May 10, 2023 | Robots |
Additional keyboard shortcuts New keyboard shortcuts have been added to the Robots script editor. |
New | Apr 20, 2023 | Robots |
Copy a robot task You can now copy a robot task from development mode to production mode, which saves time and effort. Previously, you had to manually recreate a development task in production mode. You can also copy a task within development mode, or within production mode. Copying a task from production mode to development mode is not supported. When you copy a task, some task configurations are copied and some are not:
|
Enhanced | Apr 6, 2023 | Robots |
Specify the order of ACL scripts in a robot task You can now drag ACL scripts in the Task Designer to specify the order in which they run in a task. Previously, script order was alphanumeric by name, which meant that you had to incorporate an ordering scheme in your script naming. The new script ordering capability also applies to tasks in HighBond robots and Workflow robots. However, these robot types currently support only one script per robot. |
New | Mar 17, 2023 | Robots |
Copy Python/HCL scripts between robots Copying a Python/HCL script between HighBond robots or Workflow robots is now easier. Instead of copying and pasting script code, you can download an entire script from a source robot as a *.json file and upload it to a destination robot. Any variable definitions and values associated with the script are also included in the *.json file. An additional benefit of this new feature is that it gives Diligent a convenient way to distribute prepared scripts to customers. |
Enhanced | Feb 23, 2023 | Robots |
Dev mod toggle updated The toggle that you use to switch between production mode and development mode in Robots has been redesigned to be more intuitive. Instead of a toggle, you now use a Prod button and a Dev button to switch between the two modes. The buttons clearly indicate which mode is active. Previously, the Dev mode toggle was either enabled or disabled. A disabled Dev mode toggle implied that you were in production mode, but did not make the current state explicit. |
Summary | Dec 16, 2022 | Robots |
New features improve Robots feature parity and ease of use at scale We've added new features to Robots that increase the degree of feature parity with Analytics Exchange (AX), and make Robots easier to use at scale: As we approach the end of support date for AX (Jan 1, 2023), these new features support AX customers migrating to Robots and replicating their current AX data automation workflows. The features also significantly enhance the overall user experience in Robots for everyone. |
New | Dec 16, 2022 | Robots |
Global views Two new global views, available from the Robots dashboard, provide a central location to view and access all tasks and task runs in your organization's Robots instance. You no longer have to drill down into individual robots to view the tasks in a robot, or to check the status of task runs. With a single click, you can also go directly from a global view to the details screen for a task or a task run. Global views make Robots easier to use at scale, and greatly increase the overall convenience of navigating in the app. Learn more Note Global views in Robots are not available if your HighBond instance uses AWS GovCloud, or if it is located in the Africa (South Africa) region. A technical limitation prevents including the views. |
Summary | Dec 12, 2022 | Robots Agent 16.1.1 |
Robots Agent 16.1.1 released to address export to Excel defects in version 16.1 We have released a new version of Robots Agent that fixes two defects that can occur when exporting to Excel using version 16.1 (details below). Any customers who have installed version 16.1.0 of Robots Agent should upgrade to version 16.1.1. |
Fixed | Dec 12, 2022 | Robots Agent 16.1.1 |
Truncated data when exporting to Excel (*.xlsx) Exporting a computed field that concatenates two physical fields was not working correctly in version 16.1. If values in the first concatenated field contained trailing spaces, the values in the second concatenated field were not exported. This issue has now been resolved, and concatenated fields export correctly to Excel. |
Fixed | Dec 12, 2022 | Robots Agent 16.1.1 |
Export to Excel syntax error causes export failure A missing quotation mark in the EXPORT command syntax was causing the export to fail in version 16.1 without any error capture. This issue has now been resolved and an error message is logged. |
New | Nov 30, 2022 | Robots |
Task sequences A new feature called "task sequence" allows you to execute a group of robot tasks sequentially. Successful completion of one task automatically starts the next task in the sequence. You can link tasks from multiple robots, and from any type of robot, in the same sequence. Task sequences are equivalent to analytic chains in Analytics Exchange (AX). Learn more |
New | Nov 23, 2022 | Robots Agent 16.1 |
New version of Robots Agent Version 16.1 of the on-premise Robots Agent has been released. If your organization uses an on-premise agent, you must upgrade to the new version if you want to use analytic scripts that include any of the updates to ACLScript in Analytics 16.1. For information about Analytics 16.1 updates, see Analytics and ACLScript release notes. |
Changed | Nov 23, 2022 |
Robots Agent 16.1 (introduced in 16.0) |
Option to exclude Microsoft Access Database Engine when installing Robots Agent When you perform an installation of Robots Agent 16.1 you have the option to exclude Microsoft Access Database Engine.
|
New | Oct 26, 2022 | Robots |
Folders You can now create folders to contain and organize individual robots on the Robots dashboard. Folders impose order on large collections of robots. Folders also support standardized user access to related groups of robots. You assign robot access permissions at the folder level and the permissions automatically cascade to all the robots in the folder. Both of these features of folders make Robots easier to use at scale. Learn more |
New | Aug 10, 2022 | Robots |
Save Python/HCL script output to a log file A new option is available with Python/HCL scripts in Robots: Save script output to the task run log file. When you select this option for a script version, running a task with that version of the script saves any script output to the log file that accompanies each task run. The saved output in the log file can be useful to review when you are developing and troubleshooting scripts. |
New | Jun 22, 2022 | Robots/HCL | New HCL method to import data from Results We have added a new HCL method to make it easy to import a Results table into Robots for use in a Python/HCL script. Learn more |
Enhanced | Jun 22, 2022 | Robots/HCL | HCL supports specifying display names in Results tables When you use a Python/HCL script in Robots to save data to a Results table, you now have the option of scripting a customized display name for one or more fields in the destination Results table. Learn more |
Fixed | Jun 22, 2022 | Robots/HCL |
HCL suppresses metadata fields when saving to Results tables If a data analysis workflow round-trips data from Results to Robots and back to Results, metadata fields in an HCL dataframe are automatically suppressed and not saved back to Results. Previously, the fields were not suppressed, which caused saving data to Results to fail. Learn more |
New | Jun 16, 2022 | Robots Agent 16.0 |
New version of Robots Agent Version 16.0 of the on-premise Robots Agent has been released. If your organization uses an on-premise agent, you must upgrade to the new version if you want to use analytic scripts that include any of the updates to ACLScript in Analytics 16.0. For information about Analytics 16.0 updates, see Analytics and ACLScript release notes. |
Changed | Jun 16, 2022 | Robots Agent 16.0 |
Analytics–Robots Agent version alignment made less restrictive The version of Analytics that you use to create scripts that run in Robots no longer needs to be identical to your organization's installed version of an on-premise Robots Agent. Previously, scripts failed in Robots if the versions of Analytics and the Robots Agent were unaligned. The scripts failed even if the ACLScript functionality they contained was fully supported by the Robots Agent. The requirement for aligned versions was overly restrictive and has now been removed. Scripts will still fail in Robots if they contain new ACLScript functionality unsupported by an older Robots Agent. |
Changed | Jun 16, 2022 | Robots Agent 16.0 |
Option to retain or delete temporary analytic job folder on robot task failure The way the KeepJobFolder configuration setting for an on-premise Robots Agent works has been clarified and fixed. The setting now allows you to specify whether the temporary analytic job folder is kept or not when a robot task fails. The setting has no effect when a robot task succeeds. Upon success, the temporary job folder is automatically deleted. Previously the setting was intended to control retention or deletion of the temporary job folder for all robot tasks, regardless of failure or success. However, it was not working as designed. |
New | Mar 24, 2022 | Robots |
New data storage and data management capabilities in HighBond and Workflow robots HighBond robots and Workflow robots now have the ability to store and manage data files, which greatly extends the automation possibilities of these robot types. HighBond robots and Workflow robots support native, cloud-based scripting in the HighBond platform using Python and HighBond Command Language, our custom Python library. New data storage and data management functionality:
|
New | Feb 2, 2022 | Robots |
New data storage and data management capabilities in HighBond and Workflow robots We have begun to roll out new data storage and data management capabilities in HighBond robots and Workflow robots. These two robot types support native, cloud-based scripting in the HighBond platform using Python and HighBond Command Language, our custom Python library. New data storage and data management functionality is being released on a phased basis:
|
New | Nov 16, 2021 | Robots |
New robot types available on GovCloud HighBond robots and Workflow robots are now available on the AWS GovCloud infrastructure. Previously they were only available in commercial AWS environments. The new robot types provide native, cloud-based scripting using Python and HighBond Command Language (HCL), our new custom Python library for domain-focused data analysis and HighBond automation.
|
Enhanced | Sep 17, 2021 | Robots |
Robots user interface enhancements Several enhancements make navigating and using Robots easier and more intuitive.
|
Enhanced | Sep 2, 2021 | Robots/HCL |
Variables window The Variables window in the Robots script editor has been redesigned to be easier and more intuitive to use. The relation between HCL variables and robot task inputs is now more obvious. Tooltips now provide more extensive guidance. Learn more |
Enhanced | Sep 2, 2021 | Robots/HCL |
HCL password variable The maximum length of an HCL password variable in HighBond robots and Workflow robots has been increased from 245 characters to 8 KB. The longer length accommodates the longer authentication strings that are often associated with cloud computing. |
New | Jun 1, 2021 | Robots |
HighBond robots released HighBond robots for cloud-based scripting are now available in the Robots app in HighBond. The release of this new type of robot is the next phase in our rollout of major new capabilities in Robots, which began on May 1, 2021. HighBond robots allow you to develop data analysis scripts that combine the full power of Python and all its supported libraries with HighBond Command Language (HCL), our new custom Python library for domain-focused data analysis and HighBond automation. Note The new capabilities are available with ACL Robotics Enterprise Edition. They are not available with ACL Robotics Professional Edition. |
New | May 1, 2021 | Robots |
Major new capabilities in Robots We are beginning a phased introduction of major new capabilities in Robots. Our plan is to roll out the capabilities over a number of months, with completion expected some time in the final quarter of 2021. The first of the new capabilities have now been released. Note The new capabilities are available with ACL Robotics Enterprise Edition. They are not available with ACL Robotics Professional Edition. Released
Not yet released
|
New | Mar 15, 2021 | Content - Pre-built Robots |
SOX Storyboard toolkit We've added a pre-configured SOX Storyboard toolkit that helps monitor the progress of your SOX programs in HighBond. The toolkit delivers quick time-to-value and provides greater visibility into SOX programs through out-of-the-box storyboards that display various visualizations from your environment. This is highly helpful to executives as the visibility of progress can provide assurance and instill confidence in the effectiveness of your SOX program. |
New | Nov 19, 2020 | Robots Agent 15.0 | New version of Robots Agent Version 15.0 of the on-premise Robots Agent has been released. Customers who use an on-premise agent must upgrade to the new version if they want to use analytic scripts that include any of the updates to ACLScript in Analytics 15.0. Version 15.0 of the Robots Agent is also required if you want to implement the new multi-agent capability. |
Important | Nov 19, 2020 | Robots Agent 15.0 |
Customers who upgrade from version 14.x of the Robots Agent to version 15 Check the status of the UploadLogsWhenFailed configuration setting in the Robots Agent configuration file on the server (C:\Program Files (x86)\ACL Software\Robots Agent\agent\Agent.exe.config). If UploadLogsWhenFailed is set to false, and your intention is that logs for failed tasks should not be uploaded to the Robots app in the cloud, you need to re-specify the upload prohibition using a new configuration setting in Robots. In the Agent management screen in Robots, set Permitted file uploads to File uploads not permitted. Although UploadLogsWhenFailed currently still appears in the configuration file, the setting no longer has any effect. |
New | Nov 19, 2020 | Robots Agent 15.0 |
Robots Agent cluster for increased processing capacity and load-balancing Customers with ACL Robotics Enterprise Edition can now create a Robots Agent cluster by installing additional instances of the Robots Agent on additional Windows servers. A multi-agent cluster increases task processing capacity by automatically balancing the processing demand across multiple agents. This capability significantly increases the scalability of Robots as an enterprise-level data automation and analysis solution. |
Enhanced | Nov 19, 2020 | Robots Agent 15.0 |
More flexible directory structure You can now configure separate base folders for these Robots Agent items:
Separately configurable base folders allows you to optimize hardware resources when implementing an on-premise Robots Agent. For example, you can locate temporary analytic job folders on a fast, high performance drive. For data table folders, you can specify a more economical, cold storage location appropriate for large files that are accessed only periodically. |
Enhanced | Nov 19, 2020 | Robots Agent 15.0 |
Improved control of file security A new global configuration setting in Robots gives you three options for controlling the upload of files from the Robots Agent to the Robots app in the cloud:
|
Changed | Nov 19, 2020 | Robots Agent 15.0 |
Data segregation enforced Robot tasks are prevented from accessing data in other robots, or from outputting data to other robots. Tasks can only interact with data in the robot in which they are located, or with data located outside the Robots Agent directory structure. In a script, any command that attempts to traverse a robot boundary will cause the script to fail. Strict data segregation allows different departments in your organization to use the same instance of Robots while ensuring that employees see only data that they are entitled to see. |
Changed | Nov 19, 2020 | Robots Agent 15.0 |
Configuration setting removed The UploadLogsWhenFailed configuration setting has been removed from the Robots Agent configuration file (Agent.exe.config). The uploading of Analytics logs from the Robots Agent to the Robots app is now controlled by the new file uploads configuration setting in Robots. Note If you upgrade version 14.x of the Robots Agent to version 15, the UploadLogsWhenFailed configuration setting still appears in the configuration file, but it has no effect. |
Fixed | Nov 19, 2020 | Robots Agent 15.0 | Running simultaneous tasks An error occurred if you ran simultaneous robot tasks to import data from Results to Robots using the IMPORT GRCRESULTS command. The problem has now been resolved and the import tasks can run simultaneously. |
Fixed | Nov 19, 2020 | Robots Agent 15.0 | Robots Agent unable to connect to HighBond A delay in generating the RSA key needed to connect the Robots Agent to the Robots app in HighBond was causing the connection to fail. This problem has now been resolved. |
New | Nov 19, 2020 | Content - Pre-built Robots |
4 new pre-built analysis robots We’ve added 4 new analysis robots to our pre-built robot offering:
You can implement these analysis robots in conjunction with the corresponding data integration robots. The overall approach is to implement the data integration robot(s), and share the tables created from this robot to any analysis robots using Robots' shared tables feature. |
Known Issue | Nov 19, 2020 |
Content - Pre-built Robots
|
Field length limitations for Member field in AD Group and MemberOf field in AD User tables Using Analytics or Robots Agent v15, the fields Member in the Group table and MemberOf in the User table are limited to a maximum length of 2000 characters (4000 in Unicode) in the Active Directory Data Integration robot. This may result in significant truncation of data contained in these fields and impact the results of analytic UA04AD_NonAdmin_Privilege, which analyzes the membership of groups in the Group table. Groups for which possible truncation occurred are flagged by the analytic. Using previous versions of Analytics or Robots Agent, these fields are imported with a maximum length of 12,000 (24,000 in Unicode), which reduces the risk of truncation but does not entirely eliminate it. |
Known Issue | Nov 19, 2020 |
Content - Pre-built Robots
|
Use Sample Data Parameter The intended behavior of leaving the "Use Sample Data?" parameter blank is to skip the use of sample data and use production data instead. Leaving the parameter blank returns an error message. Workaround: Select False in the dropdown list for this parameter to skip the use of sample data and use production data instead. |
Known Issue | Nov 19, 2020 |
Content - Pre-built Robots
|
Analysis Robots running with Unicode Robots Agent 14.2 The task may appear as failed although the script runs through to completion according to the log. No error message is captured in the log and no files other than the log are uploaded to the Output panel. Robots running with Robots Agent 15 and non-Unicode robots are not affected. Robots running in ACL 14.2 are also not affected regardless of encoding. |
New | Jul 31, 2020 | Content - Pre-built Robots |
Six new pre-built data integration robots We’ve added 6 new data integration robots to our pre-built robot offering.
You can implement these data integration robots by themselves, combine them with related analysis robots, or use them as the basis for building your own analysis robots. The overall approach is to implement the Data Integration Robot, and share the tables created from this robot to any analysis robots using Robots' shared tables feature. Get content |
Enhanced | Jul 31, 2020 | Content - Pre-built Robots | The pre-built robot for Active Directory Contacts currently in ScriptHub is now available as a toolkit. |
New | Jun 29, 2020 | Results, Robots |
Two new COVID-19 toolkits We have released two new COVID-19 toolkits that are free to all customers and easier to install.
|
Enhanced | Apr 8, 2020 | Robots | Improved script version details The Script versions tab in development mode now displays the names and categories of scripts contained in each script version, and highlights the names of newly added, deleted, or modified scripts. Learn more |
New | Mar 25, 2020 | Projects, Robots, Results |
COVID-19 toolkit We've released the first phase of our COVID-19 toolkit. This toolkit is available for free to all customers. It includes a pandemic risk and response management framework and enterprise risk, a data analytics package with COVID-19 infection data from Johns Hopkins University, and more. |
Enhanced | Feb 12, 2020 | Robots | Delete old tables and files You can now delete old task runs and the output tables and files they contain once they are no longer required. Learn more |
New | Dec 2019 | Robots Agent 14.2.0 |
New version of Robots Agent Version 14.2.0 of the on-premise Robots Agent has been released. Customers who use an on-premise agent must upgrade to the new version if they want to schedule analytic scripts that include any of the updates to ACLScript in Analytics 14.2. Learn more |
Enhanced | Sep 2019 | Robots |
Display auxiliary scripts Any auxiliary scripts in a script version are now displayed in the Scripts tab in production mode. Displaying both analytic scripts and auxiliary scripts provides a more complete picture of the production version of a set of scripts. |
Fixed | Aug 2019 | Robots Agent 14.1.2 |
Delimited file import Characters were being omitted from the import of a delimited file if the file contained a delimiter character at the end of the line (end of the record). The issue has now been resolved. (AN-7700) Making this fix required reverting an earlier fix: "Empty last field in *.csv and *.dat files correctly imported" (AN-6859). The defect addressed by the earlier fix is now present again in Robots Agent 14.1.2. It will be addressed in a future version of Robots Agent. |
New | Jul 2019 | Robots | Shared tables Organizations that use an on-premise Robots Agent now have the option of sharing Analytics tables between robots. Sharing tables allows you to import a data set once and use it in multiple locations, instead of importing the same data set multiple times. It also lets you maintain a single master copy of a table. Learn more |
Fixed | Jun 2019 | Robots Agent 14.1.1 | ACL connector for Oracle The ACL connector for Oracle was failing to import a portion of the specified data, resulting in blank values in some fields. An issue with the driver used by the connector was causing the problem. The issue has now been resolved. (AN-7653) |
Fixed | Jun 2019 | Robots Agent 14.1.1 | Oracle import WebSocket error Certain imports containing integer fields performed by the ACL connector for Oracle were failing with a WebSocket error. An issue with the driver used by the connector was causing the problem. The issue has now been resolved. (AN-7672) |
Fixed | Jun 2019 | Robots Agent 14.1.1 | Error message incorrectly shown An "ACCESSDATA command failed" message was being shown when the command initially failed but subsequently succeeded after an automatic retry. The reported command failure was causing the imported data to be discarded. The error message is no longer being incorrectly shown in this situation, and the imported data is retained. (AN-7660) |
New | May 2019 | Robots | Cloud agent for Enterprise Edition You can now use a cloud-based Robots Agent with ACL Robotics Enterprise Edition. Previously, Enterprise Edition supported an on-premise Robots Agent only. |
New | May 2019 | Robots | Rsam integration If you are an Rsam Cloud customer, you can use Rsam to access Robots. Learn more |
New | May 2019 | Robots Agent 14.1.0 |
New version of Robots Agent Version 14.1.0 of the on-premise Robots Agent has been released. Customers who use an on-premise agent must upgrade to the new version if they want to schedule analytic scripts that include any of the updates to ACLScript in Analytics 14.1. Learn more |
Enhanced | May 2019 | Robots | Security enhancements Several changes make user and admin security in Robots more streamlined and more flexible:
|
Enhanced | May 2019 | Robots | Share task passwords When you enter one or more passwords required to run a task, you now have the option of sharing the password. If you share the password, any user with access to the robot can run, disable, or enable the task. Shared passwords remain masked in the Task Designer. Learn more |
Enhanced | May 2019 | Robots | Redesigned and simplified emails We have refreshed the design and content of our HighBond emails, making them simpler and easier to act on. If you have specified a logo for your organization in Launchpad, the logo now displays in the footer of all system email notifications, which helps users identify that the notifications are from a legitimate source. Learn more |
Enhanced | Apr 2019 | Robots | Download related files Non-ACL related files can now be downloaded individually from the Input/Output tab. Previously they could not be downloaded. Learn more |
Enhanced | Mar 2019 | Robots | Download files individually Non-ACL result files can now be downloaded individually from the Task run details panel. Previously they could only be downloaded as part of a result package. Learn more |
Enhanced | Mar 2019 | Robots | View or download log files ACL log files from task runs can be viewed directly in Robots, or downloaded individually. Previously they could only be downloaded as part of a result package. Learn more |
Enhanced | Mar 2019 | Robots | Task password management Tasks with passwords can only be run, enabled, or disabled by the user who entered the password. After clicking through a warning dialog box, other users can edit a task to enter their own password. Learn more |
Enhanced | Mar 2019 | Robots | Delete tasks In addition to disabling tasks, any user with access to a robot can now permanently delete a task. Learn more |
New | Feb 2019 | Robots | ACL Robotics Professional Edition With Professional Edition, the Robots module now includes a lightweight option that features cloud-based data processing and storage. Installation and maintenance of an on-premise Robots Agent is not required. |
New | Nov 2018 | Robots | Robots includes the following key features and workflows:
|