Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
GetSearchBroker() returns 0 search brokers
John_Buckley_(ssinadmin_-_(deleted))
I am trying to do a search using Java LAPI. I was getting 0 results and it prompted me to test whether I was using the right search broker. So I did:LLSession session = new LLSession( server, port, database, username, password);LAPI_SEARCH search = new LAPI_SEARCH(session);LLValue vQueryResults= new LLValue();int br = search.GetSearchBrokers(vQueryResults);System.out.println("No. of Search Brokers: "+br);The result is Zero.How would I enable search brokers assuming I have Admin rights? Thanks.
Find more posts tagged with
Comments
Kevin_McCarty
Did you ever find out what caused this issue? I am having the same problem.