All crashes with insights no longer show details? - crashlytics

I have a number of crashes in the dashboard that are denoted as having insights. Great!
Unfortunately every single one of those crashes shows "Hmm, we could not fetch session information" when I click for Issue Details. Showing neither insights nor any other useful information.
Is there a workaround? Or is this a bad Crashlytics dashboard update?

Please check that your Fabric admin did not delete or disable a build. Doing so can cause this symptom.

Related

Facebook audience bidding is not working: bundle status is invalid

I have a react native application on IOS, and I implemented Facebook Audience Network Bidding with Admob.
Everything looks fine; bidding requests are being sent from Admob to Facebook. But Facebook is barely responding to bid requests.
When I use the debugger, there is an error called "Bundle status is invalid" with zero documentation on the internet.
I can see test ads without any problems. I used the Ad Inspector to validate everything, and it looks fine. But production users are not able to see any Facebook ads.
SDK versions:
FBAudienceNetwork 6.2.1
Google-Mobile-Ads-SDK 7.69.0
GoogleMobileAdsMediationFacebook 6.2.1.0
GoogleMobileAdsMediationTestSuite 1.4.0
Is there any knowledge about this problem and what is "Bundle status is invalid"?
After trying lots of solutions, I think I found out the reason.
The problem was missing tax information.
Step by step solution
Go to monetization manager
Click payouts
Select your payment account
Click edit account
It should navigate you to the organization management page.
Click to payout settings
Now, you will see the missing tax information and an update button.
Download your appropriate tax form from here
Complete the form, print it, sign it then scan it.
Upload the completed form using the update button.
After few hours, it should work and you can see the "Bundle status is invalid" is gone from the debugger.
If this solution works for you, please add a comment. So I can be sure about giving the correct solution, I will mark it as an answer.
I resolved this issue by releasing the updated app on the store (google play store in my case), now the debugger shows all green ticks.
edit: just to clarify that I still haven't uploaded a tax info form, ill wait to see if its mandatory first.

Fabric, how to associate crash with events?

I see Crashes and Events for my iOS app on the Fabric dashboard. However, there does not seem to be a way to put the two together. For instance, if I am looking at a crash, I want to see the "events" that occurred with that crash report. It would help me to reproduce the crash. Is this possible?
Todd from Fabric here - there isn't a way to combine Answers and Crashlytics data. However we allow up to 64kb of logs and key:value pairs with each crash session. Check out this page for details: https://docs.fabric.io/apple/crashlytics/enhanced-reports.html

IBM login issue. Error BXNUI0303E

i am trying to login my ibm account to use its iot platform. but its giving error while login.
BXNUI0303E: The account information could not be retrieved because of a problem contacting the business support system. You will be logged out of Bluemix.
Try again later. If you see this message again, go to DOCS and select Troubleshooting for help and support options.
I am trying since last 3 hours.
Can anyone help me.?
Thanks
We are aware of the current issues that are being experienced with Bluemix and are working as quickly as possible to resolve them. We sincerely apologize for the inconvenience.
For more information about the situation, please visit the following URL: https://developer.ibm.com/bluemix/support/#status
Update - July 2017: Please be aware that the Bluemix Status Page moved. It is now located at the following URL:
https://console.bluemix.net/status
Use the filter to list the specific category, region, and component information
If I google ibm BXNUI0303E, I find these as first results:
https://developer.ibm.com/answers/questions/267171/bxnui0303e-the-account-information-could-not-be-re.html
https://developer.ibm.com/answers/questions/238858/not-able-to-login-from-bluemix-login-screen-bxnui0.html
So, you are not alone, the solution is probably just to wait until they fix the problem.
I also found that this status page lists tons of services as "down" at the moment:

How to test workflow errors - sharepoint 2010

My work flow is showing error while run, I dont know how to see the error description
somebody please tell me how to see the error
Look your logs with ULS Viewer. You can filter message level by click the icons in the middle. This can tell you what is going on inside SharePoint.
Look into SharePoint's ULS logs. You can change the granularity of information being logged from the Central Administration. However, errors such as unhandled exceptions are usually logged by default anyway.

Execution cannot be found (rsExecutionNotFound)

I keep getting the errror "Execution 'APPLICATION ID' cannot be found (rsExecutionNotFound)" using SQL Server Reporting. It keeps happening for the same user, with the same application ID. While it happens for some other users it happens a lot for this one user. I have tried increasing the session timeout as menetioned here: http://blogs.msdn.com/jgalla/archive/2006/10/11/session-timeout-during-execution.aspx. The users don't say they are experiencing any problems, just us web developers can see them in the exception reporting.
Any thoughts?
We got around this issue with a client by clearing his web cache and deleting his cookies. Weird...
I just resolved this specific error for one user. This user could not run any reports using the report URL from her PC. She could run reports from other PCs though. I discovered that this user had not modified certain IE Internet\Scripting settings nor had this user downloaded the RSClientPrint ActiveX control. Not sure which of these was causing the problem, but when properly set and the user downloaded the RSClientPrint ActiveX control the error went away. Please note that my resolution might not work for you. I have a personal document with the needed settings but could not post them here. You will need to look in Books Online to obtain the internet settings necessary for running reports.
I have answered this in another thread
I hope this helps.