PDS - Release Module
HOW to handle the suspended batch

The batch will be suspended when the database detects the invalid data sending from the Release module.

When the Release module failed to deliver data to database, the suspending message and the current processing data will display in the Events Folder Window. The reason causes the batch suspension is the invalid data from the Index Module in most cases. So the index data in the Events Folder Window must be examined data. We need to check

 

Is any special character in the Index data?

Does the data format fit the database data type?

Is any database table name, field name or data type changed?

 

If the problem is in the database side, the database structure must be fixed before rerun the batch. If the problem is in the index data, then the batch must be sent back to Index Module to fix the data. To send the batch from Suspending Job Queue to the Index Job Queue is from the PDS Administration module. After fixing the Index data, the batch can be sent to the Release Job Queue using the PDS Administration module again.

Previous