Adding Existing SAPUI5 Applications in HANA Cloud Portal site - sapui5

I am new to HANA Cloud portal. I have created a standalone SAPUI5 Application following the below steps:
SAP HANA Cloud Platform
I have not set any destinations since I am using dummy data for now. The app works fine standalone but when I add it to a site in the HANA cloud portal the application fails with the error "could not open App.Try again Later". I have followed the below steps. Please let me know if I have missed put anything:-
1) Created a site from the site directory screen with a blank site temppplate.
2) Next I selected the app I want to add into the site from the account apps section in the left navigation inside the flpportal service and added it[using the forward icon].
3) Then when I try to add it as a menu configuration it shows up in the list and gets added but when I publish the site I get the above error mentioned.
Am I missing any step or doing it wrong altogether? BTW I am using a HANA trial account for now.
Also, I would like to know whether this is the correct way to do it. Also, any documentation on the same will be helpful
Adding the error description. The name of the app is Kpidemo:

Related

Creating Google Cloud project loads indefinitely

I can't create a project at all.
I click Create Project and it loads indefinitely, never creating a project.
There is no error, there is nothing.
All I want is a Google Maps API Key for a college project.
I signed into my Google Account, went to https://console.cloud.google.com/ to try and generate an API Key.
In order to generate an API Key I need to create a project, which I can't do.
I have seen these issues: Unable to Create Google Cloud Console Project
How to Create a Project in Google Developers Console
So I went to https://admin.google.com and I signed in with my Google Account, which resulted in the following:
Here I click on Add account, I enter my Google Account credentials again and it gives me the same page asking me to Choose an account -> Add account. No matter how many times I log in with my Google Account I always end up in the same place.
How can I create a Google Console Cloud project ?

How do you connect an IBM Cloud Functions (OpenWhisk) to a custom domain?

I had successfully setup a custom domain with IBM Cloud Functions in the past, but now suddenly it seems to be broken.
Here is how I was able to do it in the past: You first need to install a SSL cert in IBM Cloud by going to:
Log in to IBM Cloud
Go to Manage>Accounts>Cloud Foundry Orgs.
Click on your Org and then click Edit Org.
Choose the Domain tab, add a domain, and install the SSL cert that was purchased or obtained for free by letsencrypt.org
Go to Cloud Functions page by clicking on the Hamburger menu
and then click Functions.
Click APIs on the sidebar.
Choose an existing API you would like to map to the domain.
Choose Definitions from the sidebar.
Select Domain for API and change it your new domain!
YAY, IBM Cloud says it is now connecting your custom domain. You get a warning about how it takes a bit of time, but the task never finishes.
This actually worked until about a month or so ago. Now it just sits there and it will not route your domain to your API.
If you hit the site you which is routed, it will say:
404 Not Found: Requested route ('yourdomain.com') does not exist.
Am I missing something? Or has IBM again crapped out on me.
There was a bug affecting this feature, but it has since been fixed. Give it another try.

IBM Internet of Things Platform Starter application create fails with BXNUI0005E

I am trying to create an application in IBM Internet of Things Platform Starter and getting following message:
BXNUI0005E: The 'xxxxxx' app wasn't created because a problem occurred contacting Cloud Foundry.
Try again later. If you see this message again, go to the IBM Cloud status page to check whether a service or component has an issue. If the problem continues, go to IBM Cloud Support.
I've had exactly the same problem. It's usually because you've gone over the limit of app / database instances for your account.
In my case, I was using NodeRed. I created one instance successfully, deleted it, but then couldn't create another. It turned out that the first app had created an empty database instance and the second one was trying to do the same. Deleting the database from my dashboard resolved the problem.

Bluemix - Can't select space in boilerplate

[Edited with new info]
I have created some spaces under my organization name in Bluemix successfully, using both Bluemix web interface & CLI.
I was trying to create an app from IoTFoundation Boilerplate by clicking the icon on the catalog. It leads me to the introduction page, and at the right hand side I was asked to select Space, Name, Host domain etc.
My problem is though I have spaces created and shown successfully in the Bluemix web interface, it is NOT POSSIBLE for me to select the space in the boilerplate. [new info: After > 10 minutes of creating the space using CLI, it finally appears in the boilerplate, however, the spaces created using Bluemix web interface doesn't appear even after a day...].
May I know what is the possible cause in this case?
Thanks in advance for any advise.
BRs,
KH
Generally, to fix this kind of issue follow these steps:
logout
close browser
clean the cache and login in Bluemix console
If the issue is still there open a support request directly from your Bluemix console or you can open a new ticket here: https://support.ng.bluemix.net/gethelp/ .

Eclipse and Google App Engine: " Registration with Endpoints Server...FAILED!"

i've got a problem with google appengine and eclipse.
I'm going and try to be very specific:
I'm trying to make it work NOT locally, so i've done the following:
1) create a project in the google developer console
2) created a google app engine new project in eclipse passing the project number and the api key obtained in the google developer console
3) deployed the app engine project on appengine.google.com, and it says that the state is "running"
4) to do the previous point i had to give the app id number generated in the developer console
5) i set this variable: LOCAL_ANDROID_RUN to false, because i want to do it online
that's it, i get the following error:
2) Registration with Endpoints Server...FAILED!
Unable to register your device with Cloud Endpoints server running at https://myapp.appspot.com/_ah/api/ etc etc
Ah and "myapp" is not a generalization i made to hide the app id of my app, thats exactly what it tells, it seems like the id i gave it is not passed to the url...
I've been trying this for 2 hours, it's getting painful, please help me!^^