Changes between Initial Version and Version 1 of SDRRUNIQUEIFY


Ignore:
Timestamp:
2013-05-23T14:40:16-04:00 (11 years ago)
Author:
warb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SDRRUNIQUEIFY

    v1 v1  
     1=== sdrrUniqueify ===
     2
     3Makes acids in a scenario unique
     4
     5{{{
     6
     7   Usage: sdrrUniqueify sdrrfile [-n] [-r localhost]
     8     default         convert aid/cid tag to unique id tag
     9     -r localhost    use remoteCid when available.  use localhost otherwise.(for dual site mode)
     10     -n              don't modify msg contents
     11}}}
     12example:
     13
     14{{{
     15     sdrr$Uiqueify -r zlc merge_setstart.out > uniqacid.out 2>dupe.out
     16     sdrrUniqueify -r zse merge_setstart.out > uniqacid.out 2>dupe.out
     17}}}
     18notes:
     19{{{
     20     - can use ( grep "^Dup" e.out | sort -u ) to find the flights that could not be uniqueified - we may be able to fix this??
     21     -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)
     22        is used so that both erams will use the same acid, however it didn't account for different system plans with same acid
     23}}}