Hi Everybody,
I have a sneaky suspicion that I'm doing something wrong, because I had to change my install scripts when going to version 20.2
Anyhoo...
When I export my APEX application with this command:
lb genobject -type apex -applicationid 100
A file is generated (not in the current directory, but in a directory which is based on the complete path to the current directory)
When I want to install the application with this command:
lb update -changelog f100.xml
it doesn't install anything and shows "Empty file" in the databasechangelog table.
select dateexecuted
,description
from databasechangelog
order by dateexecuted desc
/
17-08-20 16:27:59,240368000 empty
In an earlier version of SQLCl, the databasechangelog table would show something like
runOracleScript objectName=apexObject, ownerName=
Any pointers would be appreciated,
Alex
On a side note: I always seems to have empty log-files.. if you have any pointers regarding the log files, it is also appreciated.