PANTHEON™ Help

 Категории
 Главна страна - Добре дојдовте во помош за PANTHEON
[Collapse]PANTHEON
 [Collapse]PANTHEON упатства
  [Expand]Водич за PANTHEON Farming
  [Collapse]Водич за Datalab PANTHEON™
   [Expand]Помош
   [Expand]ПОС
   [Expand]Подесувања
   [Expand]Нарачки
   [Expand]Материјално
   [Expand]Производство
   [Expand]Сервис
   [Expand]ПОС
   [Expand]Финансии
   [Expand]Кадри
   [Expand]Работна површина
   [Expand]Анализи
    Додатно
   [Expand]Аналитика
   [Expand]Пораки и предупредувања
   [Expand]Системско окружување за Даталаб програми
   [Expand]Официјални објаснувања
    Речник на термини
   [Collapse]Дополнителни програми
    [Expand]Datalab CHRONOS
    [Expand]Datalab ATENA
    [Expand]Datalab Migrator
    [Expand]Pantheon Automation Server
     Pantheon FA
     ДодајКорисници - Додавање на Корисници во Базата на Податоци
    [Expand]Pantheon LX/LT
     Post-Migration Wizard
    [Expand]Datalab OTOS
    [Expand]Pantheon web сервиси (PAWS)
    [Expand]мобилни Патни Налози
     Pantheon SHAKE
   [Expand]Застарени производи
  [Expand]Водич за PANTHEON Ретал
  [Expand]Водич за PANTHEON Вет
 [Collapse]PANTHEON кориснички прирачници
  [Expand]Кориснички прирачник Datalab PANTHEON™
  [Expand]Корисничко упатство за PANTHEON Ретал
  [Expand]Корисничко упатство за PANTHEON Vet
  [Expand]Корисничко упатство за ПАНТЕОН Земјоделство
[Collapse]PANTHEON Web
 [Collapse]Водич за PANTHEON Web
  [Expand]Водич за PANTHEON Web Light
  [Expand]Водич за PANTHEON Chronos Mini
  [Expand]Водич за PANTHEON Web Terminal
  [Expand]Водич за PANTHEON Web Legal
  [Expand]Архива на стари производи
 [Collapse]Кориснички прирачник за PANTHEON Web
  [Expand]Најава во PANTHEON Web
  [Expand]Како да започнете со PANTHEON Web
  [Expand]Кориснички прирачник за PANTHEON Web Light
  [Expand]Кориснички прирачник за PANTHEON Web Terminal
  [Expand]Кориснички прирачник за PANTHEON Web Legal
  [Expand]Стара архивa на производи
[Collapse]PANTHEON Гранула
 [Collapse]Водич за PANTHEON Гранули
  [Expand]Гранула Кадри
  [Expand]Гранула Патни налози
  [Expand]Гранула Документи и задачи
  [Expand]Гранула Контролна табла
  [Expand]Гранула B2B нарачки
  [Expand]Гранула Сервис на терен
  [Expand]Инвентаризација на фиксни средства
  [Expand]Гранула Попис на магацини
 [Collapse]Кориснички прирачник за PANTHEON Гранули
   Започнување
   Користење на PANTHEON Гранули во фиктивната компанија Текта
  [Expand]Гранули и активација
  [Expand]Гранула Кадри
  [Expand]Гранула Патни налози
  [Expand]Гранула Документи и Задачи
  [Expand]Гранула Б2Б нарачки
  [Expand]Гранула Контролна табла
  [Expand]Гранула Сервис на терен
   PANTHEON Гранула - FAQ
  [Expand]Инвентаризација на фиксни средства
  [Expand]Гранула Попис на магацин
   Архива
[Expand]Кориснички сервер

Load Time: 374,9743 ms
"
  8309 | 8833 | 83749 | Localized
Label

Post-Migration Wizard

Post-Migration Wizard

Post-Migration Wizard

1  POST-MIGRATION WIZARD (PMW)

The Post-Migration Wizard (PMW) is a utility that helps you with some tasks after the migration that cannot be performed automatically.

1.1  Intro

049644.png

The Intro panel welcomes you to the PMW and warns you that the changes made in it are permanent.

 

1.2  Company Settings

049645.png

The Company Settings panel allows you to change general information about of your company. All of these can be changed later in the Subjects register.

1.3  Administrator Setup

049646.png

The Administrator Setup panel shows a list of all users, from which you can specify administrators and accountants. There must be at least one administrator.

1.4  Referential Integrity Check

049647.png

1.5  New FX Rate Format

049648.png

This panel will allow you to convert the old exchange rates into the new format, where central, buy, and sell rates are all under one subject.

More about the new exchange rate format and the conversion to it.

1.6  Uporabniki in kontaktne osebe

049649.png

More about how users and contacts are handled.

1.7  Disable the Post-Migration Wizard

049650.png

Teh PMW is automatically started at PANTHEON startup. If you no longer need it, you can disable it in the Administration Panel | Settings | Task Autorun.

In the list on the top, find the PMW, highlight its row and press Ctrl + Delete to remove it from the list.

2  Compare Original and Migrated Database

The procedure PA_MIG50_55_ThroughTables is used to compare data in the original and the migrated database.

It checks all tables that have been involved in the migration and is used only here.

It compares data from the original databases (5.0) with the contents of views in the migrated database (5.5).

The table _MIGALL_table is created.

 

create table dbo._MIGALL_Table (acTableName VarChar(100), -- table name
	   anStatus Int, -- Status 1 - inconsistent data
	   acSQL VarChar(8000), -- displays errors
	   acNote) -- computed field with error description, related to anStatus field

If inconsistencies are found, primary keys of the conflicting records are saved into the table _MIGERR_<OldTableName>. Possible outcomes:

 

  • If a record does not exist in one of the databases it is saved only once.
    049651.png

    The image shows a few recrods that haven't been transferred in the migration.
  • If the original and the migrated records don't match, both are saved.
     049652.png

    The image shows non-matching records in the table POSLDOGSKLAD; in the original table, the records had NULL in the DATUMZAP field, but the Migrator inserted the dates - the migration date.

You can use the following SQL query to view the contents of the _MIGALL_Table table.

select acTableName, acSQL from _MIGALL_Table where anStatus = 1 order by acTableName

All select statements are shown in the migration log in the phase "Errors when comparing original and migrated data."



 

Rate this topic
Was this topic usefull?
Comments
Comment will also bo visible in forum!