BPC 7.5NW:Process dimension

Hello Experts,
I am trying to add members to Entity dimension but processing is failing due to the short dump.as shown below.
It is behaving with all the other dimensions such as C_acct,IntCo etc.
*Dump analysis start
Short text
    Field symbol has not yet been assigned.
What happened?
    Error in the ABAP Application Program
    The current ABAP program "CL_UJA_DIM====================CP" had to be
     terminated because it has
    come across a statement that unfortunately cannot be executed.
How to correct the error
    If the error occures in a non-modified SAP program, you may be able to
    find an interim solution in an SAP Note.
    If you have access to SAP Notes, carry out a search with the following
    keywords:
    "GETWA_NOT_ASSIGNED" " "
    "CL_UJA_DIM====================CP" or "CL_UJA_DIM====================CM02J"
    "VALIDATE_MBR_DATA"
*Dump analysis End
Can you Please advice me .
Regards,
Arvind.

Hi Arvind,
Please implement the SAP Notes: 1569103 and 1569986.
To check to see if your dimensions have this attribute, please go through the following:
Run the transaction RSA1 in NetWeaver.
Select InfoProvider on the left hand side.
Expand Business Planning and Consolidation.
Expand your AppSet.
Double click one of your dimensions.
On the right hand side, it will list the properties of the dimension.  Click the Attribute tab.
Check the list and see if MBR_SEQ is listed.  If this attribute is missing, please go through the below steps in note 1569986:
In NetWeaver, run transaction SA38.
Enter in the Program:  UJA_MIGRATE_MBR_SEQ
Click the Execute button.
Manually enter in the APPSET name and Dimension name and click Execute.  Please note, if you leave the Dimension field blank, all dimensions for that appset will be checked for MBR_SEQ and the attribuite will be added as needed.
While this is running, you will see status updates in the bottom left hand corner.  Once the process completes, you will get a message:
Member sequence was added to dimension <Dimension>
NOTE:  The APPSET name is case sensitive and are listed in the APPSET_ID column of table UJA_APPSET_INFO.  For example, ApShell and APSHELL are not the same Application Set (AppSet).
Hope this resolves your issue.
Rgds,
Poonam

Similar Messages

  • Users cannot process dimensions

    Hi everybody,
    We are working on SAP BPC NW version 7.0, SP05 and we cannot process dimensions, unless we use a specific user (the only one that appears at UJA_SVR_DEFAULT table). If we try to process a dimension with another user, the following message appears: Unexpected error in application server
    What do we have to change in order a user created at BPC Admin can process dimensions?
    Any idea out there?
    Thanks a lot in advance for your support,
    Albert Mas

    Hi Nilanjan,
    We have created users with the following roles:
    TEAMS -
    > ADMIN
    TASK PROFILES -
    > FULL_TSK
    where FULL_TSK has enabled AccessContentLib,WebAdmin,AdminJournal,Application,Appset,Business Rules, VreateJournal,DefineSecurity,Dimension, Execute, GeneralAdmin,LiveReport,Lockings,ManageAudit,ManageContentLib,ManageDistributor,CreateWebpage,ManageTemplate, Misc, PostJournals,PrimaryAdmin,PublishOffline,ReviewJournals,SetWorkStatus,SubmitData, TeamLeadAdmin,UnpostJournals,eAnalyze,Update to company folder, ManageLiveReport,ManageComments,AddComment,AuditReport,CommentReport,WorkStatusReport,SecurityReport
    MEMBER ACCESS PROFILES --> AdminMbrAccPrf, FULL_MBR
    As there is no protected dimension for the application, the table at the second step when you modify each Member Access Profile, is empty.
    Any suggestion?
    Thanks in advance,
    Albert Mas

  • Error when Schedule Processing Dimension

    Hi Buddies,
    From the help of BPC, I know BPC can schedule processing dimension in the background.
    I acted as the instruction according with the steps in Help, but it doesn't work. (The help told me let the source table blank, but the system will tell me need to put a source table. I don't know how to put into a source table name)
    Can anyone give some advice?
    Thanks in advance!
    Maggie

    Maggie,
    When scheduling the dimension process from the administration console a table called TempScheduleMBRxxxx is created where xxxx is the dimensionname of the dimension your just scheduled to process. Try to put this tablename as the sourcetable, I think it should work. So if you are scheduling the Entity dimension try to put TempScheduleMBRentity into this field.
    Of coursw also check after scheduling if the table is really created in the SQL database.
    -Joost

  • BPC 7.5NW SP08: "unknown MDX error" message for simple dimension formula

    Hi everyone!!
    We are facing many different issues concerning dimension formulas and
    script logic. Maybe it's something related to SP08. For instance,
    consider the following:
    - there is a dimension named P_Account, with members Price, SalesCost,
    and others
    - there is a dimension named P_Product, which consists of a hierarchy,
    for instance: Prod1 with two children, Prod1A and Prod1B
    We want to set the following dimension formula in P_Product for Prod1 member:
    IIF([P_Account].CURRENTMEMBER.PROPERTIES("ID") = "Price", Null, 1)
    that is, we wanted to try to be able to avoid summing Price, returning
    Null for (Price, Prod1). Later we would try to replace "1" with the
    appropriate formula to sum children of Prod1 for all other members of
    P_Account. The result is an odd error: "MDX statement error: unknown MDX
    error" (or something similar, since I get the error message in portuguese).
    We have spent almost two days studying alternatives in SDN Forum, blogs,
    google, etc, trying to find a reason for the error but couldn't find it.
    Could anyone help on this one?
    Thanks!
    Luigi

    Hi everyone!
    After contacting SAP, we were asked to try to reproduce the error in APSHELL. I did the following:
    1) created another application set, copying APSHELL, named it TESTAPPSET;
    2) added two members to dimension P_ACCT (ID, ACCTYPE, SCALING, RATETYPE):
       (PRICE, INC, Y, END)
       (SALESCOST, INC, Y, END)
    3) saved to server and processed P_ACCT dimension successfuly
    4) added a UD dimension copied from P_Activity, named P_Product
    5) deleted all members of P_Product, processed the dimension sucessfuly
    6) added FORMULA property to P_Product, with size 200
    7) added three members to P_Product (ID, PARENTH1)
       (Prod1, "")
       (Prod1A, Prod1)
       (Prod1B, Prod1)
    8) saved to server and processed the dimension successfuly
    9) edited P_Product members and added the following as FORMULA for Prod1:
    IIF([P_ACCT].CURRENTMEMBER.PROPERTIES("ID") = "PRICE", Null, 1)
    Result was sucess!!
    10) edit P_Product again and removed the formula, saved to server and processed dimension successfuly;
    11) created an Application named SALES, type Financial Report, copied from PLANNING with dimensions
    12) edit dimensions, removed P_Activity and added P_Product to the list
    13) went back to step (9) and tried to add the formula again, saved to server and processed P_Product dimension. Result was success again!!
    So I imagined the issue might be caused by the user I was log in with. I went back to our application set, logged in as BPC_SYSADMIN and tried to set the formula again and it didn't work. User was not the problem.
    Since I had tried all the above creating everything with all UPPERCASE, I decided to try the following Formula
    IIF([P_ACCOUNT].CURRENTMEMBER.PROPERTIES("ID") = "Price", Null, 1)
    that is, P_ACCOUNT instead of P_Account. Result: success in processing dimension!!! And the formula worked as expected when I opened an Input Schedule to test it.
    When I check my dimension list in BPC Admin it says P_Account (mixed case), instead of P_ACCOUNT (all uppercase) since it was the way we created it.
    So, I spent 1hour to do the whole test, but it worked. I sent two questions/requests for correction or improvement to SAP:
    I) which case should be used in formulas? given I see P_Account in Dimension list, how should I know that I should write formulas with P_ACCOUNT, all uppercase?
    II) could BPC provide more descriptive error messages when processing dimensions and validating script logic? a simple error message such as "unidentified command or reference at P_Account" or anything similar would have saved us 4,5 days of work! it's a lot!
    Thank you guys for your support!!

  • Unable to process dimension - BPC 7 Microsoft

    hello,
    I've installed BPC 7.0 SP3 and dimension processing doesn't work. (SQL 2005 SP3 Enterprise, IIS 6, Windows 2003 SP2 Enterprise...)
    Dimension processing stops at the beginning (step 1 - validating dimension) with this message: "An error has occurred during processing".
    On BPC client computer, the log contained in "My DocumentsOutlookSoftLoggingAdminMemberProcess" shows these messages:
        DetailMsg  : {System.Web.Services.Protocols.SoapException: Server was unable to process request. --> Could not find file "D:BPCDataWebfoldersApShellAdminApp%CHANGED_DIM%.xls".
       at Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack)
       at OSoft.Consumers.Admin.AdminMemberProcess50.Handle.OpenSheet(Boolean blnOpen, String strDimName)}
        DetailMsg  : {System.Exception: The system cannot find a cache file for this dimension.
       at OSoft.Consumers.Admin.AdminMemberProcess50.Handle.GetInformation(ArrayList aryAppList, ArrayList aryDimList, String strDefaultDim, Boolean blnFullProcess, Boolean blnOpenSheet, Boolean blnIsOpened, ArrayList& aryOpenDim, String& sMessage)}
    ==============[System Error Tracing  End ]==============
    Has anyone seen this before ?
    I'm able to modify/process and optimize Apshell applications and Server Manager and client diagnostics are OK. No error message in event logs... So where is the problem ?
    Thanks for your help. R.
    Edited by: Rémy PLAUCHU on Mar 25, 2009 8:50 AM

    Hi Sorin
    I have one server for SQL/OLAP and one server for Files, Web and Application.
    I've offered EVERYONE all rights on folders.
    BPC Setup puts XCEEDZIP.DLL in Websrvr in and
    install guide tells to put ANTIXSSLibrary.dll in Websrvrweb in
    Do you agree with that ?
    I've put XCEEDZIP.DLL and ANTIXSSLibrary.dll in BOTH folders (but tell me if the rule above is enough) and now:
    I don't have any more error message when opening BPC admin.And ADMINCACHE_.zip file is not destroyed any more when refreshing dimension client files. That's better...But...
    ...when I want to process dimensions I still have an error message but a little different:
    {System.Exception: Cannot find dimension member sheet file; use the export dimension feature to restore it from the member table...}
    Do we still need an OSOFT Share and if we need it, where ? On the folder above webfolders ?
    Folders (but not files inside them), folders remain with "Read" property greyed and checked. I do not know why. Whenever I uncheck the folders and apply...close the window and re-open they seem to be still with this property "Read" greyed and checked... Is it normal ?
    Thanks a lot for your help. R.
    NB: with File Monitor tool from sysinternals (Microsoft) we can see that we are back to the first error:
    if we are processing the account dimension for example, dllhost.exe will work with account.xls file, then with account.xls.zip file, account.xls.zip.001 file and account.xlsTemp_ file and then it fails to find the %CHANGED_DIM%.xls file...
    Edited by: Rémy PLAUCHU on Mar 26, 2009 7:47 PM

  • Process Dimension after BW to BPC Master Data Load

    Hi All,
    i'm looking for the way to process a dimension after master data load from BW to BPC (following the corresponding how to guide in BPC 7.5 NW). The new members are visible from BPC Administrator -> Mantain Dimension Members, but not visible in BPC for Excel after "Refresh Dimension Member".
    New members are visible only if i process dimension from BPC Administrator , but I want this task to be automatic.
    ¿Any ideas?
    Thanks in advance,
    Enrique

    Thanks for your reply,
    I'm using Standard Process Chain IMPORT_IOBJ_MASTER in BPC 7.5 NW SP03. I will open a Sap note.
    As a quick solution, I found in SAP Help (is 7.0 but I suppose it's the same behaviour in 7.5) there is another Process Chain (ADMINTASK_MAKEDIM) that can be used to process a Dimension http://help.sap.com/saphelp_bpc70sp02/helpdata/en/36/339907938943ad95d8e6ba37b0d3cd/frameset.htm. It has two parameteres ("Dimension Name" and "Input File"). Help says that if you leave "Input File" field blank, the dimension is processed, but it is mandatory field in package.
    I have tried to modify package parameters but always appears an error with MEM_XML_PATH parameter in process chain.
    ¿Does anybody know how this package/process chain works?
    Thanks again,.
    Enrique

  • BPC Process Dimension Pop Up Freezes

    Hi all,
    When I delete a member of a dimension and then process dimension, a pop up openned. In the pop up, it is written that "Validate process dimension, waiting for the server to response". And then nothing happens after 30 minutes.No error, no change, nothing.But when I check st22, I see that there is a runtime error "DYNPRO_SEND_IN_BACKGROUND".And in the details " The current ABAP program "RSDMDD_DELETE_KERNEL" had to be interrupted because it contains a statement that cannot be executed." In addition I chekced whether there is a lock but there isn't any lock.
    Nevertherless, when I close BPC Admin Console and then open, I see that the changes are made correctly.However, in BW , it does not delete the row from master data of the same characteristic but when I add new row, it adds that row in both BW and BPC Admin console.
    Any idea on that?Is this a BW issue or BPC issue?
    There is one thread about this subject but it is unanswered in fact.I need to delete members.
    Corrupt dimension - can't process, can't delete
    Any help will be appreciated,
    Regards
    Edited by: sunnybt on Mar 5, 2012 5:37 PM

    Hi,
    You can try couple of things to check if it resolves your issue:
    - Try renaming the xml file that the dimenion processing generates in the backend in UJFS tcode. First go to the tcode UJFS and find your dimension library there. There would be a xml file for your user defined dimension rename only the xml file adding a 1 to its name. Go back to the dimension, open it up, save and process to generate the xml file again. Try deleting some members then. Please check if you can.
    - Try to create another new dimension and see if the new dimension has same problem of deleting the members from it as your existing user defined dimension whille deleting the members when assigned to an application.
    Thanks,
    Sreeni

  • BPC 7.5NW consolidation error

    Hi,
    We are using BPC 7.5 NW version (7.50.04). We changed standard dimension 'GROUPS' to dimension type 'R' and included it in our legal applications.
    We are using below logic to run both currency conversion and legal consolidation.
    *RUN_PROGRAM CURR_CONVERSION
          CATEGORY = %C_CATEGORY_SET% 
          GROUP = %GROUPS_SET%
          TID_RA = %TIME_SET%
          RATEENTITY = GLOBAL
    *ENDRUN_PROGRAM
    *RUN_PROGRAM CONSOLIDATION
        CATEGORY = %C_CATEGORY_SET%
        GROUP = %GROUPS_SET%
        TID_RA = %TIME_SET%
    *ENDRUN_PROGRAM
    The standard data manager package with process chain 'LEGAL_CONSOLIDATION' fails with error message 'Member "G_CG2" not exist'. G_CG2 is a member of GROUP dimension. When we executed the below logic (with hardcoded variables) in BW transaction UJKT, it worked fine and posted values correctly.
    *RUN_PROGRAM CURR_CONVERSION
          CATEGORY = C_100
          GROUP = G_CG2
          TID_RA = 2008.DEC
          RATEENTITY = GLOBAL
    *ENDRUN_PROGRAM
    *RUN_PROGRAM CONSOLIDATION
        CATEGORY = C_100
        GROUP = G_CG2
        TID_RA = 2008.DEC
    *ENDRUN_PROGRAM
    Any idea, why system is not able to recognize 'G_CG2' when we use data manager package? In BPC 7.5NW, is it mandatory to use both 'R' and 'G' type dimensions? SAP Help has different contradictory views !!!

    Hi Nilanjan,
    We are using 'GROUPS' dimension of type 'R'.
    The above dimension has members of both GROUPS and CURRENCY (ex: G_CG1, G_CG2, LC, USD etc).
    1) Run currency translation for 'USD'. The logic works fine if i change it as follows:
    *RUN_PROGRAM CURR_CONVERSION
    CATEGORY = %C_CATEGORY_SET%
    CURRENCY = %GROUPS_SET%
    TID_RA = %TIME_SET%
    RATEENTITY = GLOBAL
    *ENDRUN_PROGRAM
    2) Run currency translation for 'G_CG2'. The logic works if i change it as follows:
    *RUN_PROGRAM CURR_CONVERSION
    CATEGORY = %C_CATEGORY_SET%
    GROUP = %GROUPS_SET%
    TID_RA = %TIME_SET%
    RATEENTITY = GLOBAL
    *ENDRUN_PROGRAM
    3) Run COI for 'G_CG2'. The logic works if i change it as follows:
    *RUN_PROGRAM CURR_CONVERSION
    CATEGORY = %C_CATEGORY_SET%
    GROUP = %GROUPS_SET%
    TID_RA = %TIME_SET%
    RATEENTITY = GLOBAL
    *ENDRUN_PROGRAM
    4) The logic is executed successfully from BW UJKT if i hardcode the values for 'GROUPS' dimension.

  • Error while processing dimension after add or delete property

    Hi Experts,
    I use BPC for MS SP6 with SQL Server 2008. I detected a problem while processing dimension after add or delete property.
    The error message is: u201CMemory error: Allocation failure : Not enough storage is available to process this command. Error Code = 0x8007000E, External Code = 0x00000000.u201D
    I tried to truncate and drop dimension tables and process dimension again, and it doesnu2019t work.
    Any idea?
    Thanks a lot for your support!
    Albert

    Hi Sorin,
    Yestarday in the afternoon, we added a Property at another Dimension, and we continued having the same problem: we had errors when processing that dimension, but after restarting the server, we can process dimension.
    Looking at the Event Viewer, at 'OutlookSoft log' environment, the following error appears:
    <<
    3/28/2011 6:57:15 PM
    ModuleName : Olap9Manager - DeleteDimension
    Message : Error Code = 0x8007000E, External Code = 0x00000000:.
    Error Code = 0x8007000E, External Code = 0x00000000:.
    Error Code = 0x8007000E, External Code = 0x00000000:.
    Stack :    at Microsoft.AnalysisServices.AnalysisServicesClient.SendExecuteAndReadResponse(ImpactDetailCollection impacts, Boolean expectEmptyResults, Boolean throwIfError)
       at Microsoft.AnalysisServices.AnalysisServicesClient.Alter(IMajorObject obj, ObjectExpansion expansion, ImpactDetailCollection impact, Boolean allowCreate)
       at Microsoft.AnalysisServices.Server.Update(IMajorObject obj, UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings, ImpactDetailCollection impactResult)
       at Microsoft.AnalysisServices.Server.SendUpdate(IMajorObject obj, UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings, ImpactDetailCollection impactResult)
       at Microsoft.AnalysisServices.MajorObject.Update(UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings)
       at Microsoft.AnalysisServices.MajorObject.Update(UpdateOptions options)
       at Osoft.Services.Platform.YukonAdmin.Olap9Manager.DeleteDimension(String strAppset, String strDimension, String strCube, String dimTablePrefx, Boolean bDeleteFromDB, String& strMsg, Boolean bOnlySharedDim)
    >>
    Any idea in order to identify the root cause?
    Thanks in advance,
    Albert

  • Processed Dimension IDs not saving in the backend server

    Hi Experts,
    After successfully processing dimensions, the newly added dimension IDs or the changed dimensions are not reflecting in the backend BI server. And naturally not in the Office client.
    I have checked logs in SLG1, couldnt find issue. Checked dumps, nothing particular found.
    Checked the .NET server as well, no problems.
    We are on SAP BPC 7.5 NW SP09.
    Any idea why this could be happening?
    Best Regards,
    Sayan

    Hi Sabine,
    I checked the log files earlier itself on the server but they didnot help. Last updates in the files were from November.
    What i have found today is, after i tried to process the dimensions for mutiple times, they finally got processed in the backend as well. I was checking in SM66, every time processes were triggered for BPC_ADMIN in the backend, when i started processing.
    But when i went to SLG1, there were entries with grey status (not processed) for same master data object and subobject 'master data update'. Since they are dialog process i could not any further entry from where i could find why they were not processing.
    Any idea? Thanks again for your patience with the responses
    Best Regards,
    Sayan

  • 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

  • Error in Processing Dimension

    Hi
    I have a USER DEFINED DIMENSION , MATERIAL, which i am when trying to process the dimension from the Admin Console it is given me an error message
    "The request falied with HHTP status 401: Unauthorized.
    Cannot save member sheet to the server, do you want to save it to the local machine"
    For all other dimenion,(along with other User Defined DimensionAlso) the Processing is Successful.
    We are using customized SSIS Package to update & process the MATERIAL Dimension at the back end to the mbr table.
    Can anybody throw some light on the same
    Thanks & Regards
    krish

    The problem it is related to your custom SSIS package.
    You said you are updating the mbr table but this doesn't means the excel sheet will be updated automatically.
    More than that you have to use standard BPC tasks to process the dimension into back end.
    If you didn't use these tasks then I can understand why you have these authentication issue.
    So I suggest to check the custom package and also I suggest first to do modify dimension and to see if you have the right properties and to save this dimension one more time.
    I suppose after that you will be able to process dimension but again I don't know if what you have into excel sheet it is the same with what you have ointo mbrtable.
    Regards
    Sorin Radulescu

  • Process dimensions and Applications after Restore

    We are using BPC 7.0MS.  We need to process dimensions and Applications after the database restore in case of any Optimization failures. It takes around 3 hours for us to do this process. Can we skip the BPC process by taking backup of Database and SSAS and restoring them in case of any failures?
    Thanks
    Raj

    Hi Raj,
    you can try but remeber that after the restore you must execute a "modifiy application" for all your applications so maybe you'll not gain time.
    Kind regards
    Roberto
    Edited by: Roberto Vidotti on Dec 12, 2011 3:33 PM

  • Probem processing dimensions

    Hi!
    We got problem when processing dimensions in one of our Appsets. We are running BPC 7.5 SP4 on SQL 2008
    We get the following error message:
      - Server: The operation has been cancelled due to memory pressure.
    Errors in the metadata manager. An error occurred when loading the S_Model dimension, from the file, '
    ?\d:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Data\Stampen_Projekt.0.db\S_Model.37.dim.xml'.
    Anyone knows what the problem can be?
    Regards
    Fredrik

    I am also encountering this error on a 64-bit server running both SQL and SASS.
    This machine has 32GB of physical memory, with SQL's min set to 0 and max set to 10GB.  SASS's memory limit is set to 25
    This error is occuring on a development server and once triggered, seems to foil every subsequent attempt to process any appset, until a reboot occurs.  The dimension cited in the error was not even included in the requested processing.
      - Server: The operation has been cancelled due to memory pressure.
    Errors in the metadata manager. An error occurred when loading the <DIMENSION> dimension, from the file, '
    ?\E:\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Data\<APPSET>.0.db\<DIMENSION>.66.dim.xml'.

  • What's 'Process dimension member' and 'Refresh dimension member'

    We're using BPC 7.5 NW SP8 patch 001.
    I often have confusion about these two buttions of dimension library on BPC admin console.
    When clicking 'Process dimension member' and 'Refresh demension member', clearly we see BPC is performing some activities.
    If I switch tracing in ST05, some tables, such as UJD_DIMENSION, UJD_DOC and temperory tables. were accessed and updated.
    For my understanding, table UJD_DOC is using to find sheet template in UJFS and table UJD_DIMENSION is using to control versions between file service and BW infoobject tables.
    But I cannot understand what's necessarity for 'Refresh dimension member'.
    Does this activity will fetch data from BW infoobject tables and refresh files in UJFS ? But I cannot see 'Update' action in ST05 tracing file.
    The other one - 'Process dimension member': does that mean syncroniization between files in UJFS and BW infoobject tables ?
    If so, why temperory table /1CPMB/B_* is storing some records?
    Could BPC expert guide me the way to understand? Appreciated.

    Hi Brad,
    Refresh Dimension members is to update client infomration.
    When you log on to an application set whose structure has changed (there are changes to dimensions and templates stored on the server), the system automatically updates your client information. You can also initiate this procedure manually, which you should do only when instructed by your administrator. Hope this helps.
    Regards,
    Sanjeev

Maybe you are looking for

  • TP3: Using PPR to auto populate 2nd component of PK

    Hi All I have a table with 2 attributes as part of a primary key. I have programmatically set the second attribute based on the first attribute value in the corresponding *RowImpl.java class. When executing via the Business Component Browser the seco

  • ECM and Activation in ECC 6.0

    Hello Everyone, We are in the process of upgrading from 4.6C to ECC 6.0.  I have noticed that the ECM (Enterprise Compensation Management) items are not in config or in the Easy Access menu.  Is there something additional that needs to be installed w

  • E63 How can I delete an email account?

    I had a pop email account first but then tried Nokia email which I prefer now. How can I get rid of the POP email account? There seems to be nothign where I would be able to delete it. Solved! Go to Solution.

  • Mass user movement from one org. unit to another in SRM org. structure

    Hi, Is there any way by which i can move mass users from one organisational unit to another in SRM org. structure.. there is a thread available in SDN but it is not conclusive. it talks abt using a FM: BBP_USER_CHANGE_ORG BR Bharat M

  • Airplay icon missing in I OS 8

    Why doesn't the AirPlay icon show up anymore in iOS 8? I swipe up the panel from the bottom and it isn't there anymore? Im using iOS 8.1.2