WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Michał Bednarz > Forum messages

Michał Bednarz

WEBCON

1. Yes, here is a link to the public API documentation: https://developer.webcon.com/2023/resources/rest_api5.0/?PageSpeed=off#tag/PublicApiElements/paths/~1api~1data~1v5.0~1db~1 %7BdbId%7D~1elements/post There is a collection: itemLists. 2. The server does not matter much here, a similar script

You can register elements with rest api: https://developer.webcon.com/docs/rest-api/ Just implement a simple script that iterates through your dataset and calls the appropriate rest API method for each row.

All operations of modifying or creating data directly in the database are not supported and prohibited by the license agreement.

Nowa wersja BPS
12.04.2023 10:44

Jest to błąd w wersji, poprawka znajdzie się w kolejnej opublikowanej wersji 2022.1.4, publikacja planowana jest w tym tygodniu.

You cannot use the Public REST API without authentication. At the moment, we only support oauth2 authentication, so there is no way to authenticate without obtaining a token. The only option I see is to implement a middleware application that will take care of the authentication.

It depends on what kind of integration with Exchange you want to use. Sending emails via SMTP should work (if basic auth works in gcc high). But getting emails from the mailbox to the BPS with HotMailBox might not work as it is also supported with MS Graph.

Please try to use local admin account, AAD accounts are not supported for installation process. GCC is not supported for MS Graph integration scenarios. But installation should work. AWS also should not be problem if you will use local admin account for installation. I do not know if there is som

What type of account are you logged into the VM with? Local account, AD or AAD?

Microsoft has published a post outlining (among other things) how to extend support for Bacis authentication until the end of this year: https://techcommunity.microsoft.com/t5/exchange-team-blog/basic-authentication-deprecation-in-exchange-online-september/ba-p/3609437

Hi, Are you using local sql aliases configured with cliconfg.exe? In 2022 R3 we use Net 6, and .net 6 can not use local sql aliases.

Please check if you have the IIS-Windows-Authentication module installed, more information: https://docs.microsoft.com/en-us/iis/configuration/system.webserver/security/authentication/windowsauthentication/

Yes, the problem also exists in the StandAlone version. The version with the fix will be released next week.

Rotated files - Hotfolder
01.10.2021 18:51

When processing the document in the hot folder, we delete all its rotation. This is the intended action. You can verify the rotation of the document with the pdfinfo tool: https://stackoverflow.com/questions/29646932/how-to-find-pdf-page-orientation-with-pdftk

This behavior applies to all BPS versions, not just hosted in webconapps.com. The problem will be solved in the next release.

The issue with adding an attachment to a new element in the sharepoint interface will be fixed in the next published version.

Changing the environment type with the resource kit tool will only change the environment license type. After such a change it is necessary to reactivate the license service. If there is a need to migrate the entire WEBCON BPS system to a new location (and you cannot move entire VMs), you have two

Hi, You can also use our REST API to edit elements. Thanks to this, you can use tools such as Postman Runner or write your own script that will iterate through the collections of elements and on each of them will go the desired path.