-
Notifications
You must be signed in to change notification settings - Fork 416
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"TOM internal serialization error" with hybrid table #164
Comments
I have also encountered this error - please reach out if you need more examples |
Thanks for the heads up. Catching up from vacation. I have put investigating this on my todo list ... |
Hi Christian, Can you think of a workaround that might be better than below?
Happy to chat with you during work hours, and thanks for all the work that you do. |
Hi all, sorry for the delay. This is a TOM serialization bug. It has been raised with the engineers and will require a new AMO release, and then a new ALM Toolkit build. I'll update when done. |
Hi all, latest release 5.0.33 should have this fixed. Please let me know if it worked for you. |
Confirmed: it's resolved for me. We did discover an entirely new issue where we get an TMSavePoint error when a calculated table uses a SUMMARIZE() or SUMMARIZECOLUMNS() function in the same model as a hybrid table, but that has nothing to do with ALM Toolkit. :) Thanks for getting this fixed! |
Putting an incrementally refreshed table into hybrid mode (setting "Get the latest data in real time with Direct Query") causes ALM Toolkit operations on the dataset to fail with "TOM internal serialization error".
Tested with a new dataset using just one table with one column, imported from a SQL database. ALM Toolkit is comparing the local model with itself. Saved the test as a PBIT (attached).
Incremental settings:
ALM Toolkit options:
Running ALM Toolkit 5.0.32.
OneTable.zip
The text was updated successfully, but these errors were encountered: