Yahoo Developer Network Create App gives "Database connection failed (read-write)" Error - yahoo-api

After registering to Yahoo, from the following link I've tried to create a web-based application, but form gives "Database connection failed (read-write)" error.
https://developer.yahoo.com/apps/create/
Any idea?

Related

Getting error BXNUI2081E while uploading certificate files to Bluemix

I am getting the following error while trying to upload SSL certificates to IBM Cloud Bluemix. It happens both with the web GUI and CLI
Uploading certificate to domain 'xxxxx.co'...
FAILED
Error response from server. Status code: 500; description: BXNUI2081E: <b>The certificates and keys were not modified because an unknown error occurred: Error.</b> <br>Click the <b>Account and Support</b> icon in the top menu bar, click <b>Get help</b>, and search for help or get support..
What might be the reason and the solution?

Refused: not authorized error occurs with IBM IoT Foundation on Bluemix

When I attempt to connect to the IBM IoT Foundation with a registered device, I receive the following error message:
Error connecting to IBM IoT: {"errorCode":6,"errorMessage":"AMQJS0006E Bad Connack return code:5 Connection Refused: not authorized."}
How do I resolve this problem?
It is possible that you have expired as a member of your org if you created the service (and thereby the org) via the Bluemix dashboard. When you log into Bluemix, you get a 24 hour pass as a guest. You can then go into the IoTF dashboard and add yourself as a permanent member.
Do this by launching the IoTF dashboard from your Bluemix IoT service and then go to the Access tab. You should see yourself as a "guest" user, and you can add yourself as a permanent member. From the Access tab, add yourself as a permanent member of the org.
Yeah, maybe just API attempts for trial are out?
CHeck in Bluemix panel

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'

500 Error: Failed to establish a backside connection deploying from DevOps Services to Bluemix

I am deploying an application from DevOps Services to Bluemix. I got a 500 Error: Failed to establish a backside connection from the deployment. I've never gotten this error before. The log button on the DevOps Services runbar is grayed out, so I'm not sure where to look on the DevOps Services side for more information. The application is created in Bluemix, but when I try to look in logs on the Bluemix side, there are no logs since the application isn't started, so I'm also not sure how to debug on the Bluemix side.
The application I forked is alchemyapplication. It uses the python buildpack. The project owner told me they got the deploy to work. I am seeing some recent commits, so it is possible there were some changes that went in since that broke this. Any help on where to begin looking to debug is appreciated.
by any chance , the application has any database dependency ? Recently I faced this issue where my database instance was not valid and the front end application throw this error of "Failed to establish a backside connection"

Crystalreportviewer.processreponse locks mxsqlserver database account with error SSPI handshake exception

Crystalreportviewer.processreponse locks mxsqlserver database account with error SSPI handshake exception,
Message
SSPI handshake failed with error code 0x8009030c, state 14 while establishing a connection with integrated security; the connection has been closed. Reason: AcceptSecurityContext failed. The Windows error code indicates the cause of failure.
Message
Login failed. The login is from an untrusted domain and cannot be used with Windows authentication.
Message
Error: 17806, Severity: 20, State: 14.
I've had a similar issue trying to deploy a Web Portal for Crystal Reports and the user that was connecting to the Web Portal via the browser did not have security permissions on the SQL database. For me it was as simple as adding the user to the security tab in the SQL Server management console. You might want to check that out first. If not, please check the steps outlined in this link. The troubleshooting steps in the article may help you resolve your issue.The ultimate solution for this user was to check his local security policies to see if any essential rights had been denied. He tried to connect to a share on the server. The connection to a share failed, and he realized the account did not have "access this computer from the network" rights or was missing other domain or network level permissions.
Hope that helps,
Chris