Failed to execute OData Metadata request via SCP SDK APi - sap-cloud-platform

we ran into show stopper issue when we migrated our odata service to another s4 hana on premise system,same odata service is being fetched from diffrent s4 on premise 1809 system via cloud sdk api ,all the configurations like CC,security ,destination ,connectivity services are in place ,but same code is not working on migrated s4 system and we are getting below error :
Unable to fetch the metadata : Failed to execute OData Metadata
request.
In logs we are getting below message :
com.sap.cloud.sdk.s4hana.datamodel.odata.helper.ODataVdmErrorResultHandler$ErpODataException:
The endpoint responded with HTTP error code 401. Anmeldung
fehlgeschlagen. 401 Nicht autorisiert.
same code is working for other s4 system.
also we tried executing locally via TrustAll true prop but no luck ,please help.

Related

Exposing SOAP backend as a REST API WSO2 api manager 4.1.0 using the generate API's implementation is throwing error 500 during the creation

I am trying to expose a soap backend as rest using wso2 apim and during so I followed the steps :
step1
step2
the error that is shown in the log in the following :
log error
and here is the link to the wsdl file I used :
https://blackboard.mynaseej.net/webapps/bb-data-integration-lis-final-BBLEARN/services/PersonManagementServiceSyncService.wsdl
PS : the WSDL file is valid and it's already been used in my company for previous integrations.

Creating WML credentials - 400 error in IBM Cloud Shell

I am following this tutorial (https://courses.cognitiveclass.ai/courses/course-v1:IBMDeveloperSkillsNetwork+DW0101EN+v1/course/) for machine learning.
In lab 3, I am trying to create predictions in Node-RED. However, to link these I need WML credentials (API key and instance ID). Since, there is no longer a credentials tab in the UI on IBM Cloud I have tried to create the credentials following steps here
https://dataplatform.cloud.ibm.com/docs/content/wsj/analyze-data/ml-authentication.html
This creates an API key but there is no associated instance ID that I can find.
I also tried creating them programmatically following
https://dataplatform.cloud.ibm.com/docs/content/wsj/analyze-data/ml-get-wml-credentials.html?linkInPage=true
but I get the following error
FAILED
Error response from server. Status code: 400; description: 400 Service Broker returned error status code 400.
Is anyone else facing the same issue and know how to resolve it?

Unable to access apex or sql-developer through Oracle Cloud web console 404

I'm having issues with the Oracle Cloud ADW (always free tier). The status of the server is available, but when I navigate to tools and click APEX or sql-developer I am met with the message:
404 Not Found --- The request could not be mapped to any database. Check the request URL is correct, and that URL to database mappings have been correctly configured.
When I navigate to the resource monitor, it seems that the server is running but all REST API calls fail. In using the web console to perform all these actions, any insight or help would be greatly appreciated.

API Management service in Bluemix can't be bound to CF application

I'm building a CloudFoundry application in Bluemix using the API Management service. For this I'm following this tutorial http://www.ibm.com/developerworks/cloud/library/cl-bluemix-api-mgmt-app/index.html.
I can successfully create an API Plan for a custom REST API application (running on a Liberty server on Bluemix as well) and it is published.
I can also create a service in my Bluemix dashboard using the new Custom API, which I take as the API plan was successfully deployed on Bluemix.
Whenever I try to bind this new service I get the following message:
BXNUI2055E: Unable to connect to Cloud Foundry because of the
following exception: "Read timed out." If the problem persists, see
the Troubleshooting topics in the IBM Bluemix Documentation to check
service status, review troubleshooting information, or for information
about getting help.
From time to time I also get this message
The service broker returned an invalid response for the request to
https://apimasv1-stage.stage1.mybluemix.net/d118dceb-edbf-4a7f-9bab-d44371b0c9f9/privateservices/v2/service_instances/1a60830c-0796-4105-afb4-e3477424acf9/service_bindings/ebb853dc-ec88-4987-b8f2-e9acd38d1741.
Status Code: 502 Bad Gateway, Body: 502 Bad Gateway: Registered
endpoint failed to handle the request.
Also, I can open the API portal and see the services listed in there. However, whenever I try to test the service, I get the following error
A security error has occurred. If using a self-signed certificate on
your gateway, you will need to accept it in your browser, which you
can do by clicking the following link.
https://api.wawona.apim.ibmcloud.com/victorshmx1ibmcom-dev/sb/LibraryREST/rs/authors/1
Also, below in the response I get this message:
NetworkError: Failed to execute 'send' on 'XMLHttpRequest': Failed to
load
'https://api.wawona.apim.ibmcloud.com/victorshmx1ibmcom-dev/sb/LibraryREST/rs/authors/1'.
I must clarify this service (the liberty app) doesn't have any security constraint to access the REST service nor I added some kind of security in the API Management portal.
Another thing to clarify is that I can bind other services, but not this one.
Does anyone know how I can fix those problems? Is there a known issue with IBM API Management service?
this seems to be an error with the service API Management instance you are trying to bind to.
You could open a ticket to support team following the link you can find here:
https://developer.ibm.com/bluemix/support/
Click on 'Contact IBM' and open a 'Support ticket'

Azure get SQL DB servers REST request returned "HTTP error 500 : Internal Server Error"

I tried using "enumerating servers" Get Servers option in REST API.
I am getting a response "HTTP error 500 : Internal Server Error" .
https://management.database.windows.net:8443/<'SunscriptionID'>/servers
x-ms-version=1.0.
Please help me !
This is due to an issue from azure DB portal itself. Please find the response from azure support team.
"There was an issue with SQL azure management REST API in all the data centers. This issue has been resolved now.
The Azure service dashboard has been updated : http://www.windowsazure.com/en-us/support/service-dashboard/
Response from support.".