6,778 questions
Score of 0
0 answers
43 views
IBM COS Java SDK error: “ibm-cos-java-sdk-sts module must be on the class path” but no Maven dependency exists
I’m using the IBM Cloud Object Storage Java SDK (ibm-cos-java-sdk) and trying to use a profile with role_arn (assume role).
Setup
~/.aws/credentials
[default]
aws_access_key_id=XXX
...
Score of 5
1 answer
151 views
IBM ODM CLI build fails with IllegalArgumentException: URI is not hierarchical when adding specific XOM JAR to xom-classpath
I am building an IBM ODM RuleApp using the ODM CLI compiler in a GitLab CI (Linux runner) environment.
java -jar rules-compiler.jar -config build.properties
The build fails with the following error ...
Score of 1
1 answer
347 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/...
Score of 0
1 answer
119 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.
...
Score of 0
0 answers
81 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 ...
Score of 0
1 answer
276 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, ...
Score of 0
1 answer
145 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 ...
Score of -1
1 answer
129 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/...
Score of -1
1 answer
213 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 ...
Score of 0
2 answers
95 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 ...
Score of 0
1 answer
89 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 "...
Score of 0
1 answer
140 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 ...
Score of 0
1 answer
91 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.
...
Score of -1
1 answer
219 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://...
Score of 0
1 answer
2537 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 ...