Hello, so far I was using a below scripts for exporting application from one db and importing into other one. But since 1.9 it stopped to work. Was there any change? Please see my scripts: ExportImport.bat
exportApplication.sql
importApplication.sql
Then I used to run only ExportImport.bat, but since in 1.9 a newly imported application is not imported correctly. Thanks, Tomas |
Hi Tomas, Formspider 1.9 has new export/import API's. You can use this code to import into an existing application:
You can use this code to import your export file as a new application:
Hope this helps. Kind Regards, Hi Yalim, thanks for the script I'll give it a try. Can you please provide also a script for application export? A file exported using api_application.export(v_applicationName_tx); is different from the file exported via IDE application. Thanks, Tomas
(27 Oct '15, 05:36)
Tomeo
|
When importing through IDE Application, then I get bellow error message:
|
Hi Tomas, You can use the following API in the bdf_etl_api package for export.
Kind Regards, Thank you Yalim!
(29 Oct '15, 05:10)
Tomeo
|