Hi, we've been having problems with SOLR lately. Yesterday indexing got completely blocked and started throwing two messages in the service statuses: 1. SolrNet Category: Exception Role: SolrIndexer SolrNet.Exceptions.SolrConnectionException: Error 404 Not Found HTTP ERROR 404 Not Found URI:/solr/BPS_Activities/update STATUS:404 MESSAGE:Not Found SERVLET:default
(...) Dear Community, I’d like to share a potential issue I encountered during the upgrade to WEBCON BPS 2025 R2, specifically related to the Search Server component. I hope this POST can save others some time and effort. 🔍 Problem Summary During the upgrade process, the Search Server component fails to start due to a missing Java installation. This occurs even if Java was installed previously via the (...)
(...) Is there a simple way to get the URL of the current instance? Use Case: In a specific step a user can create a ticket (via menu action) in a 3rd party app (REST POST ). In the request body of the rest call I create the json and want to submit also the url for this instance. Thanks! Ernst
(...) n PowerShell script invoke actions. This is much needed to get back calculated values, created logs or whatever else. The workaround from Daniel is not really convenient: https://daniels-notes.de/POST s/2021/retrieve-ps-variable-value It would be really nice if one could define input and output parameters like in other automation. In our ESM-tool from Matrix42 the configuration of parameters/var (...)
(...) ocumentation this is necessary to get access to endpoint with automation). In addition the REST API client is application admin, can start new workflows and so on... What I am trying to do is a POST to an automation endpoint, which starts another workflow in its automation (very simple). But all I am getting is, regardless of what I do: { "description": "Invalid scopes", "guid": "480 (...)
(...) Hello, I'm using WEBCON BPS version 2025.2.1.42. I have configured my environment based on this article: https://community.webcon.com/POST s/POST /application-hub/544/3. I have only Windows Authentication enabled in WEBCON BPS, and I configured a support subdomain to share it with our clients. I set up IIS, and the support domain is available in the system. The URL works and opens correctly, but I (...)
(...) I am trying to use the inbuilt CR feature (https://community.webcon.com/POST s/POST /change-requests/388/3) Very nice implementation. But without any notification (ie. email if new request is submitted or on a new comment) this feature does not help much... or I am missing something? best regards Ernst
(...) ermissions across related parent and child workflows, and delegates active task to other user using REST API. I'm currently facing a frustrating issue with the task delegation API using the endpoint POST /api/data/v6.0/db/{dbId}/elements/{elementId}/admin/tasks/assignment When I use this endpoint via Swagger, the task delegation executes successfully. Here's a sample of the payload that works perfec (...)
(...) ngle process? I'm asking because I used the Yes/No choice field 40 times, and the only page I found is from 2020, which says that such fields are limited to 20, not 40. https://community.webcon.com/POST s/POST /limiting-the-number-of-form-fields/70/3
(...) Hi, I'm writing this POST to verify, that I didn't overlooked an option. Situation: I have a data table to get the data of subworkflows and the base 64 encoded values of their attached images. This data table is used to create a word document. The standard SQL connection uses the bps_user which neither can read data from a separate database nor is the user allowed to read the attachment file t (...)
(...) Hi, I'm not sure if there's already a POST like this. Notifications about registered suggestions for the app with the option to specify who should receive such notifications, e.g.: - App administrator - Global administrator - Notifications about comments
(...) and maintain the database diagram OR is it up to the implementation team to build their diagrams? Or maybe this is already documented and I'm just missing the link? Later edit: I wanted to add the POST to the „Database” topic but unfortunately it ended up in the „Data Sources” one. If an admin can move it, I will be obliged.
(...) deas about possibilities to extend functionality in public forms and allow sending attachments? Has anyone already tried doing this and confirmed that it’s possible? https://community.webcon.com/POST s/POST /application-and-configuration-of-public-forms/529/4 Best Regards
(...) logic) No UI / no logged-in end user A technical core-banking service user is required by the API client_credentials is not accepted by the API (user context required) password works perfectly in POST man, but requires explicit username/password authorization_code is not suitable for backend calls What we found in WEBCON According to the WEBCON documentation (2026 R1): OAuth2 App → API → g (...)
(...) Dear Community, The migration of privileges (https://community.webcon.com/POST s/POST /migration-of-privileges/190/4) is a very useful tool for copying permissions from one user to another. At the moment, however, it operates only on a global level. It would be highly beneficial to extend this functionality by introducing a filtering option that allows administrators to specify which applications or pr (...)
(...) ht now one has to configure those custom headers for each REST web services data source and invoke action using the connection. My suggestion is to add default custom headers in the connection as POST man does it in the configuration of its collections. By having this all data sources and invoke actions can inherit those default custom headers. Optional further custom headers can then be configured (...)
(...) ather to have them reading all and deciding when they should flag it or not for later reviews. (Of course they will still have the possibility to clear the flag if they don't consider it important or POST pone it. The rest of My task functionality should remain like it is no change is needed).
(...) Hi everyone, I have a case with WEBCON BPS 2026 and a REST integration. I need to call an external API that requires a client certificate (PFX / mTLS). Everything works in POST man, but in WEBCON I can’t find how to pass the certificate. Currently I’m using: -REST Web Service connection -Authentication: Anonymous -HTTPS + JSON I don’t see any option for: -client certificate - selecting fro (...)
(...) g / backend systems) require both: client authentication (client_id / client_secret via Basic Auth) and user authentication (username / password in the token request) Example token request: POST /token Authorization: Basic base64(client_id) Content-Type: application/x-www-form-urlencoded grant_type=password&username=USER&password=PASS&scope=default Currently, WEBCON BPS does not supp (...)
(...) ails inside WEBCON while building/serializing the request. Environment: WEBCON BPS 2025.1.1.44 Data source type: REST Web Service Endpoint: custom/internal, fully under my control HTTP method: POST (special characters are sent in the JSON request body) Error from logs: url: https://[internal-host]/api/nav/db/1/app/7/element/4256/autocomplete/search action: SearchForAutocomplete ip: (...)