WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

Wojciech Mleczko

WEBCON

As far I know, "COM_ID" field was added to BPS_Activites far ago. Missing BPS_ChangeRequests collection after reinstall sounds strange. Did you use BPS installer in correct version? What version of Solr you got currently installed?

Direct update on BPS databases is not good practice. It can cause unexpected behaviour, and cause inconsistent data in history tables. I think that better way is invoke REST webservice to update parent element (save). Maybe good idea is to add "update item list on other/parent element" action to

How to get previous action
21.07.2023 11:01

When testing in Studio, there is no context, so 'Current path: ID' is empty. Try this configuration on form.

Same problem on 2022.1.4.174. I have forwarded the issue to the development team.

Based on 'CVE reports for Apache Solr dependencies' at https://solr.apache.org/security.html looks that CVE-2022-42889 is not affected to Solr. If you want to replace library to newer version, you can try to replace related files same way as for log4j vulnerability, but we didn't test this way in t

This behavior is due to performance reasons. If you want, you can use calculated column using query like: (select STUFF(( SELECT '; ' +(wft_username) FROM dbo.wfelementtasks WHERE wft_wfdid = wfelems.wfd_id

Hello, Maybe due to Windows updates and other components? Please try to reinstall/repair .net 6 component, also verify appsettings.user.json file in BPS Portal directory - it can be caused by using sql aliases.

The problem should no longer occur. NBP has made changes on its side and currency synchronization should work properly.

The problem should no longer occur. NBP has made changes on its side and currency synchronization should work properly.

Unable to delete step
10.02.2023 13:19

This also applies to historical versions of elements - you need to delete all elements that were in this step.

SOLR Configurations
19.01.2023 11:50

The file you attached contains response from Solr about Out of memory exception, so your change solved this issue.

Hello, Did you upgrade existing dbs or create new DBs?

SOLR Configurations
12.01.2023 09:33

You can change java heap memory allocation in configuration file - "X:\Program Files\WEBCON\WEBCON BPS Search Server\WebCon.BPSSearchService.exe.config" It's important that Solr uses OS Disk Cache for index files, so you shouldn't configure too high heap size, without free memory for caching. In

SOLR Error
19.08.2021 00:22

Hello Damian, This error might occur if Solr not running correctly. Please verify if Solr is correctly running (eg. try to open Solr Admin-UI), then recycle BPS Portal application pool, and restart Webcon WorkFlow Service.

SOLR indexing failed
29.06.2021 00:48

Hello, To process problematic workflow elements, please execute query in BPS content databasese: INSERT INTO [dbo].[SolrIndexerQueueItems](SIQ_WFDID,SIQ_Operation,SIQ_Priority) select distinct SIQ_WFDID,0 SIQ_Operation,1 SIQ_Priority from SolrIndexerQueueItems where SIQ_LastError like '%multiple va

Reset solr password
16.03.2021 19:54

You have to change 'solr' user password after reset due to security reason - don't use default password. curl --user solr:123qweasdZXC http://localhost:8983/solr/admin/authentication -H "Content-type:application/json" -d "{\"set-user\":{\"solr\":\"Pa55w0rd\"}}" 'solr' user has admin role - can edi