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

search results

for services

(...) ccessfully logging in, a page will appear where you can register and activate the local license service.   Follow the instructions below: Click Choose a .REQ file in the Activate services section, then select the activation file generated earlier with the service identifier and click Open. The system will automatically recognize the service based on the file and prompt you to (...)

(...) vice user account. You can grant relevant permissions in the course of installation process or skip this step and configure them later on.   Clicking the Yes button opens the Component services window, allowing you to add the necessary permissions. Choosing No allows you to configure the permissions later.   Adding permissions to service account If you add permissions during (...)

(...) N BPS installer and choose Tools for Application Management. In the Local service configuration node make sure that the connection to the test database is correct, then press Save. In the Farm services configuration node, both the production and test services should be visible. Uncheck all roles from the production service, and transfer them over to the test service. Also set the associated process (...)

(...) rtal and by invoking the REST API. Since most communication is facilitated by the Portal, the WebView service embedded in the mobile application needs access to the same HTML websites and REST API services that are available in Portal displayed in an internet browser. Additionally, the mobile application utilizes the REST API interface to deliver the following functionalities: downloading applica (...)

(...) re.    Compromised access to WEBCON BPS functionalities For the WEBCON BPS platform, enabling the Extended Protection function results in blocking connection with the Exchange Web services (EWS) interface. In practical terms, this translates into the paralysis of certain popular functionalities, such as HotMailBoxes or MailApproval, as well as the inability to execute actions within th (...)

(...)   Introduction The feature to install WEBCON BPS modules in containers was added in version 2023 and has been described here. Now that the platform can be run based on container services , we can employ various modern services like Kubernetes to launch and manage our application.   Requirements WEBCON BPS containers are based on images that use Windows Server Core arc (...)

(...) have further authentication methods using OAuth 2.0 / OpenID in the context of REST - Web Service. At the moment the limitation does us not allow to communicate with other systems in the way of microservices . This extension would be a great increase of data communication. Thanks a lot Best regards Thomas

(...) t an exported application package to a Webcon installation with a different version. We currently have an exported application package (.bpe) from version 2021.1.3.205. We are planning to use cloud services from Webcon which is supposed to be the latest version (which currently is 2021.1.4.55). Is it possible to import an older version package to a newer Webcon installation? If the answer is No (what (...)

(...) ve any of you had a similar problem? Log below: Download Active Directory data: - An error occurred while preparing directory path for domain: 'partners.somesite.pl'. Exception: System.Directoryservices .ActiveDirectory.ActiveDirectoryOperationException: Cannot find Net Bios Name for domain "DC=partners,DC=somesite,DC=pl". ---> System.Directoryservices .Directoryservices COMException: There is no such (...)

(...) to use Azure SQL, because of the integrated HA features, scalability and low maintenance effort. WEBCON BPS is very well integrated with Microsoft technology and has great integrations with Microsoft services , i.e. M365. I would strongly appreciate, if support for Azure SQL could be added in near future. We already tested it and with some workarounds at installation time it works. But we cannot recommend (...)

(...) datedForm(FormParameters formParams) w WebCon.WorkFlow.Web.UILogic.WFDynamicLite.Rest.Logic.ElementFormLoaderForRest.GetUpdatedForm(FormParameters formParams) w WebCon.BPSCloud.Core.WfDynamic.services .MoveElementToNextStepService.GoToNextStep(GoToNextStepParameters param) w WebCon.BPSCloud.Portal.API.FormsController.d__27.MoveNext() --- Koniec śladu stosu z poprzedniej lokalizacji, w której w (...)

(...) simple action the timeout doesn’t work. I did check the following thread about a similar problem (https://community.webcon.com/forum/thread/1068?messageid=1068). Their it is suggested to check if all services are working and if “basic features” are enabled in the Service configuration, but I didn’t find an option to do that. Am I missing specific services ? And if I do how can I add those?

(...) linked to action templates only. The picture added shows the error message. Here follows the error message (in German language, sorry for this): Typ: WebCon.WorkFlow.Studio.Logic.Exceptions.Webservices aveException ------------------------------------------------------- Nachricht: Exception occurred while importing table ConfiguredWebservices ---------------------------------------------------- (...)

(...) Webcon with Dynamics Business Central ? Could anyone provide some insight (maybe even screenshots) on how to configure the Connection and Datasource(s) ? All I want is use some published API webservices to inflate list items or use some webservice data as sources for dropdown fields....

(...) I need to upload attachments to our company cloud services . Below is the web api endpoint that accept a file: [HttpPost("createfilewithcontent"), DisableRequestSizeLimit] public async Task CreateFileWithContent([FromForm] GFileWithContentWrite fileInfo) { var stream = fileInfo.File.OpenReadStream(); var createdFile = await _driveService.CreateFileAsync( new Google (...)

(...) WebCon.BPSCloud.Core.Applications.ApplicationsManager.d__24.MoveNext() --- Ende der Stapelüberwachung vom vorhergehenden Ort, an dem die Ausnahme ausgelöst wurde --- bei System.Runtime.Exceptionservices .ExceptionDispatchInfo.Throw() bei System.Runtime.Compilerservices .TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) bei WebCon.BPSCloud.Portal.API.AllApplicationsController.d__9. (...)

Hello again, here is a next issue that I assumed to have fixed with the latest version of BPS, using 2022.1.3.65. I have a web service that has the structure as given in screenshot 1 (attached). The screenshot shows my configuration within a little test app. When I start this action, the request body fully ignores all data regarding the item lists as given in the dump below. (Hint: The

(...) olumn I will use column only from this list items. I don't have any problem with prepare the source - sql query, but I have problem with present it in portal, how to do it ? I could use Reporting services but maybe there is some other things in webcon site?

(...) ypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.d__12.MoveNext() at System.Runtime.Compilerservices .AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeActionMethodAsync() at Microsoft.AspNetCore.Mvc.Int (...)

(...) It would be great to have the possibility to edit soap message header in a way the body is editable now. I came across couple of services (e.g. National Statistics Office in Poland) requiring secret string to be passed in the header element. So it would be good to be able to map field values to soap header element. Currently there is no way to use standard invoke soap action with this service. Thanks. W