You cannot see details specific to your ID in the .acsm file. The file .acsm is a token; once you use it to download a .epub file the .epub file is encrypted for your current ID, and the server remembers the association between the .acsm token and the AdobeID.
When you try to redownload a .epub from the same .acsm file, the server will check your current AdobeID. If it doesn't match, it will give the E_LIC_ALREADY_FULFILLED_BY_ANOTHER_USER message you have seen.
To see the AdobeID from an encrypted .epub file:
- Open the file as a zip archive.
If you have a good zip archive manager like 7zip you can do this directly.
Otherwise, you must rename the .epub file to a .zip file to open it. - Find the file rights.xml inside the zip; probably META-INF\rights.xml
- Inside that file, you will find a section that looks something like <user>urn:uuid:ff2ddc22-eca0-46c6-a84d-xxxxxxxxxxxx</user>
That is the AdobeID.
I had forgotten that the ID was stored only in its internal form, and not by the username that belongs to the ID.
However, if you are on ADE2.0 you can use Help/Authorization Information (ctrl-shift-I, cmd-shift-I on Mac) which will show you both the external username and the internal ID.
At least you can check that way if ADE thinks you have the correct AdobeID for the book; but if you haven't it won't remind you of the username you used.
I don't know if Adobe service are able to find the userid if you can give them that internal ID.
Good luck.