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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Edit Operation on Table X failed

Status
Not open for further replies.

Borvik

Programmer
Jan 2, 2002
1,392
US
I must have done something, while trying to use SqlDependency in a program I was writing (though I'm not sure what - it was pretty straight forward, though there might have been some behind the scenes action).

Now all our users are getting the above error in various parts of GP.

More details describes it like this:
Code:
[Microsoft][SQL Native Client][SQL Server]INSERT failed because the following SET options have incorrect settings: 'QUOTED_IDENTIFIER, CONCAT_NULL_YIELDS_NULL, ANSI_WARNINGS'. Verify that SET options are correct for use with indexed views and/or indexes

I was able to clear two of those SET options by changing the System DSN and checking "Use ANSI quoted identifiers" and "Use ANSI nulls, paddings, warnings", though the last one still remained.

Even so, changing EVERY users DSN is not a great option, obviously something happened on the DB to effect everyone - how could I change this back?!
 
I restarted the MSSQL Service, it is working now.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top