Solved

Cannot find the object after upgrade to 20.10.28 - "_FDS" tables

  • 7 March 2022
  • 4 replies
  • 27 views

After the upgrade this error is raised for various (not all) tables when trying to execute from SQL Server source. 

It includes some table names with the "_FDS" extension. I tried googling the _FDS but nothing comes up, neither in TxT documentation nor outside. 

Anyone who can give me a clue on how to proceed? 

Error example:
"Cannot find the object "DIRPARTYTABLE_FDS" because it does not exist or you do not have permissions."

I can solve this be re-deploying each table but of course that is a very sub-optimal choice :(

icon

Best answer by Thomas Lind 8 March 2022, 13:33

View original

This topic has been closed for comments

4 replies

Userlevel 5
Badge +5

Hi August

What version did you upgrade from?

Hi, the previous version was 20.10.22.64

Userlevel 5
Badge +5

Hi August
I will close this. We can continue in the ticket instead.

Userlevel 5
Badge +5

Hi

For anyone finding this and looking for answers.

FDS means Failed Data Source. It is a table introduced as there was a bug when you used "Continue with existing data" while also using incremental load with hard deletes.

This bug id: 12035
You will just have to deploy the tables mentioning this and the issue will be resolved.