cancel
Showing results for 
Search instead for 
Did you mean: 

111 transferred record but 0 added record into the cube

Former Member
0 Kudos

Dear all,

I have create a flow to upload flat file into cube

- Datasource ok

- Infopackage ok

- After Start infopackage monitoring OK.

- On the Cube the request is available for reporting.

ISSUE :on the cube for this new request I have 111 transferred record but 0 added record !!!!

The issue could only result of the update rule ? or anything else ?

Thanks a lot for your help

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

...anyway,

you can load via PSA and then debug (by 'simulate update' function) your data package load process !

Again,

Roberto

Former Member
0 Kudos

thanks a lot for your help

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The reason might be not only in start routine in update rules, but also in routines in UR for any characteristic. For example, if in your routine you are to determine the characteristic value based on another input characteristic value and your routine fails to determine it then the record most likely will be skiped and not updated into cube. You can comment the code of routine and load data again.

Best regards,

Eugene

Former Member
0 Kudos

Thanks a lot for your help

Former Member
0 Kudos

Hi,

check in your update rules monitor detail tab if some start routine (filter) deletes your records....

Bye,

Roberto