Skip to content
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

Closed
vagabond177 opened this issue Aug 24, 2022 · 6 comments
Closed

"TOM internal serialization error" with hybrid table #164

vagabond177 opened this issue Aug 24, 2022 · 6 comments

Comments

@vagabond177
Copy link

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:

image

ALM Toolkit options:
image

Running ALM Toolkit 5.0.32.

OneTable.zip

@adsummer
Copy link

I have also encountered this error - please reach out if you need more examples

@christianwade
Copy link
Member

Thanks for the heads up. Catching up from vacation. I have put investigating this on my todo list ...

@adsummer
Copy link

adsummer commented Oct 6, 2022

Hi Christian, Can you think of a workaround that might be better than below?

  • I have Test and Prod environments
  • I do all of my work in the Test Environment (without Hybrid tables)
  • I push from dev to Prod, then in prod activate the hybrid tables
  • Then go back to working in Test

Happy to chat with you during work hours, and thanks for all the work that you do.

@christianwade
Copy link
Member

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.

@christianwade
Copy link
Member

Hi all, latest release 5.0.33 should have this fixed. Please let me know if it worked for you.

@vagabond177
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants