Exporting the database using the Jazz Team Server repository tools

This topic describes the steps and requirements for exporting the database using repository tools.
To export the database with the Jazz™ Team Server repository tools, you must:
  1. Configure member BLZEXPOR in hlq.JAZZ.SAMPJCL using the instructions in the sample JCL.
  2. Submit the modified JCL and check the job log. The following message must end the STDOUT: Export completed successfully. The user "ADMIN" has logged out of the database.
Notes:
  1. All the server processes that are connected to the repository database must be stopped, including the Jazz server and the Jazz build engine. If processes are not stopped, the export will fail.
  2. The user who submits repository tools jobs must have read access to the RACF® EJBROLE.JazzAdmins profile.
  3. When you use repository tools, you can specify the codepage to use by specifying the JVM option –Dfile.encoding.
    • If you want to use UTF-8, specify -Dfile.encoding=UTF-8.
    • If you want to specify Cp1047, which is an EBCDIC encoding used for C/Java programming, specify -Dfile.encoding=Cp1047.
    • If you export in UTF-8, you can move your .tar file to a distributed system and import it using that system.
    • If you export in Cp1047, your .tar file can only be imported using a repository tools import performed on System z™.

Feedback

Did this help? You can provide feedback at Jazz.net (registration required): Comment in the forums or submit a bug