Reference to the member Abbreviated Name of the variable could not be solved.

Dear All,

While data transfer after running form "Upgrade - Old Version (104001)", I'm getting below error.

"Reference to the member Abbreviated Name of the variable could not be solved."

I'm upgrading db from NAV5 to NAV2013 R2. And this error is coming when I'm migrating data from 2009 R2 to 2013.

Can anyone help in this.

Thanks in advance.

Ratnesh

Best Answer

  • ratnesh272ratnesh272 Member Posts: 9
    Answer ✓
    Hi,

    At the time of Data transfer, I found that error on "Company Information".

    I compiled all objects but issue was same. I don't know what exactly was going on but when I used debugger, I found that "State Indicator" table has some issue.
    "State Indicator" table should update automatically but line was missing for "Company Information". So I manually entered the data in "State Indicator" table and again I tried Data transfer.
    Fortunately this time it worked. Strange!

    Still I'm wondering what was the issue.

    Anyways, ultimately I completed Data migration.

Answers

  • postsauravpostsaurav Member Posts: 708
    Hi,
    Compile Microsoft Upgrade Codeunits.
    There are some Fields which are not there in your database. You Just need to comment Those specific lines from upgrade Codeunit.

    Let us know if you have any issues.

    Thanks & Regards,
    Saurav Dhyani

    Do you Know this About NAV?


    Connect - Twitter | Facebook | Google + | YouTube

    Follow - Blog | Facebook Page | Google + Page
  • ratnesh272ratnesh272 Member Posts: 9
    Answer ✓
    Hi,

    At the time of Data transfer, I found that error on "Company Information".

    I compiled all objects but issue was same. I don't know what exactly was going on but when I used debugger, I found that "State Indicator" table has some issue.
    "State Indicator" table should update automatically but line was missing for "Company Information". So I manually entered the data in "State Indicator" table and again I tried Data transfer.
    Fortunately this time it worked. Strange!

    Still I'm wondering what was the issue.

    Anyways, ultimately I completed Data migration.
  • malintusmalintus Member Posts: 32
    I had the same error. Adding Company Information table in State Indicator table resolved issue.
    Thanks Ratnesh!
Sign In or Register to comment.