Also, Changing the disk type from traditional HDD to NVMe improves Solr performance due to significantly lower I/O latency.
Hi, I think I found the same error that should have been resolved a long time ago: https://community.webcon.com/forum/new-message/3891/3943 Unfortunately, the issue still exists in Webcon version 2025.2.1.138. Is there any known fix or workaround?
In that version of Webcon, pagination is missing in the searching structures. Has anyone else experienced this issue? Is there a known fix or workaround?
I was already aware of that issue. The solution was to update the dependencies(to the latest compatible version for .NET Standard 2.0) in my external library (SOAP client).
I've updated the SDK to the 2025 version. I'm also using the WEBCON BPS SDK Tools. I have several SDKs, but only the ones that use an external library (also written by me) are not working. I use svcutil to create wcf class.
Hi, I’ve migrated the SDK from Webcon 2022 to Webcon 2025 R2. During execution, I’m getting the following error: System.PlatformNotSupportedException: This operation is not supported on .NET Standard, as Reflection.Emit is not available. The SDK connects to a SOAP endpoint. The client responsible
Hi, in this report, does a user need to have read privileges to view the data? Not to open the document itself, but just to view a specific item within the report. A couple of days ago, this worked without issue(without read rights), but now, without any changes, it no longer does — a user only see
Thanks Best regards, Franek
Currently, I do not have any issues. I am gathering information. We are planning an upgrade to the 2025 version. What about Designer Studio for WEBCON 2022? Is it the same? - only 443?
Hi, is it necessary to open any ports other than HTTPS/HTTP (443/80) on the application server to run the Designer Studio on a remote machine (not on the application server)? - or open traffic from that remote machine to the SQL server
I was only able to send one parameter as multipart/form-data—two or more cause a failure, but I need to send more. Works: In JSON part header: Content-Type: multipart/form-data Content-Disposition: form-data; name="Action" In JSON part: ActionName Doesn't: In JSON part header: Con
Hi, I need to send data as "multipart/form-data" I am trying to configure the Request Body tab of the "Invoke REST Web Service" action. I set the Body Type as "multipart" and the JSON part header as "Content-Type: multipart/form-data" How should the value for the JSON part field be formatted? S
Thanks. Good to know.
I do not have the expiration date. E.g, on the dev environment, I have these licenses:
Hi, Could you clarify what changes were made to the SDK licenses in WEBCON 2024 and 2025? I don’t fully understand the modifications and would like to know if I need to take any additional steps regarding the license or key to sign plugins. If I’m currently using an SDK plugin developed by our in-ho
Hi, Is there a way to configure the SDK so the option: "Auto logs level" will not be applied to a specific SDK, or is there a way to turn off all logging completely for a specific SDK?
Hi, Unfortunately, I cannot use PowerShell on the application server in the context of the WEBCON service account.
Hi, I am looking for a solution to download a file from attachments by ID for users who have disabled the attachment panel (they can't see all attachments) or for those who do not have permission to access attachments. However, I need to allow them to download a specific attachment from a document.
Hi, I have created two custom business rules for encryption and decryption of an attribute value (AES encryption). I do not want to store an unencrypted value in the attribute, so I figured I could display the decrypted value in a popup window. I thought I could create a nice popup like the Webcon v
That is what I was looking for. Thanks.