Import Marketing Statistics utility
This utility imports marketing statistics from a source XML file. Attention: Instead of following the procedure in this topic, we can use the DownloadStatistics scheduled job to transfer your marketing and search rule statistical data from your production environment to your staging environment. See Scheduling the DownloadStatistics job to copy marketing and search statistics.
Import Marketing Statistics command
Note:
- The preceding diagram is intended primarily as a reference for the parameters. The script that is provided and listed in Copying statistical data from the production environment acts as a wrapper to the actual Java command and accepts the same parameters. IBM recommends to use the command file or script rather than invoke the Java command directly.
- File names specified as parameters for this command can be preceded by relative or absolute paths.
Parameter values
- database_type
- The type of database we are using, DB2.
- database_name
(DB2) The name of the database. DB2 users enter the simple name of their database.
(Oracle) Identify the database using the following format: hostname:port:sid. This name identifies the hostname of the database server, the port number of the server, and the system ID
- database_user_id
- The user ID of the database owner.
- database_password
- The password for the database owner ID.
- input_file_name
- The path and name of the output file that is created with the ExportStats command (if no path is specified, the default is the current directory).
Related tasks
Running utilities from the Utility server Docker container