Page 1 of 1

Do feeders work in distributed mode?

Posted: Thu Feb 14, 2013 7:35 pm
by bunchukokoy
Hi Guys,

Just a question. I deployed an approval application. The source view has 98 percent rule-calculated values coming from the other cubes.
The view works fine in Connected Mode even if I suppress zeroes only for the rows. Records with values are shown.

But when I try to open in Distributed Mode, no record is shown. This is the same zero-suppression for rows only.
Even if there are rows that have values (rule-calculated), they are not shown in the slice. This is when all my input measures are all empty at the start. But when I put values to the input measures in Connected Mode, then go back using the Distributed mode, the rows are then visible.

What I am thinking is to put flag values for rows that have rule-calculated values upon uploading of data in the source cubes.

But is it the way it is?

Thanks in advance for helps.

Thanks,

Bunch

Re: Do feeders work in distributed mode?

Posted: Tue Feb 19, 2013 2:04 pm
by whitej_d
Do your feeders contain references to attributes or other cubes?

I believe the process which downloads the local server in distributed mode will miss these dependencies. Try manually defining the dependencies using a TI.

Re: Do feeders work in distributed mode?

Posted: Tue Feb 19, 2013 2:33 pm
by whitej_d
Or you could probably add the cube dependencies required in the manual dependencies folder of your application in Performance Modeler, like you would if you adding websheets to an application.

Re: Do feeders work in distributed mode?

Posted: Wed Feb 20, 2013 6:42 am
by bunchukokoy
Hi WhiteJ_D,

You are correct! Thanks for the answer. I actually used attributes in my feeders. I deployed them as part of the application. And it's working now. Thanks.

Bunch.