AutoSys Workload Automation

 View Only

  • 1.  AutoSys 12.1 SFTP Plugin for Windows 2022 - Not working

    Posted May 26, 2026 12:31 PM

    Has any setup AutoSys 12.1 SFTP Plugin on the Windows 2022 server?

    We are trying to connect to Windows 2022 server trying to establish the SFTP connection, Following command works fine, but, not through AutoSys, we have involved support, but they have not found any issue yet:

    sftp -o HostKeyAlgorithms=+ssh-dss -o PubkeyAcceptedAlgorithms=+ssh-dss -b "%CMD_FILE%" !SFTP_USER!@!SFTP_HOST! >> "%LOG_FILE%" 2>&1

    insert_job: New_Autosys_Sftp   job_type: SCP 
    machine: cwvwa-sftp1
    owner: nunstar
    permission: 
    date_conditions: 0
    alarm_if_fail: 1
    alarm_if_terminated: 1
    scp_transfer_direction: UPLOAD
    scp_server_name: eversource-sftp.epo.schneider-electric.com
    scp_server_port: 22
    scp_remote_dir: "/"
    scp_remote_name: "test.txt"
    scp_local_name: "C:\\autologs\\test.txt"
    scp_target_os: Windows
    scp_protocol: SFTP
    scp_local_user: sftp@cwvwa-sftp1
    run_external: 0
    scp_delete_sourcefile: 0
    scp_delete_sourcedir: 0
    scp_create_targetdir: 0
    scp_transfer_mode: ASCII
    helpdesk: n

    We have gone through the autosys_secure setup, and it's correct.



    ------------------------------
    AkBar Dar
    ------------------------------


  • 2.  RE: AutoSys 12.1 SFTP Plugin for Windows 2022 - Not working

    Broadcom Employee
    Posted May 27, 2026 03:25 PM

    Hi Akbar,

    I notice on the sftp command you have ciphers and algorithms specified.  I would first check if the problem is a mismatch.

    You can do this by adding the following to the agentparm.txt:

    external.log.level=5
    ftp.scp.debug.enable=true

    If you see that is the problem, you may need to upgrade the agent as we have added some additional configurations in the 24.2 version to control what is used:

    https://techdocs.broadcom.com/us/en/ca-enterprise-software/intelligent-automation/workload-automation-system-agent/24-2/configuring/set-up-security/configuring-encryption-for-use-with-ssh-communications.html

    Regards,

    Mike



    ------------------------------
    Michael Woods
    Product Manager for Autosys
    ------------------------------