6,784 questions
0
votes
0
answers
21
views
Where can I find a sample of Spring configuration for using cloudant-java-sdk to access IBM CloudantDB
I am trying to use cloudant-java-sdk for accessing CloudantDB and would like to have a sample of spring properties or application.yaml file for the section of Authentication. My apps are in IKS in ...
1
vote
1
answer
248
views
How to resolve 'sqlcli1.h' file not found when using go_ibm_db on macOS?
I'm trying to use the go_ibm_db Golang driver to connect to an IBM DB2 Warehouse from my macOS machine. However, when I try to build my Go application, I get the following error:
# github.com/ibmdb/...
0
votes
1
answer
93
views
Using IBM Cloud Secrets Manager with SpringBoot's autoconfigure
We are currently utilizing Spring Boot for our projects in conjunction with WebSphere Liberty. At present, credentials are directly stored within the server.xml configuration file using the element.
...
0
votes
0
answers
37
views
Accessing cloud storage buckets with IAMAssumeAuthenticator?
I am trying to use Trusted Profile authentication (https://github.com/IBM/python-sdk-core/blob/main/Authentication.md#identity-and-access-management-iam-authentication-grant-type-assume) to access ...
0
votes
0
answers
73
views
IBM Watson Speech to Text returning Error 503 called from Python on Windows
I am trying to call IBM Watson Speech to Text "recognize" method and keep getting Error code 503 (but have confirmed that IBM Cloud is up and running).
I am using Python on Windows
Here is ...
0
votes
1
answer
246
views
Issue running QAOA for Vertex Cover problem on IBM Quantum backend
I am trying to solve the Vertex Cover problem using QAOA on an IBM Quantum backend. I've successfully converted my graph into a QUBO formulation and then into an Ising Hamiltonian format. However, ...
0
votes
1
answer
122
views
Struggling with the IBM Cloud examples for Python code when using secrets manager due to library name mismatches
I'm starting to work my way through the IBM Cloud Secrets Manager examples but hitting issues.
The examples reference secretsManager, when the library seems to use SecretsManagerV2.
It seems the ...
-1
votes
1
answer
124
views
Latest artifact bar file from azure devops artifactory
Problem statement: I want to fetch the latest artifact bar url from azure artifactory, to deploy it to the openshift container platform. I am using this ({organization_url}/{project_name}/_apis/build/...
-1
votes
1
answer
165
views
IBM Z Xplore concept badge 1 VSC1 challenge
enter image description here
I am doing IBM Z Xplore course to earn badge. In the 1st challenge I have to install Zowe extension in VS code and connect my Zid. I have proceed through all the steps ...
0
votes
2
answers
83
views
How to update my website in production with customers accessing it?
Currently, our system is keeping the tab open on customers' computers for a long time and this has become a problem. When we upload updates to production, this client needs to press F5 to receive the ...
0
votes
1
answer
64
views
How to create Enterprise on your existing newly created IBM-Cloud account?
Recently, I created a new IBM cloud Pay-As-You-Go account and I selected Enterprise as type when creating the account, it has been created.
However, when I go to "Enterprise" tab, to "...
0
votes
1
answer
126
views
How can I run my model created from DoCplex using a Cplex Cloud service?
I am working with a model in docplex and I want to run it with the Cplex Cloud version to integrate it into a microservice. What Cloud service can I use for this purpose and how can I write python ...
0
votes
1
answer
82
views
How to get the correct URL from S3Client for IBM COS S3 storage details?
The sample bucket details of IBM COS S3 are as below
Bucket Name: icos-abc-prod-01-abc-02
Endpoint: https://icos.abc.us-region.internal.das
We are using below code to create S3Client object.
...
-1
votes
1
answer
218
views
Unable to find a region via the region provider chain. Must provide an explicit region in the builder or setup environment to supply a region Issue
I am trying to access the IBM ICOS S3 bucket to store the files from my Java code as below.
The name of the bucket and End Point is as below
Bucket Name: icos-abc-prod-01-abc-02
Endpoint: https://...
0
votes
1
answer
2k
views
install db2 client on mac
When navigating here https://www.ibm.com/docs/en/db2-warehouse?topic=installing-mac-os-x I get the "installDSDriver.sh" but that doesnt help as I dont see where I can download a dmg or ...
0
votes
2
answers
397
views
Update a bearer token in a watsonx extension
I have an assistant on Watsonx that needs to use an extension with token bearer authentication. When configuring the new extension, Watson asks for the token. However, the token is only valid for 24 ...
0
votes
1
answer
36
views
Unexpected behaviour when updating variables in Schematics using the golang SDK
I want to update variables in schematics workspaces programmatically using the golang SDK, so what I am doing is a call to
_, detailedResponse , err := schematicsService.ReplaceWorkspace(...
1
vote
1
answer
111
views
What is "X-Require-Whisk-Auth" (IBM Cloud Functions) in IBM Cloud Code Engine functions?
I have some IBM Cloud Functions secured web actions that I want to migrate to IBM Cloud Code Engine functions. The web action is using "X-Require-Whisk-Auth". What would be the equivalent in ...
-1
votes
1
answer
61
views
How to connect device to IBM cloud
I was using Watson IoT platform to connect my IoT device to cloud. But now I do not know how to do it, because Watson IoT platform service was delete. So I want to know How to connect my IoT device to ...
1
vote
0
answers
81
views
EntityStreamSizeException Due to Request Content Size Limit Exceeded
I'm using Watsons Machine Learning service to deploy Docplex model (Lite plan). I encountered an error related to model.tar.gz file size limit issue when making a request to the platform. The error ...
0
votes
2
answers
803
views
Call watsonx.ai prompt in watson assistant
I created a prompt and satisified with the results. Now I want to connect that prompt i just created to my watson assistant. I googled and knew that it it ls possible by creating custom extensions. ...
0
votes
1
answer
233
views
Where do I find my credentials for using watsonx.ai
I am trying to run a basic example using the ibm-generative-ai library
from dotenv import load_dotenv
from genai.client import Client
from genai.credentials import Credentials
from genai.schema ...
1
vote
1
answer
100
views
Watsonx Assistant reconigze phone number from Twillio Integration
I've developed a Whatspp chatbot using WatsonX Assistant and Twillio, using the official integration, however I cannot see a way to reference the user's cellphone number that sends a Whatsapp Message.
...
1
vote
1
answer
207
views
Is there any option to activate/deactivate a MDB in open liberty
I have an enterprise application where I have defined around 10 Message-Driven Beans (MDBs), and I would like to activate them only when necessary, keeping them deactivated otherwise. I will do the ...
0
votes
0
answers
74
views
Fail-over to secondary region when primary region goes down on a IBM MQ Multi-instance Queue manager using a NFS 4.1 share
We've a Multi-instance IBM MQ queue manager setup in 2 regions in Azure , with an NFS 4.1 share(Azure Netapp files) holding the state cross-mounted between instances in 2 regions.
Let's say
One VM in ...
-2
votes
1
answer
101
views
How can I compact a collection in my IBM Cloud Databases for MongoDB deployment?
I have a deployment of IBM Cloud Databases for MongoDB. I want to compact the collections in my database to save disk space and increase performance. How can I achieve that?
0
votes
2
answers
150
views
Terraform floating ip check
I need to check in terraform if a floating ip resource with a specific ip address has been yet allocated. I've tryed to use terraform datasources to do it but the problem is that when the resource is ...
0
votes
2
answers
212
views
Hoving IBM-Cloud bucket from one instance to another (both on the same account or each on a distinct account )
I want to move a IBM cloud bucket from one Object storage instance to another. The destination instance may be on the same accoun ot on another account. Is it possible to do it by transfering ...
0
votes
1
answer
190
views
COS - IBM Cloud - .NET - Generated Presigned URL
There is some way to generate presigned url for Cloud object storage in ibm cloud?
I tested with examples using java and it generates a url that works, and it generate query params like X-Amz-...
2
votes
1
answer
206
views
How do I use pgadmin to interact with my data in an IBM Databases for Postgresql deployment?
I have an IBM Cloud Databases for PostgreSQL deployment. I want to use pgadmin with that deployment. How can I achieve that?
1
vote
1
answer
274
views
How to locally test IBM Cloud Code Engine function?
I am developing Python functions for IBM Cloud Code Engine and deploy them from local code. How can I test them locally before deploying them? My goal is to speed up the development cycle and only ...
0
votes
1
answer
98
views
How can we search IBM cloudant DB to retrieve documents that match supplied field values?
I am trying to search IBM cloudant DB to retrieve documents that match supplied field values using official Java SDK. The SDK documentation does not mention how can we query without docId, but using ...
2
votes
1
answer
102
views
How do I use Kibana to visualise data in an IBM Databases for Elasticsearch deployment?
I have an IBM Cloud Databases for Elasticsearch deployment. I want to connect to it using Kibana to visualise my data. How can I achieve that?
0
votes
0
answers
34
views
Function replication IBM
I have an issue related to an action within the 'function' that I want to implement. The goal is for my action to first determine if there are objects with a specific tag in my COS (Cloud Object ...
-1
votes
2
answers
179
views
I try to load a CSV file from my local machine to IBM Cloud db2 but I face this error continuously
Failed to upload file. The AWS Access Key ID you provided does not exist in our records. (Service: Amazon S3; Status Code: 403; Error Code: InvalidAccessKeyId; Request ID: eea5dbcc-67a3-4d4b-a36f-...
0
votes
1
answer
285
views
How can i display a QR Code-image in a Cognos Report?
I have a QR Code generator running on a server, what i want is embed the URL to the COgnos report that displays that URL in a column. Currently i adding that URL in to the Report expression,
Note: Url ...
-1
votes
1
answer
147
views
IBM Cloud Storage - Test Docker
Is there any way to test IBM Cloud Storage offline/on my local system?
For AWS S3 there are plenty of libraries like the following:
https://github.com/findify/s3mock
https://github.com/localstack/...
-1
votes
1
answer
77
views
What is the Document upload limit in a Tririga Environment ? And How can I check?
How many sizes of documents I can upload in each Tririga environment?
How can I check?
0
votes
0
answers
87
views
IBM Watson Speech to Text: Session timed out despite inactivity_timeout parameter (for a 15+sec file)
I use the code from https://cloud.ibm.com/apidocs/speech-to-text?code=python#recognize-audio-websockets to send recorded speech as a .wav file to the speech_to_text IBM Watson service and get text ...
0
votes
1
answer
449
views
Output from watson assistant and watsonx, doesnt match
I tried to make Order ID Bot, that can generate automatically ID from customer input using WatsonX and try to integrated it to watson assistant.
I tried to make this prompt:
And if i tested it to ...
0
votes
1
answer
169
views
Does IBMQ real devices support reset gate in runtime? Because I'm facing the error :
Failed - TranspilerError: "Unknown operation type for DAGOpNode(op=Instruction(name='reset', num_qubits=1, num_clbits=0, params=[]), qargs=(Qubit(QuantumRegister(7, 'q'), 0),), cargs=()).
I need ...
0
votes
1
answer
77
views
Data is not inserted in ibm db_2 cloud
I am trying to insert data into ibm DB2 with nodeJs. My code gets executed without any error but the data is not inserted in ibm DB2 table. Can someone please help me?
This is my code
import ibm from &...
0
votes
1
answer
380
views
IBM Watson Assistant service call returning 404 error message
I am using this code to call my watson assistant service but getting 404 error message
IamAuthenticator authenticator = new IamAuthenticator(apiKey);
Assistant assistant = new Assistant(version, ...
0
votes
0
answers
81
views
How to make an API call for IBM Power instance to stop and start
I am working on using IBM Power Cloud Service for creating AIX instance. Most of the APIs work like Get instance, delete instance but the API to modify action fails.
Here is the API Doc :
https://...
0
votes
1
answer
113
views
I found an error while creating a session in python to embed the watson ai features
Method failed with status code 404: Resource not found
i'm not able to understand why i'm getting Resource not found error. and what does it mean
from ibm_watson import AssistantV2, ApiException
from ...
0
votes
2
answers
601
views
IBM Cloud functions using API key and not Bearer token?
It seems that when you create an IBM cloud function the default authentication is via the usage of auth tokens. How could you setup your function to use an API key instead?
This would make it easier ...
0
votes
0
answers
98
views
ibm cloud object storage Error: connect (ETIMEDOUT 10.1.129.66:443)
I was implementing the following node.js code
I have created COS but there is an error in response
import S3 from "ibm-cos-sdk/clients/s3.js";
var config = {
endpoint: 's3.private.jp-...
0
votes
1
answer
527
views
Cannot native compile project with library that depends on okhttp
I'm currently unable to native compile one of my projects. Below you can find the related information, error and library.
Can this error be fixed on my side or it can only be fixed on library side? If ...
0
votes
2
answers
153
views
IBM Cloud Functions + Cloudant (using Python)
I've an IBM Cloud Functions action called review. This action takes some information from a Cloudant database. If I run this action on IBM Cloud Functions web interface, I get the desired results, see ...
0
votes
1
answer
127
views
IBM Cloud Functions + Cloudant
I've an IBM Cloud Functions action called dealership. This action takes some information from a Cloudant database. If I run this action on IBM Cloud Functions web interface, I get the desired results, ...