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

search results

for URL

(...) fresh Version: 2023.1.2.68 Solr Index Queue has all processing pending on the error: Activation error occurred while trying to get instance of type ISolrOperations`1, key "" Admin Event Logs: URL : https://***.com/api/nav/db/1/app/12/activities/filter/0 | action: GetWithFilter ip: 1.1.1.* | msg: An unhandled exception has occurred while executing the request. | agent: Mozilla/5.0 (Windows NT (...)

(...) ", "listItem": { "@odata.etag": "\"b82096bb9bff,1\"", "id": "318", "lastModifiedDateTime": "2024-01-15T16:28:02Z", "webURL ": "", "createdBy": { "user": { "displayName": "SharePoint App" } } "fields": { (...)

(...) ewly created folder. I am encountering difficulties in uploading the file to SharePoint using the REST action with the Graph API. I get this error: "Invoke REST Web service test (2) - Request URL : https://login.microsoftonline.com/f656719a-4d1c-482b-be59-564f8c2af72d/oauth2/v2.0/token Response Code: Exceptions: Cannot add value because header 'Authorization' does not support multiple (...)

(...) ntext context, IAuthenticationSchemeProvider schemes) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at WebCon.BpsCloud.IdentityServer.Hosting.BaseURL Middleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Localization.RequestLocalizationMiddleware.Invoke(HttpContext context) at WebCon.BPSCloud.Portal.Extensions.DesignerDesk.Designer (...)

(...) Hi, OpenID connect is missing custom additional URL parameters management functionality. This is required for some auth providers processing definition (e.g. Auth0 - flow automatization, login customization). More information https://openid.net/specs/openid-connect-basic-1_0.html#RequestParameters.

(...) as 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.xxx/api/logger | action: ip: xxx | msg: "e": {}, "message": "'' string literal contains an unescaped line break", "name": "SyntaxError", "logData": { "msg": "Uncaught Exception", (...)

(...) w DevExpress.XtraTreeList.TreeList.WndProc(Message& m) w System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) Web browser error message: URL : https://webcon-dev.pol.ad.egisplc.com/api/nav/db/1/app/28/element/15852/desktop | action: Get ip: 10.210.1.14 | msg: An unhandled exception has occurred while executing the request. | agent: Mozill (...)

(...) work. This is response: { "detail": [ { "type": "missing", "loc": [ "body", "id" ], "msg": "Field required", "input": null, "URL ": "https://errors.pydantic.dev/2.6/v/missing" }, { "type": "missing", "loc": [ "body", "category" ], "msg": "Field required", "input": n (...)

(...) would work in all cases would be to use if/switch operator for each business entity and "duplicate" the action. At least I haven't found an alternative, if the connection has not only a different URL part but uses different credentials. Therefore it would be great if we could also create "child" connection which utilize the same concept as it's applied to the business entities. Best regard (...)

(...) Best regards, Daniel [/quote] - OK, I will do it later [now I have got static Attachment ID] but now I have got problem with: [code="error"] Kopiowanie Załącznika do innego Flow - Request URL : Response Code: Exceptions: One or more errors occurred. (The SSL connection could not be established, see inner exception.) [code] I see: Local parameters values before failure: Body => (...)

(...) here. The only thing that is displayed in the PDF is the alternative Text for the image but not the image itself. The logo is located as file in a template process directly in Webcon and we put the URL in the src Attribute of the image tag. We also tried several other locations as source but the image wasn't displayed either. Why doesn't the image appear in the generated PDF File? Do we something (...)

(...) Hello all, Does anyone configured an action for Document signatures using the built-in action for Sign an Attachment with CoSign? I'm not sure how to establish the SOAP URL and login. I thought that selecting the attachment, the user would be prompt to login in DocuSign page and sign the document. Thank you

(...) Hi everyone, I've got today a question from my business side if there is a possibility to change how 'Coply link to clipboard' button works. Right now it copies raw URL to the element, so after pasting it into teams it's visible as raw URL . When you copy URL from the browser search bar, it's being pasted as formatted link and it's presented as {Signature} with underscore, and it's blue - so a li (...)

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