Skip to main content
Question

Missing tables after Multiple Environment Transfer

  • April 2, 2026
  • 1 reply
  • 1 view

Hi everyone,

We are currently using TimeXtender 20.10.45. After performing a multiple environment transfer from our dev to our test environment, some tables disappear (physical tables, not R or RT tables). I had to create these tables manualy. 

How is this possible, and could it be related to the version?

 

 

1 reply

rory.smith
TimeXtender Xpert
Forum|alt.badge.img+8
  • TimeXtender Xpert
  • April 2, 2026

Hi,

environment transfer by itself only takes the most recent version of the project from the source repository database and pushes that to the target repository where it becomes the newest version. Any changes to your data database (databases backing BU, ODX, DWH) only happen on subsequent deploy.

TimeXtender does not delete physical tables if they are deleted from a project in an earlier environment and transferred to another. They may be truncated by a deploy depending on the change. If you change schema allocations that might result in the physical table “not being there” because the new schema did not have it yet but then the old schema will still hold the table.