ES Agent Itemtype not found while installing ES Agent Service
Hey, I had installed solr, zookeeper agent and file processor services, firstly it was working fine with agents and crawlers being installed and working, then I had to use a different solr service for my instance so I uninstalled the agent service and reinstalled it again to use the new solr service instance but while installation the following issue saying no ES_Agent item type found. The instance used was same throughout the installation. After clicking OK on the below screen it was showing the installation is complete but agent was not getting installed and crawlers were also not present. Any inputs or suggestions would be appreciated. Thanks12KViews0likes8CommentsEnterprise Search not indexing specific item type (Requirements)
I'm trying to add Requirements as an item type to enterprise search, but ES just won't index requirements and thus they are not found in Enterprise Search. I have created an Indexed configuration with just one indexed type, re_requirement with a discovery parth of @root. There is no ES Indexed File type. With the indexed type, I have just added just two properties in addition to the system properties that were automatically added: content and req_title with property types ml_string and string respectively. If I look at the Index Summary, I see re_Requirement listed along with an Innovator Total count of 73, but the indexed total remains at zero. See screenshots below. Any ideas as to how to get ES to index the Requirement item type? Running Standard demo system, 12.0 SP11 Build 26239 Thank you! Tim ==============4.3KViews0likes2CommentsOut of the box ES_ReindexAll method for Enterprise Search appears to be broken
If I hit "Reindex all" either from the User Menu or from the more button on an Indexed configuration item, I get the following error: "String was not recognized as a valid DateTime" It looks like some string should be converted to a date, but is formatted incorrectly. I'm no programmer, but I worked out that it is using the ES_ReindexAll method. I'd be really grateful if a Java expert on the forum could have a look at the method copied below and work out if there is something I could easily correct! Running Standard demo system, 12.0 SP11 Build 26239 Thank you! Tim ============= ES_ReindexAll method =================== require([ 'ES/Scripts/Classes/Utils' ], function(Utils) { var utils = new Utils({ arasObj: aras }); var message = utils.getResourceValueByKey('message.reindex_all_items'); showConfirmationDialog(message, function() { var inn = aras.newIOMInnovator(); var resultItem = inn.applyMethod('ES_ResetAllConfigurations', ''); if (!resultItem.isError()) { resultItem = inn.applyMethod('ES_PushResetQueueCommand', ''); } if (resultItem.isError()) { aras.AlertError(resultItem.getErrorString()); } }); }); //------------------------------------------------------------------------------ function showConfirmationDialog(message, callback) { var params = { buttons: { btnYes: aras.getResource('', 'common.yes'), btnCancel: aras.getResource('', 'common.cancel') }, dialogHeight: 150, dialogWidth: 250, center: true, resizable: true, defaultButton: 'btnCancel', message: message, aras: aras, content: 'groupChgsDialog.html' }; var topWnd = aras.getMostTopWindowWithAras(); (topWnd.main || topWnd).ArasModules.Dialog.show('iframe', params).promise.then(function(resButton) { if (resButton === 'btnYes') { callback(); } }); }3KViews0likes1CommentInstruction: Removing the Enterprise Search Toolbar in Aras Innovator V12
Hello everyone, Here is a short instruction on how to remove the Enterprise Search (ES) bar when logged in into Aras V12. This can be helpful to prevent confusion amongst end-users if you decide not to use the feature. Before: After: This can be achieved by taking these steps: Open the TOC and go to Administration > Configuration > Client Presentation Perform a search and open the single record that you find named 'JavaScript' On the 'JavaScript' item, click on the 'Global' item / URL On the 'Global' item, open the 'Command Bar Section' relationship and expand the 'Name' column Scroll down until you find an item with the name 'com.aras.innovator.mwh_es_toolbar' and open it In the 'Command Bar Item' relationship, find the button 'com.aras.innovator.mwh_es_search_button' and set the action to 'Remove' instead of 'Add' I hope this helps. All the best from Almelo. Daan2.8KViews2likes2CommentsEnterprise search queries
I have 3 questions here (Aras 12.3) - What is the best way to stop File Indexing? I have installed File Processor already, should I go ahead and remove ES Indexed File from all Indexed Configuration item type or just stopping the File Crawler will do? How do I get rid of the files already indexed? - I went with 1 Solr node on cluster, and 3 zookeepers. Best practice for Prod is to have more than one Solr nodes or one would suffice since we do not want Files? - We have seen in our POC environment if we load a million parts, the indexing will take a week or so for all new items. We have a standalone Solr instance where we can do it in an hour for all the same properties. I was thinking if we can directly index Aras data by running something in Solr side and not wait for the ES agent? eli_donahue christopher_gillis2KViews0likes0CommentsEnterprise Search problem: Unable to connect
Hi all, I'm quite new to Aras - installing it second time and this time around I'm installing it to the 2 servers so that the Enterprise search services are located in a another server. Briefly my configuration: App server: IIS with Aras Innovator SQL Express Searchserver: Solr, ES Agent & services Services: ES Agent ES File Processor Indexer ES Zookeeper I was trying to follow the installation guide. And everything seems quite ok: Aras basic functions are working properly Solr is answering nicely: from Search server http://localhost:8983/solr/ In Aras I can see ES Agent Crawlers (from toc/Enterprice search) ESFileCrawler, ESItemCrawler, ESPermissionCrawler, ESQueueCrawler, ESSolrCleanerCrawler And ESPermissionCrawler has processed some items Aras ES Agent 11.0, Aras ES File Processon 11.0, Aras ES Index 11.0, Aras ES ZooKeeper 11.0 Services are running in a 'search' server. So for me this looks like Aras and the search can communicate with each others. Servers should be in same network and powershell/Test-NetConnection tests gives positive results. BUT When I go to Aras TOC/My Innovator/Search/search form and click 'Run search' I'm getting: "Unable to connect to the remote server". Any help on this? How could I try to pinpoint the problem? How does the 'search' information is sent to the Solr? Can I make the search somehow from the searchserver directly (to check search is giving results back / rule in/out the network issues)? Any other tips to check functionalities of the Enterprise Search? Br, Jukka.1.9KViews1like0CommentsEnterprise Search Crawl Error
I am trying to install enterprise search on a new database that is currently on Release 30 Build 14.0.22. After installation when i try to run the ESItemCrawler i get an below errors 1. "There is discrepancy between expected and processed data" 2. "There is discrepancy between expected and received data from Innovator" 3. "Index Queue collection update error" What does this error mean and how can i fix this? I am executing the crawlers in the right order as per the administration guide. In addition, after the execution in the "Index Summary" i can see that all records are under Queue: Failed, To Reprocess. Any inputs will be helpful.0Views0likes0CommentsEnterprise Search Discovery Path for Property Item
In the Enterprise Search configuration, we have a native_file property for the Part item type, which is linked to the File item type. I want to configure the Enterprise Search discovery path for this property. However, it seems that the discovery path can only be configured for relationships, not for property items. How can I achieve this?0Views0likes1Comment