Offer File generating into different ADM node
Issue description:
As part of offer generation via the data flow, Both .dat and .ctl files are going to archives folder in different servers and mostly .dat files are not getting copied to mount drive.
Technical findings:
Current flow till generating offer:- We are writing .dat file first in data flow activity (WriteToCDMSFile) and .ctl file in post activity(PostCDMSFileGeneration) of that data flow which may be causing to switch between the data flow/ADM nodes.
Any technical advice to handle in OOTB level or in code level would be highly appreciated.
Note : We cannot reduce the ADM node count to 1 in the cluster.