PANTHEON™ Help

 Категории
 PANTHEON Help - Welcome
[Collapse]PANTHEON
 [Collapse]PANTHEON упатства
  [Collapse]Guide for PANTHEON
   [Expand]Settings
   [Expand]Orders
   [Expand]Goods
   [Expand]Manufacturing
   [Expand]POS
   [Expand]Service
   [Expand]Financials
   [Expand]Personnel
   [Expand]Analytics
   [Expand]Desktop
   [Expand]Помощ
   [Expand]Старите продукти
   [Expand]Messages and Warnings
   [Collapse]Additional programs
     Добавяне на потребители - Добавяне на потребители в базата данни
    [Expand]PANTHEON Web Services (PAWS)
    [Expand]Datalab CHRONOS
    [Expand]Datalab OTOS
    [Expand]Datalab ATENA
    [Expand]Datalab Migrator
     Post-Migration Wizard
    [Expand]mobilni Potni Nalogi
    [Expand]Pantheon LX/LT
     Pantheon SHAKE
    [Expand]PANTHEON Automation Server (PAAS)
  [Expand]Ръководство за PANTHEON Търговия
  [Expand]Ръководство за PANTHEON Vet
  [Expand]Ръководство за PANTHEON Фермерство
 [Collapse]PANTHEON потребителски ръководства
  [Expand]Ръководство за потребителя за PANTHEON
  [Expand]Ръководство за потребителя за PANTHEON Retail
  [Expand]Ръководство за потребителя за PANTHEON Vet
  [Expand]Ръководство за потребителя за PANTHEON Farming
[Collapse]PANTHEON Web
 [Collapse]PANTHEON Web Guides
  [Expand]Ръководство за PANTHEON Web Light
  [Expand]Ръководство за PANTHEON Уеб Терминал
  [Expand]Ръководство за PANTHEON Web Legal
  [Expand]Архив на стари продукти
 [Collapse]PANTHEON Web User Manuals
  [Expand]Започване на PANTHEON Web
  [Expand]User Manual for PANTHEON Web Light
   Ръководство за потребителя за PANTHEON Web Terminal
  [Expand]Ръководство за потребителя за PANTHEON Web Legal
  [Expand]Архив на стари продукти
[Collapse]PANTHEON Гранула
 [Collapse]Ръководство за PANTHEON Гранули
  [Expand]Гранула за служители
  [Expand]Пътни заповеди Гранула
  [Expand]Гранула за документи и задачи
  [Expand]Гранула Табло
  [Expand]Гранула за B2B поръчки
  [Expand]Гранула за обслужване на клиент
  [Expand]Инвентаризация на дълготрайни активи
  [Expand]Гранула за складови наличности
 [Collapse]PANTHEON Granules
   Започване
   Using PANTHEON Granules at Tecta, a fictional company
  [Expand]PANTHEON Granules and activation
  [Expand]PANTHEON Granule Work records
  [Expand]PANTHEON Granule Travel orders
  [Expand]PANTHEON Granule Documents and Tasks
  [Expand]PANTHEON Granule B2B orders
  [Expand]PANTHEON Granule Dashboard
  [Expand]Полеви сервизен гранул
   PANTHEON Granules - FAQ
  [Expand]Инвентаризация на дълготрайни активи
  [Expand]Инвентаризация на склада Гранула
   Архив
[Expand]Потребителски сайт

Load Time: 406,2538 ms
"
  8309 | 8833 | 407771 | 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."



 

Оценете темата
Темата беше ли ви полезна?
Коментар
Вашият коментар ще бъде видим и във форума!