Scheduled broadcasting of webreports could not be changed

Hi all,
since last week we have finally managed to close our SAP BW Production environment for changes, as we now have a refreshed DEV environment. Using transaction SCC4 I have closed the system for changes.
However, some power users have web reports that they broadcast to a group of users every day. Every now and then they make changes to the report and reschedule it. Since the system is closed, they can no longer alter the broadcasting settings (re-schedule the broadcasting).
Is there a way to allow changes on this part of the system without opening the PROD environment completely? I have been looking at transaction SE06 but I am not sure which item to open for this.
Any help would be appreciated.
Rgds,
Sjak

Hi Madhu
All these POs are uploaded during the Cutover Activities only, I am not sure whether it is uploaded through LSMW or not. What I guess is If its uploaded thrugh LSMW , then we can't change any value in the PO.
Please sugest how can I process allthese IDocs.
Thanks
Ajit

Similar Messages

  • Hyper-V could not replicate changes for virtual machine 'machinename': The connection with the server was terminated abnormally (0x00002EFE).

    I have a 3 node cluster that has replica setup to replicate to another cluster off-site.
    Suddenly one of the servers is not replicating with the error:
    Hyper-V could not replicate changes for virtual machine 'machinename': The connection with the server was terminated abnormally (0x00002EFE). (Virtual Machine ID CC0FD4CC-F9B7-4C68-ABE8-B7D52A87899F)
    All other servers are replicating fine so there cannot be a permissions or connectivity issue between the 2 clusters.
    This server has 2TB of data so I'd rather not have to start the replication again.
    Does anyone have any pointers?
    Thanks.

    Hi drensta,
    Based on my knowledge , "hyper-v replica broker " is needed for failover cluster replica .
    Here is a link for "Why is the "Hyper-V Replica Broker" required?"
    http://blogs.technet.com/b/virtualization/archive/2012/03/27/why-is-the-quot-hyper-v-replica-broker-quot-required.aspx
    Hope this hleps
    Best Regards
    Elton Ji
    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.

  • IDoc Error -Instance of object type could not be changed

    Hi All
    I am getting IDoc failed with the error massaeg "Instance of object type could not be changed"
    Message type :PORDCR
    Basic type : PORDCR05
    Message no. BAPI003
    Status : 51
    Please suggest on this
    Thanks
    Ajit

    Hi Madhu
    All these POs are uploaded during the Cutover Activities only, I am not sure whether it is uploaded through LSMW or not. What I guess is If its uploaded thrugh LSMW , then we can't change any value in the PO.
    Please sugest how can I process allthese IDocs.
    Thanks
    Ajit

  • I have a MacBook pro version 10.6.7 with snow leopard. After an scheduled software upgrade I could not open Quicken (It said it could not open the files). Now I can only open it if I have my external drive on. Can you help?

    I have a MacBook pro version 10.6.7 with snow leopard. After an scheduled software upgrade I could not open Quicken (It said it could not open the files). Now I can only open it if I have my external drive on. Can you help?
    All the information that I had input on Quicken is gone. I have to have the external hard drive that I use to back up to be able to use quicken now. It is as if it was erased from the laptop hardrive

    Try repairing permissions. My favorite way is with a utility called AppleJack. Info and download here. It's free. It only works when you boot in Single User Mode. When restarting or booting, hold down the Command key and S keys.
    You will get a very different startup screen that looks like the Terminal app has hijacked the screen. Just let the lines of text scroll by. When that happens you will get a text entry prompt. Type in "AppleJack" without the quotation marks.
    A DOS looking menu will appear. Choose 1 or d to run Disk Repair. If you get a message that Disk Repair found and corrected errors, run it again. Repeat until you get the "your disk appears to be ok" message. This rarely happens with my experience, though. This does the same thing as as booting from an external drive and running Disk Utility's repair. Only, no external drive is required!
    Next, choose 2 or p to repair disk permissions. This will take a little while. AppleJack warns that it will take up to an half hour to run repair permissions. It'n never taken more than about ten minutes for my MacBook Pro.
    As permissions are repaired, you will see each repair scroll on the screen. When done, the menu returns, choose q to quit. Then at the prompt, enter "exit" without the quotes. Your MacBook Pro should restart into Mac OS normally after this.
    Hope this helps.

  • Partner of partner function SLFN0003 could not be changed

    Hello,
    I want to resolve the Support Team by Category instead of SAP Component.
    The Support Team is determined by the Rule AC13200137 and uses the
    Category instead of SAP Component to determine the correct Support
    Team (SLFN0003).
    I've tested the rule and agents are resolved correctly
    according to Category.
    When the a service record is created the initial resolution for the
    Support team is successful based upon Category.
    However, when the Category is changed after the Support Team has been determined, the Support Team cannot be updated when the document is SAVED. In the Transaction Data -> Action ->
    Process logs displays the following error:
    Date: 13.02.2008 Time: 16:44:59
    Processing CRM_DNO_PARTNER_1 Is Started
    Partner of partner function SLFN0003 could not be changed here
    Action could not be successfully executed
    Analysis:
    When the Support Team field on the CRM_HEADER is NOT empty the resolution by Category cannot update the Support Team field.
    The workaround when a Category has been changed is to clear the Support Team field then SAVE then the Support Team is resolved correctly to reflect Category changes.
    Is there a method to FORCED the overwrite the Support Team field when the
    Category is changed?
    Please advise.
    Regards,
    Latief

    Hi Raquel,
    Thank you very much for your quick response. Unfortunately, I had to wait for an ABAP'er  to make the necessary changes. Your feedback was helpful and points have been allocated accordingly.
    Below is an extract of the code applied to the functional module "CRM_DNO_UPDATE_PARTNER" to allow overwriting the Support Team field when already determined and the CATEGORY field has been changed.
    read partner of crm transaction
        CALL FUNCTION 'CRM_ORDER_READ'
          EXPORTING
            it_header_guid       = lt_header_guid
            iv_mode              = gc_mode-display
            it_requested_objects = lt_req_objects
          IMPORTING
            et_partner           = lt_partner
          EXCEPTIONS
            OTHERS               = 0.
        READ TABLE lt_partner INTO ls_partner
             WITH KEY ref_guid    = iv_header_guid
                      partner_fct = iv_partner_fct.
        IF sy-subrc = 0 and ls_partner-partner_no <> space.
    *{   REPLACE        SODK900090                                        1
    *\      MESSAGE e116(com_partner) with iv_partner_fct
    *\              RAISING partner_fct_maintained.
        If the Support Team is unchanged, simply exit.
        Otherwise delete the existing entry.
          if ls_partner-partner_guid = iv_partner_guid.
            exit.
          else.
          fill partner data
            move-corresponding ls_partner to ls_partner_com.
            data:
              begin of logical_key,
                ref_partner_handle     like ls_partner_com-ref_partner_handle,
                ref_partner_fct    like ls_partner_com-ref_partner_fct,
                ref_partner_no     like ls_partner_com-ref_partner_no,
                ref_no_type        like ls_partner_com-ref_no_type,
                ref_display_type   like ls_partner_com-ref_display_type,
              end of logical_key.
            move-corresponding ls_partner to logical_key.
            clear: ls_partner_com-partner_fct, ls_partner_com-partner_no, ls_partner_com-display_type, ls_partner_com-no_type.
            INSERT ls_partner_com INTO TABLE lt_partner_com.
          fill input fields
            ls_input_fields-ref_guid    = iv_header_guid.
            ls_input_fields-ref_kind    = gc_object_kind-orderadm_h.
            ls_input_fields-objectname  = gc_object_name-partner.
            ls_input_fields-logical_key = logical_key.
            ls_field_names-fieldname = 'PARTNER_FCT'.
            INSERT ls_field_names INTO TABLE lt_field_names.
            ls_field_names-fieldname = 'PARTNER_NO'.
            INSERT ls_field_names INTO TABLE lt_field_names.
            ls_field_names-fieldname = 'DISPLAY_TYPE'.
            INSERT ls_field_names INTO TABLE lt_field_names.
            ls_field_names-fieldname = 'NO_TYPE'.
            INSERT ls_field_names INTO TABLE lt_field_names.
            ls_field_names-fieldname = 'KIND_OF_ENTRY'.
            INSERT ls_field_names INTO TABLE lt_field_names.
            ls_input_fields-field_names = lt_field_names.
            INSERT ls_input_fields INTO TABLE lt_input_fields.
             clear: ls_partner_com, ls_input_fields, ls_field_names.
           endif.
    *}   REPLACE
        ENDIF.
      ENDIF.
    Your assistance is highly appreciated.
    Kind Regards,
    Latief

  • Time machine backup partition could not be changed

    Hello, I found that the backup partition could not be changed in OS X 10.7.5. When the option button was clicked, it could be seen that all partitions except the OS X lion partition were listed in the excluding list. And the excluded partitions could not be unselected using the "-" button, they are presented as gray.

    when you select the TM hard drive in disk utility (the model, not the name) look at the bottom of the DU window. Do you see the line
    Partition Map Scheme : GUID Partition Table?
    Also, I looked at your first post again and it says that you only have 2.5GB of space available on your main drive. I don't know how big your hard drive is but that's a tiny amount. You need to offload part of your data to a different drive ASAP. when free space gets that low, disk fragmentation becomes a very serious issue. system slows done and start behaving in unpredictable fashion. This can lead to all sorts of problems including directory damage. Run "verify disk" on your main drive and see if any errors are reported. I don't know for sure if this is related to your TM problems but it very well might be.

  • Could not save changes to this script because of a program error. -2706

    OK, this is very odd! Please try the following and let me know your results:
    1) Create a new script with the following example code:
    set testList to {}
    repeat with i from 1 to 8145
    copy i to end of testList
    end repeat
    2) Save the script as an Application (name it whatever you like).
    3) Launch the newly created Application and see if you get the same error message I am getting...
        *Could not save changes to this script because of a program error.*
        -2706
    If you replace the number 8145 with 8144 (or any number less than 8145) the script runs without error. Any number greater than 8144 returns the error message shown above. Maybe there's a reason for this that I'm overlooking or is this another bug?
    I looked up error code -2706 ([HERE|http://developer.apple.com/Mac/library/documentation/AppleScript/Concept ual/AppleScriptLangGuide/reference/ASLRerrorcodes.html]) which says it is a "*Stack overflow.*"
    Thanx in advance for any insight on this!!
    NOTE:
    The only workaround I've found for this is to make sure the script resets the variable before it quits. Like this:
    set testList to {}
    repeat with i from 1 to 8145
    copy i to end of testList
    end repeat
    set testList to ""

    Hey Pierre, thanx for taking the time to scratch your head with me!
    Very odd indeed.
    Glad it's not just me that thinks this!
    I've also noticed that the problem occurs even when you try to save the script as a compiled script. That's possible as long as you haven't run the script. Once you have run it, trying to save it seems impossible. You get the message: *“The document “Document title” could not be saved.”*
    I've noticed the same thing as you and have experienced this extra error several times while trouble shooting this problem!
    On the other hand, is there any good reason for which you would want to save such a big list? Are there any drawbacks to the workaround you've found?
    I don't want to save ANY variable EVER unless I explicitly tell my script to do so! This variable is not a property, so why would my script want to save it? I haven't noticed any drawbacks to the workaround. Setting the list variable to "" or {} (or ANYthing with under 8145 items) seems to work fine. I just find it weird that my script can't "*save changes to itself*"?! What is there to save? It's just a variable that should release after my script has run ...unless I'm completely misunderstanding how variables work after ALL these years of scripting.
    Btw, the following version of the script (as you probably already know) is much faster, although it doesn't change anything to the result:
    *set testList to {}*
    *set testListRef to a reference to testList*
    *repeat with i from 1 to 8144*
    *copy i to end of testListRef*
    *end repeat*
    Yeah, it definitely runs much faster this way! I just posted a quick example that would illustrate the 8144 list count limit. My script sets a variable to a list of numbers contained in a text file. This list is almost always rather large! Right now there are over 20,000 items in this list of numbers.
    Again, thanx for your time my friend!!

  • It is showing as error *Instance of object type PO could not be changed*

    HI Gurus,,
    i have requirement in PO Change IDOC , i have tested this IDOC .. but it is showing in Status record as error Document is does not exist
    and in Segmentheader for E1BPMEPOHEADER ..it is showing as error Instance of object type PO could not be changed
    SEGMENT NAME : E1BPMEPOHEADER
      PO_NUMBER
      COMP_CODE
      DOC_TYPE
      CREAT_DATE
      VENDOR
      PURCH_ORG
      PUR_GROUP ;;;
    we have entered related entries in it ...
    am uanble to find out where is porblem lies in it... plz help ASAP ...
    Thanks in advance..

    HI srinivas
    "It seems a data issue, Similar PO might be changed already and thus in SAP it is not allowing to change.
    So try changing the test data and post the IDOC again , it will change the PO . "
    yes we have entered the PO create and PO change .. where in PO change we have changed only QUANTITY and DATE .
    and showing this error" *It is showing as error Instance of object type PO could not be changed. "*
    Thanks in advance.

  • "Could Not Merge Changes"

    Keep getting Pop-up window: "Could Not Merge Changes" (using outliner software 'Process')...tried clearing 'plist' = no effect!! Any recommendations to free 'merging' capability?
    Thank you.

    Hi,
    I would verify if the full version of SQL Server 2012 in the same domain with SQL Server Express. Is it connected via a VPN as well?
    What’s the error message of Merge Agent in the Replication Monitor?
    “The merge Process Could not enumerate changes at the 'Subscriber'” is a general error message. You can collect the profiler trace from both publisher and subscriber for more information.
    The log stated “The Merge Agent was unable to update information about the last synchronization at the Subscriber. Ensure that the subscription exists at the Subscriber, and restart the Merge Agent.”, you can restart the Merge Agent job, reinitialize the
    subscription and see how it works.
    Thanks.
    Tracy Cai
    TechNet Community Support

  • HP Data Protector: Could not gather changed blocks on disk

    Running HP Data Protector 7, backing up about 30 VM's, without issue, until recently. Had a HP switch hang on us, while backups were running. Everything was stopped, so we took the time to reboot switch, all servers, including VM, Data Protector server, etc. Physical machine backups run without issue. 5 of the 30 VM's run without issue. The other 25 VM's get this errror: Could not gather changed blocks on disk (scsci disk id). We've tried resetting change block on vm, but that does not help. Have tried both incremental, and full backups. Any ideas?

    This is the consumer forum, you need to post on the enterprise forum http://h30499.www3.hp.com/

  • Could not save changes

    Trying to use Notes on icloud.com (the web site) on Windows, and this is my most common result when I edit or add a new note: "Could Not Save Changes"  Doesn't matter what browser I've used so far, it's very consistent.  Clearing cache, cookies, you name it makes no difference either.
    The console fills up with things like this:
    Failed to load resource: the server responded with a status of 421 (Unauthorized) https://setup.icloud.com/setup/ws/1/validate?clientBuildNumber=14G39&clientId=BC 9079C0-EC24-425F-BD93-496D1BA823B0
    Failed to load resource: net::ERR_CACHE_MISS https://www.icloud.com/
    Notes:  WARN Notes.Statechart<sc1181>: state loadedState.editorState.noteLoadingState has no initial substate defined. Will default to using an empty state as initial substate javascript-packed.js:218
    Notes:  Content change notification has incorrect values javascript-packed.js:218
    Notes:  WARN Notes.Statechart<sc1181>: No initial substate was defined for state loadedState.editorState.noteLoadingState. Entering default empty state javascript-packed.js:218
    CloudOS:  SC.Benchmark "Total application load" ended without a matching start.  No information was saved. javascript-packed.js:151
    Notes:  Content change notification has incorrect values javascript-packed.js:218
    GET https://p01-notesws.icloud.com/no/changeset?clientBuildNumber=14G39&clientI…BD93 -496D1BA823B0&dsid=38249672&syncToken=d9fd6bfc783bb13719740d4560d6aff6 500 (Internal Server Error)
    Notes:  Changeset failed with response:
    Notes:  uncaught error
    So as far as Notes goes, how can I fixed up what seems to be a messed up state?

    Hi John,
    If you are having an issue with saving changes to Notes in the iCloud web site, you should check to make sure that your  computer meets the system requirements for iCloud, in particular the web browser versions. See this article -
    System requirements for iCloud - Apple Support
    Specifically -
    Internet Explorer 10 or later, Firefox 22 or later, or Google Chrome 28 or later (desktop mode only)
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • Expired Scheduling Agreement could not be changed

    Hi Experts:
    I am trying to mark the delivery completed box of an expired Scheduling Agreement because the quantity still appears in MD04.  However, I could not change it because it says " validity of contract expired 28.05.2008". How could I change an expired Scheduling Agreement.

    It seems earlier for the line item the conditions was not maintained ,Due to this you are able to maintain the price for condition PBXX.
    Now PB00 condition is automatically comming means ,there should be some info record or contract is maintained for the sku.So system is picking the price from any one of master data.Check in conditions from there you will come to know from where is system is picking the price.Change the price in master data then it will pick changed price.

  • Process chain scheduling error( Job BI_PROCESS_DROPINDEX could not schedule

    Hi,
    I am scheduling the process chain but it was throwing an error.
    Job BI_PROCESS_DROPINDEX could not be scheduled. Termination with returncode 8
    Message no. RSPC065
    Diagnosis
    Program RSPROCESS is to be scheduled as job BI_PROCESS_DROPINDEX under user ALEREMOTE.
    System Response
    Scheduling terminated with return code 8. The meanings of the return codes are as follows:
    SY-SUBRC = 4:
    Scheduling terminated by user
    SY-SUBRC = 8:
    Error when scheduling job (JOB_SUBMIT)
    SY-SUBRC = 12:
    Error in internal number assignment
    Procedure
    Check the system log for more detailed information.
    Execute Function
    for this i have already checked
    in RSPC menu tab
    Process Chain >> Attributes >> Execution User
    Choose "BW Background User" which should be ALEREMOTE.
    above settings i have done.
    even though when i am scheduling the process chain  i am getting the same error
    thanks
    suman

    Suman,
    You are not able to schedule it b'coz it is getting scheduled from user RFCUSER whereas the background user should be ALEREMOTE.
    There is an option somewhere in the Menu bar in RSPC to change the Execution user. Please change that to ALEREMOTE,
    Please check whether your BW user has enough authorization to run this job. The above post tell you how to do it.

  • Broadcast Setting - Bursting : Could not determine recipient

    Hello,
    I created broadcast setting for template using option bursting.
    Template is broadcasted by district (attribute of 0plant).
    Here is the option for broadcasting.
    Chracteristic for receipient determination : Generate Document with Variable Value      
                Variable : District
    Selection of the Characteristic Values : By Following Selection      
    It had worked sucessfully for several months, by now from time to time ,
    I would say 60% of broadcastings ended with error: Bursting: Could not determine recipient
    When I run broadcast setting the second time , it's always ended sucessfully, and send templates to districts.
    Could you please advise how to fix this.
    I can not imagine what could cause this strange behavior,
    so I'll be very appreciated for any help.
    Thanks in advance,
    Alena Yershova

    can you install  http watch on you internet explorer and run it and it will show you where its holdin gup.. or i am not sure if you can broadcasting from back end system..

  • Broadcast email - Bursting: Could not determine recipient

    Hi,
    I created a broadcast setting for email-bursting and checked it/saved it/scehduled it successfully.
    The broadcast setting is trying to burst a runtime statistcis query by user (infoobject 0TCTUSERNM for users is contained in the query). The characteristic for receipient determination is "0TCTUSERNM" and the attribute is "person responsible" with attribute value being set to "user name"
    However upon executing this setting I get the following error :
      Bursting: Could not determine recipient  with a yellow light against this error message and the bursting email is never sent-out.
    can someone please advise the remedy for this problem
    regards
    Kulmohan

    Hi Simon,
    No, I donot have any person allocated to the blank entry for the characteristic being used for bursting
    Can you please advise What I would need to do for this?
    regards,
    Kulmohan

Maybe you are looking for

  • Sound file storing in Database &  accessing these files

    Hi Friends i have working on the project of Sound Recognization system the requirement is that sound should be passed through mike input device & that sound should be stored in to database along with the user & password for recognization & identifica

  • Z61m fan stops after a few seconds - fan error, shutdown

    Hello, while booting the fan works fine for 3-5 second, but then it suddenly stops and i get a "fan error" message and the system shuts down. i cleaned the fan and look for any obstacles - but with no success. Once (several tries) the fan start worki

  • S/mime not digitally signing

    Hello, I have this strange problem there Thunderbird simply doesn't sign or encrypt. I have added my s/mime comodo certificate to thunderbird, i have verified the certificate was valid inside thunderbird. the option to digitally sign is enabled by de

  • Build an array

    Hello I am a university student fairly new to labview. We have a laser on a moving plate that moves on the x-axis and y-axis connected to a daq. We have obtained basic use of the laser like moving it about by varying the voltage going into the daq. T

  • Intercompany subcontracting

    hi there I have the intercompany subcontracting process in my company Where i have five subsidary companies In which two companies are subcontracting & rest three companies are the main companies In this some of the material has been provide by the t