We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
We have an instance of SQLA running version 17.0.11.7821 which has been making HTTPS calls for a few years now without issue then today, one endpoint we connect to renewed it's certificate and ever since then we have been getting TLS errors. We use a...
We haven't been able to submit a crash report using the dbsupport application since the 3rd July 2024.
Our firewall has been checked and the requests are going out but the connection is being reset by the sap.com host so clearly an issues with the w...
We need to rebuild a database whilst keeping a live copy running, the method we have used for years follow these steps:
Take a full backup and truncate logRebuild backup DB Truncate live log and apply to rebuilt DB Rinse and repeat the last step trun...
Hi,
Hopefully a simple one, but how can I select the key name from an JSON array?
For example, in the following JSON I want to return "IM429" in a select, this could be one a dozen or so IM codes and there is always just one in a message with childre...
Two things I would do is set the type to HTTPS (presumably the endpoint is using https?) and also set the protocol version to 1.1 (it defaults to 1.0), like this:CREATE PROCEDURE "dba"."WebTestRun"(in "cAccessToken" long varchar )
result( "cAttribute...
This is how I have got it working, ultimately however you do it, in whatever language, you will need the client to conform, I guess you might have just use languages that have libraries available where someone else has done all this as reusable code?...
You need to do multipart for multiple Content-Dispositions and put them within the body parts, you can do it like this: url 'api.endpoint.com'
set 'HTTP(EXCEPTIONS=off; VERSION=1.1)'
type 'HTTPS:POST:multipart/form-data'
header 'Connection:keep-alive...