To distribute a voice application to other systems, or to make a backup copy of the application, you need to export all the objects that comprise the application. The export process involves the creation of an export file, in which all the objects in the application are packaged. It is then up to you to send the file to another system by any suitable method.
You can export an application from:
You can export a complete application (full export) or only those objects which have changed since either the last export time or a date and time you specify (delta export), or you can select individual objects to export (partial export). In addition, you can choose to export only binary objects. These choices are explained further in Choosing objects to export and What are text and binary Objects?.
Multiple simultaneous import or export operations using dtimport or dtexport from the command line, or using import or export functions from the Application Manager are not allowed. If you attempt to start an export operation while another import or export operation is in progress, the Application Manager will display a warning dialog notifying you that another import or export operation is already in progress.
The system displays the Full Export window:
The system displays the Delta Export window:
The system displays the Partial Export Preview window.
If the application has prerequisite applications, a window is displayed for each of the applications. You don’t have to export them all. If you are sure that a prerequisite application is already on the target system, click Export —> Cancel.
All the objects in the application are listed:
This window allows you to drag in any objects that you want to add to the export file, from any other applications.
It also allows you to exclude objects from the list, to prevent them from being exported.
Click the appropriate radio button for Text and Binary objects, or Binary Only.
Each state table, prompt, and 3270 script comprises a text file and a binary (executable or “runtime”) file. You need both files for development, but only the binary file for running applications in production.
Select Text and Binary if:
or
Select Binary Only if:
and
If you click File, the system displays the Export File window:
The “working” dialog is displayed. The progress of the export is displayed on the status line in the Applications window.
When the export is completed, the system displays the Export Report window, giving details of what was exported:
Next Step
The export file is now ready to be transported to another system. Use whichever method you normally use for this (for example, file transfer protocol (ftp)).