(...) ice and bps portal. - Get the assembly of the required version and assume that using another version will actually work. After all the plugin was not build with this version. The other actions I test ed so far worked fine, but than these are executed in the Portal process. Best regards, Daniel
(...) or: Error sending mail: Index (zero based) must be greater than or equal to zero and less than the size of the argument list. It happens when I use the action in a process AND when I hit the "Send test mail" button in the action itself. Does anyone have a solution? webcon version is 2022_1_3 Best regards, Lutz
(...) ry would not return all data, also "access data in the context of system account" is checked? I was banking my head on the wall, why the form validation stopped working until I noticed that the lastest workflow instances are not returned by the data source. The screenshot shows the data from the "data sources" navigation pane, it's not a field which is filtered. Best regards, Daniel
(...) e another problem with ItemLists. I am playing around building a KANBAN Board with WEBCON. Therefore i would like to move ItemList-rows between my six ItemLists (Backlog, To-Do-List, In Progress, test , Done, Blocked). After copying the row information to the new ItemList, i would like to _delete_ the old row(s) e.g. on the "UPDATE"-Path. HOW can I do that? I didn't find any information - excep (...)
(...) here would be an easy build-in way to anonymize all form fields of an instance, which are marked as "Data Type - Personal data" in the Personal data storage (Style and behavior TAB). As far as i test ed, there is always the need for a "Personal Data Dictonary", when using the action "REMOVE PERSONAL DATA". QUESTION 1: Is there any other way? QUESTION 2: Is there any build-in option to anonymize (...)
(...) value for each row of a certain column (choice field) an execute an action for it. Unfortunately, as soon as I have more than one row in the item list, the BR evaluation will fail as it attempts to test against all the row values for the specified column. My BR uses: IF[GET IDs[SELECT VALUES[Item list | Column]]] = [Choice field id] I guess there must be something wrong with SELECT VALUES a (...)
(...) In our attempt to move to the cloud I need to update our webcon database to the latest version that supports GCC. I do not want to install this on prod and we don't have a proper dev env setup for this (Yet). To get the db upgraded, I am trying to migrate our existing prod WebCon instance, data and all to a new dev host (basically making a 1:1 prod:dev environment). Is there a "supported" metho (...)
(...) Hi everyone, I was working on a process and out of the blue I receive the following errors: In BPS Portal / test ing a data table: The current transaction cannot be committed and cannot support operations that write to the log file. Roll back the transaction In the event viewer there's the following entry: The connection has been dropped because the principal that opened it subsequently assu (...)
(...) tting an error message saying "Cannot connect license service. Please check if the license service is active". even after restarting webcon services the issue remains. FYI, we are running the latest webcon version (2022_1_4_207)
(...) ich needs to be closed. - etc When writing this it came to my mind, that it may be even possible today if each validate form action is an own automation which has an error handling. I haven't test ed it yet but having an own automation for this could be a bit of an overhead. :) Best regards, Daniel
(...) Hi everyone, maybe we can gather all the changes anyone encounters when test ing the new version in a single thread. It won't take much of your time and will potentially save you more when others do the same. I will start with this one: SQL command: Varriable WFCONCOL_ID : WFD_DTYPEID = {DT:12} and {WFCONCOL_ID:153} = {WFD_ID} has been "translated" to WFD_DTYPEID = 1 and dbo.ClearWFElemId (...)
(...) Hello, please update Autenti SDK for Webcon 2023. Latest release https://github.com/WEBCON-BPS/BPSExt-Signing-Autenti/releases/tag/2022.1 is not working anymore. Best regards, Marcin
(...) Hi all! I am really struggling with this action. I am trying to send JSON data to a REST web service. JSON string is generated by a business rule, which contains a JSON Query (FOR JSON). test ing this business rule works fine, also umlauts are shown. My configuration in request body is body type: Binary, which is the only way to send dynamic JSON data. Somehow my encoding (which should b (...)
(...) Hi, Suppose I changed Webcon to a version without sharpoint. I have a PROD database and I would like to select the last year from the database and overwrite test , is this possible?
(...) Hello, As usually, after encountering an error during test s, I have tried to Remove data of instances no longer in archive database option. Unfortunatelly, it is not working. Blue bar is sliding from left to right for about 10 minutes now. In Designer Studio, I can't remove the steps associated with the corrupted task, and the task also can't be removed because it doesn't load. Is there any tip, (...)
(...) I'm having trouble running the SQL subworkflow. The query entered during the configuration works fine in test ing. However, when I try to run the subworkflow in the application, I receive an error message that says, "An error occurred while executing the start subworkflow (SQL) action at the path. (Step: Verify application, Path: Submit for review) Incorrect syntax near the keyword 'from'." What could (...)
(...) page and size, but information on defaults and max is missing. This seems to be explicitly documented on other endpoints, so i am questioning myself if there are limits at this endpoint or not? From test ing it seems that default for page is 1 and for size is 20. I would really like to get all available data at the endpoint in one call. So currently i am calling the endpoint once with size=1 specif (...)
(...) Hi, We installed a new webcon production environment. The configuration was done identically to the running test environment. Unfortunately, on the new production environment, when accessing a report with a list of existing elements or into one of the element, an error message is displayed: "403 - Forbidden: Access is denied.\r\n You do not have permission to view this directory or page using the c (...)
(...) t connected with the current workflow." I found out that the reason for this error is wrong workflow ID in hyperlink function. Everything works well on dev environment but after export and import on test environment hyperlink is not working causing above error. It seems that Workflow ID tag isn't "translated" during the import process and remains the same on test like it was on DEV, but on test it's (...)
(...) Hello, I have a short question. I want to generate an Excel file with my data from the BPS datasource. I created an Excel template with a worksheet(test ) and a table(myTable) and a action create excel. I write the assignment like this: test !myTable and my data to the right cell. But I always get an error. (Invalid cell name) If I just want one data set and just write the cell names for each (...)