(...) I have a problem to establish a connection to sharepoint online. I have chosen as connection type sharepoint online. When I enter the URL of the sitecollection and the user and password correctly, I get the Error message: "Unable to connect to the remote Server. The sign-in name or password does not match one in the Microsoft account system." As the account that I use to connect has not MFA enabled (...)
(...) on a Server 2019 operating system. On the previous server, the licence server can be activated and deactivated without any problems. The listener is active and can also be displayed. Reserved URL : http://+:8002/LicenceService/ User: XXXXX\sharepoint-spp-xxxxxxxx Listen: Yes Delegate: No SDDL: D:(A;;GX;;;) System.ServiceModel.Ser (...)
(...) Hi, We try a REST Web service call like this: - global constant for REST Web service base URL , as https://something.com - global constant for REST request suffix, like api/webcon/action - other global constants, for Bearer etc - at app level we configure a template - Invoke REST Web service based on previous defined constants We use those global constants just to have separate val (...)
(...) they can't see all attachments) or for those who do not have permission to access attachments. However, I need to allow them to download a specific attachment from a document. I know I can use this URL (for those who have only disabled attachments panel) /api/nav/db/1/attachments//download, but I would prefer a solution based on the SDK. Could you give me some hints?
(...) epaired. Our config: We use a data source with SQL view with past vacations, and all type of data in columns are correct: VAC_UserID VAC_From VAC_To VAC_VACTypeID SQL: select * from [V_URL opy_Historia] After some tests we've done: After manually entering the sql query on TEST SERVER (2024.1.1.161) that indicates a specific time range, user and vac_type - data appears in the repor (...)
(...) ave the PDF and offer it for download const pollerPdfBytes = await pollerPdf.save(); const blob = new Blob([pollerPdfBytes], { type: 'application/pdf' }); const URL = URL .createObjectURL (blob); const link = document.createElement('a'); link.href = URL ; link.download = 'poller.pdf'; link.click(); UR (...)
(...) 025), I would like to display a simple external website for the user. There is no need to save this information in the document. I used Custom control (External) for this purpose. After entering the URL in the attribute properties, the page displays, but I have no idea how to change the size of the control. It is best to change it dynamically depending on the content of the displayed external page. (...)
(...) on fails when connecting to the Search Server: 06-02-2025 19:02:51 msg: Step2 src: Upgrade 06-02-2025 19:02:55 msg: Sql version: 14.0.3480.1 src: SqlServerVersionChecker 06-02-2025 19:02:59 msg: URL to Solr: http://[SERVERNAME]:8983/solr/BPS_Activities/query?q=*:*&q.op=OR&indent=true&fq=TS_Insert:[2025-01-06T19:02:59.060Z%20TO%20NOW]&fq=-User_Name:"WebCon%20Workflow%20Service"&rows=0&wt=json (...)
(...) Currently we have following keyboard types that can be used for Text Attributes: text, search, decimal, numeric, URL , email, tel. But sometimes we don't want device to show any keyboard. For example if you are creating process for user with barcode gun. The keybaord that shows on the screen can take half of the screeen. The perfect solution would be to add 'none' option to keyboard types.
(...) I installed the WEBCON Word Classic add-in on my test-pc/test-account, running Microsoft Office 365. All is working as expected. If I click on User-Settings in the WEBCON-Tab, I can enter the portal URL and it connects perfect. However, with my production pc/account I can install the add-in also, it also shows up in the Word Ribbon-band, but none of the buttons are working (they are "active", but (...)
(...) tomation b33951bc-bf05-45e4-a8a8-abbb692210d9 309 408 1022 187 495 1061 69 0 20-03-2025 19:26:15 20-03-2025 19:26:15 System.Byte[] 1021 Error code: 100 Request Start Request-URL : https://link-to-URL /api Request-Header: Request-Body: [BINARY_CONTENT] 193145 bytes Request End Response Start Response-Code: BadRequest (400) Response-Body: {" (...)
(...) a a browser on the same server, I encounter the following error: -- Unexpected Application Error! t.findLast is not a function TypeError: t.findLast is not a function at https://**bpsportalURL **/application/App.4dbf8e8ad44240e13685.bundle.js:2:342152 at Object.useMemo (https://**bpsportalURL **/application/2599.4dbf8e8ad44240e13685.bundle.js:2:248684) at t.useMemo (https://**bpspo (...)
(...) icate encoding ! Bytes: 0x08 0x2E 0x1C 0x2E Below is a rendering of the page up to the first error. Validation of the user voice RSS feed fails: https://www.rssboard.org/rss-validator/check.cgi?URL =https%3A%2F%2Fcommunity.webcon.com%2Ffeed%2Fuser-voice Would it be please possible to fix this? Kind Regards Sébastien Anselment
(...) 3. I have only Windows Authentication enabled in WEBCON BPS, and I configured a support subdomain to share it with our clients. I set up IIS, and the support domain is available in the system. The URL works and opens correctly, but I can't log in — after logging in, I'm always redirected back to the login page. Is anyone using Application Hub with Windows Authentication? Has anyone encounter (...)
(...) argin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:URL (//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:7 (...)
(...) was delegated. When I try to execute the exact same request from a “Call REST Web Service” action within a button, I consistently get a 500 Internal Server Error with timeout details, even though cURL is identical as the one from swagger. Error log: Public Api POST /api/data/v6.0/db/1/elements/61445/admin/tasks/assignment Status code: 500 Error message: Execution Timeout Expired. The timeou (...)