How to fix the Oracle error JMS-00223: Payload factory must be null for destinations with Sys.AnyData payload – use typemap instead?
In this post, you’ll learn more about the Oracle ErrorJMS-00223: Payload factory must be null for destinations with Sys.AnyData payload – use typemap instead with the details on why you receive this error and the possible solution to fix it.
Oracle Error Description
JMS-00223: Payload factory must be null for destinations with Sys.AnyData payload – use typemap instead
Reason for the Error JMS-00223: Payload factory must be null for destinations with Sys.AnyData payload – use typemap instead
Cause: A CustomDatumFactory/ORADataFactory was specifed for consumers on destinations containing SYS.ANYDATA payloads
How to fix the Error JMS-00223: Payload factory must be null for destinations with Sys.AnyData payload – use typemap instead ?
You can fix this error in Oracle by following the below steps
Action: This field must be set to null for destinations containing payloads of type SYS.AnyData. The ORADataFactory(s) must be registered in the session’s typemap
Leave Your Comment