(...) : An error occurred while sending the request. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the tarGET machine actively refused it [::1]:8983 at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult) at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) at Syste (...)
(...) t works anymore. https://kb.webcon.pl/przyklady-uzycia-rest-api/ I try to generate a token base on this instruction https://developer.webcon.com/docs/2024.1/api-registration-and-authentication#GET -access-token in Postman to api/oauth2/token , example: { "grant_type": "client_credentials", "client_id": "XXX", "client_secret": "XXX", "scope": "HighTrust.Elements.ReadWrite.XXX } I r (...)
(...) Hi, Has anyone encountered the error msg: "stack": "TypeError: Cannot read properties of undefined (reading 'model') - I GET this message on the path to the start step. Adding a new path, changing tarGET step or assignment od task does not solve the problem. Webcon ver. 2025.1.1.44
(...) Hi, it happens more and more often that we GET an error "License download error. Check that the license service is enabled." From what I understand, the license service is in the background, do you know what the process is called and what to do in such a case. At the moment, it saves the server restart, but it's not an elegant solution.
(...) Sometimes I GET the Microsoft Login screen (we use M365 OAuth) in the Outlook-Plugin. But only on the tab "Form fields". Tab Attachments and Information are working and displaying the information of the current BPS object. If I restart Outlook all is working again as expected. After a restart it works for 2-3 BPS mails, but then it stops working.
(...) fferent Instead of changing the current way, I would prefer a form rule which can be used to display an attachment in the preview. This way we wouldn't be limited to the first attachment but could GET the attachment to display with a business rule or similar. Best regards, Daniel
(...) Hey team We are intensively testing Webcon. I'm trying to send a PDF attachment in a simple app using the HTTP POST method, and I can't GET it to work. Postman works fine, Python too. How can I adjust my action to make it go through? We prepared it based on this article: https://kb.webcon.pl/przekazywanie-zalacznikow-do-google-drive-za-pomoca-akcji-rest/ Unfortunately, it doesn't want to load (...)
(...) In our company, we have enabled authentication via ADFS. When trying to log in using the mobile app, we GET the following error: msg: An unhandled exception has occurred while executing the request. | agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Mobile Safari/537.36 EdgA/134.0.0.0 | href: | ex: Microsoft.AspNetCore.Authentication.Authenticati (...)
(...) d set the link to the Designer Desk of the dev system in prod and test systems in the administration of the portal. This way users can open Designer Desk on dev system from prod and test and projects GET published in dev system directly. Exporting published projects on prod and importing to dev wouldn't be necessary anymore - if users would use Designer Desk on prod system instead of dev. Kind Reg (...)
(...) "value": [{"id": "115"}] - "guid":"...", "svalue": "115#ElementName", "value": [{"id": "115", "name": "ElementName"}] Can it be caused by "scope / permission" issues? I do not have any trouble GET ting elements with given IDs in API: > Public API GET /api/data/v6.0/hightrust/db/1/elements/80 → 200 OK > Public API GET /api/data/v6.0/hightrust/db/1/elements/115 → 200 OK > Public API GET /api/d (...)
(...) Hi, an additional "Release feed" for new WEBCON BPS updates would be nice to GET informed about new releases. Kind Regards Sébastien Anselment
(...) ferent servers and different SQL server). service_webcon_iis_dev is used as application pool user, service_webcon_dev is used for the service. If we start the dev-stage with this configuration we GET an exception: sql login failed for service_webcon_iis_dev Webcon versions are the same, Server prod is windows 2016, Server dev is windows 2022. So my questions: 1) why is this difference? Why (...)
(...) aving a dilemma about comparing two date objects. My thinking is when I do sql queries to retrieve data from objects it will give you already stored db results, but with webcon functions you actually GET value before it is actually stored. It does not work this way, so i'm looking for a way to do it. In conclusion, it should compare date before change and after change (this is triggered on menu actio (...)
(...) w WebCon.WorkFlow.Studio.Forms.BusinessRules.BasicDesigner.Placeholder.AddBusinessRuleValueNodeCommandMethod(Object obj) w System.Windows.Input.CommandManager.TranslateInput(IInputElement tarGET Element, InputEventArgs inputEventArgs) w System.Windows.UIElement.OnMouseDownThunk(Object sender, MouseButtonEventArgs e) w System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Obje (...)
(...) id) from an existing text-based PDF (test pdf created via MS Word). The documentation is explaining the different actions (ie. wait for ocr ai, wait for text-layer), but not how they actually work toGET her or how to use them. Maybe I am completly wrong in trying to use "OCR AI recognition", "Wait for OCR AI" etc..... My goal is: * A configured hot-folder puts a pdf into a workflow (=> working (...)
(...) Hi guys, i think my question is quite easy to answer but i didn't GET the solution :-( I need a report regarding instances and some fields of their subintances. Therefor i tried to build report in the portal, which selects the 2 affected Processes. If i do so, i can not select any columns?! If i only select 1 process the fields appear. Where is my mistake and how can i build an report with (...)
(...) Since the latest version, exporting/importing of application start pages is not working correctly. Steps to reproduce: 1) Change the start page in the existing application (dev) (e.g., move a widGET ) 2) Reload the application in the designer 3) Export (e.g., from dev) 4) Import (e.g., to prod) => Change is not visible in prod. In my case, it was a resizing an existing widGET and moving it (...)
(...) Hi, there is a search bar in the application group dropdown to search in the applications and their processes. A search bar in a chosen application as first element in its tree above "GET ting started" would be nice. The search function should find all elements existing in the application tree. It is a lot of scrolling and searching in bigger apps to find the correct field, business/form rule, work (...)
(...) Hi, I'm creating an html template to generate a PDF document. However, I don't GET the full text every time, just single letters. On the example code from the page: https://docs.webcon.com/docs/2025R1/Studio/Action/Printouts/GenerateHTML/HTMLandPDFTemplate I GET the result as attached. Do you have any idea what this could be? 2025.1.1.23
(...) d configure a min and max date and time for date and time picker. In general one would only want to pick a date equal or greater than today. All older dates should be disabled then in the calendar widGET and even turning back to older months shoud be blocked. If one hast a start and end date (time) the end time should also dynamically GET set that it has to be greater than the start date. Further co (...)