I accidently save modified HDA in non commercial version of Houdini. When I load it back in commercial version warning message is gonna pop up.
Quick tips on how to load your HDAnc in commercial version of Houdini
Run this code in Non Commercial Textport :
"opscript -G -r / > $TEMP/temp.cmd"
Houdini will dump scene nodes to text file
Also make sure you unlock the HDA.
Then, load that text file back in commercial version of Houdini, open Textport run this:
"cmdread $TEMP/temp.cmd"
Now the scene load up properly. And you don't need to recreate your HDA from scratch.
Source : to https://kiko3d.wordpress.com/