Troubleshooting
    • 04 Jan 2024
    • 1 Minute to read
    • Contributors
    • Dark
      Light

    Troubleshooting

    • Dark
      Light

    Article summary

    ZEX last version  (April 2023, "751")

    The product won't have new update.


    Logs from database

    Postgres

    From pgadmin:

    COPY (select * from public.log) TO 'C:\Temp\result.csv'  WITH DELIMITER ',' CSV HEADER;

    From bash in server:

    psql -U postgres -c "\copy public.log TO '/tmp/logs.csv' delimiter '|' csv"


    SqlServer

    sqlcmd -S . -d ZetalyDb -E -s, -W -Q "SELECT * FROM dbo.Log" > result.csv

    https://solutioncenter.apexsql.com/how-to-export-sql-server-data-to-a-csv-file/


    Mininum setup version

    If you encountering this following issue, please executed the ZetalySetup program.




    Then click on Init button :

    In case of any error, you should get the following message:

    Please note that the versions above 7.5.1 are not supported.


    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.