AaPIM — различия между версиями

Материал из archestra.info
Перейти к: навигация, поиск
 
(не показана одна промежуточная версия этого же участника)
Строка 1: Строка 1:
 
Компонент [[aaPIM]] ([[Platform Install Manager]]) отвечает за операции deploy, undeploy и редактирование ArchestrA объектов. PIM означает Платформа менеджер инсталляции.
 
Компонент [[aaPIM]] ([[Platform Install Manager]]) отвечает за операции deploy, undeploy и редактирование ArchestrA объектов. PIM означает Платформа менеджер инсталляции.
  
 +
*см поведение при [[Deploy]]
  
 
*[https://wdnresource.wonderware.com/support/kbcd/html/1/t002193.htm '''Tech Note 473''' Troubleshooting Platform Install Manager (aaPIM) Errors]
 
*[https://wdnresource.wonderware.com/support/kbcd/html/1/t002193.htm '''Tech Note 473''' Troubleshooting Platform Install Manager (aaPIM) Errors]
 +
 +
aaPim is the short name of “Platform Install Manager”. It is a component that plays critical roles on both GR and remote platform node during the remote platform deployment. Understand this component well will fundamentally help on the deployment troubleshooting.
 +
 +
*Retrieve the value of FileRepository from HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ArchestrA\Framework 
 +
*All the Galaxies and associated physical files are saved under this location
 +
*Create an instance of FileCopyService.dll
 +
*Create an Instance of DCOMTransport.exe
 +
*Call the function CopyFiles() of FileCopyService DLL to transfer the files from GR to the remote platform

Текущая версия на 00:19, 2 ноября 2015

Компонент aaPIM (Platform Install Manager) отвечает за операции deploy, undeploy и редактирование ArchestrA объектов. PIM означает Платформа менеджер инсталляции.

  • см поведение при Deploy

aaPim is the short name of “Platform Install Manager”. It is a component that plays critical roles on both GR and remote platform node during the remote platform deployment. Understand this component well will fundamentally help on the deployment troubleshooting.

  • Retrieve the value of FileRepository from HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ArchestrA\Framework
  • All the Galaxies and associated physical files are saved under this location
  • Create an instance of FileCopyService.dll
  • Create an Instance of DCOMTransport.exe
  • Call the function CopyFiles() of FileCopyService DLL to transfer the files from GR to the remote platform