Robotic Process Automation (RPA)

 View Only
Expand all | Collapse all

Connection to SQLite does not work through schedules

  • 1.  Connection to SQLite does not work through schedules

    Posted Wed November 08, 2023 06:58 AM

    I have a script that uses SQLite, in Studio it works normally.

    However, when it runs by schedule it fails with the following error: "Could not load file or assembly 'MySql.Data, Version=8.0.28.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the specified file." 

    The untranslated message is this: "Não foi possível carregar arquivo ou assembly 'MySql.Data, Version=8.0.28.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' ou uma de suas dependências. O sistema não pode encontrar o arquivo especificado".


    What can I do to fix this? my script doesn't even use mysql...



    ------------------------------
    João Pedro Alcântara
    ------------------------------


  • 2.  RE: Connection to SQLite does not work through schedules

    Posted Thu November 09, 2023 06:38 AM

    Hi Pedro.

    You need to install the Mysql Connector which is a dependency that is documented in this link.

    Hugs.



    ------------------------------
    Angelo Alves
    ------------------------------