cancel
Showing results for 
Search instead for 
Did you mean: 

Error message after successful manual data load

Former Member
0 Kudos

On our Stautory App, we have renamed our Accounts Dim to StatAccounts.

On data send I get an error message after data is submitted

successfully:

Application : STATUTORYCONSOL

Status : Success

Submitted Count : 1

Accepted Count : 1

Rejected Count : 0

- Error Message -

ExecuteBaseLogic::Invalid dimension: ACCOUNT

We have renamed both Constants.lgl and System_Constants.lgl to

StatAccounts and yet the error message persists!

Regards

JP

Accepted Solutions (0)

Answers (2)

Answers (2)

sorin_radulescu
Employee
Employee
0 Kudos

Do you have any include into deafult logic?

If yes then you have first to revalidate all include files and also the default logic at the end.

Regards

Sorin Radulescu

Former Member
0 Kudos

Hi,

The default and rate logic file are completely empty and have been validated successfully. I have also performed a full optimise and full process...

Former Member
0 Kudos

Hi,

The resolution was as follows:

The app set I used as the "template" had a custom stored procedure in it which was being activated on data load. This stored procedure was caliing the ACCOUNT dimension instead of the STATACCOUNTS dimension.

We have deleted all unused packages and the issue is resolved...

Thanks to everyone for responses.

JP

Former Member
0 Kudos

Hi JP,

Do you have any logic with reference to ACCOUNT dimension?

Former Member
0 Kudos

Hi,

There is nothing in the default logic, also, the rate logic is all commented out. I'm not aware of any other logic that may be causing this...

We had the same process for the management accounts. In that app, the ACCOUNTS dimension is called Mngtaccounts and no errors occur on data load...