Application Development 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: 

Data migration thru BDC

Former Member
0 Kudos
174

Hello experts,

Here we are trying to migrate the master data using BDC but the problem what we are facing is that the mgiration rate becomes very less after few hours of starting the program. When we restart the server again the transfer rate is high but reduces after few hours of its run.

could anyone give some suggestions to increase the migration rate ?

Is there any procedure to be adopted at BASIS level before starting/or during the BDC program run, as we can see using SM50 that the program gets stuck at certain tables during the run.

Could somebody please suggest what are the various possibilities available in refreshing the databases statistics using the TCODE DB20 or by the program RSANAORA and how it would help to increase the transfer rate of the BDC program.

With Regards

Balaji.J

1 ACCEPTED SOLUTION

abdul_hakim
Active Contributor
0 Kudos
83

Hi,

Check the following Criteria!

1. Volume of data that you are uploading(If the data volume is huge then it may cause performance problem, in such case you need to split your input files with less no of records)

If you dont have huge volume of records in your upload file then check the following.

1. No of Background Work Process Available(Incase if you are uploading in Background)

2. No of Dialog Work Process Available(Incase of Foreground)

3. No of available Update Work Process(V1/V2)

Cheers,

Hakim

3 REPLIES 3

abdul_hakim
Active Contributor
0 Kudos
84

Hi,

Check the following Criteria!

1. Volume of data that you are uploading(If the data volume is huge then it may cause performance problem, in such case you need to split your input files with less no of records)

If you dont have huge volume of records in your upload file then check the following.

1. No of Background Work Process Available(Incase if you are uploading in Background)

2. No of Dialog Work Process Available(Incase of Foreground)

3. No of available Update Work Process(V1/V2)

Cheers,

Hakim

Former Member
0 Kudos
83

Dear Abdul,

Even though we have a huge volume of data we have split the record into 500 each. we are having 6 daialog process and four users currently working. we are using oracle 10 G with ECC6.0 and windows 2003 server.

we checked with sm50 and we found that the process gets stuck mainly in two tables which are sequentially read.

kindly let us know whether any way is there to refresh the tables to regain its data transfer speed or the process of creating tables statics for these tables.

We aslo think it is not picking the right index. what is the process for making it to pick the right index.

with regards

Balaji.J

0 Kudos
83

Hi

What are the tables that you are reading in? Paste ur source code here so that we can see and suggest you some solution.

Cheers,

Hakim