How to Run Allocation in Outlooksoft Everest 4.2 or SAP BPC 5.1

Hello,
Currently we use OS Everest 4.2 and we are in the Process of installing SAP BPC 5.1. We haven't used OS or BPC for allocation. I am trying to find a document that helps us guide through the process of creating a Allocation rules / formulas.
We found a Allocation Manual in Old Outlooksoft Support site and tried using it but it doesn't work or may be I am doing something wrong.
This is a Sample Allocation formula that we were just trying to see if it works.
*RUNALLOCATION
*FACTOR=USING/100
*DIM ACCOUNTS  WHAT=AMOUNT; WHERE=<<<; USING = COUNT
*DIM ENTITY  WHAT=EAST; WHERE=EAST;USING<>EAST
*ENDALLOCATION
*COMMIT
It gives us  an error shown below when validating the Logic: shown below
Update Excel file to Server
Getting formulas
Creating LGF file
Validating logic
*ValidateFormula: Invalid instruction: RUNALLOCATION
Error occured
If you have any documents that will show the step by step instructions on how ALLOCATION works and how to implement, please send it. I didn't find any thing in the helpfile. Its very difficult to figure out without any documentation.
I would appreciate any help.. Thanks a lot !!!

First of all, I am feeling for you. It is very hard situation that thousand of users has own local "MyDocument" folder in local PC.
Folder structure between 5.1 and 4.2 is almost identical. Only difference is name of folder in My Documents. It was "Everest" in 4.2 but "OutlookSoft" in 5.1.
And there is couple more differences but it is going to recover automatically. Something like dimension cache, appinfo archive.
So, I like to suggest rename current "Everest" to "OutlookSoft" in My Documents. And do some test. I think biggest issue of here is report functionality between two versions.
At least, simple rename procedure is much easier than copy all reports to correct path.
I'm praying for your luck.

Similar Messages

  • How to Run Operating System Command Before/After Message Processing SAP PI

    Hi,
    We are trying to execute multiple commands via "Operating System Command Before/After Message Processing".
    When we use single command say for example cp or mv (copy or move) the commands get executed fine.
    eg: cp %F /var/opt/data/outbound/Test/Dummy.txt 
    /this works fine/
    when we club commands together or try to redirect the outputs of commands, none of the commands get executed.
    eg:
    cp %F /var/opt/data/outbound/Test/Dummy.txt ; rm %F
    or
    wc -l %F > /var/opt/data/outbound/Test/Dummy.txt
    Is it possible to execute multiple commands or redirect the output  of commands without using a shell script? The PI server we are working on iis hosted on UNIX environment.

    Hi Harleen,
    try like this
    cp %F /var/opt/data/outbound/Test/Dummy.txt ; rm %F
    instead of semicolon try this
    (1) &
    command1 & command2
    Execute Command1 and then execute Command2
    (2) &&
    command1 && command2
    Runs the command2 only when command1 doesn't Complete successfully
    (3) ||
    command1 || command2
    Runs the second command if the first command had an error
    (4) ()
    (command1 || command2) || (command3 & command4)
    Defines the order in which commands are to be executed
    Regards
    Suraj

  • How to run multiple Test Script versions at once

    HI
    How to Run different versions of Test Scripts ( TCD record & SAP GUI) continiously.
    Thankyou

    >
    d s wrote:
    > HI
    > How to Run different versions of Test Scripts ( TCD record & SAP GUI) continiously.
    >
    > Thankyou
    Hi DS,
    If I understand your question correctly,you want to execute different version of TCD and SAPGUI continously,then please find the steps below:
    1)Create a new script.
    2)Call the individual scripts created in TCD and SAPGUI in the new script using REF command in the pattern you want to execute.
    3)eCATT will automatically choose the relevant version automatically suitable for the system.
    4)Maintain the input and output paramters in the main script.
    5)Paramterize the input and output values.
    6)Once the script is without errors,you can execute the scripts and they run continously.
    Hope this answers your query.
    Regards,
    SSN.

  • HOW TO STOP A SCHEDULING A PROCESS CHAIN IN SAP BPC

    Hello Expert,
    Can Any 1 tell me  how to stop a scheduling of a process chain in sap bpc ??

    Hi Neeraj,
    Your question is not clear.
    If you are asking - How to delete a schedule which runs a process chain/DM package from EPM, then please go to Data Manager -> click View Status arrow -> select view schedule status -> select the schedule, right click and choose delete schedule.
    Neha

  • How to run a top down allocation within BPC NW

    Hi,
    I tried to reply the "How to run a top down allocation within BPC NW" i've found in the SDN download area. I made step by step the same of the paper i check several times all the Scripts the package, the process chain, but i haven't found any mistake.
    I made from the beginning in another appset, copy from appshell
    But my result isn't the same as in the paper. My final template is empty without data.
    After running the package (it ends without error) i check the detail and in the formula log
    in some lines it says things like "No records generated" or "records queried out".
    I don't know what happens.
    Anybody who had tried before, could help me?
    Thanx in advance

    Hi,
    Based on the Entity dimension sheet provided in the How to guide, the allocation should be done in the ratio of 15:70:5:10. If you have maintained the same and the amount you want to allocate is 50000, then the allocation will be 7500, 35000, 2500, and 5000.
    Hope this helps.

  • How to Run a Top Down Allocation within BPC NW - Excel Files

    Hello
    I Read the article How to Run a Top Down Allocation within BPC NW and I would like to replicate the sample. Where can I get the supporting excel files with dimension data.
    Thank you

    Hi,
    The dimension data are available alongwith the how to guide. You need to click on the "attachments" sign to see the attached files.
    Hope this helps.

  • Using a filter in RUN Allocation

    Does anyone know how to use a filter in the WHAT, WHERE clauses in RUN Allocation?
    I need to use something like WHERE=%STAT_ACCTS% AND [GROUP]<>"PL" but it dosen't work.
    On the contrary, is there a way to get the basemembers of a parent ID based on a filter?
    I could also use something like *XDIM_MEMBERSET ACCOUNT =BAS(STACCTS) AND [GROUP]<>"PL" but XDIM_MEMBERSET does not support conditions.
    Thanks in advance for help!

    Thanks for the replies... but my problem is still not solved... if either of the following could work that would solve this:
    a) have my xdim_memberset set to only those products which meet the condition [LEVEL]="seg" and are the bas members of the product i pick from the hierarchy. For this i would need a select statement which works like:
    *SELECT(%SKU%,[ID],"PRODUCT","[PARENTH1]=%PRODUCT_SET% AND [LEVEL]='SEG' ")
    OR
    b) a way to create a variable using xdim_filter that i can use anywhere else in my code
    c) put a condition in the WHERE clause of the allocation script so i could use something like:
    DIM PRODUCT WHAT=something; WHERE=BAS(%PRODUCT_SET%) AND [LEVEL]="SEG";
    but none of the above options are working

  • How to run the job using DBMS_SCHEDULER

    How to run the job using DBMS_SCHEDULER
    pleas give some sample Iam very new to DBMS_SCHEDULER

    Hi
    DBMS_SCHEDULER
    In Oracle 10g the DBMS_JOB package is replaced by the DBMS_SCHEDULER package. The DBMS_JOB package is now depricated and in Oracle 10g it's only provided for backward compatibility. From Oracle 10g the DBMS_JOB package should not be used any more, because is could not exist in a future version of Oracle.
    With DBMS_SCHEDULER Oracle procedures and functions can be executed. Also binary and shell-scripts can be scheduled.
    Rights
    If you have DBA rights you can do all the scheduling. For administering job scheduling you need the privileges belonging to the SCHEDULER_ADMIN role. To create and run jobs in your own schedule you need the 'CREATE JOB' privilege.
    With DBMS_JOB you needed to set an initialization parameter to start a job coordinator background process. With Oracle 10g DBMS_SCHEDULER this is not needed any more.
    If you want to user resource plans and/or consumer groups you need to set a system parameter:
    ALTER SYSTEM SET RESOURCE_LIMIT = TRUE;
    Baisc Parts: Job
    A job instructs the scheduler to run a specific program at a specific time on a specific date.
    Programs
    A program contains the code (or reference to the code ) that needs to be run to accomplish a task. It also contains parameters that should be passed to the program at runtime. And it?s an independent object that can referenced by many jobs
    Schedules
    A schedule contains a start date, an optional end date, and repeat interval with these elements; an execution schedule can be calculated.
    Windows
    A window identifies a recurring block of time during which a specific resource plan should be enabled to govern resource allocation for the database.
    Job groups
    A job group is a logical method of classifying jobs with similar characteristics.
    Window groups
    A window groups is a logical method of grouping windows. They simplify the management of windows by allowing the members of the group to be manipulated as one object. Unlike job groups, window groups don?t set default characteristics for windows that belong to the group.
    Using Job Scheduler
    SQL> drop table emp;
    SQL> Create table emp (eno int, esal int);
    SQL > begin
    dbms_scheduler.create_job (
    job_name => 'test_abc',
    job_type => 'PLSQL_BLOCK',
    job_action => 'update emp set esal=esal*10 ;',
    start_date => SYSDATE,
    repeat_interval => 'FREQ=DAILY; INTERVAL=10',
    comments => 'Iam tesing scheduler');
    end;
    PL/SQL procedure successfully completed.
    Verification
    To verify that job was created, the DBA | ALL | USER_SCHEDULER_JOBS view can be queried.
    SQL> select job_name,enabled,run_count from user_scheduler_jobs;
    JOB_NAME ENABL RUN_COUNT
    TEST_abc FALSE 0
    Note :
    As you can see from the results, the job was indeed created, but is not enabled because the ENABLE attribute was not explicitly set in the CREATE_JOB procedure.
    Run your job
    SQL> begin
    2 dbms_scheduler.run_job('TEST_abc',TRUE);
    3* end;
    SQL> /
    PL/SQL procedure successfully completed.
    SQL> select job_name,enabled,run_count from user_scheduler_jobs;
    JOB_NAME ENABL RUN_COUNT
    TEST_ABC FALSE 0
    Copying Jobs
    SQL> begin
    2 dbms_scheduler.copy_job('TEST_ABC','NEW_TEST_ABC');
    3 END;
    4 /
    PL/SQL procedure successfully completed. Hope it will help you upto some level..!!
    Regards
    K

  • How to run batch file from oracle forms 9i

    Hi everyone.
    i have a data in csv file. i want to upload it to my database. i am using sql loader for it.
    i have made a batch file which run the sql loader and transfer my data to database.
    How to run batch file from oracle forms 9i.
    when i press the button, nothing uploads in my database. (when i simply run the batch file it works).
    here is my code
    Begin
    HOST('C:\temp\batchfile.bat');
    message('done');
    end;
    Thanks in advance
    regards
    sajid

    this is my log file, when i run manually.
    SQL*Loader: Release 10.2.0.1.0 - Production on Thu Jul 1 23:27:53 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Control File: file_to_upload.ctl
    There are 2 data files:
    Data File: sk.csv
    Bad File: sk.bad
    Discard File: none specified
    (Allow all discards)
    Data File: sk1.csv
    Bad File: sk1.bad
    Discard File: none specified
    (Allow all discards)
    Number to load: ALL
    Number to skip: 0
    Errors allowed: 50
    Bind array: 64 rows, maximum of 256000 bytes
    Continuation: none specified
    Path used: Conventional
    Table KHAN, loaded from every logical record.
    Insert option in effect for this table: APPEND
    Column Name Position Len Term Encl Datatype
    SR FIRST * , O(") CHARACTER
    DATES NEXT * , O(") CHARACTER
    AGENT NEXT * , O(") CHARACTER
    COUNTRY NEXT * , O(") CHARACTER
    TRANSACTIONS NEXT * , O(") CHARACTER
    PKR NEXT * , O(") CHARACTER
    USD NEXT * , O(") CHARACTER
    BANK NEXT * , O(") CHARACTER
    Table KHAN:
    11088 Rows successfully loaded.
    0 Rows not loaded due to data errors.
    0 Rows not loaded because all WHEN clauses were failed.
    0 Rows not loaded because all fields were null.
    Space allocated for bind array: 132096 bytes(64 rows)
    Read buffer bytes: 1048576
    Total logical records skipped: 0
    Total logical records read: 11088
    Total logical records rejected: 0
    Total logical records discarded: 0
    Run began on Thu Jul 01 23:27:53 2010
    Run ended on Thu Jul 01 23:27:54 2010
    Elapsed time was: 00:00:00.63
    CPU time was: 00:00:00.17

  • Run allocation error

    Dear expert,
    I have run Allocation successfully but nothing saved in database. source script like this:
    *XDIM_MEMBERSET TIME=2013.01,2014.01
    *XDIM_MEMBERSET ACCOUNT = BS122
    *XDIM_MEMBERSET CATEGORY=Plan,Actual
    *XDIM_MEMBERSET ENTITY =$SOURCE$,$TARGET$
    *WHEN ENTITY
    *IS "Africa"
    *REC(EXPRESSION=$ASARENT$,TIME=2014.01,CATEGORY=Plan)
    *ENDWHEN
    *COMMIT
    *RUNALLOCATION
    *FACTOR=USING/TOTAL
    *DIM ACCOUNT  WHAT=BS122;                WHERE=<<<;               USING=<<<;         TOTAL=<<<
    *DIM ENTITY    WHAT=$SOURCE$;  WHERE=BAS($TARGET$);  USING=<<<;          TOTAL=<<<
    *DIM TIME     WHAT=>>>;                    WHERE=2014.01;      USING=2013.01;  TOTAL=<<<
    *DIM CATEGORY     WHAT=>>>;                   WHERE=Plan;      USING=Actual;  TOTAL=<<<
    *ENDALLOCATION
    *WHEN ENTITY
    *IS "Africa"
    *REC(EXPRESSION=0,TIME=2014.01,CATEGORY=Plan)
    *ENDWHEN
    *COMMIT
    Please show what I am wrong and how to correct it.
    thanks so much
    HUNGTH

    I have edited my script base on your comment like this:
    *XDIM_MEMBERSET TIME=2014.01
    *XDIM_MEMBERSET ACCOUNT=BS122
    *XDIM_MEMBERSET CATEGORY=Plan
    *XDIM_MEMBERSET ENTITY =$SOURCE$
    *WHEN_REF_DATA = MASTER_DATA
    *WHEN ENTITY
    *IS *
           *REC(EXPRESSION=$ASARENT$)
    *ENDWHEN
    *RUNALLOCATION
    *FACTOR=USING/TOTAL
    *DIM ACCOUNT  WHAT=BS122;                WHERE=<<<;               USING=<<<;         TOTAL=<<<
    *DIM ENTITY    WHAT=$SOURCE$;  WHERE=BAS($TARGET$);  USING=<<<;          TOTAL=<<<
    *DIM TIME     WHAT=>>>;                    WHERE=2014.01;      USING=2013.01;  TOTAL=<<<
    *DIM CATEGORY     WHAT=>>>;                   WHERE=Plan;      USING=Actual;  TOTAL=<<<
    *ENDALLOCATION
    *WHEN ENTITY
    *IS "ASA"
    *REC(EXPRESSION=0,TIME=2014.01,CATEGORY=Plan)
    *ENDWHEN
    But the same result

  • HOW TO RUN ADOBE READER IN MACBOOK PRO

    HOW TO RUN ADOBE READER IN MACBOOK PRO

    Please stop using caps.  It is considered shouting and rude.
    You need to download the program. The reader runs when needed.
    Barry

  • How to run 'Get-AssignedAccess' or 'Set-AssignedAccess' power shell commands in c# Application

    Hi,
    I have console application using which i am trying to run power shell command  like 'Get-AssignedAccess' or 'Set-AssignedAccess'.
    i am using below code for this it is throwing exception 'Get-AssignedAccess' doesn't exist in cmdlet which is correct because these commands belongs to function category.
    using (PowerShell pwInstance = PowerShell.Create())
                            pwInstance .AddScript("Get-AssignedAccess");
                            var result = pwInstance .Invoke();
    How can we execute this kind of command using c#?
    Thanks,

    Hi prakashlight,
    Thank you for comming back and tell us the result. For more information about how to run PowerShell script in C# language, you can refer to this blogpost here:
    Executing PowerShell scripts from C#
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Does anyone know How to run twin monitors on a MacBook Pro operating on a Windows Server 2008 R2 ?

    Hi
    Does anyone know How to run twin monitors on a MacBook Pro operating on a Windows Server 2008 R2 ?

    I know this doesn't help you much, but, I think you have to see if your Mac pro does audio out via HDMI. I don't even know if mine does via DVI. I think it may have to do with the adapter. Try going into Audio MIDI and setting the digital out to multichannel
    and using the toslink cable for now. Lemme see...apparently DVI does not carry audio at all. Hm. apparently monoprice could be helpful?  If I understand what you're saying correctly: you want to take DVI and multichannel audio via the Toslink and have it all go out over HDMI, right? Whooo..... amazon...looks like it's about $100http://www.amazon.com/Audio-SPDIF-Toslink-Converter-Adapter/dp/B0015YYOQQ
    just a shot in the dark
    I'm probably wrong....or not
    John B

  • How to run report in background, save output to word or excel

    Hello all,
    I have a huge report that needs to be run in background and I need the report in word. When running in Dialog it takes too long and SAP times out. How do you get something to run in background and have the output in excel. I know you can go into SM37, find the spool and then forward the spool request to a local file, is there an easier way to do it? Maybe setting up some kind of to text printer since the background job always asks for the output printer. Any suggestions?
    Thanks a lot,
    Sergiy

    Hi,
    Please check the article below:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f048c590-31a4-2c10-8599-bd01fabb93d4?quicklink=index&overridelayout=true
    -Vikram

  • How to run expdp from client ?

    Hi All,
    I tried searching google and forums for my issue but to no avail > How to run expdp from client side ....like in my laptop.
    Because currently our PROD database server has no space for expdp dump file. So I want it directed to my laptop which has an extenal USB of 1TB harddisk...via client EXPDP
    import data using impdp command
    Posted on: 08-May-2012 11:36, by user: 841731 -- Relevance: 53% -- Show all results within this thread
    below command is correct or not? if it is not correct could you please send me the correct command. impdp user/pass@databasename schemas=sourceschemaname remap_schema=sourceschemaname:destinationschemaname ...
    System generated Index names different on target database after expdp/impdp
    Posted on: 30-May-2012 11:58, by user: 895124 -- Relevance: 43% -- Show all results within this thread
    After performing expdp/impdp to move data from one database (A) to another (B), the system name generated indexes has different ...
    [ETL] TTS vs expdp/impdp vs ctas (dblink
    Posted on: 08-May-2012 21:10, by user: 869578 -- Relevance: 39% -- Show all results within this thread
    (table : 500 giga, index : 500 giga), how much faster is TTS (transportable tablespace) over expdp/impdp, and over ctas (dblink) ? As you know, the speed of etl depends on the hardware capacity. (io ...
    Oracle Client
    Posted on: 21-Jun-2012 22:47, by user: Sh**** -- Relevance: 32% -- Show all results within this thread
    Hi Guys, Please can you guys elaborate the difference between Oracle Client and Oracle Instant Client. Also, please can you advise from where I can download the Oracle normal ...
    Oracle 10g Client
    Posted on: 05-Jun-2012 10:11, by user: dzm -- Relevance: 26% -- Show all results within this thread
    to search at oracle site and this forum, but i wasn't able to find a link to download the oracle 10g client. I really need especificaly the 10g version. Anybody know the link or another way to download ...
    9i client to access 11g database
    Posted on: 22-Jun-2012 07:31, by user: kkrm333 -- Relevance: 24% -- Show all results within this thread
    Hi, Can i access a 11g database using 9i client? Thanks,
    SQLplus in Oracle Client
    Posted on: 14-Jun-2012 00:36, by user: Tim B. -- Relevance: 24% -- Show all results within this thread
    Hi, I tried to install an 11g oracle client in linux. As I've compared the files with the files when you install using the oracle instant ...
    Re: Information on Oracle Client 11202-1.1.4-6
    Posted on: 05-Jun-2012 03:33, by user: 898763 -- Relevance: 23% -- Show all results within this thread
    Actually thats the client requirement
    Analysing the performance of a single client
    Posted on: 28-Mar-2012 02:05, by user: 880172 -- Relevance: 23% -- Show all results within this thread
    timeouts even on some of the simplest queries. I want to try and get some data about how just this one client is performing and what it’s doing, but everything Google has thrown up so far is orientated around ...
    to make client connection as sys
    Posted on: 12-Jun-2012 22:04, by user: user11221081 -- Relevance: 23% -- Show all results within this thread
    Dear gurus can i connect to my server from my client machine with sysdba without giving sys password i have connected in different ways as sys@abc ...Thanks a lot.

    Though you can initiate the binary from your client side but for the file creation, there is no other way but to store it on the server side. So your best bet would be to get some space free on the server side of yours.
    Aman....

Maybe you are looking for

  • STPO's --- load date is not appearing in the item detail

    Hi SAP Expert's, We have a issue with inter company STPO, the Qty of mtrl is80 Kg. we received 10 kg on 1st feb. In item detail --Delivery schedule tab it showing the delivery date is 1st feb and goods issue is 5 th feb. Same like they delivery 10 kg

  • Ipod does not Sync anymore

    Hi, y ipod touch has stopped Syncing to my G5 tower. Further after I updgraded the iOS on the ipod, NOW it will not Sync on the G5 cuz it's i'm using 10.5.8 and itunes 10.5.2.  Since my last attempt to Sync to the G5, the iPod has erased al the apps,

  • I can't untar OWB_10.2.0.1.linux.tar.tar

    I did a cksum on this file and it gave the correct value but it gives this error when I try to untar it... [oracle@tugboat sw]$ tar xfv OWB_10.2.0.1.linux.tar.tar tar: This does not look like a tar archive tar: Skipping to next header tar: Archive co

  • RV120W: The user attempted to connect using a dial-in medium that did not match the restricted dial-in media

      I am trying to configure a Cisco RV120W wireless using RADIUS. The IAS server is Windows 2003. The wireless client can't access the wireless.  The ISA server keeps getting this error: Event Type: Warning Event Source: IAS Event Category: None Event

  • Java 1.5 autoboxing and conversion

    Hi, What is the correct cast sequence for this. Short s; Integer i = 8; s = (short)(int) i; This works, but seems somewhat ackward. Any better? -- Kasper