If the time stamp is out of range of the extraction time cutoff, the new shopping data did not get processed because the time stamp is out of range of the extraction time cutoff. To recover the data that is missing, complete these steps:
- Type db2 connect todatabase where the database is the name of your local data mart.
- Type db2 update wca.parameters set param_value = (select varchar(min(lastsuccess)) from asn.ibmsnap_subs_set) where param_type= 'TIME_CUT_OFF_PREV'
- Run the Capture program (ASNCAP) in the WebSphere Commerce system.