Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi All,
I want to install Solr index search on existing Windchill (PDMLink 10.1 M050).
Going to do it for first time, Any detailed procedure and suggestions would be great.
Thanks in advance.
Regards,
Krishna Chaithanya.
Solved! Go to Solution.
Hello Krishna,
You need to have atleast one background method server or set wt.queues.executequeues to false.
Regards
Binesh Kumar
Medtronic - MITG
Regards
Binesh Kumar
Medtronic - MITG
Hi Binesh,
Thanks for your quick response.Will try to install it.
Besides the above steps, I'd also like to know whether they're any post installation steps which need to perform.
Regards,
Krishna Chaithanya.
Yes, you have to run bulk index tool. Review the indexing policy from policy administrator.
Run windchill wt.index.BulkIndexTool and start bulk indexing to index all the existing document. This can slow down the server, so pick a time outside business hours
Regards
Binesh Kumar
Medtronic - MITG
Thanks Binesh for your valuable reply.
Regards,
Krishna Chaithanya
Hi Binesh,
I've installed Solr on Windchill 10.2 M030 (Tested on this version). But while trying to running bulk indexing tool, giving following error.
windchill wt.index.BulkIndexTool
You must login as a user from the Administrator group.
ERROR: You must login as a user from the Administrator group.
You did not successfully authenticate as a user from the Administrator group.
Note : Found that there is no property like wt.manager.monitor.start.BackgroundMethodServer=1 but the property wt.queue.executeQueues=false exists in wt.properties file
Please suggest me to resolve this.
Regards,
Krishna Chaithanya
Hello Krishna,
You need to have atleast one background method server or set wt.queues.executequeues to false.
Regards
Binesh Kumar
Medtronic - MITG
Hi Binesh,
Configured background method server. Now all old objects are getting indexed. Thanks for the reply.
Regards,
Krishna Chaithanya
Hi there is another way through this,
windchill --javaargs="-Dcom.ptc.net.auth.user=<username> -Dcom.ptc.net.auth.password=<password>" wt.index.BulkIndexTool
This should start bulk index tool UI wherein you can select whichever option you need.
Hi Ganesh,
Noted and will try the same. Thanks for the response
Regards,
Krishna Chaitanya