While processing, the adapter failed to set a value in the date field Symptom While the adapter was processing a message, no value was set in the date field, resulting in the following error message: 2001 Sep 21 01:16:37:216 ps8Adapter.sub Info [Adapter] AEPS8-4003013 Calling Set Data for EFFDT and value is 1900/01/01 2001 Sep 21 01:16:37:446 ps8Adapter.sub Info [Application] AEPS8-4003033 Caught Base Error TPESVCFAIL - application level service failure com.tibco.sdk.MException: setEffdt operation Failed on PeopleSoft.Generated.CompIntfc.ProductProductTbl at com.tibco.adapter.ps.AdapterException.<init> (AdapterException.java:24) at com.tibco.adapter.ps.ComponentInterfaceAgent.setProperty (ComponentInterfaceAgent.java:245) at com.tibco.adapter.ps.PSEventProcessor.setProperties (PSEventProcessor.java:424) at com.tibco.adapter.ps.PSEventProcessor.setProperties (PSEventProcessor.java:561) at com.tibco.adapter.ps.PSEventProcessor.processMessage (PSEventProcessor.java:251) at com.tibco.adapter.ps.SubscriberEventHandler.onEvent (SubscriberEventHandler.java:159) at com.tibco.sdk.events.pubsub.MRvDataReceiver.dispatch (MRvDataReceiver.java:292) at com.tibco.sdk.events.pubsub.MRvDataReceiver.onData (MRvDataReceiver.java:156) at com.tibco.sdk.events.pubsub.MBaseRvDataReceiver.onMsg (MBaseRvDataReceiver.java:81) at com.tibco.tibrv.TibrvEvent.invoke(TibrvEvent.java:160) at com.tibco.tibrv.TibrvImplQGroupC.natDispatch(Native Method) at com.tibco.tibrv.TibrvImplQGroupC.dispatch (TibrvImplQGroupC.java:67) at com.tibco.tibrv.TibrvQueueGroup.dispatch(TibrvQueueGroup.java:163) at com.tibco.sdk.MDefaultDispatcher.run(MDefaultDispatcher.java:26) at java.lang.Thread.run(Unknown Source) Probable Cause The message has the wrong date format. Solution The correct date format is MM/dd/YYYY.