cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem in Table System UPDATE

fajarnrm
Explorer
0 Likes
1,621

Hi Everyone,

I have some problem with update table. table that I updated is CE1I100 (table system in SAP). before found problem my code program success to update data. but after some time I try to run, i have some error database like below

i try to ask for help with basis database administrator (in my company) for update partition table CE1I100. it's done update but i still have error like that. my code :

is there something wrong with my code? what should i do to solve this error?

addition, even i do edit with se16n using /h (edit manual) i get error that same.

Thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

fajarnrm
Explorer

thanks all for a question. this problem solved. the process in the program that I made turned out to be so heaped up (maybe i could say the cache) so that the CE1I100 table couldn't make any transactions. the solution to overcome this is to UNLOAD the tables on the HANA database server side. after unloading, transactions related to table CE1I100 can return to normal. Hope you can help

Sandra_Rossi
Active Contributor
0 Likes

Thanks for the feedback.

Could you recommend any official documentation to help future visitors?

I see this one which explains loads and unloads:

2127458 - FAQ: SAP HANA Loads and Unloads - SAP for Me

But I couldn't find one which relates SQL error 2055 and loads/unloads.

Thank you.

Answers (1)

Answers (1)

Dominik_Tylczynski
SAP Champion
SAP Champion
0 Likes

Hello fajarnrm

See the note 3216228 - SQL error 2055 accessing : maximum number of rows per table or partition reached

You can also consider archiving unnecessary CO-PA data Archiving in CO-PA

Best regards

Dominik Tylczynski