cancel
Showing results for 
Search instead for 
Did you mean: 

system update error

0 Kudos

when I update system in hac (platform -> update), the console print as follows:

when updating schema, the console should print

[DbTypeSystemImpl] 25843 props have been fetched in 895.0 ms

after

DbTypeSystemImpl] 255 numberseries have been fetched in 10.43 ms.
I still can't find the reasons. who can help me? in addition, there is a more detailed log in attachment
link text

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Peng,

I have the seam problem on the preproduction environnement of my customer and after investiguation it's seem that the new update algorithm that was introduced on the 5.1 cause some perfermance problem when the props table become big.

Solution: please activate the legacy update mode and the problem should disappear, to do it please modify the following key on your local.properties;

initialization.legacy.mode = true

Best regards
0 Kudos

Thank you for your reply. But it doesn't work for me. By the way the records in props table increased from about 22,000 to more than 9,000,000. What' s the props table for? Do you have any other solutions for this problem? what if I clean up props table?

Former Member
0 Kudos

Hi , were you able to find a solution for this problem? I'm facing the same type of problem while perfor updatesystem. It seems to me that the option "initialization.legacy.mode=true", like the name suggests, only works when initializing the system. I'd very much appreciate if you could share a solution, in case you found one. Thanks in advance, Omar

Former Member
0 Kudos

initialization.legacy.mode=true also is applicable for an update system

Former Member
0 Kudos

Out of interest, what was the reason for the legacy mode not working