On 2/17/06, Geoff Bowers <[EMAIL PROTECTED]> wrote: > As its a SQL error I think you need to look at the SQL statements > generated by each app and make sure they are identical. eg. dbowner and > so on is correct. Then you need to check the database and make sure > that the tables in question are in fact "owned" by the relevant dbowner. > > The error you are seeing is typical of having one dbowner user create a > table and then another dbowner with different permissions attempt to use it.
Every table in the database (both copies actually) are owned by the same user, the one that is the database dbo. There's never been any other users in the db - in fact, there *are* no other users apart from sa, the box is only running the FarCry site. I'll try and double-check what's being generated by each script but as it's the unmodified handpicked rule I can't see there being any problem there. This is really weird, I'm going to try to write a custom rule as that part of the site needs to be working properly by Monday. Any suggestions of where else to look would be greatly appreciated. Thanks, K. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev -~----------~----~----~----~------~----~------~--~---
