Question
4
Replies
205
Views
NCS
Posted: October 4, 2018
Last activity: November 20, 2018
Closed
Solved
File listener not able to start the parsing delimited rule
<pyStackTrace>com.pega.pegarules.pub.PRException: Unable to find match for record type [1].
From: (A9E0DBD1B690E58493834F1076BF04E18:RetrievePayments)
at com.pega.pegarules.integration.engine.internal.services.file.RuleServiceFile.parseByRecordType(RuleServiceFile.java:1233)
at com.pega.pegarules.integration.engine.internal.services.file.RuleServiceFile.process(RuleServiceFile.java:1769)
at com.pega.pegarules.integration.engine.internal.services.file.FileActionImpl.execute(FileActionImpl.java:443)
at com.pega.pegarules.storage.DirectoryPollingWatcher.run(DirectoryPollingWatcher.java:78)
at com.pega.pegarules.integration.engine.internal.services.file.FileListener.run_(FileListener.java:458)
at com.pega.pegarules.integration.engine.internal.services.listener.ServiceListenerBaseImpl.run(ServiceListenerBaseImpl.java:454)
at java.lang.Thread.run(Thread.java:745)
</pyStackTrace>
***Updated by moderator: Lochan to update platform capability***
Hello,
Maybe you should check the data mode of your file listener and the character encoding of the incoming files.
Do you only have this issue with one file or with all of them?