cancel
Showing results for 
Search instead for 
Did you mean: 

Error when running allocation logic

Former Member
0 Kudos

I am running the following allocation logic and get the following error:

*RUNALLOCATION

*FACTOR=USING/TOTAL

*DIM P_ACCT WHAT=CE0004010; WHERE=CE0004020; USING=CE0004030; TOTAL=<<<

*DIM ENTITY WHAT=A1000; WHERE=<<<; USING=<<<; TOTAL=<<<

*DIM TIME WHAT=2009.JAN; WHERE=>>>; USING=BAS(2009.TOTAL); TOTAL=<<<

*ENDALLOCATION

UJP_RULE_EXCEPTION:Missing [] on property name: WHAT=CE0004010. I get this error when executing the script using the program "UJK_SCRIPT_LOGIC_TESTER". I also get a similar error when running it via the data manager package.

Any thoughts on why this error is happening?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sanjay,

I think you are using formula property for any of the dimension member used in the Allocation logic.

FYI Allocation will not work fine for the dimension members which is calculated using the formula written in the formula Property.

There is no problem with your script it looks fine.

Hope this might help you.

Regards,

G.Vijaya Kumar

Former Member
0 Kudos

Thanks, Vijaya Kumar for your response. I don't have any formula type members in the members referenced in the allocation logic.

Are there any other ideas why this error is coming or any work around for thisissue ?

Former Member
0 Kudos

I looked at OSS and there was a note (Note 1318471 - BPC7NW: "WHAT" in *RUNALLOCATION not work) that explained that this was caused by a program error in SP2.

I am closing this message. Thanks for all your feedback.