Menu

Files not moving post services startup

2022-10-11
2022-10-11
  • Shubham Sharma

    Shubham Sharma - 2022-10-11

    Hi All,

    I have made changes in config.xml and partnerships.xml based on my Informatica project and restarted the services. I have copied one file to a folder 'to1Worldsync' and its not moving . Not sure what is the issue.
    I am attaching config.xml and partnerships.xml.
    File placed in folder - to1Worldsync

    can someone please help here.

     
  • Christopher Broderick

    You need to read the doicumentation and also take note of the comments in the config.xml where you modified the outboxdir for the deoerated poller configuration which is no longer enabled by default. If you really want to use the deorecated poller, enable it by uncommenting it.

    However, the partnership based poller which IS enabled by default sets the outbox folder using this:
    outboxdir="$properties.storageBaseDir$/outbox/$partnership.receiver.as2_id$"

    ... which means the outbox folder for sending from Informatica to 1WorldSync will be :
    <openas2 install="" dir="">/data/8380160030003</openas2>

    You can override the outboxdir as specified in the documentation on a per partnership basis.

     

Log in to post a comment.