(...) hyperlink, I get an error: "Error in Menu button action Start Counterparty Card. The INSERT statement conflicted with the FOREIGN KEY constraint "FK_WFElementDatails_WFD". The conflict occurred in database "BPS_Content", table "dbo.WFElements", column 'WFD_ID'. The statement has been terminated." I have exactly same button configured in other workflow in the same application and it works fine. It is (...)
(...) Hi, I have a question about the service configuration. In the Services configuration -> Services -> Service_name -> Configuration tab, the database components are configured. How can I increase the number of action threads for timeout? I would like to parallelize several timeouts and not wait for the transition after each of them is completed. Do you have any idea for this? Regards ;)
(...) minutes a parent instance is created that will create 10 other child instances. Between 12:00 and 3:00 usually there is no entries in data source, so no children are created. But around 3:00AM the database starts to be populated, so there is the moment where children starts to be created. What is weird.. is that the very first parent instance is usually not saved in Webcon (something is happening a (...)
(...) as of WEBCON BPS 2023 with the calculated id columns: and {WFCONCOL_ID:544} = '{WFD_ID}' The big question is, why was it working in the first place and only failed in production? The production database contains way more data and the SQL server decided to execute the query differently. Test system: The index of the choose column wasn't used, which "magically" allowed the query to work. Production (...)
(...) es by moving the workflow to a step which checks whether the synchronization is finished. As far as I found out so far a job get's added to the [UserSynchronizationQueueItems] of the current content database and it maybe get's deleted when the job is processed. At least I thought so, because the job got deleted some time after the BPSGroupRelations in the config database had been updated. Unfortunately (...)
(...) Hello, I have element in archive database , when I click admin I show error "Cannot read properties of undefined (reading 'showTitle')". How it fix?
(...) I have created a simple SDK Plugin that includes one input field. In the database , the field's value is saved in the format "24#24 Months$$de-DE$$24 Monate", and it is displayed in the report exactly as "24#24 Months$$de-DE$$24 Monate". My goal is to display this value in the report as "24 Months" when the user's language is English, and as "24 Monate" when the user's language is German. How can I a (...)
(...) parameters. We need this datasource in different workflows and parameters are dependent on values entered in current form (different fields in different workflows) and also should be fetched from database from another workflow. As I can see there is no way to use current form field values (in JSON mode, not JSON grid) in request body of datasource consuming a REST API. Is there a workaround for (...)
(...) er.Logging.SolrLoggingContext.d__12.MoveNext() (21/10/2024 16:36:02) 'Log current SOLR operation' started. (21/10/2024 16:36:02) Performing full SOLR reindexation of elements from process ID: 17 in database CH_BPS_ContDb. (21/10/2024 16:36:02) 'Log current SOLR operation' completed in 0ms (21/10/2024 16:36:02) 'Determine language step' started. (21/10/2024 16:36:02) 'Determine language step' complete (...)
(...) ticed that the push notification has been activated for all path after the migration to 2025.1.1.23. New path are created without active push notification. I decided to deactivate this setting on database level: update WFAvaiblePaths set PATH_SendPush = 0 where PATH_SendStandardEmails = 0 Afterwards: - Reset all caches - Reload everything in the designer studio Best regards, Daniel
(...) ould this error mean? Webcon 2022. Today I have seen a lot of these kinds of warnings. MyGeneration.doodads category: exception role: UserSynchronization System.Exception: Multiple concurrent database operations on the same TransactionInstance object are not supported
(...) th servers, the option 'Support for modifying objects in Active Directory' is enabled. Both servers are in the same domain and use the same user account. The SSL connection is active. On the test database , actions work correctly, and users are added to Active Directory. However, on the production database , I receive an error related to credentials. The login and password are definitely entered correc (...)
(...) Hi, I had a cyclic action that was running every few minutes on step and generated a lot of logs. On 2 tables in the Config database : AdminWFEventLogs and AdminServiceLogs This was the development env. Can I delete (truncate) them without consequences?
(...) ors to my e-mail. I have no idea what can be the problem as in SOLR indexing queue in Designer Studio there are absolutely no items. I think this could have started after moving some items to archive database , but not sure. How to fix this issue? Service: WEBCONPROD Log Range: Solr Message: SOLR indexing failed Category: Exception Role: SolrFileQueue Description: SolrFileQueue item ID: 60607 (...)
(...) KB article is directing to Webcon version not available in download https://community.webcon.com/posts/post/manual-database -update-prerequisites-and-procedure/515/3 [quote] The problem has been fixed in versions 2023.1.3.326, 2024.1.1.193, 2025.1.1.72 by adding a mechanism in the installer (launched when installing or updating a WEBCON BPS version) to automatically update the attachment database , s (...)
(...) Hello, is there a guide on how to move both database s and the portal to new servers? I tried to backup the database s, restore them on new database server and then perform upgrade on the new application server, but the installation fails when connecting to the Search Server: 06-02-2025 19:02:51 msg: Step2 src: Upgrade 06-02-2025 19:02:55 msg: Sql version: 14.0.3480.1 src: SqlServerVersionChecker (...)
(...) Hi, I'd like to build SQL query that uses 'current BPS database ' and at the same time uses linked server that exists on that server. So I want to do sth like that: Select * from BPS_Content.dbo.WFElements t1 left join [my_linked_server].[database ].[schema].[my_table] t2 on t1.id = t2.id Unfortunately it doesnt work. I got an error in Webcon Studio "Access to the remote server is denied because t (...)
(...) Hello, I would like to create a new data source in the MSSQL database category that would retrieve information from a list of values from the form and other attributes on the same form, but I don't know what such a correct query should look like. Currently, my query is only able to retrieve information from the attributes themselves, but not from the list of values. Edit: I found the solution.
(...) ity. What makes this situation even more paradoxical is that, from a configuration standpoint, both reports and views (whether application-based or those set up on the dashboard) are stored in the database as identical elements in the same table. The only difference is that the functionality has been stripped from the front-end. WEBCON: Is there any chance this feature will be reinstated in the futu (...)
(...) verything we have run into a "License expired" error. This was raised by the "Start /Stop performance indicator" action. I didn't want to waste any more time and deactivated these action on the database level. While this is an option, I think it would be better, if the action wouldn't be executed then throwing an error. This is probably a partner only problem as it's unlikely that end customer (...)