Skip to main content
Solved

Can't deploy History Table after deleting a column, stuck on Deploy valid table structure

  • March 11, 2024
  • 2 replies
  • 76 views

Forum|alt.badge.img

v20.10.35.64

I’ve got a History table with ± 16 million rows in PROD and ± 2.3 million rows in TEST. To increase loading times I tried to delete some columns of the table, first in TEST. Here I was able to successfully Deploy & Execute the History table with Differential + Managed deployment, which finished in several minutes.

However, when I try the same procedure in PROD it keeps stuck on the step Deploy Valid Table Structure as shown below. I also tried to Deploy with Differential Deployment unchecked, but with no result. It just keeps loading forever.

Anybody an idea?

 

Best answer by rory.smith

Hi @KCMT ,

could it be there are locking issues? I.e. the valid table in PROD is being read by other users/processes? It could also simply be a resource issue, but locking is good to check first.

2 replies

rory.smith
TimeXtender Xpert
Forum|alt.badge.img+8
  • TimeXtender Xpert
  • Answer
  • March 12, 2024

Hi @KCMT ,

could it be there are locking issues? I.e. the valid table in PROD is being read by other users/processes? It could also simply be a resource issue, but locking is good to check first.


Christian Hauggaard
Community Manager
Forum|alt.badge.img+5

Hi @KCMT did you get a chance to check for potential locking issues as suggested above?