The uxtrace script on Dollar Universe 6 for Unix does not take into account the flag Area (-a)- it always get data from the X area.
book
Article ID: 85678
calendar_today
Updated On:
Products
CA Automic Dollar Universe
Issue/Introduction
Error Message :
None
Patch level detected:Dollar Universe 6.0.00
Product Version: Dollar.Universe 6.0.0
Description :The uxtrace script on Dollar Universe 6 for Unix does not take into account the flag Area (-a)- it always get data from the X area.
Cause
Cause type:
Defect
Root Cause: N/A
Environment
OS: All Unix
OS Version: all unix
Resolution
If you cannot install Dollar Universe 6.1.01, you can use the following workaround:
Replace the line 2196 of the uxtrace script:
For example, if you want the APP area files:
UX_GET_DU_FILES ${UXFILELEVEL} X
Replace it by:
UX_GET_DU_FILES ${UXFILELEVEL} A
Fix Status: Released
Fix Version(s):
Component: Application.Server
Version: Dollar.Universe 6.1.01
Additional Information
Workaround :
Replace the line 2196 of the uxtrace script:
For example, if you want the APP area files:
UX_GET_DU_FILES ${UXFILELEVEL} X
Replace it by:
UX_GET_DU_FILES ${UXFILELEVEL} A
Feedback
thumb_up
Yes
thumb_down
No