EN
Español
English
Português
    Understanding Implemented Changes

    Remote control

    A menu has been added in ADM under global settings that includes ARC settings. This menu allows you to activate the remote control and download of the ARC agent in a simple way for Onpremises environments, in multitenant environments you can view the parameters but not modify them, the activation of the download of the ARC agent must be done by the infrastructure administrator, modifying the value of the EnableARC and DownloadARC parameters:

    • Enable ARC Remote Control
    SELECT  * FROM afw_settings WHERE sett_key = 'EnableARC'
    
    UPDATE afw_settings SET sett_value = 'true' WHERE sett_key = 'EnableARC'
    
    • Enable or disable ARC remote control download
    SELECT  * FROM afw_settings WHERE sett_key = 'DownloadARC'
    
    UPDATE afw_settings SET sett_value = 'true' WHERE sett_key = 'DownloadARC'
    


    ADM Agent Auto-Update

    Automatic update of the ADM agent is implemented, which will be updated within one day of the ADM site update.


    Improved Cloud ADM environments

    • The option to install the Worker and Cruncher components through containers, and the Scheduler through Azure Functions is implemented. It also offers the ability to manage queues in Azure storage accounts, allowing efficient handling of messages and to-dos. This functionality makes it easy to implement event-driven architectures, where applications can process data asynchronously. In addition, by using Azure storage queues, you ensure reliable message delivery, system scalability, and the ability to handle load spikes without compromising performance. This integration contributes to greater flexibility and robustness in the design of cloud solutions.


    MAC Agent

    Version-compatible MAC agent is released SONOMA, Apple Silicon M1, M2, and M3 processors. MAC Supported Versions