When exporting an APEX App with project export
(either full export with or without filters or directly via -o apex.app_id
) results in an infinite run of the command, only outputting the following:
project export -o apex.129 -v
The current connection APEX-DEV ABC will be used for all operations
*** APEX_APPLICATIONS ***
Exporting Workspace ABC - application 129:NAME
This happens only on this exact application right now (which I can't share publicly).
The application has only a few pages, a translation and nothing out of the ordinary.
I tested the command with multiple other apps - bigger, more complicated, also translated - all working flawlessly. Also tested on different APEX environments - this particular app won't export.
When I look into the src/database folder (also tried deleting the whole folder before export) it looks like all files for the readable export have been successfully created, but the f129.sql file is missing.
Export via apex export -applicationid 129 -skipExportDate -expSupportingObjects Y
works though.
Any idea what could cause this behaviour (probably hard without the specific application?)?
Is it possible to see some more detailed logging of the export command - the verbose flag does not help at this point.
Currently using sqlcl version 24.4.3.0