A technique we've used, in the past, is to create a table, on _one_ server that contains the ID's. You want an ID?, you go out to the server and get one. You need to create a table that has your id field, a boolean to indicate if the ID has been used and, possibly, a date field and text field to show who got it, when.