Dear Experts,
While loading headcount from zpa_c02 info cube to bpc i have faced a problem which is as follows:
this is my transformation file
*OPTIONS |
FORMAT = DELIMITED |
HEADER = YES |
DELIMITER = , |
AMOUNTDECIMALPOINT = . |
SKIP = 0 |
SKIPIF = |
VALIDATERECORDS=YES |
CREDITPOSITIVE=NO |
MAXREJECTCOUNT= |
ROUNDAMOUNT= |
*MAPPING |
HRPOSITION=0EMPLSGROUP |
CATEGORY=*NEWCOL(ACTUAL) |
EMPLOYEE_TYPE=*NEWCOL(NO DATA) |
MP_ACCOUNT=*NEWCOL(NO_DATA) |
PERS_AREA=0PERS_AREA |
PERS_SAREA=0PERS_SAREA |
P_ENTITY=*NEWCOL(SIL) |
RPTCURRENCY=*NEWCOL(LC) |
TIME_SIL=0CALMONTH |
ROLE=*NEWCOL(NO_DATA) |
SIGNEDDATA=ZHD_CNT |
*CONVERSION |
this is the error
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 | |
Number of rejected records 501 exceeds the max reject count 500 | |
Reject count: 501 | |
Record count: 40000 | |
Skip count: 0 | |
Accept count: 0 | |
Validation with data file failed |
Error descreption:
1 ,35,ACTUAL,NO DATA,NO_DATA,CHNI,S&MS,SIL,LC,201203,NO_DATA,10.000 |
Line1 :Dimension: CATEGORY member: ACTUAL is invalid or is a calculated member |
1 ,35,ACTUAL,NO DATA,NO_DATA,CHNI,S&MS,SIL,LC,201203,NO_DATA,10.000 |
Line1 :Dimension: EMPLOYEE_TYPE member: NO DATA is invalid or is a calculated member |
1 ,35,ACTUAL,NO DATA,NO_DATA,CHNI,S&MS,SIL,LC,201203,NO_DATA,10.000 |
Line1 :Dimension: PERS_SAREA member: S&MS is invalid or is a calculated member |
1 ,35,ACTUAL,NO DATA,NO_DATA,CHNI,S&MS,SIL,LC,201203,NO_DATA,10.000 |
Line1 :Dimension: TIME_SIL member: 201203 is invalid or is a calculated member |
2 ,39,ACTUAL,NO DATA,NO_DATA,CORP,S&MS,SIL,LC,201203,NO_DATA,3.000 |
Line2 :Dimension: CATEGORY member: ACTUAL is invalid or is a calculated member |
2 ,39,ACTUAL,NO DATA,NO_DATA,CORP,S&MS,SIL,LC,201203,NO_DATA,3.000 |
Line2 :Dimension: EMPLOYEE_TYPE member: NO DATA is invalid or is a calculated member |
2 ,39,ACTUAL,NO DATA,NO_DATA,CORP,S&MS,SIL,LC,201203,NO_DATA,3.000 |
Line2 :Dimension: PERS_SAREA member: S&MS is invalid or is a calculated member |
2 ,39,ACTUAL,NO DATA,NO_DATA,CORP,S&MS,SIL,LC,201203,NO_DATA,3.000 |
Line2 :Dimension: TIME_SIL member: 201203 is invalid or is a calculated member |
3 ,39,ACTUAL,NO DATA,NO_DATA,MVEJ,MHHR,SIL,LC,201203,NO_DATA,1.000 |
please help me on the above case