how to retrieve deleted cloudant service on bluemix - ibm-cloud

One of the cloudant service got deleted from our dashboard. And the cloudant service had historical data which we wanted to use for our project. Is there any way we can get all of it back?
Please help.

If you deleted your Cloudant service in Bluemix, it is deleted for good. I am not aware of any way to recover it. Possibly contact
Cloudant's Help Desk and see if they can recover it.
Hope this works!
UPDATE: I contacted Cloudant and they doubt it can be recovered but you can contact their engineers at support#cloudant.com ASAP.

Related

Unable to create Kubernetes Cluster on IBM Bluemix

I have been trying to create a Kubernetes Cluster with my Bluemix account owner but always getting the following error upon creation:
IBM Cloud Infrastructure exception: Your account is currently prohibited from order 'Computing Instances'.
Any idea what the issue is? There seems to be no direct way to getting support from Public Bluemix to address this issue. We opened a ticket but it has not been addressed.
You should contact IBM Bluemix Support for this kind of question. Before you login to the Bluemix Console, there is a Support link.
From the look of the exception. It seen like you are trying to create a "second" kubernetes cluster. If this is what you are trying to do, you will need a SoftLayer account; or your ID in your SoftLayer account is not setup properly.
You need admin rights to create clusters in Bluemix. Just makes sure that you get the admin status and it should work for you. The normal permissions granted to you are that of an user. Hope this helps

How to troubleshoot issues related to API Connect in Bluemix

I'm leveraging API Connect service on Bluemix and keep facing following issue multiple times so wanted to know, where to go and troubleshoot these sort of issues quickly on Bluemix ? Please let me know if you need any additional details.
Could not process the API request. See the server log for more information, or contact your administrator.
Error ID: 5851d7e30cf27aa48695c426
In addition to this, since we don't have access to runtime component (DataPower) so how to troubleshoot runtime issues ?
Have you tried the Bluemix docs? The API Connect docs include a troubleshooting section. There is also documentation on the DataPower Connector.

store the output of watson services to ibm database

I need to store the output of IBM Watson visual recognition service in ibm cloud or any other database, which can be accessed for further use.Can anyone please help me out? thank you.
Check out Cloudant on Bluemix
https://cloudant.com/getting-started-with-cloudant-ibm-bluemix/
Or better yet Compose.io on Bluemix that offers you different DB options and an easy way to migrate between them.
https://www.ibm.com/blogs/bluemix/2015/07/getting-started-compose-bluemix/
The Visual Recognition service runs on Bluemix, which offers a number of database options. You could start by investigating the Object Storage service: https://console.ng.bluemix.net/catalog/services/object-storage/?taxonomyNavigation=applications.

Can't delete Cloudant service - Error 400

I am taking the DWC001 Bluemix Intro course exercise 3b. After creating a node.js app and binding a new Cloudant database, then deleted my app from dashboard, checked delete for Cloudant, my Cloudant service remains and I cannot delete it.
This error from Dashboard & cmdline:
Service instance RLCCloudant: Service broker error:
{"description"=>"Error 400 received from broker url
https://cloudantbroker.ng.bluemix.net/v2/service_instances/40791045-620f-
4fda-b9d4-eabe50c4783c?plan_id=cloudant-shared&service_id=cloudant"}
As you can see in the Bluemix Status Page we are currently experiencing some issues provisioning and managing Cloudant service instances in Bluemix. Bluemix users attempting to provision/unprovision/bind/unbind Cloudant service instances may see errors during these operations. The operations team has restored the service to allow provisioning, binding and unbinding. Issues may still be experienced when unprovisioning a service (as in your case).
Please visit that status page to see when the issues are resolved.
The service has been restored by Cloudant team as announced at https://developer.ibm.com/bluemix/support/#status.
Now the deletion action is working as normal.
"Service Broker Error" usually means that something went wrong communicating with the service side. Please send a request to delete the service to Bluemix Support.

How do I check to see if my SQLDB service instance has been hibernated or not (Bluemix)

How do I check to see if my SQLDB service instance has been hibernated or not, is there an easy way to check?
Not sure what you mean by "hibernated" but if your service is bound to the application and the application starts successfully, then your service is in good shape. You can also view the status of all Bluemix services by checking the site below:
https://developer.ibm.com/bluemix/support/#status
If this does not address your question, please provide more detail and I'll try to assist.