Hello,
we have this problem: a backup of a database NAV50SP1 on Sql Server2005 made with backup of client NAV (on the server side) cannot be restored on another server Sql Server 2005 on a new database.
It seems it can not convert the accented words in record of type code.
I attach an example of the message that comes during restoring process for each word having accents.
The right word is CONTROLLO QUALITÀ and I see it correct on the table of the server of the customer.
The regional settings and the collation are the same between the two server.
Do you have some suggestions?
Thank you
Andy
0
Comments
The problem is that you have a code page miss match between the two databases (and before you reply ... Yes You Do ).
The problem is that in Navision the lower case accented a is being converted to a different upper case than the once recognized in the second database. You can play with collations till you work it out, or just change it to something that works.
If you absolutely MUST have the accented lower case a, then go to the SEARCH DESCRIPTION field and in that field use a plain unaccented A.
I hope to have a solution not temporary but effective.
Thank you very much
Then you need to work out the correct code page to use.
Where are these codepages listed?
Thank you again
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
The only way to restore it is disabling the check 'Validate Codepage' so the words with accents are imported with strange characters.
Can you explain?Is the database however valid?
I don't think that the problem is of collation but of codepage but I don't know what it means.
Thank you
I used (you can change code to do CONVERTSTR)
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
The problem could happen in every table and I cannot write functions or code to manage all them..
I hope you can understand.
I also want to know if the backup restored on the same server (customer) is valid 100% or could have problems after a disaster recovery for example.
Thank you.
2) PC used for making the backup and restoring the backup must have same language for non-unicode application set in the Local settings...
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.