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

Data upload problem after a certain date

Former Member
0 Likes
839

Dear All

I have a terrific problem with a upload report. This is a attendance report basically. Through out the month up to 27th day the program execute perfectly. on and after 28th day program behaves differently. Data volume increased day by day. On 28th data contain at about 35000 records. Few data stored wrongly after 28th and then we execute one more this program with few of them say 100 records. Which records stored wrongly now stored rightly. So its difficult to find the exact logical incorrectness as program behaves dual nature. Please guide me what the may cause there.

Regards

Swati

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
792

Hi,

This type of problems come when there is no proper upload file format.

It is better to check in debug mode and check the upload function module return details(subrc).

Regards,

Shaiksha Vali.

6 REPLIES 6
Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
792

Hi Swati,

Can you please share the Program, so that we can Identify what exactly the problem is.

Some times, If data is related to posting, It depends on Config Setting also. For Example: When a payroll is ran, then if the Payment date(Last day of every Month) comes on a Holiday/Weekend. Then in this case we consider the Earlier Date(Day prior to that day) that's how it will be configured. So Please share the program /Area that you are facing the Issue. So that it would be easy to explain / identify what exactly goes wrong in the behavior.

Hope this helps.

Read only

0 Likes
792

Dear Venkat

I do not have the exact problematic part. I do not understand how the program behaves dual nature. And confuse me when I saw the data was incorrect after re execution of the program data was correct and I re execute program with same selection. This program is just a normal upload program which store data in two customize table. Nothing else.

Regards

Swati

Read only

arindam_m
Active Contributor
0 Likes
792

HI,

Please give a sample of the correct data and wrong data. Also if you can give the code would be helpful.

Cheers,

Arindam

Read only

Former Member
0 Likes
792

Better check the program via session method run and re run the error screen to know the error.

Read only

Former Member
0 Likes
793

Hi,

This type of problems come when there is no proper upload file format.

It is better to check in debug mode and check the upload function module return details(subrc).

Regards,

Shaiksha Vali.

Read only

0 Likes
792

Problem resolved now..