04.04.2007, 21:54 | #1 |
Участник
|
Upgrade 3.0 --> 4.0 | Как сменить тип RecId в БД?
Здравствуйте, коллеги!
Завис на процессе апгрейда версии 3.0 на AX4.0, а именно в том месте, где следует менять тип используемого RecID. В руководстве Подготовка базы данных к изменению типа Record ID (приведен внизу, в пункте №7 меняем 32 на 64-bit integer) не совсем понятен наиболее мне приемлемый пункт №7a. Если кто-нибудь уже сталкивался с этим процессом, не смог бы объяснить поподробнее, что называется на пальцах где что и как вписывать или же менять? Заранее благодарю.. ---------------------------------- Prepare database for Record Identification type changes: Import and run the UpgradeColumnList.xpo in the Axapta 3.0 system in the test environment. Do this to prepare the 3.0 database for RecID-type changes from 32 bit integer to 64 bit integer: 1. Start Axapta 3.0 in your test environment (Start > All programs > Navision Axapta), and log on. 2. Open the Application Object Tree (AOT). 3. Click the Import icon. The Import window appears. 4. In the File name field, enter the path to your installation CD and \AX4 CD\DatabaseUpgrade\PrivateProject_UpgradeColumnList.xpo and click OK. 5. Open the AOT and click Forms > UpgradeColumnList. 6. Right-click UpgradeColumnList and select Open. Microsoft Dynamics AX Implementation Guide 108 7. Click Generate, and wait until the operation is complete. This could take up to two minutes. This job identifies the record identification and transaction identification fields that are based on the recId and on the TransactionId data type. Fields that contain transaction identification or record identification references but are incorrectly based on the int data type are not identified by the job. Such incorrectly typed Axapta 3.0 fields can be handled in one of the following ways: a) Append the list of such fields to the internal list of known incorrectly typed Axapta 3.0 fields of the same type that are hard-coded in the cleanup() method (UpGradeColumnListGenerator class). Then run the UpgradeColumnList job again to have the database updated. b) Manually update the int data type in Microsoft Dynamics AX after the upgrade checklist has been executed. 8. Close Axapta 3.0. |
|
Теги |
ax3.0, ax4.0, recid |
|
Похожие темы | ||||
Тема | Ответов | |||
Upgrade приложения и БД с SP3 до SP5 KR2 | 10 | |||
AxDb Upgrade (Axapta 3.0 ->MDAX 4.0) | 2 | |||
Upgrade механизма (склад->отображение аналитики) | 0 | |||
Тип поля RecId | 4 | |||
Upgrade Axapta 2.5 -> 3.0 | 4 |
|