If I delete 1 partition (in 8 partition multifile) and run
the graph. Will the graph run successfully?, If not what
error I'm going to get.
Answers were Sorted based on User's Feedback
Answer / jinsan
it will fail giving error "failed to open file (with the
path to the file partition)"
| Is This Answer Correct ? | 27 Yes | 1 No |
Answer / jai
Yes the graph will run. Only the records in the partition
being deleted won't be processed.
| Is This Answer Correct ? | 3 Yes | 29 No |
How to migrate the code FROM development to QA and QA to production?
what is difference between chk point n phase.Say im loading a file (containig 1 lakh records) and my graph fails after loading 50,000th record.What is the advantage of using check point in this case. Will i be able to start from 51000th record.
Mention some ways for improving performance of a graph?
Describe the process steps you would perform when defragmenting a data table. This table contains mission critical data?
How we can remove temp files of a failed job if .rec is not available ? How to use in abinitio graph?
Explain about ab initio’s dependency analysis?
)what is wrapper script?where it is going to execute and why we go for wrapper?
Describe step by step the process of creating tag and savefile for migration
What is common among data validity and data integrity?
How can I run the 2 gui merge files?
Input A 100 NUll A NUll 200 B 100 Null B Null 300 Output A 100 200 B 100 300 Do this using Ab initio
. How we can remove temp files of a failed job if .rec is not available