load checkpoints

Loads all checkpoints in the Fulfillment Provisioning node.

provadmin load checkpoints [ nodename=<value> ]
                           [ cpnodename=<value> ]
                           [ types=<t1,t2,...,tn> ]
                           [ chunksize=<value> ]
                           [ autoStartFC=<value> ]
        

The following table describes the general options that are valid with the load command of the checkpoints plug-in.

Option Description
nodename Application node name.
cpnodename Checkpoint node name. If empty (default), it uses the checkpoint node name configured in the application.
types Comma separated list of checkpoint types (kinds) to load. If empty (default), all checkpoint types actually handled by the application are loaded.
chunksize Number of checkpoints to load per transaction. If empty, uses the value configured on the node.
autoStartFC Start the flow controller at end of command.It is automatically stopped at the beginning of the command.The default value is true.

The following is a typical output from this command:

>provadmin load checkpoints nodename=banks autoStartFC=false
kpsa status is <CheckpointsLoaded>
>
Note: Loading the checkpoint should only be done on a newly installed and started KPSA node. Before and during the reload, the client adapters must remain disabled and locked. The reload process starts the flow controller at the end of the load command, allowing reloaded orders to begin processing.