Moving JAR files for custom java classifiers

Before you can transfer custom java classifiers between instances of InfoSphere Information Server, you must move the custom JAR files from the source instance to the target instance.

When you use the istool command line to transfer data classes, any customer JAR files that the data classes depend on must be moved manually.
  1. Copy the JAR file that contains the code for custom java classifiers to the target computer.
  2. Install the java classes that are related to the new java classifier by using the following command on the engine and services tier computers.
        IAAdmin -installClassifiers path_of_Mainjar_file
    Note: The IAAdmin script is in the following locations:
    • On the services tier, in Information_Server_home/ASBServer/bin
    • On the engine tier, in Information_Server_home/ASBNode/bin
    For more information, see Creating a java classifier.