BUG: Navision 4.0 SP2 on SQL 2005

Hello there, it may be that i’ve found a bug in the sql integration of navision 4.0 sp2 after you create a new database and you try to alter it the following error occurs: “You cannot enter ‘2147483648 KB’ in Integer. The cursor is in front of the invalid character.” Seems like microsoft has not tested their implementation of topic P1) from the changes list.

Hi, it give me the same error with 4.02 on SQL 2000. To avoid the error, you must avoid setting a file limit size of the data and log files from SQL Enterprise Manager.

2147483648 is not a valid integer. The SQL datatype Integer (INT) has a valid range from -2147483648 to 2147483647.

another bug has something to do with the reports: the right random size is set so the right side is not printed. in some reports the page breaks are much more than before…one page in 4.0 sp1 are now 6 (six) in 4.0 sp2… hope this will be corrected soon…