Hello.
That error is actually caused by the Search Activity apps default.meta and local.meta settings.
I noticed that they have import values set.
default.meta:import = search,search_activity
local.meta:import = search, search_activity
It has been my experience that when you expliciltly import knowledge objects from apps.. anything NOT imported is not avaialble for use.
I've commented out the two import lines and then the search command completes correctly. You could probably just add the sa-ldapsearch app to the import line that would also fix it.
... View more