BPC 7MS SP7
Regarding the SGQueue table, normally this table is empty unless data (templates, logic) is being submitted. I notice the process is:
1. Record is created with "NumberOfRecords" = -1.
2. The above record is deleted/replaced/updated with more detail, such as NumberOfRecords=100000.
3. Records generated in SGData table.
4. Records cleared from SGData and SGQueue and generated in WB/Fac2.
My questions:
1. What happens when the record in SGQueue doesn't make it passed the "NumberOfRecords" = -1 step?
2. What are ramifications when it is never cleared? Could it affect subsequent data processes?
3. What might have caused the record to not continue the process?
4. Could this be a symptom of Send Governor "hanging" or similar?