![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| db2 - copy data from one db to another | jyoung | AIX | 2 | 03-04-2008 07:48 AM |
| copy, clear and keep to new data only | sarge | UNIX for Dummies Questions & Answers | 1 | 10-09-2006 11:26 AM |
| copy data from Windows to Unix any help? | odogbolu98 | UNIX for Advanced & Expert Users | 8 | 07-09-2002 01:22 PM |
| newbee - copy data from UNIX to Linux | steven5046 | UNIX for Dummies Questions & Answers | 3 | 06-28-2001 04:03 PM |
| How to copy data file from UNIX and put it on PC | BillyT | UNIX for Dummies Questions & Answers | 3 | 01-22-2001 10:09 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
copy prod data to QA
We keep getting production files into an input directory.
These files will be processed three times a day. 8:00AM 1:30PM 5:30PM file1.20041005_05303423.dat File2.200041005_14232313.dat Once the files are processed, they are archived immediately to prod/archive directory Apart from these there is a script that runs early morning at 5.30am that copies all the files which are one day old or less that reside in prod/archive directory to QA input directory. Eg The first file above get processed by 8:00AM job and it archived to prod/archive directory. Similarly the second file,gets processed by 1.30PM job Now since the file that comes in production input directory after 5.30pm , don’t get processed until 8am job in the next morning.The QA night job would not pick up this file because it is still in input directory of prod at that time(5.30am qa copy ). This file copy from prod archive directory will only take place the following morning ie 1007 and since it is already two days old by then, QA doesn’t pickup this file from prod/archive directory. How do i solve this problem.What logic should I implement to inorder for QA job to pick post 5.30 PM files in prod directory. If I increase the time from 1 day to 2 days then , the QA job will pickup the same files again. I am not sure if I was clear in explaining , if you have any specific doubts please mention and I shall respond to immediatley. Your help is greatly appreciated. z |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|