=== sdrrUniqueify === Makes acids in a scenario unique {{{ Usage: sdrrUniqueify sdrrfile [-n] [-r localhost] default convert aid/cid tag to unique id tag -r localhost use remoteCid when available. use localhost otherwise.(for dual site mode) -n don't modify msg contents }}} example: {{{ sdrr$Uiqueify -r zlc merge_setstart.out > uniqacid.out 2>dupe.out sdrrUniqueify -r zse merge_setstart.out > uniqacid.out 2>dupe.out }}} notes: {{{ - can use ( grep "^Dup" e.out | sort -u ) to find the flights that could not be uniqueified - we may be able to fix this?? -f option obsolete as of 20110730: was use "fluid" (actually just fac/hash) as acid, this helps for e2e because the fluid of the originating center (i.e., the alias) is used so that both erams will use the same acid, however it didn't account for different system plans with same acid }}}