cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

WHILE SAVING DATA GETTING AN ERROR

Former Member
0 Likes
793

Hi Experts ,

We are using SAP BPC MS VERSION ,WHILE SAVING INPUT SCHEDULE DATA I AM GETTING THE BELOW ERROR. First we restarted Send Governor Services and also deleted the below tables

DELETE  FROM lckFinance

DELETE  FROM sgQueue

DELETE  FROM sgData0Finance

DELETE FROM sgData1Finance

Still Getting an error

Please help me

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hi Subbaraju,

there is a note about the code errors of sprunconversion see please 1827841 - Error return codes for the SPRUNCONVERSION stored procedure and follow the hints.

Please don't forget to close the thread in the right manner after solved.

Regards

     Roberto

Answers (2)

Answers (2)

Former Member
0 Likes

When I have seen this error, it usually means there are no exchange rates entered for the period, in this case Jan 2016. Check that you have rates for the slice of data you are saving to. It should be in your rate fact table. I imagine you have an input schedule somewhere to load this information.

mseltana
Explorer
0 Likes

Hello Subbaraju,

according to the error message, it seems that you are calling the SPRUNCONVERSION BusinessRule within your Default.LGF.

In case you find in your Default.LGF, something like

*RUN_STORED_PROCEDURE=SPRUNCOVNVERSION(....

Please comment this line then let us know about the result.

Best Regards,

Maher Seltana