cancel
Showing results for 
Search instead for 
Did you mean: 

Hot-folder integration stops picking data files in out folder and after server restart , it starts picking up again

Former Member
0 Kudos

Hello,

I have noticed that hybris hot-folder integration stopped picking data files from out folder. but after a sever restart, it starts processing them. No errors in the logs either., I have started noticing this after business reported the problem that new products are not showing up in PCM. Has anyone come across this problem and any suggestion for a solution ?

Accepted Solutions (0)

Answers (1)

Answers (1)

andyfletcher
Active Contributor
0 Kudos

Are you uploading the file with the same name? The default behaviour of the Spring Integration inbound-channel-adaptor is to prevent duplicate file names being processed.

It keeps track of file names already processed in AcceptOnceFileListFilter. When you restart the server this history is cleared so it will process a file with the same name again.