cancel
Showing results for 
Search instead for 
Did you mean: 

Failed to call function RSDRI_INFOPROV_READ illegal_input

NVChaitanya
Explorer
0 Kudos

Hello experts,

i am copying data user copy package from DM. When executed package failed due to Failed to call function RSDRI_INFOPROV_READ illegal_input

I am trying to copy actual data to plan data.

View Entire Topic
former_member200327
Active Contributor
0 Kudos

Can you check if you have ABAP dumps in ST22?

NVChaitanya
Explorer
0 Kudos

Hi Gersh,

There is no ST22 dump generated for this.

Thanks,

Niranjan

former_member200327
Active Contributor
0 Kudos

Hi Niranjan,

Do you have Write-Back BADI for that cube? This doesn't look like an error in standard product; seems more like something custom. Hence I'm looking for something that extends standard functionality.

Regards,

Gersh

NVChaitanya
Explorer
0 Kudos

Hi Gersh,

There is no badi for that cube. Its a standard cube.

I have loaded transaction data to standard cube, loaded transaction data to Model.

Now trying to copy data based on category and time.

Thanks,

Niranjan

Former Member
0 Kudos

Hi Niranjan,

Try select single time member and see if it works.

ie, 2013.01 to 2014.01

I don't think copy package will know how to map between 2013 to 2014.

Andy

former_member186338
Active Contributor
0 Kudos

"I don't think copy package will know how to map between 2013 to 2014." - it will map correctly

NVChaitanya
Explorer
0 Kudos

Hi Andy,

Tried with one month parameter 2013.01 to 2014.01 but facing same issue.

Thanks

Niranjan

former_member186338
Active Contributor
0 Kudos

The issue is not related to the number of months...

Try to process dimensions, light optimize cube etc...

former_member200327
Active Contributor
0 Kudos

Hi Niranjan,

Can you check in SLG1 if it gives any errors when you run that Package?

-Gersh

NVChaitanya
Explorer
0 Kudos

Hi Gersh,

SLG1 shows error details. It seems there is issue with program.

Former Member
0 Kudos

Hi Niranjan,

What was the first error above illegal input?

Whats your BPC version, SP level in backend please.

Andy

manohar_pappireddy
Participant
0 Kudos

Hi Niranjan,

Have you tried as I suggested?I doubt,when the data is aggregating number is overflowing.(Key figure value number is more than allowed size).

Are you able to display data from RSA1 for ACTUAL category?

Thanks,

Manohar

NVChaitanya
Explorer
0 Kudos

Hi Manohar,

Yes I can see data in actuals category in RSA1

Thanks

Niranjan

NVChaitanya
Explorer
0 Kudos

Hi All,

I am able to copy data now. I created new model and put all the dimensions form earlier model.

Loaded transaction data to newly created model. After successful loading ran copy package and it went through.

I am not sure what happened to earlier model created but copy did work for new model created.

Thanks all the experts for your help.

Thanks

Niranjan