Delete an invalid Traveler security entry

Investigating why an iPhone had not been registered properly I created ( manually ) an entry. But, I typed in a space in a the username resulting in a spurious entry like…

Bloggs/O=XXXX:CN=Joe:null:Appl12345ABC6DE:Fri Oct 01 12:23:57 BST 2010:Never:Never:none:none:0:null

This has the user as " Bloggs/O=XXXX" and the device as “CN=Joe”. I can’t find any way to delete the entry because the console commands say “CN=Joe” is not a valid device. Which is correct but not very helpful.

The information is, AFAIK, held in the Derby backend and is not easy to access.

Any bright ideas welcome !

Subject: Re: Delete an invalid Traveler security entry

Did you try

tell traveler delete * Bloggs/O=XXXX

That will still attempt to clean up records in the database with this name, even though it is not a valid user.