IBM Sterling Connect:Direct Integrated File Agent

From Wiki
Revision as of 15:05, 7 September 2024 by Ebasso (talk | contribs) (Created page with "= IBM Connect:Direct Integrated File Agent (Versão 6.2 ou superior) = Detalhes em [https://www.ibm.com/docs/en/SS4PJT_6.2.0/pdf/CDFA_pdf.pdf IBM® Connect:Direct File Agent 6.2]. * Habilitando o Integrated File Agent, no initparm.cfg (Versão 6.2 ou superior) fileagent.enable=Y * Convertendo do Standalone para o Integrated cdfaconvertcfg -i <Standalone File Agent>.ser -o <Integrated File Agent>.json * Verificando os arquivos cdfacfg -f Default_Config.json * S...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

IBM Connect:Direct Integrated File Agent (Versão 6.2 ou superior)

Detalhes em IBM® Connect:Direct File Agent 6.2.

  • Habilitando o Integrated File Agent, no initparm.cfg (Versão 6.2 ou superior)
fileagent.enable=Y
  • Convertendo do Standalone para o Integrated
cdfaconvertcfg -i <Standalone File Agent>.ser -o <Integrated File Agent>.json
  • Verificando os arquivos
cdfacfg -f Default_Config.json
  • Suporte ao AWS S3.

O File Agent suporta monitorar novos arquivos em um bucket do S3. Detalhes em AWS S3 Bucket access from Connect Direct File Agent

O File agente não move os arquivos após processamento, deve ser realizado via o C:D Process. Neste caso podemos utilizar o comando

aws s3 mv s3://mybucket/test.txt s3://mybucket/test2.sent_ok

ou

aws s3 mv s3://mybucket/test.txt s3://mybucket2/

dentro do RUNSTATS.

Mais detalhes em: https://awscli.amazonaws.com/v2/documentation/api/2.0.33/reference/s3/mv.html


Ver também