ibm-cloud

node-red redeploy flow using REST from within node-red

≯℡__Kan透↙ 提交于 2021-01-29 05:00:09
问题 I have a node-red flow in bluemix that uses dash-db nodes also. So each time some dash db maintenance or some other reason, this db connection gets lost and all writes fail. When i redeploy, everything is fine again. Bluemix shows only logs of last few hours hence I am finding it very difficult to debug. Meanwhile i was thinking of doing an automatic redeploy after i detect this issue to avoid losing writes. Can this be done using GET /flows followed by POST /flows in the same node-red app

Is there a way to access IBM cloud watson personality insights service now(19.12.2020)?

不问归期 提交于 2021-01-07 02:19:18
问题 I am trying to access IBM Watson Personality Insight service through the IBM Cloud Catalog but it does not show up there. In the Personality Insight Documentation it is stated that this service will not be available from 1 December 2021 but I cannot access it now. I tried to complete Get started with AI development by using the Personality Insights service but links to the Personality Insight services redirects to IBM Cloud Catalog or Watson Natural Language Understanding I tried to access

My app deployment to cloud foundry fails on

故事扮演 提交于 2021-01-07 01:26:24
问题 The command I used was: ibmcloud target --cf The error I receive is given below: -----> Finalizing Dotnet Core ERROR Unable to install dotnet-runtime: could not find a version o f dotnet-runtime to install Failed to compile droplet: Failed to run finalize script: exit status 12 Exit status 223 Cell 0f7012eb-9e32-4fdf-ba92-85aee4639139 stopping instance e5256fa6-702e-41f 2-8c49-039400712a85 Cell 0f7012eb-9e32-4fdf-ba92-85aee4639139 destroying container for instance e 5256fa6-702e-41f2-8c49

Did IBM make Watson Visual Recognition paid?

試著忘記壹切 提交于 2020-12-15 05:42:11
问题 It was originally free and I was using it for almost 3-4 months. It told me that I exceeded the quota so I deleted the project and created a new one. I went to Catalog then Watson Visual Recognition and the only plan avaialble is standard which means I have to pay but before I set it up for free and was using it fine since then. Am I doing something wrong or did IBM change something? I even tried this on a new account but it still says the same thing. 回答1: As per the Visual Recognition

How to connect internal private DB2 to Cognos Dynamic Dashboard Embedded on IBM Cloud

你。 提交于 2020-08-20 10:46:39
问题 Im working on cognos dashboard embedded using the reference from - Cognos Dashboard embedded. but instead of csv i'm working on JDBC data sources. i'm trying to connect to JDBC data source as - "module": { "xsd": "https://ibm.com/daas/module/1.0/module.xsd", "source": { "id": "StringID", "jdbc": { "jdbcUrl": "jdbcUrl: `jdbc:db2://DATABASE-HOST:50000/YOURDB`", "driverClassName": "com.ibm.db2.jcc.DB2Driver", "schema": "DEFAULTSCHEMA" }, "user": "user_name", "password": "password" }, "table": {

How to connect internal private DB2 to Cognos Dynamic Dashboard Embedded on IBM Cloud

↘锁芯ラ 提交于 2020-08-20 10:40:08
问题 Im working on cognos dashboard embedded using the reference from - Cognos Dashboard embedded. but instead of csv i'm working on JDBC data sources. i'm trying to connect to JDBC data source as - "module": { "xsd": "https://ibm.com/daas/module/1.0/module.xsd", "source": { "id": "StringID", "jdbc": { "jdbcUrl": "jdbcUrl: `jdbc:db2://DATABASE-HOST:50000/YOURDB`", "driverClassName": "com.ibm.db2.jcc.DB2Driver", "schema": "DEFAULTSCHEMA" }, "user": "user_name", "password": "password" }, "table": {

Add Java/JRE/JVM in Python Flask Cloud Foundry/IBM Cloud application

a 夏天 提交于 2020-07-21 07:58:32
问题 I am running a python flask application in a Cloud Foundry/IBM Cloud-environment. In my application I try to connect to DB2 Warehouse on Cloud with the IBMDBPY-package. This packages needs a package called jaydebeapi to be able to run. For the jaydebeapi to work I think I need JRE/JVM somehow installed on the server. I tried adding the Server JRE for Linux based OS, but it didn't work either. My error I got before I tried to upload the Sever JRE was this: idadb = IdaDataBase(dsn=jdbc)

IBM Cloud-Watson NLC - TypeError: __init__() got an unexpected keyword argument 'iam_apikey'

无人久伴 提交于 2020-07-07 07:33:28
问题 I am currently trying to deploy an application from a repo. (https://github.com/IBM/nlc-icd10-classifier#run-locally) But it gives me this error: Traceback (most recent call last): File "app.py", line 34, in <module> iam_apikey=nlc_iam_apikey TypeError: __init__() got an unexpected keyword argument 'iam_apikey' I am on Python 3.6.8 app.py: load_dotenv(os.path.join(os.path.dirname(__file__), ".env")) nlc_username = os.environ.get("NATURAL_LANGUAGE_CLASSIFIER_USERNAME") nlc_password = os

How to get a direct URL to a file on IBM Cloud Object Storage

青春壹個敷衍的年華 提交于 2020-06-26 14:30:11
问题 So, I have a bucket on IBM's Cloud Object Storage. In this bucket I have an file named 'test.png'. What I need is an URL i can use to access this file directly. An URL that I can just write on browser and the image will open on my browser. I've searched everywhere and could not find anything except for a "ObjectSQL URL" in this format: cos://{Region}/{Bucket}/{File} 回答1: Presuming that the bucket has public access enabled, the URL is just https://{endpoint}/{bucket}/{object} (or https://