Dragonfly 9.0.5.0 to Drupal 6.12

I have a large community site on DF, 10k users, 75k posts, couple of gigs of photos albums, stories/news, tech docs...etc. DF isn't being kept up like it should, getting stale so I'm looking to make a change to a more supported cms platform.

I have Drupal setup on a subdomain today but it looks like the instructions at http://drupal.org/node/71856 aren't complete.

When I try to set the prefix on the db section of the phpBB2Drupal settings I get:

* Table nuke_bbforums does not exist!
* Table nuke_bbposts does not exist!
* Table nuke_bbtopics does not exist!
* Table nuke_bbusers does not exist!

Some tables couldn't be found. This can be caused by an incorrect prefix or if your phpbb version is incorrectly set. Please correct the errors so that the phpBB tables can be accessed.

My prefix on my DF db is nuke_ and all of the forum related tables have bb in front so a table is nuke_bbforums. I merely entered nuke_bb and then let it pickup the rest of the table name.

It says it can't find them but they are there for sure.

Some of the code I've found for the DF conversion seems fragmented, not counting the rest of the site migration code for news/stories, etc.

I'd sure appreciate some input.