Dear all,
We use the standard /CPMB/IMPORT_IOBJ_MASTER process chain to import master data from BW objects in BPC.
The data packages works fine in production where we run CPMBPC 800 SP12.
We have just upgraded or Dev and Quality environment to CPMBPC 800 SP15 and we have an issue with the loads of attributes and description.
That is to say, members ID are correctly imported from the BW object to the BPC dimension, nevertheless members description and attributes are not imported. The data package result in a warning message, but it does not provide additional information.
Please note that we use the same data package, transformation and conversion file. (you can find the transformation below).
Everithing looks fine on the source BW infoobject.
Has anybody had any issue with that?
Thanks in advance
Michele
*OPTIONS |
FORMAT = DELIMITED |
HEADER = YES |
DELIMITER =, |
SUPPRESSCHARACTER=CH00 |
AMOUNTDECIMALPOINT = . |
SKIP = 0 |
SKIPIF = |
VALIDATERECORDS=YES |
CREDITPOSITIVE=YES |
MAXREJECTCOUNT= |
ROUNDAMOUNT= |
*MAPPING |
ID=*IF(ID=*STR() then *STR(AVOID); *STR(CC_)+ID) |
FA=*IF(0FUNC_AREA=*STR() then 0FUNC_AREA; *STR(FA_)+0FUNC_AREA) |
PC=*IF(0PROFIT_CTR=*STR() then *STR(); *STR(PC_)+0PROFIT_CTR) |
CC_ID=ID |
*CONVERSION |
ID=ALL\NO_SPACE.xls!CONVERSION |