You must drop the database devices portalData, portalLog, acdbData, and acdbLog. To drop these database devices:
From a command prompt, enter:
isql -Usa -P -S<servername>
where <servername> is the name of the machine where you installed Enterprise Portal.
At the 1> prompt, enter:
sp_dropdevice portalData go sp_dropdevice portalLog go sp_dropdevice acdbData go sp_dropdevice acdbLog go