XML files for Teamsite and WebMethods

From: Bojja, Sridhar (HAL Contractor)
Sent: Monday, March 19, 2012 3:11 PM
To: Ruckman, Maurice (HAL); De Vera, Marlon (HAL)
Cc: Augustine, Anila (HAL)
Subject: RE: Xml files

Talked to Marlon and Wayne and found out that they do use teamsite files that the web uses but they read it from a different location (for SBN docs we have 2. halexstreamtest and halexstreampd1)
We have redundant data one used by web and the other used by the DOX

For now we should be ok since we are going to have a new task to copy files from

\itnaswbiwebdevhalwebsite to \itnaswbihaldatawebdevhalwebsite

But when it comes time for decommissioning \itnaswbiwebdevhalwebsite and \itnaswbiwebdevcms we have to make sure that whatever process copies files to halexstreamtest and halexstreampd1 uses source as \itnaswbihaldatawebdevhalwebsite instead of \itnaswbiwebdevhalwebsite and likewise in other environments.

Also, the ftp process that sends files to fronted uses \itnaswbiwebdevhalwebsitecmsdocs

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_*