Client Automation - SXP Packager - CMP Editor problem with SxpWinSysDir64, SxpCommonProfileAppsDir, SxpWinProgDir64 variables
book
Article ID: 122229
calendar_today
Updated On:
Products
CA Client Automation - IT Client ManagerCA Client AutomationCA Client Automation - Software Delivery
Issue/Introduction
When doing an export in CMP Editor tool in SXP Packager, variables SxpWinSysDir64, SxpCommonProfileAppsDir and SxpWinProgDir64 are not correctly resolved.
Variable SxpWinSysDir64 is resolved as c:\windows\system32 instead c:\windows\SysWOW64 Variable SxpWinProgDir64 is resolved as C:\Program Files (x86) instead C:\Program Files Variable SxpCommonProfileAppsDir is not resolved and appears as $(SxpCommonProfileAppsDir) instead C:\ProgramData
Example 1 :
Export of file $(SxpWinSysDir64)\dummy64.txt is made under
<base directory>\C$\Windows\system32\dummy64.txt
It should be
<base directory>\C$\Windows\SysWOW64\dummy64.txt
Example 2 :
In this second example below, export of file $(SxpCommonProfileAppsDir)\dummy_ProgramData.txt is made under