Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BD21 performance issue

Former Member
0 Likes
696

Hi,

Run of BD21 for a Z* message type is taking a long time.

Can someone please provide a suggestion how performance can be improved

Regards,

Mike

1 ACCEPTED SOLUTION
Read only

abdul_hakim
Active Contributor
0 Likes
629

Hi

Itz not because of the z* msg type. It could be because you have more change pointers.

Check the change pointer table for your message type.

Cheers,

Hakim

3 REPLIES 3
Read only

abdul_hakim
Active Contributor
0 Likes
630

Hi

Itz not because of the z* msg type. It could be because you have more change pointers.

Check the change pointer table for your message type.

Cheers,

Hakim

Read only

0 Likes
629

Thanks Abdul.

Whether deleting old change pointers can improve the performance here ? Currently I'm checking BDCP table size. Please suggest.

Read only

0 Likes
629

Hi

I guess you have huge volume of unprocessed change pointers in your table and hence your program is taking long time to generate idocs.If certain number of change pointers is not required then you can delete the same so that the performance gets improved.

Regards,

Hakim