SQL Error When Importing FOB

KishraguKishragu Member Posts: 45
Hi,

I am getting the below SQL Error message when trying to import a FOB which is adding an extra column to Product Group table.

"You can only specify the READPAST lock in the Read Committed or Repeatable Read Isolation levels"

Below is the output after running dbcc useroptions

textsize 2147483647
language us_english
dateformat mdy
datefirst 7
lock_timeout -1
quoted_identifier SET
arithabort SET
ansi_null_dflt_on SET
ansi_warnings SET
ansi_padding SET
ansi_nulls SET
concat_null_yields_null SET
isolation level read committed

I have also tried to create the column manually from within NAV and getting the same error.

Any ideas?

Thanks in advance

Answers

Sign In or Register to comment.