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

search results

for test

(...) ion cannot be committed and cannot support operations that write to the log file. Roll back the transaction." if I do SQL SELECT [ATT_ID] FROM [WFDataAttachmets] where ATT_WFDID='{2592}' and in test field is "20008" then I see in designer 4 attachments but in action from (menu button) -> error .. the same (in theory maybe what I need) [how to find in flow ID of Attachment ? ] -edit (...)

(...) racle connection. There is a procedure with 2 params, one IN, another OUT. Running a Business Rule containing a SQL Command against the Oracle connection: declare l_out NUMBER; begin ZZ_WEBCON_test .test _PROCEDURE(P_IN => {BRP:21}, X_OUT => l_out); end; where {BRP:21} is a Business Rule decimal parameter. The Rule is working, Oracle procedure gets executed (witness on Oracle db) and most pr (...)

(...) Hi, I upgraded to the latest version, but I can't see the preview diagram in the portal. Have you encountered this problem? Thanks, Raluca

(...) Hi everyone, maybe you have read the change log of the latest version and come across the new action and it's description: This action adds all rows from the specified Data source to the indicated Item list, without checking for duplicates, but taking into account the values specified in the Columns mapping section. Executing this action may result in duplicate rows of the Item list. (...)

(...) Hi, in my latest post I wanted to link to a header of an knowledge base post. Unfortunately, there's no option to create a link pointing to a header like this one: https://daniels-notes.de/posts/2024/translations#bps-portal Therefore I had to write: Search for the term "Using the application and Edit mode" in the linked post, to see how it is done. https://community.webcon.com/posts/post/from (...)

(...) I have three environments: PROD, test and DEV. My current WebCon BPS version: 2023.1.3.169. There was a global problem with business rules in the test environment (it also occurred before the system update, i.e. 2023.1.3.76) - it is not possible to introduce a single new rule because an error immediately appears, as follows: Typ: System.ArgumentOutOfRangeException --------------------------------- (...)

(...) I searched the site and found the latest post on AAD from 2021, and only one request for help with EntraID... Nobody seems to have a problem with this? Or maybe no one uses WebCon without local domains? Impossible! So... How to build WebCon BPS with EntraID as the only source of identity? I have some ideas for preparing some business processes in a cloud environment (Azure) that will never ha (...)

(...) Hi, I have a date & time field. I want the timeout to execute one hour from the date and time set in that field. How can I achieve this? From my test ing, it seems to only consider the date and not the time. Thanks, Raluca

(...) Dear Community, After upgrading WEBCON BPS to latest standalone version 2023.1.3.202 (from 2023.1.3.169) I noticed that there are errors in mail sending report. E-mails are delivered but log is filling up with error. Error: "Failed to save information in the workflow instance history about the successful email sending execution" Error details: "Unrecognized Guid format." Attached screenshot (...)

(...) Hello, I'm looking for help in changing the format of values ​​stored in COS_BpsID, on my test server the user IDs are stored as UPN (user@domain) but on the production server the format corresponds to samAcoutName (domain\name). How can i change my production configuration to match UPN format? Thanks in advance

(...) Hi, Is there a simple way to get which environment runs a process? The data should be one of the 3 possibilities: DEV, test , or PROD. There are many places in Webcon settings where environment is set as "Auto", but I found no variable giving the actual name of the environment. I know there's a table and inside is a row which offers this, but I thought there might be an environment variable offe (...)

(...) Hi, I think everyone of use has run into this error more often in dev/test than anyone wants to admit. Message TIM_ID: 15 - WEBCON BPS Timeout actions error: checkout exception occurred. Instance ID (WFD_ID): 5907 WEBCON BPS Timeout ID (TIM_ID): 15 Could you we gain a global setting, with which we can disable this check / allow the timeout to undo the checkout? I completely understand t (...)

(...) yone, Jarosław created a threat in which he points out that elements are no longer rendered if they are used in an item list data row column.: https://community.webcon.com/forum/thread/5247 I test ed the most common/likely elements and to verify which are supported by using this SQL query: select 'a tag' + ''+ 'button tag' + ''+ 'div tag' + ''+ '' + ''+ 'img tag' + ''+ 'input tag' + ''+ (...)

(...) Hi everyone, This might be a big one, but on one of latest webinars I've heard that there is open 'Designer Studio' project at Webcon, so I'll give it a shot - if not now, then I'm not sure if there will be a better time ;) I think most of us have used SQL Server Management Studio or Azure Data Studio to test some queries, and maybe a VSCode / Notepad++ for some powershell - all of those support a (...)

(...) t it is inserted within single quotes: '{WFD_ID}' The reason for this is, that it would prevent errors which may only surface in production. This is the issue what I encountered. A process was test ed with a test protocol and transported from validation environment to production. The process worked for a while just fine, than it failed with the error: ** The current transaction cannot be comm (...)

(...) Break with error - possibility to use multi line in "operator" I test ed few scenarios with multi text and with HTML tags is possible to use HTML tag - this is GOOD but ... multi line is missing :/ and you need to put everything in one line .... is not user friendly and if you have in prepared "text" then ... the operator in "text box" is skipped all "text" after P.S. Could be nice t (...)

(...) ctClass=user)(objectClass=group)) should look like this ((objectClass=user)|(objectClass=group)). Before reporting to support I wanted to check if anyone had success with LDAP users sync :) I'm test ing it on 2024.1.1.48

(...) In Portal (test -Umgebung) habe ich einen Vertreterregel definiert. Die funktioniert super, aber in Produktion-Umgebung funktioniert leider nicht. Benutzerkontext wurde nicht geändert. In Webcon-Designer sind die Einstellungen gleich. Könnten jemand erklären, woran es liegt? Vielen Dank! Viele Grüße Lina Sun

(...) Coming from developing individual web applications, for large projects, it would be practical to have a fourth environment to run WEBCON BPS Instead of having only DEV/test /PROD, we would like to have DEV/test /INTEGRATION/PROD. or similar. DEV/test would be in-house to develop and test the applications, and INT/PROD would be on the client's Infrastructure. This would make change management and (...)

(...) Hi, I'm currently upgrading processes to WEBCON BPS 2024. I was expecting issues with custom JavaScript but encountered also one with the "Add attachment" action. While test ing I got this error: Error occurred in add attachment action: Copy attachments. No attachments I'm not sure when, but it seems that WEBCON BPS now checks whether any attachments exist which can be copied over. If the (...)