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

search results

for testing

(...) complicated but it works. However it currently takes about 33 seconds to complete. Thus when executed in SQL Studio, I get the output table. When I try to execute it in a bps process, it fails. When testing in Designer Studio, I get an error of execution timeout. Is there a way to tell Webcon to allow a little more time for this sql? Michal

(...) ld. My expectation was, that this field change should happen on every workflow element every minute, but this didn't happen. What did I do wrong? I know this is a dangerous scenario, but it is for testing purposes only. What we want to achieve is a 'Invoke REST service call' which updates some fields in current element and saves current instance only if any of the fields has changed. Is that even po (...)

(...) t "Dynamic Compression Module". You can enable this by executing the following line in PowerShell: Enable-WindowsOptionalFeature -Online -FeatureName IIS-HttpCompressionDynamic Now I'm back to testing the new version. :) Best regards, Daniel

(...) n and you have to reload the page. You can no longer execute paths or even save the workflow instance. While I can understand the intention, it just annoys me because it slows down the development/testing : - You have an error in the path transition you need to fix? Sorry, please reload the form. - Oh you entered some data? Sorry, the process configuration has been changed, reload the form and enter (...)

(...) parameters). Every global business rule used has parameters. The business rule that appeals to the other business rules has parameters that are mapped in the appealed rules. I get the error when I testing . I explained the error and showed the code in the attached image. Thank you, Raluca

(...) We are aware that some functionalities are not available in a SaaS environment, like some query actions. But is there an official listing of what is not allowed in SaaS? Because Building and testing a project on-premise, and having no way of knowing if something will break on PROD because of that is not acceptable. Is there a way to test for it? Or at least have something to read through to workaro (...)

(...) Hi community! In some scenarios it is necessary for us to render datatables on form containing some custom links or buttons. For this reason we built following SQL statement for testing purposes: SELECT 'Internal' AS ID, 'Click me' AS HTML UNION SELECT 'Azure' AS ID, 'Link' AS HTML And we used this datasource in a datatable field on form. However, we have some interesting results. F (...)

(...) n I wanted to save the entire process including the new configuration I received an error telling: There was an issue within the table storing the web service configuration caused by a value NULL. testing around I found this work around: 1) Delete the web service action template you want to change. 2) Rebuild it from scratch. This leads the action template to receive a new ID within the database (...)

(...) Hi, just testing with SOAP web service requests after resolving the issue I had with a customer project. My question is: Does WEBCON support a 1:m:n relation within SOAP requests? The issue with the former request not working was a structure reflecting this. As I cannot configure an item list within an item list I would assume the answer to be "No". Any guesses? Best, Ingo

(...) dd user to group action works fine, but when deleting, the log says that user is not a member of selected group. I tried with different groups, making sure that users are synchronized, and even for testing purposes used domain admin account in the AD actions configuration, but without success. Does this action work for you?

(...) Hi everyone, I was working on a process and out of the blue I receive the following errors: In BPS Portal / testing 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 assumed (...)

(...) Hi everyone, maybe we can gather all the changes anyone encounters when testing 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(WF (...)

(...) 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). testing 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 be U (...)

(...) I'm having trouble running the SQL subworkflow. The query entered during the configuration works fine in testing . 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 be (...)

(...) 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 testing 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 specified (...)

(...) Hi! We are in the process of upgrading from 2017 to 2021 - testing phase. I have a problem with the visibility and requirement rules for fields in an item list, when the contents of one cell affect the behavior of another cell in the same row. The existing rules do not work. What is wrong?

(...) We have two attachment databases, one for testing and one for production: BPS_Content_Att_test BPS_Content_Att_test2 BPS_Content_Att BPS_Content_Att2 In this application we use BPS_Content_Att_test2 for testing and BPS_Content_Att2 for production. Unfortunately we don’t have a database with identical name, so when we import from test to production, the default attachment database specified in (...)

(...) ebcon instance? I'm preparing a process where users manually confirm their being at work. It would be very appeciated, that when tey load any page of local webcon instance, there would be some code testing if they already confirmed their being at work. If they didn't, they would be redirected to the appropriate element. If they did, nothing would happen. Is there a way to do this in webcon, or do I n (...)

(...) I have problem - in dictionary I have companies with have got: name like: "ABC " - Factory Company in name is quote sign on beginning (data from polish national VAT/NIP databese) I was testing : if in string is " or ' all time I have got error if I remove from string [name] " or ' - then workflow is working [code] Dodaj Sprzedawcę / Kontakt [/code] error: url: https://webcon.x (...)

(...) Values" action is working properly. When I provide a BPS source in the configuration and use a filter to select data, the filter does not work on the form. The filter in Designer Studio works during testing . This problem does not occur in the "Update Item List Values" action, so I used a workaround: "Clear Item List" + "Update Item List Values" / Add new rows from the data source. Do you also have such (...)