Index: trunk/ippTools/src/receivetool.c
===================================================================
--- trunk/ippTools/src/receivetool.c	(revision 24779)
+++ trunk/ippTools/src/receivetool.c	(revision 24783)
@@ -438,4 +438,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);
