Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cannot update Activity record because Account Owner does not exist

Status
Not open for further replies.

jpotucek

Technical User
Jan 26, 2005
144
US
MS SQL Server 2005 sp2

These two errors are filling up my sql server and Server level application even log??

Cannot add or update Activity record because Account Owner does not exist.

Error: 250071, Severity: 16, State: 1.


Any ideas?
 
Error numbers that high are user created error messages so something in your SQL Code is throwing that error message using RAISERROR. You'll need to search through your SQL Code looking for that error number.

Denny
MVP
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / SQL 2005 BI / SQL 2008 DBA / SQL 2008 DBD / SQL 2008 BI / MWSS 3.0: Configuration / MOSS 2007: Configuration)
MCITP (SQL 2005 DBA / SQL 2008 DBA / SQL 2005 DBD / SQL 2008 DBD / SQL 2005 BI / SQL 2008 BI)

My Blog
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top