Kay Smoljak wrote: >In that case, I don't understand what's going on - their PLP code is >identical to our PLP code. Their database has the same permissions as >our database. They're running the same nightly build as us, on the same >platform/CF version/database version. Yet they're getting the error and >we're not. Any ideas where I should be looking? > > > 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. -- geoff http://www.daemon.com.au/ -- Message protected by MailGuard: e-mail anti-virus, anti-spam and content filtering. http://www.mailguard.com.au/mg --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
