Adobe Life Cycle ACL – Setup with Web Methods

Jay has setup three environments {development, test and production}

Each environment should have 4 folders, following this naming convention \chipdev.dinghy.hal.testDcmscommunicationcopy

  • copy - where you drop the files to introduce them to the system
  • work - used by listener, moves from copy to here in order to process the file
  • done - when processing finished, the file is versioned and kept for 7 days
  • error - were Web Methods places the file, it fails to process

Server locations:

  • (dev) \chipdev.dinghy.hal.testDcmscommunicationcopy
  • (tst) \haltadobelc01.dinghy.hal.testDcmscommunicationcopy
  • (prd) \halpadobelc01.dinghy.hal.testDcmscommunicationcopy

Overview:

Files are dropped into the copy folder, and eventually loaded into Web Methods memory.  A filter is put in place to only load *.xml files, the service that starts the process in Web Methods is cacheALCData.

Here's the test interface:

http://haltadobelc01.dinghy.hal.test:5555/BuildALCEmail/emailCommValidation.dsp

Use "Views" COMMUNICATION_DATA and filter by CODE_CO and LANGUAGE_CODE to get some test data.  The ID_COMMUNICATION_DATA is a unique id for a single guest communication.

All of the tables that make up the above view start with STORE_*

Leave a Reply