How to Disable the Extended Attributes Unsupported Feature
Summary
This Knowledgebase article provides information about how to disable the extended attributes (EA) unsupported feature.
Procedure
One of the following procedures should be performed on the Continuity Engine active instance.
Disable EA via nfclient (recommended)
Execute the following commands from Engine's nfclient:
- UnsupportedFeatureMgr.doSetLogAsError ExtendedAttributes false
- UnsupportedFeatureMgr.doSetMakeOutOfSync ExtendedAttributes false
- UnsupportedFeatureMgr.doSetUserEvent ExtendedAttributes true
Disable EA via registry edit
- Shutdown Continuity Engine service (NFServerrR2)
Edit the Continuity Engine registry as described below
- Start Continuity Engine service (NFServerrR2)
[HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Prefs\neverfail\current\/Unsupported/Feature/Mgr\/Unsupported/Features\/Unsupported/Feature[0]]
"/Feature/Type"="/Extended/Attributes"
"/Raise/Stop/Event"="false"
"/Raise/User/Event"="false"
"/Check/Mask"="16"
"/Make/Out/Of/Sync"="false"
"/Log/As/Error"="false"
"/Max/Occurences"="100"
Applies to
Continuity Engine (all versions)