Index: /trunk/ippTasks/diskbalance.pro
===================================================================
--- /trunk/ippTasks/diskbalance.pro	(revision 30932)
+++ /trunk/ippTasks/diskbalance.pro	(revision 30933)
@@ -89,5 +89,7 @@
 # If the pendingbalance query exits with exit status 10, we start over at 0
 
-$BALANCE_SO_ID_START = 0
+# This value will need to be incremented periodically.  It looks like we grow by about 5e7 so_ids per month.
+$BALANCE_BIG_SO_ID   = 6e8
+$BALANCE_SO_ID_START = int($BALANCE_BIG_SO_ID * rnd(0)) 
 $BALANCE_SO_ID_RANGE = 500000
 
