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

search results

for database

(...) accounts. This had been build in to the Designer Studio and there was also a stored procedure. It would really be great if the this functionality could be restored. While we have access to old database where the stored procedure still exists, new customers don't have this option. When they rename their domain for various reasons, they are stuck. Best regards, Daniel

(...) adgodziny (zrodlo danych). (Step: Rozliczenie nadgodzin, path: Pobierz nadgodziny) Error getting data for DataSource name: [Pracownicy] wszyscy - poszerzone (Licencje) ID: 597 Multiple concurrent database operations on the same TransactionInstance object are not supported. Additional log with stack trace of all operations is possible.

(...) d a custom SQL query to split the long string into individual rows with email addresses. This approach seems to work when executed via SQL COMMAND, but it doesn't work when used directly in the MSSQL database or the Item List initialization. Am I on the right track? Any idea what might be going wrong?

(...) assigned tasks) to passively wait for the scheduled task to complete. The scheduled task retrieves its parameters either from the command line (passed during job creation) or by connecting to the BPS database . It’s essential that the scheduled job issues a PATCH API call back to the originating workflow instance to continue the process flow. Although the solution might sound complex, it has been running r (...)

(...) s 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 table: "The SELECT permission was denied on the object 'WFAttachmentFiles', database 'BPS_1f6af8fb_Content', schema 'dbo'.." In "normal" envir (...)

(...) et a red popup error on the frontend: “Unknown exception.” Troubleshooting done so far: • Restarted the server • Verified available disk space Questions: 1. Can I safely reindex the whole database via Designer Studio > Reports > SOLR indexer queue > Add > Reindex all database s? 2. Should this reindexing be performed during night time/weekend to avoid disruption? Webcon version: 2023.1.3.1 (...)

(...) ecurity relevant features like last login/access timestamp to WEBCON portal, Designer Desk and Designer Studio should get saved seperately. Right now there seems to be no information available in the database when a user last used one of the modules. The audit log could also contain login events for failed logins for easier debugging. The audit log could also store activities e.g. CRUD of WF-instances (...)

(...) y time-consuming. Additionally, users can't see their previously created reports either, since those are also tied to the CreatedBy field. To restore access, we would need to update this field in the database as well. However, doing this manually for each user and each record is not ideal, and there may be other tables in the database that also use the old UPN information. # Is there a simpler or more (...)

(...) Hi everyone, I’m trying to set up a connection from WEBCON BPS (2025 R2) to an Oracle database , but the documentation I found is quite limited. It only shows fields like user, password, and service name, but there’s nothing about host, port, a full connection string, or any driver requirements. Apologies if I missed something obvious — maybe the documentation is out there and I just couldn't find it. So (...)

(...) uments. Unfortunately, some employees don't just save the file when they are done but hit the save button quite frequently. This results in in a lot of versions and, depending on the file size, the database explodes. At the same time our customers are against deleting old versions. While I'm still waiting for the answer how they wanted to find the one version out of 170 versions, that the situation. (...)

(...) is is not possible at the moment, we can either : Remove attachment and leave attachment’s history – the attachment is deleted from the workflow instance, but the historical data are retained in the database , Remove attachment and all binary data – the attachment is deleted from the workflow instance, and the historical data are also deleted from the database , Remove only history of binary data – the a (...)

(...) my domain (@my_company.com). So, even if I enter an external email address in the configuration, it won't be sent to that user. Moreover, do you know whether data from test emails is stored in the database ? (I am referring to the 'Send test email' function within the 'send a custom email' configuration.)? Best regards, Lukasz

(...) ttachment' not only for attachments in ONE form but also in DIFFERENT forms? If not, is it possible via sql? In the attached picture there is a screenshot of the following sql-query of the webcon-database : select ATF_WFDID, ATF_OrginalName, ATF_OrginalValueHash from dbo.WFAttachmentFiles where ATF_WFDID > 9620 how can I export the word-docs as real word-docs to the filesystem of the server? (...)

(...) n means, the users with those tasks have also a personal edit privilege. I haven't come up with a good way how to solve this. These are the options I thought about: - Modify the privileges in the database directly - Change the field field matrix to read only for all processes in the application - Create a path enable quick path and reassign the tasks to service user. - Unassign the licenses from th (...)

(...) EBCON BPS – it’s a much-needed and well-designed solution that all most meets our needs. Like many other organizations, we handle sensitive data that should not be stored in plain text in the SQL database . To address this, we've developed a simple SDK-based customization of a form field that displays the field value on the form, but stores it in an encrypted format in the database . Unfortunately – (...)

(...) isn't a common situation, it may come in handy to have a support way to reach this , which doesn't require modifying the process: - Migrating from WEBCON / Carve outs - Moving a processes to an own database - High impact bugs where you just need some kind of immediate action to stop everything. Maybe we could define on process/application level, whether a "read only" mode is active. This would: (...)

(...) ario, the Application Administrator is given a "lite" version of Webcon Designer Studio. They cannot even create a new data source, which is the recommended approach by Webcon when utilizing external database s. Or create a new application. It seems that Webcon developers assumed that the platform would be governed centrally – by a central unit that creates new applications, grants application privilege (...)

(...) Con.WorkFlow.Service.Context.ServiceThreadsProvider.get_ThreadDbInfo() w WebCon.WorkFlow.Service.Context.ServiceThreadsProvider.get_IsInUnicodeMode() w WebCon.WorkFlow.BusinessLogic.Licencing.database Info.Daldatabase InfoGetter.GetInfo(Boolean loadAttachmentsdatabase s) w WebCon.WorkFlow.BusinessLogic.Licencing.RestrictionsCheckers.ExpressLicenceRestrictionsChecker.Createdatabase SizeLicenseRestr (...)

(...) Hi, it would be nice to get a more detailed log output for the database upgrade. Currently we only have the information that the upgrade started: 17-01-2026 16:00:11 msg: Scripts are loaded src: DBUpdateControl 17-01-2026 17:21:24 msg: AppPool WEBCONBPS recycle src: IISManager It would be nice to have an output like - 17-01-2026 16:00:11 Script 7703 \t Change picker columns length from 1000 to (...)

(...) Server, running a local SQL Server instance and WEBCON on IIS? Or are there any specific requirements or limitations I should be aware of? I’d like to do this without interfering with the existing database servers or current environments. Do you have any experience with such a setup, or any best practices and tips you could share? Best regards Michał