Welcome to dbForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Act conversion

 
   Database Forums (Home) -> Client RSS
Next:  Numeric value only for a character field  
Author Message
Daz

External


Since: Nov 29, 2005
Posts: 1



(Msg. 1) Posted: Wed Aug 01, 2007 11:22 pm
Post subject: Act conversion
Archived from groups: microsoft>public>sqlserver>clients (more info?)

Hi Im converting our Act 6 database to Act9 and I keep getting this error
right near the end of conversion.
Converting Notes and Histories...
The INSERT statement conflicted with the FOREIGN KEY constraint
"NOTE_CREATEUSERID_FK". The conflict occurred in database "MTA2008", table
"dbo.TBL_ACCESSOR", column 'ACCESSORID'.
The statement has been terminated.
I am a bit stuck with this error plz if anyone can help fix this would be
appreciated.
Thanks.

 >> Stay informed about: Act conversion 
Back to top
Login to vote
Hugo Kornelis

External


Since: Jan 31, 2006
Posts: 330



(Msg. 2) Posted: Thu Aug 02, 2007 8:43 pm
Post subject: Re: Act conversion [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 1 Aug 2007 23:22:02 -0700, Daz wrote:

>Hi Im converting our Act 6 database to Act9 and I keep getting this error
>right near the end of conversion.
>Converting Notes and Histories...
>The INSERT statement conflicted with the FOREIGN KEY constraint
>"NOTE_CREATEUSERID_FK". The conflict occurred in database "MTA2008", table
>"dbo.TBL_ACCESSOR", column 'ACCESSORID'.
>The statement has been terminated.
>I am a bit stuck with this error plz if anyone can help fix this would be
>appreciated.
>Thanks.

Hi Daz,

A foreign key constraint implies that each value inserted in a specific
column or set of columns (in this case the column ACCESSORID in the
table dbo.TBL_ACCESSOR) has to be present in another table (the error
message doesn't tell us which table that is; you'll have to find out by
examining the constraint yourself).

You are getting this error message because, apparently, at least one of
the value you are trying to insert does not fulfill this requirement.

--
Hugo Kornelis, SQL Server MVP
My SQL Server blog: http://sqlblog.com/blogs/hugo_kornelis

 >> Stay informed about: Act conversion 
Back to top
Login to vote
Robby angeles

External


Since: May 20, 2008
Posts: 1



(Msg. 3) Posted: Tue May 20, 2008 2:36 am
Post subject: Re: Act conversion [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

Any luck with this issue? I know its been months but i hope you could
shed some light to this cause i've been stucked with the same issue for
hours now.

Thanks!

*** Sent via Developersdex http://www.developersdex.com ***
 >> Stay informed about: Act conversion 
Back to top
Login to vote
Display posts from previous:   
   Database Forums (Home) -> Client All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]