20.06.2008, 17:05 | #1 |
Участник
|
axStart: Ax product version check
Источник: http://axstart.spaces.live.com/Blog/...C0A0!350.entry
============== This is a list of all released Versions of AX. Additional a script is added, to check the version of your current installation. The numbers in this list are from the versions running on my laptop so please correct me, when there is wrong number. Release Service Pack Client Server Application Version 3.0 SP3 3.0.1951.3730 3.0.1951.3730 514-193 SP3/OP023-71 3.0 SP4 3.0.1951.4060 3.0.1951.4060 514-320 SP4/OP023-196 3.0 SP5 3.0.1951.5160 3.0.1951.5160 514-513 SP5/OP023-379 3.0 SP6 3.0.1951.7609 3.0.1951.7609 514-859 SP6/OP023-659 3.0 KR1 3.0.1951.6710 3.0.1951.6710 Not applicable 3.0 KR2 Sorry not on my laptop Sorry not on my laptop Not applicable 3.0 KR3 3.0.1951.7609 3.0.1951.7609 Not applicable 4.0 SP1 4.0.2163.0 4.0.2163.0 4.0.2163.0 4.0 SP2 4.0.2501.116 4.0.2501.116 4.0.2501.116 5.0 You can also check the client and server version without starting AX. Look at the properties of the file ax32.exe and ax32serv.exe. The version number is also visible on this place. If I want to check outside AX the application version of AX. I use this trick look at the file size of the axSyp.aod and axGLP.aod Release Service pack axSyp.aod axGlp.aod 3.0 SP3 30.370 KB 12.168 KB 3.0 SP4 33.800 KB 14.762 KB 3.0 SP5 39.360 KB 16.144 KB 3.0 SP6 45.585 KB 15.166 KB 4.0 SP2 34.357 KB The next job shows your server version and client version number. static void buildTest(Args _args) { KernalTest KernalTestClient = CLassFactory::makeObjectOnClient(classnum(KernalTest)); KernalTest KernalTestServer = CLassFactory::makeObjectOnServer(classnum(KernalTest)); ; info(KernalTestClient.buildno()); info(KernalTestServer.buildno()); } Class KernalTest { } str buildNo() { ; return strfmt('%1 %2',xGLobal::clientKind(), xInfo::buildNo()); } Источник: http://axstart.spaces.live.com/Blog/...C0A0!350.entry
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
21.06.2008, 23:38 | #2 |
Участник
|
KernalTest - это что, индийский акцент?
|
|
|
Опции темы | Поиск в этой теме |
Опции просмотра | |
|