cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid dimension: COPAPRODUCT

Former Member
0 Kudos

Hi All,

When i submit the value using the input template, i am getting the below error message.

- Error Message -

ExecuteBaseLogic::Invalid dimension: COPAPRODUCT

But the value submitted to the database.

Action taken to solve this issue:- I have processed the application and COPAPRODUCT dimension. During the process no error message.

How to solve this issue?Anyone have idea please share.

Regards

Venkii

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Venkii,

Edit the "Default.LGF" script logic file and comment out the statements which are not required, by adding "//" before the INCLUDE statement. While the "Default.LGF" file is the file that needs to be modified by the end user, BPC actually uses the compiled version of the file, "Default.LGX" when executing the logic. To update this file, it is essential that you choose "Validate and Save" after modifying the LGF file.

Hope this helps.

Regards,

Poonam

Former Member
0 Kudos

Hi Venkii,

Please validate all the script logics. If you have any script logics included in the default logic, then first validate the included logic and then validate the default logic.

Another thing to be checked is the system_constants.lgl of your application. Have you mapped your dimension properly?

What is the type of your copaproduct dimension? If its an account type dimension, then your system_constants.lgl file of the concerned application should have a statement

*FUNCTION ACCOUNTDIM=COPAPRODUCT

Hope this helps.

Former Member
0 Kudos

Hi,

i've seen "ExecuteBaseLogic". Could you post the default logic please?

Deca