Hi, I exported an APEX application using APEX 20.1 and ORDS ords-20.2.0.178.1804. The export was done through the application builder not SQL Developer. Now, I am using APEX 20.1, ORDS ords-20.2.1.227.0350, and SQL Developer Version 20.2.0.175 Build 175.1842. And I am trying to import that application. When importing using SQL Developer> right click Application Express tree node> Import Application> Browse my system and pick up the application, into the schema which the application will use(parsing schema), I get "Not a valid application express export" error. File encoding and the schema name when exporting and importing is UTF-8 and POSAPEX respectively.
Edited: APEX when exporting the app was installed in a development environment (apexins.sql script was used), but when importing, it was installed in a runtime environment(apxrtins.sql script was used).