Unexpected error Tracking number: c904462681469709 - sql

been trying to create a table in sandbox and i'm getting an "Unexpected error
Tracking number: c904462681469709". sometimes the table gets created, sometimes it doesn't.
any wizards that can help me with this?
cheers,

I ran into the same issue today, I do not know what causes the error, but I found that BigQuery has loaded my table. The steps I used are as follows:
Click the three dot drop down to create the table.
Fill out the source, destination, schema for the table.
After clicking 'create table' receive the error and close out the error window.
Close out of the create table window.
Refresh your BigQuery page.
Check the dataset you created the table under and it should be there.
I hope this method works for you as it did for me!

That happened to me too. So strange but yes I did the same thing Devin did. Took me forever trying to figure it out but it is what it is. Just refresh and keep going.

Related

BigQuery is deleting lines in my script when I only run part of it

I have a moderately complex script (create about 20 different tables, approx 1500 lines). When making changes, I only need to run the part of the code that comes after the change. I normally dont have any issues with this, but today, I selected lines 800-1500, hit ctrl + enter, and when it completed the run 6 minutes later, I found that all of the code above the line I started the run from (ie lines 1-799) had been deleted.
When I hit ctrl+z nothing happens, so somehow the change has been locked in. I have some earlier versions of the script, but there are changes in here that got deleted that I dont have saved anywhere else.
Two questions:
why is this happening? any way to prevent it from happening again? (other than stricter version control, or running the subset of the query in another query editing window)
Any way to recover the deleted code if ctrl+z doesnt work, and it's not in the query history as I didnt run that piece of it today?
notes: using BigQuery web interface for this
Something caused your browser tab to reload itself. The URL in the browser immediately updates itself with a new job_id parameter every time you execute a query, and going to that URL (via reloading the tab or otherwise) will display the exact SQL executed by that job and the resultset if the job has finished. If you've only highlighted a portion of the query -- welp, that's the query that got run so that's the query that will be displayed when you revisit that url. :(
The new "editor tabs" feature has been causing this for me: I have to click the "disable editor tabs" button at the top of the bigquery UI to prevent the page from reloading when running queries with multiple stages. But there are an endless number of possible reasons that your particular tabs might be reloading on your particular system, so here's a second fix:
Use /* */ SQL comments to block off the parts of the query that you don't want to run. The comments are part of your query and will therefore still be visible even if the browser tab reloads.

Autolayout: Unable to simultaneously satisfy constraints. Symbolic breakpoint does not show the error message

I ran to the issue and I cannot get my head around how to solve this. I have four views, each with elements inside has its constraints, you can see the full list in the picture below.
When I run the app, and click on the any one of the text fields, nothing happens and works just fine. However, when I click on the other text field I get this not very pleasant error message.
Well, I followed the steps, and added a symbolic breakpoint, but it did not give any useful information, as you can see below,
I have been stuck on this for a while, and tried many things, including changing the priorities of both views and textfields, as well as deleting some of the constraints that might have caused the problem. Unfortunately, nothing works :( Any help is very appreciated!
You're not doing anything wrong. The TUISystemInputAssistantView mentioned by the console message is not your view. Ignore the message (and file a bug report with Apple). It's not your problem.

BigQuery Views cannot be edited, only deleted and re-saved

This is more of a bug report than a question, but Stack Overflow is the official support channel for BigQuery so I'm not sure where else to post this.
Right now if I have a view in BigQuery, when I try to edit it by clicking on "Details", editing the SQL, then clicking "Save View", I get the "View Saved" popup, but when I query the view again nothing has actually changed. The only way to change the view is to delete it and save a new one with the same name, which is pretty annoying every time I want to edit a view. This seems like a bug. Is it already known? Is there a timeline for it to be fixed? Is there somewhere else I should be reporting this? Thanks.
This is a UI-specific bug that we began pushing earlier in the week. The issue was exactly as your described: updating an existing view would report success, but not actually change the SQL query. We pushed a fix to production yesterday and the issue should now be resolved. You will need to refresh your BigQuery UI to pick up the new version and again be able to update views as expected.
Thanks for the bug report, and sorry for any inconvenience! Just FYI, another channel for bug reports (which Stack Overflow sometimes isn't a huge fan of) is our external issue tracker.

Keep getting incorrect captcha

This used to work, but at some point in the last year it stopped working and we just found out today from a customer. It keeps on saying that you failed even if you type it right.
Also, if you press the voice button, it says a different number/word than the number/word it's displaying.
Here is a live link.
Figured it out. For anyone else that has this problem the solution was...
The page had multiple tables. In an update, the end of the form got outside of the main table, breaking the captcha. Once the was moved back inside the proper it worked again!

QTP_errObject CaptureBitmap

May I request you to clarify the issue I have with QTP err object.
I am trying to capture the screen shot of an object on which error occured.
I use the code object.captureBitmap(filename) to achieve this.
I would like to know if it is possible to get the screen shot of the entire page with the err object higlighted.
You can get this in your results file. go to tools->options and select the run tab. Check the box "Save still image captures to results" and select either always or for errors. When you run your test it will show the full screen and highlight the object it has a problem with, if it could find it.
(if I'm not too late with my reply)
Use CaptureBitmap method for both problem object and parent of the object.
Then you can display it in a variety of ways using simple html page automatically generated.
Albert