Hi<br>
I am trying to use the account transformation Business Rule in BPC 7 for MS. I have stored data gainst the the following <br>
application = legal<br>
period = 2009.006<br>
category = Actual<br>
ConsolView = LC<br>
Intco = I_9005<br>
Measure = Periodic<br>
DataSourceL = input<br>
Account =650110 and 650115<br>
I have built a report to display this data and to display account 100000
<br>
My logic to call the rule is
<br>
*RUN_STORED_PROCEDURE=SPRUNCALCACCOUNT( '%APP%', 'ACTUAL' ,'LC', %SCOPETABLE%, '%LOGTABLE%', 'ABC',99 )<br>
*Commit
<br>
I run my logic in debugger and in the Region tab I set Category to Actual and the Time to 2009.006
<br>
In the Business Rule I have a transformation group of ABC and in it I have two rows. I have tried many combinations of parameter values but generally I set the source account to 650110 and 650015 and the destination account to 100000 and leave all other fields empty.
<br>
When I run there are no error messages but no data is moved to account 100000.
<br>
The log contents are;
<br>
****************************************************************************************************
<br>
Start time --->5:01:13 PM - Date:26/06/2009 (build code:254)
<br>
****************************************************************************************************
<br>
<br>
User:EXTENDTEC\BPC_SYSADMIN
<br>
Appset:Austereo
<br>
App:Legal
<br>
Logic mode:1
<br>
Logic by:
<br>
Scope by:
<br>
Data File:
<br>
Debug <br>
File:C:\BPC\DATA\WebFolders\Austereo\Legal\PrivatePublications\BPC_SYSADMIN\TempFiles\DebugLogic.Log
<br>
Logic File:Acct Transform ABC.LGF
<br>
Selection:DIMENSION:Category|ACTUAL|DIMENSION:Time|2009.006|
<br>
Run mode:1
<br>
Query size:2
<br>
Delim:,
<br>
Query type:0
<br>
Simulation:0
<br>
Calc diff.:1
<br>
Formula script:
<br>
Max Members:
<br>
Test mode:0
<br>
Is Modelling:1
<br>
Number of logic calls:1
<br>
-
<br>
Call no. 1, logic:C:\BPC\DATA\WebFolders\Austereo\AdminApp\Legal\Acct Transform ABC.LGF
<br>
-
<br>
Building sub-query 1
<br>
-
<br>
Query Type:0
<br>
Max members:
<br>
Executing SPRUNCALCACCOUNT 'Legal', 'ACTUAL' ,'LC', SPSCOPE_428552, 'SPLOG_486004', 'ABC',99
<br>
<br>
SPRunCalcAccount Version 7.0.112
<br>
<br>
Time to run stored procedure:.6 sec.
<br>
call 1 completed and data posted in 0.7 sec.
<br>
Run completed in 0.7 sec.
<br>
****************************************************************************************************
<br>
End time --->5:01:14 PM - Date:26/06/2009
<br>
****************************************************************************************************
<br>
I have spent two days trying to get this thing to work. Am I correct in assuming the purpose of this is to copy data from the source account to the destination account. Can somebody please tell me whether there are other factors that control a business rule.
<br>
I have spoken to most of the Australian BPC experts and none have successfully invoked the SPRUNCALCACCOUNT. I have read all available documentation and not found an explanation that sheds light on what I am doing wrong. Has anyone successfully used theis Business rule?
<br>
Thanks in advance
<br>