Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Following screenshot displays the structure of import xml:


Figure 2: Structure of Import XML


Following is the description of the tags used in import XML file:

...

<SourceZipLoc>/opt/export/export.zip</SourceZipLoc>
Enter the path along with the file name, of the exported zip. This is the zip that you have created during export step. You may also specify this value as parameter through the command prompt at run-time.

<TargetInstallDir>opt<AdeptiaInstallFolder>/AdeptiaSuite</TargetInstallDir>AdeptiaServer
Enter the installation path of the Adeptia Suite of target environment where you want to deploy the exported zip. You may also specify this value as parameter through the command prompt at the run-time.

...

DatabaseType

Type of database from where you want to import the tables. For example, ![CDATA[sql]]

Server

IP address of the host server. For example, ![CDATA[192.168.1.17]]

Port

Port number. For example, ![CDATA[1433]]

DatabaseName

Name of the database whose tables you want to import

UserName

User name to access the database

Password

Password to access the database

...