Number of Results: 59
Search Results for:
AWS Digital Twin Hit or Miss
Across industries, we’re seeing more use of digital twins in manufacturing. Digital twin visualization technology pairs well with the sensors that manufacturers use to gather vital information on production processes. Now, the information being collected via smart manufacturingContinue Reading
Importance of “Run Flow” permission
In Salesforce, a flow is an application that automates complex business processes. Simply put, it collects data and then does something with that data. Flow Builder is the declarative interface used to build individual flows. Generally Salesforce Admins configured the flows based on the requirement .Continue Reading
- Topics:Salesforce Flows
Unable to login to config repository site for user “admin”, status code: 401 – CasCmdException
Error – Creating crawl MyAppen-last-mile-crawl Error creating crawl MyAppen-last-mile-crawl: Unable to login to config repository site for user “admin”, status code: 401, Response: exiting with error. com.endeca.itl.cas.cmd.CasCmdException: Failed to create 1 or more crawls Failure to create crawl. Fix –Continue Reading
Endeca Experience Manager not coming up
I started my Tools and Frameworks service but XM won’t load.. At times it gets stuck at “Workbench is starting up (107 of 107 bundles activated, 136 of 164 components ready)…” while at other times, it simply loads a blankContinue Reading
com.endeca.itl.recordstore.RecordStoreException: generation-0000000162 (No such file or directory)
While running baseline update in Endeca, getting following error – [09.24.20 13:02:06] SEVERE: Crawl ‘MyAppen-last-mile-crawl’ failed with error: Problem running full acquisition on data source for MyAppen-last-mile-crawl: Error reading from Record Store MyAppen-data: /data/apps/endeca/CAS/workspace/state/MyAppen-data/data/storage/generations/generation-0000000162 (No such file or directory). There is anotherContinue Reading
com.endeca.itl.recordstore.RecordStoreException: Operation not allowed since there are active transactions.
This can exception can happen while trying to make changes to already active transactions like running this recordStore.setConfiguration(config) for an active transaction. This has becoming a daemon transaction and needs to be rolled back. The trail of exception is –Continue Reading
Endeca update_lock or and any other EAC lock issue
Endeca EAC uses locks at various points in performing an action on the EAC application instance. One typical behavior is while running the baseline update, it needs to acquire update_lock on the EAC app. Some times the update_lock is notContinue Reading
How to read/export data from a Endeca CAS recordstore? – Migrate CAS recordstore
This is generally helpful in migration of the data especially in ATG-Endeca Integration based setup where you don’t want to run baseline update of cas-based EAC application from ATG side. You can export the data as mentioned in this blogContinue Reading
Baseline failed with atg.repository.search.indexing.IndexingException: Could not retrieve credentials from credential store. Cannot create connection to config repository
ISSUE : While running baseline update from ATG dyn admin, baseline fails at SchemaExporter with 1 “Record failed” and in logs following is the error – 2020-03-27 15:26:14,546 ERROR [atg.commerce.endeca.index.ProductCatalogSimpleIndexingAdmin] (index-/atg/commerce/endeca/index/ProductCatalogSimpleIndexingAdmin) null atg.repository.search.indexing.IndexingException: Could not retrieve credentials from credential store.Continue Reading