Configuring the iWay XML Archive Application

How to:

The following procedures describe how to configure the iWay XML Archive Application.


Top of page

x
Procedure: How to Configure the iWay XML Archive Application for 6.1

Before configuring the iWay XML Archive Application, you must obtain the iWayXMLArchive.iia file by contacting Information Builders Customer Support at http://techsupport.iwaysoftware.com.

  1. From the iSM Console, click the Management link, as shown in the following image.

    Management link

  2. Click Applications, as shown in the following image.

    Applications selection

  3. Click the Import button, as shown in the following image.

    iSM Console Import button

  4. Using the Choose File button, browse to the location of the iWayXMLArchive.iia file.

    The following image shows the Applications-Upload portion of the iSM Console.

  5. Click Finish.

You can now continue from step 3 in How to Configure the iWay XML Archive Application for 6.1.6.


Top of page

x
Procedure: How to Configure the iWay XML Archive Application for 6.1.6
  1. From the iSM Console, click the Management link, as shown in the following image.

    Management link

  2. Click Applications, as shown in the following image.

    Applications selection

  3. From the Applications list, select Deploy for the application named iWayXMLArchive.

  4. Leave iWayXMLArchive selected, and click Deploy, as shown in the following image.

    Deployments screen

    Once the application has been deployed, you are automatically switched to the Deployments link on the left.

  5. Click the eye icon next to the iWayXMLArchive deployment, shown in the image below.

  6. Click the Bindings tab. You will see that each register has a red asterisk next to it.

  7. Select each register in order, and type the correct values, as follows:
    • ArchivReg.LISTENER_INPUT. The directory on disk from which a file listener reads XML documents to put into the archive. For example,c:\mongo\input. You need to create this directory.
    • ArchiveReg.LISTENER_DESTINATION. The directory to which the XML files are moved after being processed. For example, c:\mongo\destination. You need to create this directory.
    • ArchiveReg.DB_HOST. The name of the machine that hosts mongo. For example, localhost.
    • ArchiveReg.DB_PORT. The port number of the host machine that the mongo instance is listening on. For example, the default value is27017.
    • ArchiveReg.DB_NAME. The name of the database that stores the XML data. The database is created for you. For example, FedReg.
    • ArchiveReg.COLLECTION_NAME. The name of the collection that stores the XML data. This is analogous to a table in an RDBMS system. For example, xml.
    • ArchiveReg.TEST_CLIENT_LOCATION. The location of the sample user interface. For example, set it to _sreg(iwayworkdir)/resource/client.

    Neither id or query should exist. You do not need to set them.

  8. Start the iWayXMLArchive configuration by navigating to youriwayhome directory and typing the following at a command prompt:
    iway61.cmd iWayXMLArchive

iWay Software