Directory structure

When you create a new community participant, Partner Gateway - Express creates a corresponding directory structure for that participant. It contains the participant's name and transport protocols supported, with subdirectories for each state in the processing of a document (for example, sent and received). The directory structure is as follows:

data 
  FileSystemAdapter2 
    partners 
      partner_name
        error
          as2
            binary
            EDI-Consent
            EDIFACT
            EDI-X12
            MDN   
            XML
          http
        rec_err
          as2
            binary
            EDI-Consent
            EDIFACT
            EDI-X12
            MDN
            XML
          http
        received 
          as2
            binary
            EDI-Consent
            EDIFACT
            EDI-X12
            MDN
            XML
          http
        send 
          as2
            binary
            EDI-Consent
            EDIFACT
            EDI-X12
            MDN
            XML
          http
        sent
          as2
            binary
            EDI-Consent
            EDIFACT
            EDI-X12
            MDN
            XML
          http

If an application is routing a document with a format of EDIFACT to partner XYZ, for example, it sends the document to the following directory:

data/FileSystemAdapter2/partners/XYZ/send/as2/EDIFACT

Copyright IBM Corp. 2003, 2005