Troubleshooting

Prev Next

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.