Can’t click on the create button to on Db2 IBM on Lite Plan - db2

For some reason once I’ve picked the region with has the Lite price plan, the create button becomes disabled, I can’t click it to create the db instance - has someone experienced this before?

Related

Cannot create a new db instance on IBM cloud

I'm attending a MOOC course and I am a complete newbe of IBM cloud. The reason for which I am writing here is, as reported on the subject, that I am struggling with an istance creation.
First of all the system believes that converting part of the web pages in Italian is of any help to me, but it's not! In fact, all the times I'm googling for an help I have to figure out the English translation of what's written in Italian. This also means that, up to the moment in which I'll figure out how to convert ALL in English, some of the words could be a bit wrong.
By the way..
login into my IBM cloud account
--> click on catalogue
--> select "Services"
--> select "Database"
--> select the square "dB2"
A page like the following one opens to me
Here some problems:
The systems wants to know which is my location ("ubicazione") than, according with my MOOC explanations, I should have to select the socalled "lite plane", which is free. But the only way to select that "lite plane" is not to select "Milan" into the "ubicazione" selector.
So, once I've chosen "London", the "lite plane" square open up, as you can see in the following picture
But still there is no way to create a new istance as, in some ways, the system believes I already have a free instance opened
Particularly, in the previous image you can see the following message
Crea servizio
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.
ID transazione: 4b9c59b60dd2413b8ba0e5ab1e5d5811
apart the weird fact that is half in Italian half in English, I realize that I may have a new instance opened in one of my previous attempts, but it is not, as you can see here
So, what's wrong in all of this? Could you help me to figure out how to create a new dB2 instance and how to make IBM working in English for ALL it's website?
Db2 on Cloud offers the free lite plan only in Dallas and London. If you get an error message that you already have such a service instance in your account, check your existing resources. If an instance exists use that one or delete it.

Unable to delete applications from Bluemix dashboard

I created one application using alchemy-api services. I am unable to delete it from dashboard now. Not sure what's the reason . Please suggest.
The easiest way to delete a Bluemix app is to use the menu in the upper right corner of the application tile on the dashboard. This deletes the app but may not always remove the tile itself. To remove the tile, simply refresh your dashboard.

Adding buttons to a FileMaker portal to jump to the related records

I've just started in FM 14. I have a client table and a project table. When I look at a client entry I have a portal that shows me the titles of the projects they have commissioned. I'd like to be able to click on one of the projects in that portal list and be taken to the layout that contains all of the other fields in that project record. Can this be done? Is this enough information?
Yes. Set the button action as a script step "Go to Related Record". In this script step, set the table as "projects" and select the layout you would like to go.
I would stay away from GoToRelatedRecord. I usually just grab the ID from the item in the portal, then search for that item on a new layout, then do whatever I planned on doing. It's safer. With GoToRelatedRecord you can never really control what happens.

Pentaho Report Designer for MongoDB

I just downloaded Pentaho Business Analytics to try its reporting features on a Windows 8 machine. Currently I'm trying to use Report Designer to create a report for a MongoDB datasource, so following the guidelines from the book, I'm using these steps:
Select the Data Tab.
Right Click on the Data Sets item.
Select MongoDB from the menu.
Click on the plus button to create a query
And that is the point where things differ from the book, because I get this form:
According to the book, I should be able to enter a host name, port, and have the option to select a collection, but the form I get doesn't allow me that. Does anyone face this issue, or know how to fix it?
The options are hidden; stretch the window!

RTC 4.0.6 View Component Scope Change History

My team has recently had an issue where the scope on a component was changed to "Team Private". No person on my team should have the authority to perform this change except myself as the project manager. I'm trying to find a way to view the history of a component to determine who made the change so I can prevent this from happening in the future.
I've tried to find a component history (not the component change set history) in the RTC client and in the browser interface but haven't had any luck. I have direct access to the RTC CCM database on the AIX DB2 server and I can find the row for this component on the SCM.COMPONENT table but the ITEM_ID is in a weird format and I'm not able to correlate it's value with anything on any of the other CCM tables. I tried creating a ER diagram by reverse engineering the SCM via IBM Data Studio but the diagram doesn't display any of the relationship information for the tables (I can do this on a z/OS DB2 database and it works properly so I know the process is correct) so I'm in the dark when it comes to the table relations with the SCM tables.
What are my options for viewing the change history of a component? Is it even possible?
Thanks
The closest source of (temporary) information that might have recorded the change is the event stream of the project.
See for instance "Is there RTC component rename history?":
Yes, there is.
It is captured in the event log for the project area.
Open the feed associated with the project area and you'll see a record of who renamed it, when and
the before/after the rename operation.
FYI, the event log doesn't last forever.
It will eventually be purged. I believe it only shows you the last few hundred events. If there's a lot of activity, the record won't last long.
The events come from the feed management used in all Jazz based products and it doesn't have a way to set the limit.
You can check if that applies to scope changes.
There is an enhancement request to have those logs kept around for a longer or customizable period of time: Enhancement 279808... don't hold your breath though.