How do you get rid of "Warning 1006: Invalid registry data fixup"???

  • Thread starter Thread starter Tony
  • Start date Start date
T

Tony

Hi all,

I've been scouring the 'net looking for answers on how to get rid of the
warning described above. Anyone have any input as to what the cause of that
warning is and/or how to get rid of it?

Thanks,

Tony
 
Tony,

Although it depends on where you see the warnings, I would say it is not really important warning for you.

TD will fix up bad registry requests when it sees Empty (VB) registry value name. From TD developers point of view it seems the
empty name "should mean key only, but some tools erroneously leave out ValueName for default values (it should be an empty string).
Therefore if we have valid registry data but no ValueName we force this to the default Value instead.".

Basically, try to avoid having empty default name in the registry data you import.
 
If this is a Event Viewer message check out EventID.net
it is a good site with lots of info on Event Viewer messages.

Robert
-----Original Message-----
Tony,

Although it depends on where you see the warnings, I would
say it is not really important warning for you.
TD will fix up bad registry requests when it sees Empty
(VB) registry value name. From TD developers point of view
it seems the
empty name "should mean key only, but some tools
erroneously leave out ValueName for default values (it
should be an empty string).
Therefore if we have valid registry data but no ValueName
we force this to the default Value instead.".
 
Back
Top