Feeder an Ode why I HATE them!
Posted: Wed Sep 17, 2008 2:38 pm
As always feeders will be the death of me.
Rule works perfectly, but I have posted it below
Feeder not working. Feeder is in Cube 2
After a bunch of trouble shooting I found out the following.
1) The issue appears to be !2009 Budget HC. If I hard coded it to '80400' the feeder works, but other wise it doesn't.
2) I thought the problem might the feeder flags needed to reset, so I rebooted the server....Still doesn't feed.
God help me if I am missing a comma or if something is misspelled!

Code: Select all
Cube 1 = 2009 HC Expense
Dim1 = 2009 Budget HC
Con. Elmt = 80400
LfElmt = Employee1
LfElmt = Employee2
Dim2 = Cost Element
Con. Elmt = Compensation and Benefits
LfElmt = 601100
Dim3 = Month
Con. Elmt = Year
LfElmt = 1
Code: Select all
Cube 2 = Operating Expenses
Dim3 = Cost Element
Con. Elmt = Compensation and Benefits
LfElmt = 601100
Dim2 = Cost Center
Con. Elmt = 270FR Finance
LfElmt = 80400 *****Leaf matches Cube1 Dim1 Consolidations *****
Dim3 = Year
Con. Elmt = All Years
LfElmt = 2009
Dim3 = Month
Con. Elmt = Year
LfElmt = 1
Dim3 = Scenario
LfElmt = Actual
LfElmt = Working Budget
Dim1 = Company
Con. Elmt = 10000
LfElmt = 1000
LfElmt = 3000
Dim4 = Currency
LfElmt = USD
LfElmt = Local Currency
LfElmt = CAD
Dim5 = Measure
LfElmt = Amount
LfElmt = Explaination
Rule works perfectly, but I have posted it below
Code: Select all
#BUDGET HC EXPENSES
['601100','2009','Working Budget','1000','USD','Amount']=DB('2009 HC Expenses',!Cost Center,'601100',!Month);
Code: Select all
['601100']=>DB('Operating Expenses',!Cost Element,!2009 Budget HC,'2009',!Month,'Working Budget','1000','USD','Amount');
1) The issue appears to be !2009 Budget HC. If I hard coded it to '80400' the feeder works, but other wise it doesn't.
2) I thought the problem might the feeder flags needed to reset, so I rebooted the server....Still doesn't feed.
God help me if I am missing a comma or if something is misspelled!