I'm using
Version 9.06 I too have generated this error. Its a BUG.
I have just set up a fresh install of version 9.06 with a Premium License.
To reproduce the error
Using
POST OPTIONS (as admin) to
MOVE POST Step 1 states
Select the Forum you would like this post to be in
[ list of all the forums, selected one ]
Did that
Step 2 states
Select the Topic you would like this post to be in
[ list of topics in the new forum area, if any ]
Or, type the Subject of a new Topic
[ BLANK entry to enter new topic ]
So I chose to type the Subject of a new Topic
(QUESTION: Why do I have to choses a new topic title? why does it not keep the one in teh origina post? )
anyway, when I click the
MOVE POST button I get the following
ERROR MESSAGE:
-----------------
Microsoft JET Database Engine error '80040e21'
The changes you requested to the table were
not successful because they would create duplicate values in the index,
primary key, or relationship. Change the data in the field or fields
that contain duplicate data, remove the index, or redefine the index to
permit duplicate entries and try again.
/discussion/move_post.asp, line 156
-----------------
Please NOTE: If you use an existing topic from the destination forum in the pull down, this works. no error, and it does move / copy the message (although I don't like the fact I can not keep the existing topic of the original message.
(and is the older message in the newer forum being over-written by the message being moved? I did not test this, but it seems that it is. if this is the case, this would be Bug2 of the process.
This seems to mean that instead of adding a new record, which creates new id's in the destination forum, it tried to add a record with and existing record id. I'll have to look at the code to see what is going on. But I do want to report this BUG.