Hello Experts, I am trying to validate my transformation file and I can see peculiar behaviour of the transformation file. Even though the transformation file is not complete/ complete with all the mappings, i am getting the same error as above.
I can see options, mapping and conversion sections are validating successfully and throwing the above error.
Incomplete Transformation File
-------------------------------------------------
*OPTIONS |
FORMAT = DELIMITED |
HEADER = YES |
DELIMITER = , |
AMOUNTDECIMALPOINT = . |
SKIP = 0 |
SKIPIF = |
VALIDATERECORDS=YES |
CREDITPOSITIVE=YES |
MAXREJECTCOUNT= 10 |
ROUNDAMOUNT= |
*MAPPING |
CUSTOMER = *NEWCOL (NO_CUST) |
Validating the transformation files
Validating options... | |
Validation of options was successful. | |
Validating mappings... | |
Validation of mappings was successful. | |
Validating conversions... | |
Validation of the conversion was successful | |
Creating the transformation xml file. Please wait... | |
Transformation xml file has been saved successfully. | |
Begin validate transformation file with data file... | |
[Start test transformation file] | |
Validate has successfully completed | |
ValidateRecords = YES | |
Error occurs when loading transaction data from other model | |
Validation with data file failed | |
I am getting the same error with complete transformation file also. Please let me know where I am doing the mistake or is it a system error?
Thanking you
Praveen