Centro stella dei pagamenti elettronici
  • Centro Stella
    • Instructions for Agenzia delle Entrate Mandate
      • How to join
        • 01. Sign the Agreement
        • 02. Integrate PagoPA Environments
          • Open routes
          • Request the mutual authentication certificates
          • Obtain an API key
          • Wait for activation email
          • Check if you are enabled for PagoPA UAT environment
        • 03. Configure the Batch Service
          • Prepare the Java KeyStore
          • Install the software
            • How to install JAR version
              • Download JAR file
              • Prepare the working directories
              • Define environment variables
            • How to install Docker version
              • Download Docker image
              • Define environment variables
              • Choose working directory to mount
          • Run the software
            • Run from JAR
            • Run with Docker
        • 04. Test and monitor integration
          • Test UAT
          • Test PROD
        • 05. Go live!
      • Releases / Changelog
        • Note regarding the modifications from 2.2.0 to 2.2.3
        • Note regarding the modifications from 2.1.2 to 2.2.0
        • Note regarding the modifications of the yaml file from 2.0.0 to 2.1.0
        • Note regarding the modifications of the yaml file from 1.5.1 to 2.0.0
        • Note regarding the modifications of the yaml file from 1.4.1 to 1.5.0
        • Note regarding the modifications of the yaml file from 1.3.2 to 1.4.1
        • Note regarding the modifications of the yaml file from 1.2.5 to 1.3.2
      • Appendixes
        • Appendix 1 - Environments
        • Appendix 2 - Input file specifications
        • Appendix 3 - AdE output file specifications
          • Appendix 3 - AdE output file specifications v1.2.5
        • Appendix 4 - AdE errors file specifications
        • Appendix 5 - Logback configuration
        • Appendix 6 - Configuration properties
        • Appendix 7 - Console log overview
        • Appendix 8 - Database connection for Spring Batch
        • Appendix 9 - FAQ & Troubleshooting
        • Appendix 10 - Python and Poetry installation
        • Appendix 11 - List of output and log files
      • Api Integration
  • Glossary
  • RTD documentation
    • Input file specifications
Powered by GitBook
On this page
  1. Centro Stella
  2. Instructions for Agenzia delle Entrate Mandate
  3. How to join
  4. 03. Configure the Batch Service
  5. Install the software
  6. How to install JAR version

Prepare the working directories

Create the working directories

Please create the directories listed below. You may to use the suggested name, the important thing is that you assign the correct directory to the related environment variable.

Scope
Description
Suggested name
Related Environment variable

Input

Directory where the files to be processed will be placed.

input

ACQ_BATCH_TRX_INPUT_PATH

Output

Directory where output files will be stored.

output

ACQ_BATCH_OUTPUT_PATH

Logs

Directory where the log files will be stored.

logs

ACQ_BATCH_TRX_LOGS_PATH

HPAN

Directory where the hash-pan list will be stored after download.

hpans

ACQ_BATCH_HPAN_INPUT_PATH

AdE errors

Directory where the AdE errors files will be stored after download.

ade-errors

ACQ_BATCH_SENDER_ADEACK_OUTPUT_PATH

Reports

Directory where the file reports will be stored after download

reports

ACQ_BATCH_FILE_REPORT_PATH

PreviousDownload JAR fileNextDefine environment variables

Last updated 2 years ago