What are validations you perform after creating jobs in designer.what r the different type of errors u faced during loading and how u solve them

Showing Answers 1 - 2 of 2 Answers

qwert123

  • Jul 1st, 2009
 

Hi, I worked on a process which was loading target table after performing email standardization on source files.
I performed the following validations:
1)all letters should be in smallcase
2)email id field should not contain more than 255 characters
3)it should not contain special characters except underscore

While loading sometimes i came across to the following errors:

1)"unknown field name....." because metadata was not properly loaded..i reloaded the data and it worked fine...

2)"data truncaion warning"..bcoz in data stage data type size was less than the size of data type in database

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions