Access troubles to db2 console - db2

i'm facing access problems to the db2 console (ibm-cloud).
i got this message :
HWCUSR0079E: Impossible to acces user information. Motif : HWCCON0048E: Failed to get connection profile crn:v1:bluemix:public:dashdb-for-transactions:us-south:a/16421fa67dc942ea96e562ff547b457a:ed7c96b2-28b4-4d9b-9bc4-46567241774b:: because Not Found.
Need help please , thanks

I have similar issue as you. And I checked View Cloud Status from resource list:
I suspect their servicehave interruption.
https://cloud.ibm.com/status?item=INC4148101
Also, if you search against the internet and Coursera, you will find that we are not alone.

Related

not getting mongoDB collections via retool query

I've connected mongoDB as a resource for retool and created a query for it in my retool app, but the queries don't really work for me. The action query "listCollections" goes through but it gets wrong info on those collections but the action query "find" and other actions report the error message "Collection names cannot be empty". Where is the problem, I can't figure it out!
Thank you for the attention! Hope anyone can reach out and help
I had the same issue and it started at the same time as yours, this worked for me try doing the following:
1- Goto MongoDB->"Data Access" and provide your user "admin" status
2- Open Retool Query library add a new Resource using the connection string of user you just made admin.
3- Test the connection and save it.
4- Refresh retool and try again.
Hope it helps :-)

Unhandled Exception: System.ComponentModel.Win32Exception: The directory name is invalid

So this is frustrating me. I'm trying to do a push in github and I am getting this error.
Then it asks for my username and password. But asked me to create a token. I have seen how to do this in generating a token to be used as the password, but I do not believe that is solving this particular problem.
Thanks so much for all your help and please let me know if anyone needs more information.
-Chris
Erro message in command prompt
Github screen shot if needed
Solved my problem, but I will post my solution here if someone would possibly have done the same think, but I think it's unlikely. My problem why I could not push to github was that when I created my Django application I created it in C:/Windows/system32/health_blog. Administrative permissions were keeping this thing from working, but it works now since I moved my app's folder.

User Not Found in Db2-mx

I'm currently enrolled in Relational Database Basics, IBM Course. On the lab assignment, one of the steps is to Go to UI in the services page. However, after following the correct steps and clicking on Go to UI, the following message appears:
HWCUSR0012E: User rsc83832 is not found, please ensure that the userId exists.
What am i doing wrong and how can i fix it?
Thanks.

Internet of Things Platform Starter-error BXNUI0005E

Getting error BXNUI0005E while creating a new device at Internet of Things Platform Starter at IBM Bluemix. Please help. Also i am unable to find my previous made device. Help
As amadain mentioned in the comments - That error is normally seen when creating an application whose name is not unique. Changing the application name to something unique should resolve the issue.

Magento 2 save configurable product issue

Magento 2.1 admin:-
When updating configurable product I am getting the following issue.
You don't have permission to access /admin/catalog/product/validate/id/3316/type/configurable/store/0/set/4/key/11c0d458dc11fc072a5fdef7f5fb3fe633c433bbf0342175b987f10588ee2b2c/
Thanks in advance.
I have fixed that.
Just checked the server log and found that it was mod_security extension is enable.
That should be disabled.
Okay, How many products are you going to create or assign while creating configurable product.
I have experienced the same issue and I have sorted out with creating a configurable product with few product assignment.
I hope this may help you
Thanks
We were getting the following error -:
=======
403 Forbidden
You don't have permission to access /admin/catalog/product/validate/id/966/type/simple/store/0/set/9/
=====
Emailed hosting provider and they did change the setting at the server level. As soon as they changed the setting the error went straight away.
If they can’t change the setting on the server for some reason then look for product data. You will find malicious code, in our case it was iFrame code snippet which was causing that trouble.