When only IPv6 is used to discover device in NetOps Smarts, "Qualified access address not found" error is observed.
All Supported Smarts versions
IPv6 was disable in discovery.conf file.
Navigate to <IP_BASE>/smarts/bin, run ./sm_edit conf/discovery/discovery.conf
In discovery.conf, look for DiscoveryAddrPref, make sure it is IPV6FIRST_IPV4NEXT and not IPV4_ADDRONLY
Load the changes in running domain as sm_tpmgr -s <IP_DOMAIN> --load-conf=discovery.conf
or Restart domain for changes to take effect.