Index: trunk/ippTools/src/receivetool.c
===================================================================
--- trunk/ippTools/src/receivetool.c	(revision 24783)
+++ trunk/ippTools/src/receivetool.c	(revision 24784)
@@ -313,4 +313,8 @@
     psFree(where);
 
+    // make sure that the data is processed in the order that the filesets
+    // were posted
+    psStringAppend(&query, "\nORDER BY fileset_id");
+
     if (limit) {
         psString limitString = psDBGenerateLimitSQL(limit);
