MQ MFT file name with separator

211 Views Asked by At

We have chosen '.' as separator in MQ MFT interface with following condition

  1. User writes text file (.txt)
  2. Once they completed writing, they place .trg file with zero bytes
  3. Our monitor identifies the trg file, it search txt file with same name.

The following names work as expected:

Sample_text_file.trg  
Sample_text_file.txt

Issue: The monitor fails to trigger if the filename contains more than one '.' . For example,

Sample.text_file.trg 

It is searching txt file with name Sample.txt instead of Sample.text_file.txt.

Can you please advise me to fix this issue.

0

There are 0 best solutions below