-
The underlying connection was closed: An unexpected error occurred on a send.
I consistently encounter the error message 'The underlying connection was closed: An unexpected error occurred on a send.' Despite having all our firewalls open for 'https://messaging.easylink.com/', the issue persists. I am seeking your team's assistance in identifying the root cause.
-
Querying "select b.* from KUAFChildren..." puts a load on the database
Good afternoon experts! The following query is executed on the production database: select b.* from KUAFChildren a, KUAF b where a.ID=:A1 and a.ChildID=b.ID It is performed frequently and gives a significant load. Can anyone explain what kind of request this is and why, is it possible to change its execution frequency or…
-
Change localization (languge) of an integrated module - modal alert
Hello, I need to change a language of an Yes and No buttons in modal alert window. It should be ssible according to the snippet found in csui bundle. url: lib\src\csui\utils\commands\commands.md I tried several iteration but I am not able to make it working. Does anyone have an idea where this piece of code should be…
-
Is it possible to activate a WebReport trigger with a category update on a business workspace?
There is an option to configure this trigger in the desired location. It activates properly when a category change is made to a folder subtype, but not when the category change is made on a business workspace. The folder and business workspace are at the same hierarchy level under the trigger, which makes me think this is…
-
SSLHandshakeException:
getServerURL https://test2messaging.easylink.com/soap/sync 2024-03-06 02:05:29,429 [main] INFO com.lmig.efroi.jobs.FROIJob - +++++++++callRightFaxSubmitCloudService+++++++ : Before calling the service 2024-03-06 02:05:29,564 [main] INFO com.lmig.efroi.jobs.FROIJob - +++++++++callRightFaxSubmitCloudService+++++++ :…
-
C# - not receiving OTCSTicketExpires header?
Hi Members, I am running <server>otcs/cs.exe/api/v1/auth command in Postman and getting the header just fine: But when I run C# code (generated from Postman), my http response message does NOT contain this header :-(. Any ideas, what am I missing in my requests?
-
"ADN Table Key Lookup" field takes too long
Hello everyone We have a problem with a TKL field that performs a simple select in the database. It is taking 1 minute to load the data on the screen from the smart view, do you know of any way to improve the performance of loading the data from this field? note: 37,000 records are loaded this is the query select…
-
How to create a sample document using Documentum REST API
How to create a sample document using Documentum REST API
-
How do I return a JSON response package to a REST API WebReport call
I have an authenticated REST call successfully hitting a WebReport in a CS 16.2.11 install. The results of the WR with a LR source are currently returning as html in the response data. My destination on the WR is "browser" with a mime-type of "text/html". To simply display the page I would have something like this in the…
-
ApplicationXtender Rest API - Upload Document
I am trying to upload a doc to the AXDataSources/{dsn}/AXDocs/{appid} URL and I keep getting error code 117 that says "The HTTP request does not contain index information to create a AX document!". The documentation does not state what information is needed for the POST request. I want to know where I can get that…