BPC MS 10 Version - Dimension processing

Hi All,
We have an issue with the dimension processing, some of the base members have CALC - "Y" property. How can we reset the CALC property at base member level in a given dimension member...
Thanks for your help in advance.

Hi Syed,
if you are sure that there are base members and not parent with CALC property equal to "Y" you have to follow this note 1879932 - BPC MS: CALC Property is set to "Y" for a BASE and Non-Formula Dimension changing manually this property setting and processing the dimension.
Regards
     Roberto

Similar Messages

  • BPC 7.5 Formula Dimension Processing Error

    Hello
    We have upgraded from 70-7.5 and when I do a Process of one of our dimensions i get the following error:-
      - [DATASOURCE].[#Y_YROVERYR] Parser: The following syntax error occurred during parsing: Invalid token, Line 1, Offset 92, [TOTWITHA.
    This is the formula in the dimension file :-
    'iif(([YTD], [TotWithAlloc], ParallelPeriod(Year)) <> 0, (([YTD], [TotWithAlloc]) / ([YTD], [TotWithAlloc], ParallelPeriod(Year))) - 1, Null)
    Any help please?
    Rgds
    Perven

    Hi,
    Is TOTWITHALLOC a member of the datasource dimension? Can you please quantify it completele by
    [DATASRC].[TOTWITHALLOC]
    Let me know if it works or not.

  • Schedule Dimension processing in the background

    in BPC 7.5 MS version , it is possible to schedule , dimension processing in the background

    Yes you have DM package for all administrative tasks more and less which can be schedule into background.
    Any DM package as you know can be schedule.
    Just check the DM packages from folder: Apshell\PLANNING\DataManager\PackageFiles\Examples.
    Especially AdminTask_Process.dtsx is the one which I think is what you need.
    Regards
    Sorin Radulescu

  • TIME dimension processing fails saying "..attribute key cannot be found.." in EPM 10

    After upgrading from version 7.5 to EPM 10, when we ran a ‘Full Process’ on the TIME dimension, it ran into an error saying “Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: 'dbo_tblFactCapEx', Column: 'TIMEID', Value: '20090013'. The attribute is 'Time_TIMEID'.  (1/13/2015 2:41:02 PM)”.
    Full error message is attached herewith – ‘Time Dimension Error.txt’
    After researching, we did discover that MONTHNUM needed to be converted to BASE_PERIOD. Re-processed which produced the same error.
    Prior to migration to version 7.5, we ran a full process on TIME dimension there. It completed successfully, confirming the issue is only with version 10.
    Confirmed we could see the TIMEID value of 20090013 in the following places:
    Time Dimension in the appropriate TIMEID attribute column.
    Confirmed mbrTIME table had base member ID with TIMEID attribute filled out correctly.
    Data in tblFactFINANCE could be pulled using that TIMEID
    We truncated all the records in all the fact tables associated to this TIME dimension.
    Eventually, when none of the tables had any records, the TIME dimension then processed successfully.
    We this began to suspect the issue may not really be related to bad records.
    We conducted one more test to confirm this.
    Using an input form in EPM 10, we manually entered data in one of the models (at this point none of the fact tables have any records)
    Ran Full Optimize on that model with Compress Database and Index Defragmentation checked – This step failed with the error attached in ‘MatrixRateFullOptimize.txt’
    Ran Full process on Time Dimension – Failed indicating issue with TimeID 2012001 (that’s my manual entry). Attached error report ‘TimeDim Error MatrixRate.txt’
    At this point, the table only contains the manually entered records (no suspected bad records)
    We then suspected there could have been an issue with the upgrade process.
    So we reprocessed all the dimension and optimized all the models in version 7.5, made a new backup and restored it to version 10.
    The issue still persisted!
    At this point, we have tried all the possibilities we could think of. Each time the fact table is populated with records, the TIME dimension process fails indicating ‘the attribute key’ cannot be found.
    There is probably something in the OLAP partition that is not able to link the dimension attributes to the cubes.
    Additional Information:
    Please find attached the existing Time Dimension – TimeDimensionMembers.xlxs
    Version of Excel used: Excel 2007, SP3 MSO (12.0.6683.5000)
    System Specs: Please see screenshot below.

    Thank you all for responding! This issue is resolved.
    Here’s what the issue was:
    The time structure is TOTAL >> Years >> Quarters >> Months (e.g. T.ALL >> 2012.TOTAL >> 2012.Q1 >> 2012.P01)
    As shown in the screenshot below, the LEVEL for ‘T.ALL’ member was set to YEAR, which is incorrect (we can’t have Year rolling up to a Year)
    We changed the LEVEL to ‘TOTAL’ and this fixed the issue!!
    If only it gave a better error message than the “..attribute key not found” message

  • BPC 7.5 version for Netweaver on Windows 2008 R2

    Hi all,
    I am installing BPC 7.5 version for Netweaver on Windows 2008 R2 SP1.
    I have completed installation and post installation steps for both ABAP and .Net components.
    Now, while executing  http://localhost/OSoft i am getting below mentioned error
    Error Summary
    HTTP Error 401.2 - Unauthorized
    You are not authorized to view this page due to invalid authentication headers.
    Detailed Error Information
    Module IIS Web Core                                                          Requested URL http://ides3:80/OSoft
    Notification AuthenticateRequest                                      Physical Path F:\PC_NW\Websrvr\web
    Handler StaticFile                                                               Logon Method Not yet determined
    Error Code 0x80070005                                                     Logon User Not yet determined 
    Most likely causes:
    u2022No authentication protocol (including anonymous) is selected in IIS.
    u2022Only integrated authentication is enabled, and a client browser was used that does not support integrated authentication.
    u2022Integrated authentication is enabled and the request was sent through a proxy that changed the authentication headers before they reach the Web server.
    u2022The Web server is not configured for anonymous access and a required authorization header was not received.
    u2022The "configuration/system.webServer/authorization" configuration section may be explicitly denying the user access.
    Any pointes toward solutions of this error?
    Thanks.

    Yes. Please check Server Manager -> Roles. Find Web Server (IIS) there (not a tree node, but on page), click "Add Role Services" and check that all Security role services are checked. If not - check, install missing role services, try .Net server, if it still doesn't work, reinstall.
    Otherwise it would not work.

  • Versioning of processes in Oracel BPM 11g

    Hi,
    I have a question about versioning of processes in oracle BPM 11g.
    Former Oracle BPM product (Aqualogic BPM) automatically managed the versioning of processes deployed to the server. When a new version of a process was created, the server automatically determined if it is a minor or major revision and a new process version number was recommended.
    Is there a similar functionality in new BPM engine?
    Now, when I deploy a new version of process I can only choose between rewriting existinig revision (all active instances will stale and become unusable) or deploying new revision (all active instances will continue using previous version).
    Is there a way to migrate existing instances to new process (if there were only minor changes)?
    Hope someone can answer. Thnx.

    This feature (migration of running instances to new version) is intended to be available in PS3 which is planned for early 2011.
    I suggest you check out the release documentation for confirmation however.

  • Can any body provide me Step by Step Instalization of Sap-Bpc ms7.5 version

    Dear Experts,
    Can any body provide me Step by Step Instalization of Sap-Bpc ms7.5 version guide.
    And what are the System requirements.
    Thanks in advance.
    Srinivasan.

    Hi,
    What do you mean by "Instalization"? Did you mean installation?
    Please check the below link from SMP for complete details on Installation of BPC 7.5 MS:
    https://websmp202.sap-ag.de/~sapdownload/011000358700000986502009E/SBOP_PC_75_M_SP05_Install.pdf
    Hope this helps.

  • SES while PO version in process

    Hi all,
    It seems that in SAP standard you can enter a service entry sheet for PO which has version in process.
    Is there any system message (W or E) to prevent that?
    Thanks
    Liat

    Hi,
    If version is still in process, the system will allow to create the            
    service entry sheet but it will not allow to accept the service        
    entry sheet. At the time of acceptance, error messsage  MEDCM014 will      
    be issued provided it is set as error in customization setting.            
    Txn OLME> Environment Data >Define Attributes of System Messages     
    Regards,
    Edit

  • All infoproviders with version "In Process" after upgrade

    Dear experts,
    After the upgrade from 3.5 to 7.0, we have noticed that all our infoproviders appear with version "In process" even those that were not active in production.
    Is this normal? what is the meaning of "in process"? Is this something that can be fixed so they all show their original version: either active or inactive?
    Thanks in advance.
    Inma

    Hi,
    You can see these kind of changes after the Upgrade.
    So try to active the targets using the standard program RSDG_CUBE_ACTIVATE program and use * for the all cubes and use B for Basic type.
    Hope this helps.
    Murali

  • Install BPC 10 MS version OLAP server problem

    Hi all,
    I have a problem during installation of  BPC 10 Microsoft version on VMWare.
    Operating system: Windows Server 2008 Standard edition 64-bit SP1 including SQL Microsoft SQL Server 2008 R2 (RTM) - 10.50.1617.0 (X64).
    I installed all the pre-requsites according to installation guide from SAP.
    Problem: BPC does not recognize OLAP server during installation.
    OSoftSetupHelper.logu200E :
    OLAP Server Version...
      Required:10.0.1600.22 or higher
      Currently:Not Installed
    Status:Incorrect
    I assume BPC does not recognize the higher version of Analysis server of SQL 2008 server R2 10.50.1617.0.
    Could you give me some hints?
    Thanks in advance.
    Ed

    Hi John,
    thanks for your reply.
    I was able to make a clean installation yesterday.
    The reason why I got the error message from diagnostic report of administration manager "Olap Server and -service not found":
    I forgot to loggon to Analysis Server in SQL Management Studio right after SQl installation.
    Best regards
    Ed

  • Create Balance Dimension process

    Hi I am using International HRMS.
    I need to know that whether User Defined balances are supported for International HRMS or not.
    Has anyone used it with Global HR. By default "Create Balance Dimension process" is not available in the request group "Global HR and Payroll Processes"
    Regards
    Anwar
    Edited by: faanwar on Jul 1, 2009 10:17 AM

    Balances are supported in International Hrms.
    You should run first a concurrent program to create your proper legislation (copy from ZZ), and as such some balance dimensions will be available to your legislation. "International HRMS Setup" if i recall well.

  • Have new iMac with latest version of quicktime. But still have FCP5. When try to make a quicktime movie this version only processes 8 sec of a 7 minute sequence. What's up?

    Have new iMac with latest version of quicktime. But still have FCP5. When try to make a quicktime movie this version only processes 8 sec of a 7 minute sequence. What's up?
    Mike T.

    It is strange. I thought 10.x might be the more recent but it also locked up when I tried to the web export. I ran into the no autoplay issue with the webpage so I'll need to look elsewhere to replace a Flash gallery... oh well. Looks like there are probably JS option that might work.
    Thanks.

  • BPC 7.5 SP09 - Dimension Not Found

    Hi Everyone,
    Since installing SP09 on BPC 7.5 we have not been able to maintain any dimension members or open the excel client. A dump is generated when you open admin console click on any dimension and go into the maintain dimension member area (excel with admin console) once in there, when the process dimension member is pressed the system dumps with Dimension XXX (whichever dimension) Not Found. A related problem which occurs is that the excel client timeouts with an OLE error as I don't think it can find the dimension members (as in with the admin console problem). Not sure if anyone has come across this before in another versions of BPC 7.5 or if anyone has installed SP09 and has issues.
    Any help on this would be much appreciated.
    Regards
    Paril

    Hi Paril,
    Can you try with the following steps:
    1. In BPC Admin: Click on Refresh client-side dimension files.
    2. In BPC Excel: Goto -> etools -> client options -> Clear Current view -> clear local application information -> refresh dimension members -> refresh dynamic tempates.
    3. Process all dimensions and do Full Optmization.
    Also for BPC Excel issue, you need to check Add-ins option if it has not been disabled.
    Logout and login once again.
    Hope this resolves your issue.
    Rgds,
    Poonam

  • SQL2005 is keeping temp table after succesfull dimension processing

    When processing dimensions, I notice that on SQL there are tmp tables that do not get deleted. These tables have a different owner (not dbo but the installation user of BPC, with the domain prefix)
    Any idea why these temp tables are there?
    Example of such a temp table: tmpMBRAccount_20100315094306   (for the dimension Account)
    Version : SAP BPC 7.0 SP7 on SQL 2005, multi server (SQL clustered - virtual app server - physical OLAP server)

    Hi Bjorn,
    Did you check the creation date of that temporary table?
    Can you reproduce the issue in Apshell?
    I was looking into my environment I don't see any table like one mentioned by you.
    To import dimension are you using a custom DTS package? This can be an explanation for that table.
    Regards
    Sorin Radulescu

  • Error In BPC Export Package-version 7.5

    Hi Bpc Experts,
    We upgraded DEV BPC Version 7 to 7.5 netweaver version.
    We are facing an issue when using Export package to export file from BPC to BI application server.
    After running EXPORT Package a window appears with input field to enter File name and path,But i am not able to enter the file name in the Input field(Non editable).I used the below Advanced Script
    PROMPT(OUTFILE,%DESTINATIONFOLDER%,"Please enter an output path and file name",)
    PROMPT(SELECTINPUT,%SELECTION%,,"Select the members to filter","%DIMS%")
    TASK(ZBPC_EXPORT_TRANS,EXPORT_FILE_PATH,%DESTINATIONFOLDER%)
    TASK(ZBPC_EXPORT_TRANS,SELECTION,%SELECTION%)
    Process Chain:ZBPC_EXPORT_TRANS
    But my Quality and Production system Export functionality is allowing to enter the path and file name in version 7.
    Thanks
    Mahesh

    Hi Rich,Thanks for your reply.
    I tried with standard Process chain /CPMB/EXPORT_TD_TO_FILE, but still i am not able to enter path and file name to export to BI application server
    Can u send the list of modification to be done after upgradation of BPC 7 to 7.5
    Thanks
    Mahesh

Maybe you are looking for

  • Youtube audio keeps playing after I hit back button.

    Hi, I've been having this issue on youtube when I hit the back button the audio from the video keeps playing, I've also noticed that it only seems to happen when the comment section gets stuck loading which is frequent even though I have a fast inter

  • BC4J temporary focus problem with JDK 1.4.2

    Hello all, we have got a tricky problem with BC4J (Oracle JDeveloper 9.0.3.2) using the JDK 1.4.2 (Sun): There is a JFrame with a JMenuBar, containing a BC4J data panel with the controls on it. Now if one enters a value in a control and now directy c

  • ADD-ON Library Deployment

    hello all. i have a problem with deployment of a library file. i have read these instruction: <i>http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/appdev/softwarelogistics/addons.html#configuration_addon</i> i have uploaded in my

  • Logic on Quad (Help)

    Hi, So I bought a new Quad. Transferred Logic in "target" mode (from MDD to Quad). Then I downloaded the patch to make it work, but now Logic has only four audio tracks and two outputs (and wont allow me to make more). I've run the setup assistant. N

  • External Hard Drive Options for Back Up - USB 2.0 or FireWire

    Needing some advice on this one. Looking to purchase an external hard drive for back up through Time Machine - also running Win XP via Parallels. Should I go USB 2.0 or FireWire or have both options? Is there any difference in speed? I will be also u