Options

SQL Error Accessing Object Table

ryancairnsryancairns Member Posts: 40
Hi - I am having problems after restoring a SQL backup from a customer site. Anytime I try to change an object (import fob, create/modify/delete/compile an object) I get the following error:

Microsoft Business Solutions-Navision
The following SQL Server error(s) occurred while accessing the Object table:

102,"42000",[Microsoft][ODBC SQL Server Driver][SQL Server]Incorrect syntax near '?'.

SQL:
UPDATE "UnitedDB"."dbo"."Object" WITH (REPEATABLEREAD) SET "BLOB Reference"= NULL WHERE ("Type"=3 AND "Company Name"='' AND "ID"=1) AND ("timestamp"<=0x00000000E354A6F7)

OK


Everything else seems to be working fine.
The customer uses SQL 2000, NAV 4.0SP3. Here's what I have tried:

- Restoring the backup using SQL 2005 and 2008 (on 2 different servers)
- Ensuring the user is a dbowner
- Using both our development licence and customer licence
- Changing Compatibility Level on database
- Searching mibuso and google like crazy

Can anyone help?

Thanks,

Ryan

Comments

  • Options
    ryancairnsryancairns Member Posts: 40
    We figured it out - it was down to SQL Perform tools. Need to run a script to down the perform tools trigger.
  • Options
    mdPartnerNLmdPartnerNL Member Posts: 802
    Just guessing but this looks odd ... "Company Name"=''

    Can you login and open a company first.
Sign In or Register to comment.