Error message when processing business rule and dimenstion

Dear BPC Experts:
   While I am testing BPC FX Restatement pacakge, I make most use of original se-up in APSHELL, and just do some some config in related dimension and business rule. However, when I process business rule and dimenstion, one message shows that "_unexpected error in application server"._ And I still tried to run FX Restatement package, in detail log, it says "Member USD not exist." Does anyone help me figure out the reasons? I really appreciae your help.
Fred Cheng

Hi,
I am not sure if the configuration of MSMQ is fine at you side, it is better to check my how to document too as here I clearly mentioned about MSMQ steps.
This is the direct link: https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/101531ad-bcf5-2b10-ac9c-c102908c1b7f
Just skip the ABAP part and follow the MSMQ part.
regards,
Sreedhar

Similar Messages

  • Error message when running Business rules

    Hello,
    We are having the following error message when launching the business rules; cannot calculate - analytic server error (1013131): Failed to start Asynchonous thread. When looking att he Essabse log, we find the following errors around the same time we got this error:
    [Wed May 06 22:01:45 2009]Local/ESSBASE0///Info(1051037)
    Logging out user [brlpo], active for 63 minutes
    [Wed May 06 22:02:45 2009]Local/ESSBASE0///Info(1051001)
    Received client request: Get Substitution Variable (from user [essbaseadmin])
    [Wed May 06 22:02:45 2009]Local/ESSBASE0///Error(1051083)
    Substitution variable AOP.Finance.CurrFcst does not exist
    [Wed May 06 22:02:45 2009]Local/ESSBASE0///Warning(1051003)
    Error 1051083 processing request [Get Substitution Variable] - disconnecting
    [Wed May 06 22:02:45 2009]Local/ESSBASE0///Info(1051001)
    Received client request: Get Substitution Variable (from user [essbaseadmin])
    [Wed May 06 22:02:45 2009]Local/ESSBASE0///Info(1051001)
    Received client request: Get Substitution Variable (from user [essbaseadmin])
    [Wed May 06 22:02:45 2009]Local/ESSBASE0///Error(1051083)
    Substitution variable AOP.Finance.Curryr does not exist
    [Wed May 06 22:02:45 2009]Local/ESSBASE0///Warning(1051003)
    Error 1051083 processing request [Get Substitution Variable] - disconnecting
    Would you have an idea of reason of error code?
    Thierry

    Hi,
    Looks like the substitution variables its looking for are missing.
    Can you check that?
    Regards,
    Amol

  • Error message when processing in the Business Warehouse

    hi everybody!!
    this was the error i got.plz let me know the correction process.plz explain stepwise.
    thank u,
    jack.
    Error message when processing in the Business Warehouse
    Diagnosis
    An error occurred in the SAP BW when processing the data. The error is documented in an error message.
    System response
    A caller 01, 02 or equal to or greater than 20 contains an error meesage.
    Further analysis:
    The error message(s) was (were) sent by:
    Update

    Hi,
    This issue is in BI when you are trying to load data from one object to other Object
    example: ods to cube
    We need the Log information which you can find that in the monitor screen Status tab "Push button"
    Regards
    Hari

  • Error message when deleting Business transaction: Activity in CRM

    Hi All,
    I am trying to delete a couple of Activities from CRM (Production system) and encounter two error message: "Enter a Business Partner" and "Administration header not found."
    I have tried three ways to delete/archive the activity numbers in the system:
    1) Using T code: CRMD_ORDER and then while in change mode - trying to delete the activities. When I tried this I get a warning message: "Enter a Business Partner" after I hit enter the warning: "Administration header not found." comes up and then takes you to the Easy access Menu after hitting enter.
    2)   I used T code SE38 to open program: "CRM_Order_Delete", here I entered the activity #s that I want to delete, the Activity Transaction type, select check box "Parallel" and then execute. I see a job log which says "Number of archived records = 3", the log shows that no records were deleted.
    3) I have also tried archiving using T code SARA. But this also didn't seem to work. Here, I entered the Archiving object: CRM ACTON, then click on Preprocessing. I created a variant with the transaction type and activity numbers then set the start time to immediate and executed (F8) it. Even then I was not able to archive these activities. I did set the activities to status Complete.
    Am I missing something? Appreciate your help.
    Regards,
    Ramesh
    Edited by: Ramesh Nallabelli on Oct 9, 2008 9:55 AM

    Received response from SAP support partner:
    Please verify first if the issue is caused by badi implementation
    of ORDER_SAVE badi. Please check method prepare and check_before_save.
    Maybe inside your implementation the function crm_order_read is called
    but that is not possible in case of deleting a document as document is
    not available anymore.
    If that doesn't work try this one:
    Please check to see if you have a badi ORDER_SAVE method
    CHANGE_BEFORE_UPDATE. Please deactiviate the ORDER_SAVE Badi and retestthe deletion.
    This is how we resovled our issue - hope this helps someone else:
    Check using T Code: SE80 to look for a BADI implementation which used BADI: ORDER_SAVE:
    SE80-> Package: Z* (look for custom packages) -> Look under enhancements for any BADI Implementations which have used ORDER_SAVE (double click implementation and in the right pane look under Definition name).
    Click 'Change' and deactivate this implementaiton. Now try to delete the CRM transaction. The error msg should not pop up now. Once deletion is completed reactivate this implementation.
    This is just a work around. The problem lies in the code and the code within the implementation should be debugged and fixed so that this error message does not come up again.

  • Question - "you do not have enough access privileges" error message when trying to sync and downloads music?

    Question - error message when trying to sync and download music iPhone. 

    Same problem with my iphone too
    is ur problem resolved?

  • 9.3.3 Upgrade, null pointer exception when accessing business rules and mac

    Hello,
    We upgraded from 9.3.1 to 9.3.3. In the Essbase Administration Services Console, when I attempt to access business rules or macros from a client PC, we get a null pointer exception. The message does not tell us much, but I cannot find more.
    I can access business rules and macros using EAS Console from the server. Do I have a bad installation, or have I missed a step?
    Thank you,

    Hi,
    You might have to re-organize your application module hierarchy to place your common code.
    If your intension is to auto populate the primary key for your Entity Objects., I would suggest below common practice.
    1). Create a Base Entity Impl class for your project that extends oracle.jbo.server.EntityImpl
    2). Code your getDbSequence() method inside this base entity impl class
    3). Make sure that all your Entity Objects extend your base entity impl class
    4). Use EL expression to call this method for auto-generating primary key attribute of your Entity Object.
    e.g., adf.object.getDbSequence("sequenceName")
    Regards,
    Eshwar

  • Why do I get an error message when trying to Extrude and Bevel my image?

    I am making a logo for a friend and he wants something similar to the Stark House symbol. (The Direwolf) but as a dragon instead. I used the pen tool to make the shape, and now I want to fill it in and make it more 3D. I can't fill it in properly and my image gets an error message when I try to Extrude and Bevel. Why is this?

    error message,
    Is the path/shape closed?
    Selecting it and Ctrl/Cmd+J should close it if not, then you may try again.
    You may also have a look in the Document Infor palette with Objects ticked in the flyout and the path selected.

  • I get this error message when I open Firefox and when I go between tabs TypeError: PC_PREF_OBJ is undefined

    I get this message when I open Firefox and when I go between tabs.
    TypeError: PC_PREF_OBJ is undefined
    I have tried to re-install, but that doesn't help.

    If you close Firefox, then start Firefox in Safe Mode, does the problem still occur? For instructions on starting in Safe Mode, see [[Safe Mode]].
    Extensions can sometimes be the cause of problems. If the problem does not occur in [[Safe Mode]], then you can disable your extensions one-by-one until you find out which one is causing the problem.
    See [[Troubleshooting extensions and themes]]

  • Error message when processing IDoc

    Hi there,
    Greetings from Buenos Aires, Argentina.
    I'm trying to use the Migration Workbench in order to transfer to SAP the material master data.
    I have created an LSMW Objet and selected, under Mantain Object Attributes >> Object Type and Import Method, the IDoc option. The message type will be MATMAS and the Basic Type will be MATMAS05.
    I have maitained the IDoc Inbound processing, created the LSMW Port and the Partner Profile. In the latter, under Inbound Parameteres, I have created and inbound parameter with the MATMAS Message Type and MATM Process Code.
    I have created structure relationships for the following target structures: EDI_DC40, E1MARAM, E1MAKTM, E1MARCM and E1BEWM.
    After being one or two couple of hours going and coming over the application log after running over and over again the step 14. IDoc Processing, and having filled with '/' the obligatory fields, I still am not able to generate it successfully.
    The problem I'm having is, it keeps asking the DISMM (I think the name is MRP Type) field, and since I have not created a conversion rule or source field for it, I recieve the error message 72 from the M3 message class
    I understand that though the MM01 transaction, if the MRP View isn't activated, this field stops being mandatory. So I need to know, if any, the way to make the IDoc processing not to ask this field, since the MM consultant has said it's not necessary to introduce it.
    Thanks in advance.

    in the step 5 Maintain Field Mapping and Conversion Rules
    in the strcture E1BPMATHEAD   put the below condtion
    E1BPMATHEAD                    Header Segment with Control Information
    for the MRP veiw  WERKS and DISMM is mandatory fileds if you are not getting the any one of the value from the file ,skip the MRP view using below condtion.
    MRP_VIEW                     Material Requirements Planning (MRP) View
                        Code:    * Target Field: E1BPMATHEAD-MRP_VIEW Material Requirements Plann
                                 IF NOT matmas-werks IS INITIAL AND "
                                    NOT matmas-dismm IS INITIAL.
                                   e1bpmathead-mrp_view ='X'.
                                 ENDIF.

  • Error message when trying to extract and install

    Why do I keep getting an error message for CS6 beta when I try to extract and install, message file missing?

    I assume you downloaded from here:  http://labs.adobe.com/technologies/photoshopcs6/
    Did you successfully download the file and check file sizes match? Do you extract ok?  PC, I assume? What OS are you using?
    How far did you get in the installation? Did you select TRY rather than enter serial number? Did you enter your Adobe ID?
    By the way, you should change your name to something other than your email as the bots will go nuts when they find that and you may get spam.
    Pattie

  • Error message when saving for web and devices

    I cannot save for web and devices for some reason. I get the error message shown in the screen shot below.
    I'm using CS5 extended, version 12.1, 64 bit. My OS is windows 7.
    It doesn't matter whether it's a JPG file or a PSD, I get the same error message, and I am unable to find a solution so far.

    Hi,
    See if this solution works (from this post):
    regards,
    steve
    26. leonty16,  
      Jun 26, 2010 11:17 AM    in reply to turtle_ 
    Report
    FIXED .....
    OK guys....I had this problem for the longest time & Whenever I tried to use "save to web" feature, I would get the same error.... after a lot of research & finally found a resolution.....
    I wanted to take this opportunity to share the resolution why this feature was not working properly....
    Here is the link where you will find what the problem was...
    http://www.techsupportforum.com/microsoft-support/windows-vista-window s-7-support/235245-solved-error-1324-when-installing-applications.html
    Basically, go to this registry location:
    HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\U ser Shell Folders
    & make sure that your current "my documents" sub folders are set to:
    My Music       REG_EXPAND_SZ         %USERPROFILE%\Music My Pictures    REG_EXPAND_SZ         %USERPROFILE%\Pictures
    My Videos      REG_EXPAND_SZ         %USERPROFILE%\Videos
    Personal         REG_EXPAND_SZ         %USERPROFILE%\Documents
    etc...etc...etc....
    When I fixed my registry...this error went away & I had no problems with it anymore...please post this resolution on the website for others!

  • Error message when logging into imessage and facetime

    When I try logging into facetime and imessage on my ipod touch 4th gen, I get the following error message "the user name or password for "my email address" was incorrect. Try again." However I am able to log into apple id online, app store, game center and itunes with the same credentials without any issues. I have previously used facetime and imessage on this device with the same apple id. Does anyone have any solutions or ideas on how to resolve this? Thanks!

    Thanks for your tip but i've tried that already and no luck.
    my date and time setting is set to automatically update

  • I receive the following error message when trying to download and update my software on my iPod touch and iPad - "there was a problem downloading the software for the iPad/iPod "Mikki's iPad". T

    When trying to download and update the operating system software for my iPad and iPod I get the following message - "ERROR MESSAGE" There was a problem downloading the software for the iPad "Mikki's iPad". The network connection timed out. Make sure your network settings are correct and your network connection is active, or try again. later." Is this a setting on my computer - my network is working fine.  I didn't have any trouble before but have just started having trouble.  Please help...

    Hi Robertfrom Denver.
    Did you try the solution given, and if yes, did it work?
    I have done several "attempted downloads, and see the full file download, typically taking 30 minutes to complete, and then something goes wrong.
    I am happy to suspend AV and FW software, but would like to know if it is a good fix or not first?
    HelenfromBroughton Astley

  • Error message when compiling invalid packages and procedures

    Hi.
    I have a routine for copying certain data from a production database to a test database. To do this I disable constraints and triggers, truncate tables, copy tables and enable triggers and constraints again.
    Now several of my functions, procedures and packages are made invalid and marked with a red cross. In SQL Developer I can compile invalid functions, procedures and packages. When I compile functions it works fine, but when compiling procedures and packages I get the following error message:
    An error was encountered performing the requested operation:
    ORA-00904: "ATTRIBUTE": Invalid identifier
    Vendor code 904
    When I click OK on this message I get a confirmation saying:
    Packages have been compiled with #0.CNT# errors.
    I had this error in both the previous and the new version. Is this a bug or is there a way to come around it? When I copy and modify the SQL generated to perform this task and run it in SQL Plus it works fine.
    I use Windows 2000 5.00.2195 Service Pack 4, SQL Developer version 1.2.1, Oracle 9.2.0.8.0 and Java version 1.5.0_11
    Message was edited by:
    SvSig

    i have now upgraded to Java 1.6 update 2. I still get basically the same error, but it is presented a little bit differently:
    An error was encountered performing the requested operation:
    ORA-00904: "ATTRIBUTE": invalid identifier
    00904. 00000 - "%s: invalid identifier"
    *Cause:
    *Action:
    Vendor code 904
    Are there other possible error causes than the operating system version and the database version?
    We are going to install an Oracle 10 test database in a couple of weeks, so then I will find out whether the database version is the problem.

  • ERROR MESSAGE WHEN DISPLAYING LARGE RETRIEVING AND DISPLAYING LARGE AMOUNT OF DATA

    Hello,
    Am querying my database(mysql) and displaying my data in a
    DataGrid (Note that am using Flex 2.0)
    It works fine when the amount of data populating the grid is
    not much. But when I have large amount of data I get the following
    error message and the grid is not populated.
    ERROR 1
    faultCode:Server.Acknowledge.Failed
    faultString:'Didn't receive an acknowledge message'
    faultDetail: 'Was expecting
    mx.messaging.messages.AcknowledgeMessage, but receive Null'
    ERROR 2
    faultCode:Client.Error.DeliveryInDoubt
    faultString:'Channel disconnected'
    faultDetail: 'Channel disconnected before and acknowledge was
    received'
    Note that my datagrid is populated when I run the query on my
    Server but does not works on my client pcs.
    Your help would br greatly appreciated here.
    Awaiting a reply.
    Regards

    Hello,
    Am using remote object services.
    USing component (ColdFusion as destination).

Maybe you are looking for

  • How can i transfer photos from my macbook to my imac without altering their quality

    I am trying to transfer photos from my macbook to my imac, with the same version og iphoto, but it seems that the imac is having trouble to give me clean photos, as if it was putting 2 images, one on the other.... any suggestion for a clean and quick

  • Help with Time Machine Backups not working..

    Let me preface this by saying I have spent the last day scouring the internet for solutions to my problem. I have tried every option that I have run across and have had no luck in resolving my problem. As a last resort, I'm turning here in hopes that

  • GR reversal with AccM document

    Hello All, I have a PO for qty 1 and also already GR done for the same qty.Also the user has posted AccM document for 1 qty.Now my question is whether I can reverse the GR or not?If we can reverse the GR then any impact we will be facing in future?Do

  • Version differences

    Hi all, I've had a user ask me about file versioning in KM. She wanted to know if there's a way to get KM to display the most recent version of a file and somehow highlight or otherwise make note of all of the different sections in that document that

  • W do i back up my library in Itunes 10.5 to cd?

    Can someone help me. I need to back my purchases to cds. I cannot do it in this newest version of Itunes. I'm at a lost. Thankyou,