iCloud/CloudKit Dashboard Issues with Telemetry, Logs, Usage Display, Subscriptions, Notifications - icloud

Bad things happening on iCloud/Cloudkit Dashboard for my app's container right now. Below is a summary of the issues I am having:
Issue 1: Login to the Cloudkit Dashboard. Select iCloud.com.mycompany.myapp container. Select Production>Telemetry. Error Popup: "Unable to Load Telemetry Data. Please file a Radar and include the current URL"
Issue 2: Select Logs from top Dropdown. Select Historical. Tap Search Logs. Error: "Error Loading Logs. The Logs could not be queried. Please try again later."
Issue 3: Select Usage from top Dropdown. There is absolutely no usage in Monthly or Daily (which is inaccurate)
Issue 4: Select Data from top Dropdown. Select Subscriptions. Hit Fetch Subscriptions button. "There are no subscriptions in this database" displays (which is inaccurate).
Issue 5: Change notifications are not being sent for subscriptions that, when queried for within the app, DO exist.
Are these problems just something that I am experiencing, or are other people having similar issues with iCloud/Cloudkit? Is this related to the new UI? Is there anything I can try to do to debug or fix these issues or is this something that is simply out of my control?

This sounds to me like something unique to your account, or potentially a temporary degradation of service on Apple's part.
I would contact Developer Technical Support and see if they can help.

There is an all new design for the dfashboard. Try it again and see if your issue was the transformation to this new design.

Related

Setting up PowerBI email subscription thows an error: "Something went wrong"

When I try setting up a subscription to a PowerBI report I get an error "Something went wrong".
I have tried all combinations of options on the subscription, daily, weekly, different times, filling in every field etc but still no joy.
I have raised a support ticket with Microsoft but whilst I wait for a reply, has anyone had this before and solved it?
Turns out Microsoft support is on the ball today, I have an answer.
In PowerBI Service, go to:
Gear Cog -> Settings -> Language and select your language. Turn out the default "Browser Language" setting causes this error to be displayed.
My subscriptions are now set up! :)

Disable text selection popup on Bigquery UI

Every time I'm composing queries in the BQ UI, if my mouse hovers over a column name after I've typed it in the query editor box it brings up the column name and type in a little window.
Does anyone know how to stop this happening as it's super annoying when trying to edit queries with the stupid popup constantly coming up??
screenshot:
Try using the BigQuery UI within the Google Cloud Platform Console as the query editor doesn't have the column information pop up. Keep in mind that as it's a beta release the popup may be present in future releases and consider its limitations.
I suggest opening a Feature Request about having an option to enable or disable this pop up within the Google Issue Tracker for both BigQuery UIs.

AWS Pinpoint: How to view custom metrics

It is clear from the documentation that I can add custom metrics for a custom event.
How do I view these metrics in the Pinpoint console? From the Pinpoint console, it is obvious how to view attributes. I can go to Analytics > Events, select my custom event, and narrow down the events to whatever attributes I desire. I am asking about how to view metrics. To be clear, these differ by being continuous values whereas attributes are discrete. The documentation says that I can do this. See below how I can filter by attributes manually: (attribute is circled)
See the docs on custom events here: https://docs.aws.amazon.com/pinpoint/latest/developerguide/integrate-events.html
Similarly, creating a funnel only allows filtering for attributes. How can I filter for metrics?
Thank you for your time!
When I first asked this question, AWS had the ability to record metrics with the Swift SDK, but not view them in the Pinpoint API, which is absurd, because then you can only record metrics. What's the point? I asked in the AWS forums, and a couple months later, they responded something along the lines of "Please wait - coming soon."
This feature is now available, whereas before it simply wasn't.
Go to Pinpoint, your project, then click the Analytics drop-down menu, then click events. You can see that you can sort by metric. If you look at my outdated screenshot above, you'll see that this was not an option.

refresh of one report region in apex

I have page with 10 clasic reports and 10 form region (one for each report). On each form region is button with Dynamic action witch
insert data in table. My problem is how to refresh just one report after I insert data so that new data is shown in report. I tried to add another
true action in Dynamic action (refresh region) but it has no effect. Anyone had any idea? Apex version is 4.2
Thanks in advance.
One thing you can do is.
Assign Static ID to your every reports, Like 'myReport1', 'myReport2' or what ever you want (ignore if you already did).
on each button click when you are updating database,
add one more True Action with Execute JavaScipt Code in your existing Dynamic Action.
and put $('#myReport1').trigger('apexrefresh');
repeat this for all of your Reports with relevant Report ID.
This is a frustrating issue and one which I have hit a few times...
Things to check:
Report region is region type: SQL query (PL/SQL Function body returning SQL Query - cannot be refreshed using a standard refresh dynamic action).
Ensure that: id="#REGION_STATIC_ID#" is in the Report template you are trying to refresh
Navigate to: Report Attributes > Layout and Pagination: ensure that "Partial page Refresh" is set to Yes.
Ensure that: any page item values which your SQL report is based on are submitted, these can be entered under Region Source in the "Page Items to Submit" box.
In the "Attributes" in "Pagination", "Partial Page Refresh" should be "Yes". otherwise classic report does not refresh.
Check if you have selected the Template "Standard" in Section "Appearance" of your Classic Report. This solved my problem with refreshing in Apex 5.

Redmine - how to add an activity in the DDL

Wow.I cant believe how raw redmine setup is.
Anyway..I wanted to update a ticket in a project and there is a activity drop down list. I cant save unless I specify an activity. There is none. How do I populate a list of activities from the UI?
Thanks
Time tracking activities: The content of the drop-down are in the global setting, relevant redmine guide link.
By the way, if you don't enter anything for spent time and the related comment in the Log time section, you don't have to select an activity.