Upgrading of CDA : Create Index on CDA is not working
search cancel

Upgrading of CDA : Create Index on CDA is not working

book

Article ID: 245880

calendar_today

Updated On:

Products

CA Continuous Delivery Automation - Automation Engine

Issue/Introduction

After an update of a  CDA system from 10.0.8 to 10.0.9/AE 12.3.9 with RAMIUS. following problem shows up:

The manual rebuilding of the search index with admin-cli.exe instruction fails.

In the CDA log these messages are written:

2022-06-29 16:29:54,011 [509(CDA01/1000/ARA/ARA)] ERROR Ventum.Bond2.Services.Search.Impl.FullTextSearchService - Error executing index
System.Threading.ThreadAbortException: Thread was being aborted.
 at System.AppDomain.GetId()
 at System.Threading.Thread.GetCurrentCultureNoAppX()
 at System.Globalization.NumberFormatInfo.get_CurrentInfo()
 at Ventum.Bond2.Services.Search.Impl.Support.Entities.EntityInfo..ctor(Int64 objectId, Nullable`1 folderId, Boolean isArchived) in E:\Jenkins\workspace\bond_release_10\Projects\Ventum.Bond2.Services.Impl\Services.Search.Impl\Support\Entities\EntityInfo.cs:line 36
 at Ventum.Bond2.Services.Search.Impl.Support.Entities.SimpleEntityConverter`1.DoConvertEntity(ISession session, T entity) in E:\Jenkins\workspace\bond_release_10\Projects\Ventum.Bond2.Services.Impl\Services.Search.Impl\Support\Entities\SimpleEntityConverter.cs:line 30
 at Ventum.Bond2.Services.Search.Impl.Support.Entities.HasParentEntityConverter`1.DoConvertEntity(ISession session, T entity) in E:\Jenkins\workspace\bond_release_10\Projects\Ventum.Bond2.Services.Impl\Services.Search.Impl\Support\Entities\HasParentEntityConverter.cs:line 21
 at Ventum.Bond2.Services.Search.Impl.Support.Entities.HasParentEntityConverter`1.DoConvertEntity(ISession session, T entity) in E:\Jenkins\workspace\bond_release_10\Projects\Ventum.Bond2.Services.Impl\Services.Search.Impl\Support\Entities\HasParentEntityConverter.cs:line 36
 at System.Linq.Enumerable.<>c__DisplayClass7_0`3.<CombineSelectors>b__0(TSource x)
 at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
 at System.Linq.Enumerable.WhereEnumerableIterator`1.MoveNext()
 at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
 at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
 at Ventum.Bond2.Services.Search.Impl.FullTextSearchService.DoIndexing() in E:\Jenkins\workspace\bond_release_10\Projects\Ventum.Bond2.Services.Impl\Services.Search.Impl\FulltextIndexService.cs:line 76
 at Ventum.Bond2.Services.Search.Impl.FullTextSearchService.ExecuteIndex() in E:\Jenkins\workspace\bond_release_10\Projects\Ventum.Bond2.Services.Impl\Services.Search.Impl\FulltextIndexService.cs:line 37
2022-06-29 16:29:54,042 [509(EUT0/2000/ARA/ARA)] ERROR Ventum.Bond2.Web.Service.AdminService - 100, Thread was being aborted.,  at Ventum.Bond2.Services.Search.Impl.FullTextSearchService.ExecuteIndex() in E:\Jenkins\workspace\bond_release_10\Projects\Ventum.Bond2.Services.Impl\Services.Search.Impl\FulltextIndexService.cs:line 37
 at Ventum.Bond2.Web.Service.AdminService.IndexData(String token) in E:\Jenkins\workspace\bond_release_10\Projects\Ventum.Bond2.Web\Service\AdminService.asmx.cs:line 483
2022-06-29 16:29:54,042 [509(CDA01/1000/ARA/ARA)] ERROR Ventum.Bond2.Web.Global - System.Web.HttpException (0x80004005): Request timed out

With the consequence that the advanced search on CDA objects does not work.

Environment

Affected release CDA 10.0.9

Cause

This is a bug introduced in the CDA component 10.0.9

Resolution

This bug is now fixed.

The correction will be available in the CDA hotfix package 10.0.9 HF1.

Resolution : Execution of index for global search frequently failed with larger data amount. Due to this, global search has been optimized to run properly with larger data. Value for httpRuntime executionTimeout in web.config has been increased to 3600 (1 hour).