executeASOAlloccation Produces Essbase Error 1030780
(Doc ID 3024232.1)
Last updated on MAY 23, 2024
Applies to:
Oracle Enterprise Planning and Budgeting Cloud Service - Version N/A and laterInformation in this document applies to any platform.
Symptoms
executeASOAllocation produces Essbase Error 1030780
Example from the documentation:
/*RTPS: {curYear}*/
AllocationParameters allocationParameters = new AllocationParameters()
allocationParameters.pov = 'Crossjoin(Crossjoin(Crossjoin(Crossjoin(
Crossjoin(Crossjoin(Crossjoin({[Bonus]},{[No Currency]}),{[No Entity]}),
{[No Manager]}),{[Jan]}),{[Current]}),{[BU Version_1]}),
{${mdxParams(rtps.curYear)}})'
allocationParameters.amount = '([No Employee])'
allocationParameters.zeroAmountOption = ZeroAmountOption.ABORT
allocationParameters.targetTimeSpanOption = TargetTimeSpanOption.DIVIDE_AMOUNT
allocationParameters.range = '{Descendants([Total Employees], [Total Employees].dimension.Levels(0))}'
allocationParameters.basis = '([Salary], [Actual])'
allocationParameters.basisTimeSpanOption = BasisTimeSpanOption.COMBINE_BASIS
allocationParameters.zeroBasisOption = ZeroBasisOption.ABORT
allocationParameters.negativeBasisOption = NegativeBasisOption.DEFAULT
allocationParameters.allocationMethod = AllocationMethod.SHARE
allocationParameters.roundDigits = 2
allocationParameters.roundMethod = RoundingMethod.ERRORS_TO_HIGHEST
operation.cube.executeAsoAllocation(allocationParameters)
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |