Skip to main content

Upgrade From Classic To RTC - Issue with Line Feed and Horizontal Tab (Version 3.0)

Hi All,

Today I would like to discuss an Update on a Old Article which discuss the resolution for issue that we have during upgrade from Navision Classic Client to Navision RTC Client.

Old Article Reference 

What is the issue ? 
The Issue is with the data having Line Feed & Horizontal Tab.

On Which Fields the issue is?
The major issue is with the Primary key field. On Fields other than primary key it doesn't make much of the difference.



How we can resolve it ?

We discussed the Possibility in Last Article By Considering the Ordinal Position 21 in SQL Database as that is the Max Size of Navision Key.

Why Updated Version 3.0 ?

The Query was bit slow as it used to Check for all First 21 Fields, But that doesn't make any sense in case of Ledger Tables Like -

 > G/L Entry.
 > Customer Ledger Entry.
 > Vendor Ledger Entry.

And Others, as the Primary key of these Tables is Entry No Which is an Integer Field and the Query will take more time to display the Output.

With Help of  Mr. +Taher BELHAJ AMOR  , who Put a Comment to Article and Share the Optimized Query with his SQL Knowledge. Thanks You Mr. Taher Belhak Amor.

How to use query, Refer the Old Article.


Hope the Query Helps. Please put your comments about the articles.

You can download the query from -

SkyDrive  (File Name - Identify_Special_Character_SQL_Query_V3.0.rar)

OR

Dynamics User Group.

Stay Connected.

Regards,
Saurav Dhyani
www.sauravdhyani.com

Comments

Popular posts from this blog

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

NAV 2013 R2 - Cumulative update 12 Released.

Hi all, Please find below the details of  Cumulative Update 12 released for Microsoft Dynamics NAV 2013 R2. Title - Cumulative Update 12 for Microsoft Dynamics NAV 2013 R2 Build No. - 38053 Release Date - October, 2014 Local Version Included - AU, AT, BE, CH, DE, DK, ES, FI, FR, IS, IT, NA, NL, NO, NZ, SE, UK, RU Download Link Note: Implementing this cumulative update will require a database conversion unless you have already implemented update rollup 5.

Error After Restore SQL Backup of NAV 2013 Database

Hi all, we are facing a conman issue during restoring a SQL Database backup restored for NAV 2013. While Trying to run object from Object Designer we get below listed error (even the service is configured properly) - --------------------------- Microsoft Dynamics NAV Development Environment --------------------------- There are no NAV Server instances available for this database. You must ensure that a NAV Server instance is running and is configured to use the database before you perform this activity. --------------------------- OK    ---------------------------