Registry bundle fails to import .reg file correctly

  • 7003378
  • 27-May-2009
  • 27-Apr-2012

Environment

Novell ZENworks 10 Configuration Management with Support Pack 2 - 10.2 Bundles

Situation

When creating a bundle to push registry settings to a device Registry bundle fails to import .reg file correctly. No errors are reported.
xx.reg statements do not import properly when the follow statements are used.
hex(1):
hex(3):


Resolution

Work around: use "" (string) in place of "hex(1)" and "hex:" in place of hex(3)

Status

Reported to Engineering

Additional Information


The registry parser used when creating Bundles in ZCM does not distinguish between different hex values. So they end up with the data type "NONE".

The hex types that are supported are as follows:
hex:
hex(0):
hex(2):
hex(4): (must be followed by some value otherwise zcc will not add it)
hex(5): (same as above)
hex(6):
hex(7):
hex(8):
hex(9):
hex(10):
hex(a):
hex(b):