Emerald doesn't really matain a "batch" concept for the set of
transactions
that it wrote out. It just writes out x records and stops. You can go
into the ExternalTrans table and set the Type value for the records you
need to re-batch to 0, and then go into Emerald and click the batch out
button and it will re-write them. They are time stamped via the ReqDate
field, so you can probably do something like:
Update ExternalTrans
Set Type = 0
Where ReqDate > '9/16/99 10:23'
to get everything after a certain date/time.
--Dale E. Reed Jr. Emerald and RadiusNT__________________________________________IEA Software, Inc. www.iea-software.com
For more information about this list (including removal) go to:http://www.iea-software.com/support/maillists/liststart