Getting this error:
No Orgs for User. Go to Bluemix.net and sign in to create your org
When using IBM Cloud Tools for Swift.
There is an org created in the Bluemix account.
Try updating to the latest version. Originally we defaulted to US South but the latest should check the orgs and spaces in different regions and default you to another one that has both. If this is not the case please let me know and we will file a defect to fix this for our next update.
Related
I'm trying to move my Watson Assistant project from one account to another and I'm struggling to figure out how to export the data and logs to begin working on this project from my colleagues IBM account.
Do you know how I can do this and will all the statistics and history still be available in the new account?
If you are using the "new experience", backup and restore is discussed here in the Watson Assistant documentation. Similar information on backup / restore is available for the Classic Watson Assistant.
Do not expect to have an entirely, fully identical instance. I would recommend to check the topic on failover options. It discusses what makes up a deployed in-use assistant.
I just started the data engineering certificate of IBM, and at one point we had to create an IBM Cloud Lite account.
After creating the account I went ahead and tried to create a Db2 instance. But when selecting a plan, according to the tutorial in the IBM certificate I should be able to choose the lite plan, but I only get the standard or the enterprise plan (Db2 plans available) even though in the catalog it says that the Db2 instance is Lite and Free (Db2 instance in IBM Catalog).
I tried with a lite account created with my school mail address and with my personal mail address and the lite plan isn't available for either one.
Can anyone help me with this problem? Thank you!
This is actually a question with related answer in the Db2 on Cloud FAQ for the lite plan:
Regional availability
The Lite plan is available in the Dallas and London regions. If you do not see the Lite plan listed in the catalog, select either Dallas or London region.
As stated in the comment above, try to switch to a different region.
I cannot create a project in IBM Watson Studio for an online course (sponsored by IBM by the way). I keep getting this error:
"You can only have one instance of a Lite plan per service. To create a new instance, either delete your existing Lite plan instance or select a paid plan".
I am performing the following steps:
1.Watson Studio
2.Create (Lite Plan Option)
3.Get Started
4.Create Project
5.Create Empty Project
6.Select Storage Service --> Here I get the error message
I need to create a Jupyter Notebook in IBM Watson Studio in order to complete the course.
I've deleted the Watson instance and started from scratch several times. I have also created a new account and tried the solutions posted on this forum for similar cases, without success.
Thank you in advance for your help
Looks like you have Lite account on IBM Cloud and here's the limitation with the account type
You can provision one instance of any service in the IBM Cloud catalog
that has a Lite plan.
You can check What's available with your Lite account of IBM Cloud here.
You may have to delete the other service provisioned under Lite plan before creating the Cloud Object Storage service or you can choose the Standard plan of Cloud Object storage service.
To check the Lite services which you already created in your account, navigate to Resource list. You may have to delete
am new to stackoverflow, and I thought of sharing this regarding an IBM product called APIC.
I did the whole deployment correctly as recommended by IBM on an Ubuntu Environment with mongoDB and MySQL using an AZURE Virtual Machine as Server. Whenever I try to update the schema of the database with the new models, I get an error saying:
Cannot GET /apim/dataSources/partials/dataSourceMigrate.html
Please help or ask me anything in case you need more info, and tell me if it's an error from Azure or IBM or me.
Thanks
This exactly happened to me once, and I contacted IBM for several weeks of give and take, to find out it's a bug on their side, not on the cloud side or your side :)
Check it here: https://stackoverflow.com/a/40016171/4694311
In this case, go back to using strongloop until they get it fixed.
Note that his is a bug on the operating system itself, it works on iOS but that would be useless on cloud.
I have a golang program running on my local laptop. I had a previous Google Cloud account that I used to upload images to a bucket (using gcloud local context). It worked.
I created another company branded Google Cloud account and linked our company card to it.
Ever since then I get the error in the title.
I contacted support and got this:
Hi,
Unfortunately we are not able to identify any abuse related actions taken on your project. To resolve this issue, please reach out to the Google Cloud Platform community support.
Sincerely,
Google Cloud Platform/API Trust & Safety Team
Do you guys have any ideas? Any help would be much appreciated.
The problem turned out to be that the JWT json file being used by my project for authentication was out-of-date.
I had to re-download a new JWT json file from the cloud console and put it in the root of my project folder.