The issue is that the proxy is getting triggered twice or thrice in a span of 60 seconds, thus if i put zeros in place of ss.
in first trigger at say 10th second of 31st minute I will get files as :
abc20140606_123000.txt
def20140606_123000.txt
xyz20140606_123000.txt
now say if the proxy it triggered any time with in 31st minute, I will still get files as:
abc20140606_123000.txt
def20140606_123000.txt
xyz20140606_123000.txt
If somehow I can pick start time from moni and use it in timestamp in filename, i should be able to find solution then, but I am not sure how to go about it. That way I will have unique and same time for all three files, because each proxy trigger will reflect unique start time in SAP PI in moni.
Any other ideas ? It seems simple at first and but this requirement is quite tedious.