upgrade 2.6 to V5SP1

c_marsc_mars Member Posts: 3
edited 2008-10-27 in Navision Financials
Hi,

I'm currently upgrading a version 2.6 financials DB to v5. The first stage of this is to upgrade to V4. Using the upgrade toolkit for this, I seem to have run into a problem at the stage 'Upgrade 4.00 Step 2' transfer data. I keep getting the following error 'Temp Cust. Ledger Entry Entry 'No.' 1 doesn't exist.' I've debugged this while running and it seems to be looking for an entry in this temp table which hasn't yet been initialised? Any ideas?

Comments

  • Dave_CintronDave_Cintron Member Posts: 189
    In searching my mental archives, I recall that if the table has had compression run on it, this could run into missing ledger entries of all types, i.e. applies-to, etc. ...
    Dave Cintron
    Dynamics West
    http://www.dynamicswest.com
  • c_marsc_mars Member Posts: 3
    I eventually changed this to use a IF tempCustLedgeEntry.GET(***) THEN, instead of tempCustLedgeEntry.GET(***) on the codeunit inside the upgrade toolkit and this seems to have worked ok. I've checked for missing cust. ledger entries after upgrading and there doesn't seem to be any problems.
Sign In or Register to comment.