Hi all,
When I'm trying to create a new database from my Financials 2.6D client, on a SQL Server, I get the following error message:
"There is missing a '(' in TableRelation. #2000000006.#1"
I found out that the problem occurs when trying to create a big database, e.g. 8 GB.
Does anyone have a clue what the problem might be?
Thanks in advance!
0
Comments
I have the same problem. Did you have the solution already?
Benno
You've probably found the answer by now, but anyway, I had the same problem when restoring a 2.6 database to another server. It came down to the difference in Code pages in the master database. I rebuilt the master database using the same SQL code page as on the previous server and the error went.
Wayne G