Error In Remodelling (Cancelled Message)

Hi,
I want to add a new Characteritic to my InfoCube which has data already(from a flat file).
When I started the remodelling job and checked the jobs, it shows as "Cancelled" and in the Monitoring it shows "Not Yet Started"
Where can I see whether the Char is added or not?
How do I resolve this?
Regards,
Sam

Hi ,
Check in th job log for the exact error message.
If u do not get any info from the job log,inform the basis that the background jobs are getting cancelled.
Thay can provide you input for the same.
Regards,
Dhanya.

Similar Messages

  • Cancel message with errors - How to automate this?

    XI / PI SDN Community
    I think that because of basis team settings every time a message fails to pass through the pipeline (for example a mapping error) XI tries to process this message over and over again for days!
    Assuming that basis is not going to change any configuration on their end: Is therer a way to create a job (TCODE sm36) to do this cancel for me? - I mean I have access to go and manually cancel the message with errors tru the moni.
    Regards,
    José Francisco

    Dear Jose,
    Hi this is Tarang ...
    For cancelling messages on Java engine ( ones that you see on RWB )
    1. There is no standard program which would allow you to cancel the messages here
    2. you can only set a maxim retry interval...i.e how many times a meesage in error should be retried foe sending...this setting can be done in transaction sxmb_adm....there is a parameter called IS_RETRY for this..
    For cancelling the messages on ABAP engine ( ones that you see in MONI)
    1. You can cancel them using the report rsxmb_cancel_messages ...but  dont use this report independently...
        coz there are some chances ..due to which you are getting a message in error in moni ..but the message is restartable......then if you directly cancel it , it is not correct
    2. you cna club the above report with rsxmb_restart_messages...i.e you can create a job sequence where 1 step would be scheduling thee program rsxmb_restart_messages and then the ones that are not restarted properly ...yu can cancle using the second step in the sequence ....i.e rsxmb_cancel_messages
    But be it ABAP / JAVA engine every XI landscape has many of the EOIO interfaces where in the concept is that if the first message in the queue gets stuck ...the message behind that should also get stuck....if you cancel message automatically (say using the above report), there are chances that particular message was configured for EOIO and the message behind that is actuaaly not meant to move ahead..but once you cancel the first message3 the other will go.....which is wrong and against the laws of EOIO...
    hence SAP suggests " no automatic cancellation of message neither at ABAP nor at JAVA level should be done"
    SAP says that manual cancellation of messages is included in the daily maintenance task of XI
    you can obviously play with the number of retries using entry IS_retry
    Hope this helps
    Edited by: Tarang Shah on Mar 6, 2009 11:07 AM

  • USER Cancelled message while navigating report.

    Post Author: sreeraj_vinod
    CA Forum: General
    One of our clients are facing a peculiar problem. We have a VB 6 application with crystal report 9 reports assocaited to it. When the user generates a report which has a large amount of data, and he tries to navigate to the next page, he gets and message "User Cancelled". If it is sent to printer directly, it says "Error printing".  This report has 3 small sub reports embeded into it.
    Request you to let us know, what could be casing this issue.
    Thanks in advance.
    Sreeraj

    Post Author: ygregersen
    CA Forum: General
    It's possible that one of the items in your scenario has a time out limit. When it goes beyond that limit the error message defaults to a 'user canceled' message. This happens in Access all the time because the queries in there default to 60 seconds - your scenario seems to be a similar issue. Maybe look for something about a time out limit.

  • ABAP program to Cancel messages in Scheduled/Recorded status?

    Hi,
    Thanks for reading my post...
    Can anyone tell me whether there is an ABAP program available (or a variant) that will Cancel messages that are in Scheduled (or Recorded) status?
    Messages to be sent from ECC to PI were not sent and are left in Recorded status in ECC.  I cannot find the documentation to explain what this status is, but I'm presuming that it's similar to the Scheduled status in PI (though there's not much documentation about that either - for example, what's the difference between the 'green flag' Scheduled and the 'green flag' Released for Processing (WS)? ).  {Note to SAP: Could we have a state transition diagram please? Simple, concise and effective.}
    Anyway, the 'tick-pencil' button in SXMB_MONI (aka. CTRL-F8) can be used to cancel the messages in Scheduled/Recorded status.  But I'm looking for an ABAP program to do this.  The documentation seems to 'suggest' that this button might do the same thing as the ABAP program RSXMB_CANCEL_MESSAGES.  However, this ABAP program does not cancel messages in Scheduled status (only the messages in Error), whereas the SXMB_MONI CTRL-F8 'tick-pencil' will cancel messages in Scheduled status if they are selected.
    Is there another ABAP program available to cancel messages in Scheduled status - or is it possible to create a variant of RSXMB_CANCEL_MESSAGES that will do this?  (I'm not an ABAP programmer and I've never created a variant, but looking at the code, it seemed it might be possible to get the program to read messages in Scheduled status rather than Error status.)
    Many thanks for any help.
    Mark

    Messages are in scheduled status because they still in the queue in either 'READY' status or 'EXECUTING' status (see SMQ1/SMQ2). You don't want to automatically cancel messages that are in scheduled status because that means you are also going to cancel good messages. However, in some cases, you may want to cancel such messages especially when the message in the queue has been in 'Executing' status for long time (happens in case of long running mapping program or dropped connection etc). Such cases warrant manual intervention and hence the behavior as noted by you.
    If you can tell me why exactly you want to cancel messages that are in scheduled status, I can help you more.
    Thanks
    KK

  • Document control failed due to error in [DOCMGR-CANCEL], return code = [OTH

    Hi,
    When i tried using the cancel PO API, it resulted in the following error.
    Document control failed due to error in [DOCMGR-CANCEL], return code = [OTHER]
    I searched the metalink and found out that it was a bug as p_doc_num variable was a number and in PO_HEADERS_ALL segment1 is VARCHAR2. But now the bug is fixed.
    I tried both ways, with and without quotes but it is still giving this error. Please suggest.
    I used the API in the following way.
    DECLARE
    l_return_status VARCHAR2(1);
    BEGIN
    fnd_global.apps_initialize(4480,20707,201);
    --call the Cancel API
    PO_Document_Control_PUB.control_document (
    p_api_version=>1.0, -- p_api_version
    p_init_msg_list=>FND_API.G_TRUE, -- p_init_msg_list
    p_commit=>FND_API.G_TRUE, -- p_commit
    x_return_status=>l_return_status,-- x_return_status
    p_doc_type=>'PO', -- p_doc_type
    p_doc_subtype=>'STANDARD', -- p_doc_subtype
    p_doc_id=>34, -- p_doc_id
    p_doc_num=>null, -- p_doc_num
    p_release_id=>null, -- p_release_id
    p_release_num=>null, -- p_release_num
    p_doc_line_id=>null, -- p_doc_line_id
    p_doc_line_num=>null, -- p_doc_line_num
    p_doc_line_loc_id=>null, -- p_doc_line_loc_id
    p_doc_shipment_num=>null, -- p_doc_shipment_num
    p_action=>'CANCEL', -- p_action
    p_action_date=>SYSDATE, -- p_action_date
    p_cancel_reason=>null, -- p_cancel_reason
    p_cancel_reqs_flag=>'N', -- p_cancel_reqs_flag
    p_print_flag=>null, -- p_print_flag
    p_note_to_vendor=>null ); -- p_note_to_vendor
    commit;
    -- Get any messages returned by the Cancel API
    FOR i IN 1..FND_MSG_PUB.count_msg
    LOOP
    DBMS_OUTPUT.put_line(FND_MSG_PUB.Get(p_msg_index => i,
    p_encoded => 'F'));
    END LOOP;
    END;
    /

    first you have to assign org_id to the program,like fnd_client_info.set_org_context('167');
    you also have to initialize,like this
    fnd_global.initialize(session_id => l_session_id
    ,user_id => 2613
    ,resp_id => 50459
    ,resp_appl_id => 201
    ,security_group_id => 0
    ,site_id => -1
    ,login_id => 1102144
    , --can't be -1,or else will be wrong
    conc_login_id => 1102144
    ,prog_appl_id => -1
    ,conc_program_id => -1
    ,conc_request_id => -1
    ,conc_priority_request => NULL);

  • How to cancel messages in SXMB_MONI with status "No receive found"

    Dear All,
    I need to cancel message with error status as mentioned in captioned subject.
    Can you please guide me how to do it?
    Regards,
    Saras Jain

    One more thing to check.....confirm if there is any background job scheduled to cnacel the message once it goes into error....if it is cancelled in this manner...if so you wont be allowed to cancel the (already cancelled) message manually
    Regards,
    Abhishek.

  • V51VP - item was not found - process cancelled, Message no. HUGENERAL 056

    Dear Experts,
    When i am going to delete the handling units, its throws the error
    V51VP - item was not found - process cancelled
    Message no. HUGENERAL 056
    I am not able to delete the delivery, expecting the earliest solution,
    checked the same in SDN also, Not available,
    Expecting earliest reply,
    Thanks and Best Regards,
    Muralidharan S

    Thanks, user go head for billing without reverse the delivery

  • Tracing canceled Messages in RWB

    Hi Experts,
    We have an option to trace userid of the manualy blocked or canceled messages in sxi_monitor. Is there any option to trace the userid of  a message in the RWB (i.e in Adapter Engine) which is canceled manualy?
    thanks for your help in advane.
    Thanks
    Sugata B Majumder

    We have an option to trace userid of the manualy blocked or canceled messages in sxi_monitor.
    Is there any option to trace the userid of a message in the RWB (i.e in Adapter Engine) which is
    canceled manualy?
    If userid of a message is the MessageID then:
    RWB --> Message Monitoring ---> Messages From Component (Select Adapter Engine) From (Database)
    You can now select the Time range for which you want to view the messages.....
    Then there is an option called Status.....in the dropdown of which you will get options like All Containing Error / SystemError / Application Error / Canceled With Errors.....if any option fits your requirement select it and hit the Start button...all the messages with the criteria will be displayed....select the message and click the Details button and you can see the relevant message details...
    Regards,
    Abhishek.

  • Preventing runtime errors from clicking cancel

              String input;
              double number1;
              double number2;
              double number3;
              double number4;
                      input = JOptionPane.showInputDialog("Enter a number:  ");
                         number1 = Double.parseDouble(input);
                         input = JOptionPane.showInputDialog("Enter a number:  ");
                         number2 = Double.parseDouble(input);
                         input = JOptionPane.showInputDialog("Enter a number:  ");
                         number3 = Double.parseDouble(input);
                         input = JOptionPane.showInputDialog("Enter a number:  ");
                         number4 = Double.parseDouble(input);
                         JOptionPane.showMessageDialog(null, number1 + "\n" +
                                                                      number2 + "\n" +
                                                                      number3 + "\n" +
                                                                      number4);
         How do i set it so if the user hits "Cancel" on ANY of the input dialog messages, the console does not display a runtime error message?

              String input;
              double number1 = 0;
              double number2 = 0;
              double number3 = 0;
              double number4 = 0;
                      input = JOptionPane.showInputDialog("Enter a number:  ");
                      // Prevents a runtime error for clicking "Cancel"
                      if( input != null ) {
                         number1 = Double.parseDouble(input);
                         input = JOptionPane.showInputDialog("Enter a number:  ");
                         number2 = Double.parseDouble(input);
                         input = JOptionPane.showInputDialog("Enter a number:  ");
                         number3 = Double.parseDouble(input);
                         input = JOptionPane.showInputDialog("Enter a number:  ");
                         number4 = Double.parseDouble(input);
                         JOptionPane.showMessageDialog(null, number1 + "\n" +
                                                                      number2 + "\n" +
                                                                      number3 + "\n" +
                                                                      number4);
    }I tried that, but it only works for the first input dialog box.

  • Cancelling messages for particular interface

    Can we cancell message for particular condition. Example I want to cancell message for that particular interface. Do we have to run some report for this. Please specify the name for the report which I have to run???
    Shriram

    Yes you have to run one report
    RSXMB_CANCEL_MESSAGES
    There is one blog on this
    /people/gourav.khare2/blog/2007/12/21/mass-cancellation-of-error-messages--xi
    Is this what you are looking for.
    Can you please explain the same in detail
    Thanks
    Do reward points if helpful

  • Pricing error in item 000025 Message no. VF073

    Hi All,
    When I goto vf02 it is giving error "Pricing error in item 000025 Message no. VF073"
    When I double click on item 25 & goto "condition" it is giving error "Pricing error: Mandatory condition ZY01 is missing Message no. V1801",although I do not need the value for the item(25) but it has to take the amount which has been maintained in VK11.
    For item(26) everything is perfect "no error"
    This is batch related billing
    Item          Description                     Billed Qnty          SU           Net Value
    25       MIX YARN SPUN              0                       KG       0.00
    26       MIX YARN SPUN              766.200       KG      26,050.80
    Is there any way to resolve the problem
    Thanks in advance
    Umed rathore

    Hi Umed rathore,
    Check what is the pricing procedure assigned to your document.
    You can change it to non mandatory using the T.Code V/08.
    Select your procedure and then click on control.Required is ticked there.Uncheck this one.Save.
    Is it appearing in Sales order?
    If it is coming in sales order then it should also come in Billing.For this goto VTFA if it is order related billing else goto VTLA if it is delivery related billing.
    Click on item.Select your item category.
    Details.Select the value "E" for the field Pricing source.
    Save.Now it will also appear in invoice if it is appeared in order.
    But you are telling that that condition is not important for you.So make it as nonmandatory and cancel the billing document.
    In the sales order in updatation select option "B" and then recreate the invoice.
    Check analysis for that condition type.
    Regards,
    Krishna.

  • Message type "A" - Cancel message

    Hi All,
    Wanted to know if we can capture messages of type "A" (Cancel Messages) after bdc call transaction ?
    I know we can caputure Error messages ("E") and Success messages ("S") but can we capture messages of type "A" ?
    Will this kind of message simply not throw you out of the bdc program ?
    Thks,

    dear friend.
    only one concept is this regarding
    your issue.
    "A" is simply for showing all screen.
    "E" is simply for showing only error screen.
    "N"is for showing non of screen.
    now tell me if there is any confussion.
    if ther is pls keep in touch.
    rewards expecting
    vivek

  • Error while activating any message mapping in IR: very strange

    hi forum i m getting an error in IR while activating any messageMapping.
    the error is too long to be posted....i m posting a few lines of that:
    •     Internal error while checking object Message Mapping MM_sdptestFileToFile | http://sdzpoc.com.test/sdptest (ZPOC_TEST, 1.0 of zpoctest); see details (CHECK_EXCEPTION)
    •     Internal error while checking object Message Mapping MM_sdptestFileToFile | http://sdzpoc.com.test/sdptest (ZPOC_TEST, 1.0 of zpoctest); see details (CHECK_EXCEPTION)
    •     /usr/sap/XID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapdddd0cb0100311dca6090012799eddc6/source/com/sap/xi/tf/_MM_sdptestFileToFile_.java (No such file or directory (errno:2))
    •     /usr/sap/XID/DVEBMGS00/j2ee/cluster/server0/./temp/classpath_resolver/Mapdddd0cb0100311dca6090012799eddc6/source/com/sap/xi/tf/_MM_sdptestFileToFile_.java (No such file or directory (errno:2))

    Sudeep,
    Let we try this way. I'm sure you might have some existing mapping objects in IR.
    Try to change that object(Description give some name) and activate again the object.
    Reply your results whether you are getting the same error.
    One sec before changing the object just test the mapping and change the object.
    Best regards,
    raj.

  • Unable to open PWA in browser and MSP on application server in project server 2007. ERROR: Sending the Soap message failed or no recognizable response was received.

    Hi All,
    I am using project server 2007 and WSS 3.0. 
    I have been facing a strange issue for couple of days. I am unable to open PWA in browser and MS Project Pro on application server.
    Everything is correct whether it is URL or MS Project profile account on MSP.  This is strange because i can open same PWA/MSP from other computers (Database server / Client PCs) but not locally on server.
    When i try to connect to MSP on App server, i get the following errors in event viewer.
    Event Type: Error
    Event Source: MSSOAP
    Event ID: 16
    User: N/A
    Computer: APP-Server-Name
    Description:
    Soap error: Connection time out..
    Event Type: Error
    Event Source: MSSOAP
    Event Category: Client 
    Event ID: 16
    User: N/A
    Computer: APP-Server-Name
    Description:
    Soap error: An unanticipated error occurred during the processing of this request..
    Event Type: Error
    Event Source: MSSOAP
    Event Category: Client 
    Event ID: 16
    User: N/A
    Computer: APP-Server-Name
    Description: Soap error: Sending the Soap message failed or no recognizable response was received.
    Event Type: Error
    Event Source: MSSOAP
    Event Category: Client 
    Event ID: 16
    User: N/A
    Computer: APP-Server-Name
    Description:
    Soap error: Unspecified client error..
    One more issue i am facing and i guess that is related to above issue. The Issue is, when i am creating a new project, It's workspace gets created but doesn't get linked to the project and i can't link it manually because it already exists for the project.
    sandeep

    Hi Paul ,
    Thanks for reply. The project server URL was already added to the Trusted
    Sites/Local Intranet areas in IE. 
    sandeep

  • Cancel message is not shown in the page

    Hi All,
    This is my code for cancel in controller:
    if ( "Cancel".equals(pageContext.getParameter(EVENT_PARAM)) ) {
    am.invokeMethod("Cancel");
    MessageToken[] token = {};
    OAException confirmMessage =
    new OAException("MTH", "MTH_SETUP_CANCEL", token,
    OAException.INFORMATION, null);
    pageContext.putDialogMessage(confirmMessage);
    pageContext.setForwardURLToCurrentPage( null, false, OAWebBeanConstants.ADD_BREAD_CRUMB_NO, OAWebBeanConstants.IGNORE_MESSAGES);
    this is cancel code in AM
    public void Cancel() {
    getTransaction().rollback();
    but when I am clicking on cancel button ,message is not dispalyed.
    Is there something wrong in the code ?How can I get the cancel message in the page.

    PutDialog would redirect the page automatically. You dont need setForwardURLToCurrentPage().
    --Prasanna                                                                                                                                                                                                                       

Maybe you are looking for