Hello experts, i am trying to load master data using excel file into BPC dimension. The file has 358542 rows of data and in 3 columns. I am unable to load because of the following error.
Error
======
/CPMB/MODIFY completed in 0 seconds
/CPMB/MASTER_CONVERT completed in 101 seconds
/CPMB/MASTER_LOAD completed in 1764 seconds
/CPMB/CLEAR completed in 0 seconds
[Selection]
--------------------------------------------------------------
FILE = \ROOT\WEBFOLDERS\SIL\SALES_PLANNING_SIL_2\DATAMANAGER\DATAFILES\MASTER DATA\ZCENSUS_FLATFILE_CITY.CSV
TRANSFORMATION = \ROOT\WEBFOLDERS\SIL\SALES_PLANNING_SIL_2\DATAMANAGER\TRANSFORMATIONFILES\EXAMPLES\TEST\FINAL\MASTER DATA\ZCITY_CENSUS.xls
DIMNAME = CUSTOMER_SALES_2
WRITEMODE = 2
[Message]
--------------------------------------------------------------
No 1 Round:
Reject count: 0
Record count: 358542
Skip count: 0
Accept count: 358542
Member 12MO-KAILAR-KHEDATOR KHERA JAGI does not exist
Member 12RI-JAWAD-BHAGWANPURA GUDANATH does not exist
Member 12WE-GOGAON-KHEDIKHURD NAWALPUR does not exist
Member 13SA-PATN-JAMDADWADI CHAUGULEW does not exist
Member 13SN-WALW-PHALKEWADI CHANDACHI does not exist
Member 18SU-RAURPS-I.D.L.FACTORY OTHE does not exist
Member 22TJ-THIYAR-NADUKKAVERY_EAST W does not exist
Member 22TP-UDUMAL-KUDIRAIAR KUKKAL R does not exist
Member 25DJ-DARJEE-LEBONG MINERAL SPR does not exist
Member 33JA-PATHAL-KUDEKELA DHARJIYA B does not exist
Submit count: 0
model: SALES_PLANNING_SIL_2. Package status: ERROR
i have tried to load in two different dimensions for test, one test run keep on running for 1:45 hours with no result. the other test run showed the above error. The flat file consists of 3 columns.
District sales area city
12MO KAILAR KHEDATOR KHERA JAGI
I am trying to concatenate the three columns into ID because of duplicate data in different area and city combinations. specifically I do not have these records in the flat file itself. But still member does not exist error is pretty confusing.
Transformation file sample
===================
*OPTIONS
FORMAT = DELIMITED
HEADER = NO
DELIMITER = ,
AMOUNTDECIMALPOINT = .
SKIP =
SKIPIF =
VALIDATERECORDS=YES
CREDITPOSITIVE=YES
MAXREJECTCOUNT=-1
ROUNDAMOUNT=
*MAPPING
ID=*COL(1)+*STR(-)+*COL(2)+*STR(-)+*COL(3)
EVDESCRIPTION=*COL(3)
SALES_GROUP=*COL(1,3:4)
CITY = *NEWCOL(X)
*CONVERSION
Guide me and thank you in advance
Praveen