Loading turns to RED with message

heelow sirs,
i have scheduled the data load at background  but today when  m Monitoring it . it giving
Sending packages from OLTP to BW lead to errors
Diagnosis
No IDocs could be sent to the SAP BW using RFC.
System response
There are IDocs in the source system ALE outbox that did not arrive in the ALE inbox of the SAP BW.
Further analysis:
Check the TRFC log.
You can get to this log using the wizard or the menu path "Environment -> Transact. RFC -> In source system".
Removing errors:
If the TRFC is incorrect, check whether the source system is completely connected to the SAP BW. Check especially the authorizations of the background user in the source system.
please tell me wat r the corrective measure and REASON FOR THE SAME
thanks and Regards
Rahul.

Hi,
Check in SM58 and BD87 for pending tRFCs and IDOCS and execute them manually if required.
Transact RFC error 
tRFC Error - status running Yellow for long time (Transact RFC will be enabled in Status tab in RSMO).
Step 1:  Goto Details, Status get the IDoc number,and go to BD87 in R/3,place the cursor in the RED IDoc entroes in tRFC
queue thats under outbound processing and click on display the IDOC which is on the menu bar.
Step 2: In the next screen click on Display tRFC calls (will take you to SM58 particular TRFC call)
place the cursor on the particular Transaction ID and go to EDIT in the menu bar --> press 'Execute LUW'
(Display tRFC calls (will take you to SM58 particular TRFC call) ---> select the TrasnID ---> EDIT ---> Execute LUW)
Rather than going to SM58 and executing LUW directly it is safer to go through BD87 giving the IDOC name as it will take you
to the particular TRFC request for that Idoc.
OR
Go into the JOB Overview of the Load there you should be able to find the Data Package ID.
(For this in RSMO Screen> Environment> there is a option for Job overview.)
This Data Package TID is  Transaction ID in SM58.
OR
SM58 > Give * / user name or background  (Aleremote) user name and execute.It will show you all the pending TRFC with
Transaction ID.
In the Status Text column you can see two status
Transation Recorded and Transaction Executing
Don't disturb, if the status is second one Transaction Executing. If the status is first one (Transation Recorded) manually
execute the "Execute LUWs"
OR
Directly go to SM58 > Give * / user name or background  (Aleremote) user name and execute. It will show TRFCs to be executed
for that user. Find the particular TRFC (SM37 > Req name > TID from data packet with sysfail).select the TrasnID (SM58) --->
EDIT ---> Execute LUW
Thanks,
JituK

Similar Messages

  • Sites Turning Red with No Changes

    Seems like a blast from the past.. Recently, when I make a change to one site, a connected site turns entirely red.. I have large video files on these pages, and iweb wants to rewrite the entire pages.. This is a major problem for me..
    I did not upgrade to snow leopard, but I wonder if Apple is fixing new operating system problems and they cause problems in other areas.. This happened with mobileme when they rolled that out.. I think the problem was with the communication of iweb and the mobileme server.. software would loose track of what had been updated, etc..
    I use iweb multiple times a week, so I am VERY up to speed.. This seems to be a new problem that started around Nov 18th.. Any one else???
    Brian

    I think the problem was with the communication of iweb and the mobileme server.. software would loose track of what had been updated, etc..
    Try the following:
    1 - go to the System/MobileMe preference pane and log out.
    2 - log in with a bogus user name and password to clear the caches.
    3 - log in with your correct user name and password.
    4 - launch iWeb republish and see if that helps.
    If you're adding large videos to a web site and want to avoid having to reload it each time that page has to be reloaded see the two methods of adding video/movie files to an iWeb page.
    1 - Opening Item in a New, Precisely Sized Window. This demo page has 7 movie files added that way: PhotoPresenter Animated Slideshow Themes.
    2 - QT Movies via Export for Web in QT Player.
    Both methods will only start loading the movie once the play button is selected. The second method is a bit more difficult to create. However, both only require you uploading the video file and other necessary files only once to the server.
    OT
    Message was edited by: Old Toad

  • BPEL Compilation Error: Load of wsdl "with Message part element undefined..

    Hi Friends,
    I am getting following error while compiling my BPEL process:
    Error: Load of wsdl "FTPWrite.wsdl with Message part element undefined in wsdl [file:/D:/MyData/_MyProjects/052_Amazon_MetadataInterface/001_SVN/002_Intl/trunc/MetadataInterfaceIntl_2013Apr15_WorkingCode/MetadataInterface_Intl/MetadataInterface_Intl.wsdl] part name = reply     type = {http://com.fox.metadata/MetadataInterfaceIntl/MetadataInterface_Intl/types}processResponse" failed
    However the reply message is already defined in the MetadataInterface_Intl.wsdlas shown below:
    Code for MetadataInterface_Intl.wsdl::::
    "<?xml version= '1.0' encoding= 'UTF-8' ?>
    <wsdl:definitions
    name="MetadataInterface_Intl"
    targetNamespace="http://xmlns.oracle.com/MetadataInterfaceIntl/MetadataInterface_Intl/MetadataInterface_Intl"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:inp1="http://com.fox.metadata/MetadataInterfaceIntl/MetadataInterface_Intl/types"
    xmlns:tns="http://xmlns.oracle.com/MetadataInterfaceIntl/MetadataInterface_Intl/MetadataInterface_Intl"
    >
    <wsdl:types>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:import namespace="http://com.fox.metadata/MetadataInterfaceIntl/MetadataInterface_Intl/types" schemaLocation="xsd/Metadata_Interface.xsd"/>
    </xsd:schema>
    </wsdl:types>
    <wsdl:message name="requestMessage">
    <wsdl:part name="request" element="inp1:process"/>
    </wsdl:message>
    *<wsdl:message name="replyMessage">*
    *<wsdl:part name="reply" element="inp1:processResponse"/>*
    *</wsdl:message>*
    <wsdl:portType name="execute_ptt">
    <wsdl:operation name="execute">
    <wsdl:input message="tns:requestMessage"/>
    <wsdl:output message="tns:replyMessage"/>
    </wsdl:operation>
    </wsdl:portType>
    </wsdl:definitions>"
    Surprisingly, this same code was compiling file last week and now I have no clue why I am getting this error. Can someone please shade some light on this issue?
    Thanks,
    Sachin.

    Hello
    I have had the same problem in Oracle BPM and solved it using the following steps:
    1- In your application navigator window, expand the project that contains the business rule.
    2- In the SOA Content, double click on your wsdl file.
    3- When the file opens, select the schema view from the bottom of the page.
    4- In the schema view, expand all the schema nodes and check if you see any values in red. If you see one, that value has probably caused the error and you should correct it using the property inspector window.
    In my case, the schema location value was set to a wrong path, so I changed it and the error resolved.
    Also, some error that appear as warning in the rule editor will show as compile error later, such as input types not being used and such, so those must be resolved before compiling.
    Hope that was helpful
    good luck

  • When connected to my Ford Mondeo, my ipod nano can be controlled through interface.  But after while it comes up with message 'loading data' and then freezes.  Anyone else got the issue?

    When connected to my new Ford Mondeo, my ipod nano can be controlled through user interface in car.  This worksd most of the time, but after a while if I try to change the music or search, it comes up with message 'Loading Data'.  I then have to pull out USB and reinseert, at which point it works again.  Has anyone esle expereinced this/have a solution?

    Does not matter if anyone else has this issue.  You need to contact the Ford dealership.  It's their product you are having problems with. 
    If you really want to know if anyone else has this issue, post on Ford's Mondeo message boards.  It's where the Ford car owners hang out.

  • I cannot start firefox with message your firefox profile cannot be loaded. It may be missing or inaccessible

    i cannot start Firefox with message "YOUR FIREFOX PROFILE CANNOT BE LOADED. IT MAY BE MISSING OR INACCESSIBLE"

    This is usually caused by a problem with the profiles.ini file and the profile marked as Default=1 in this file is no longer present on the hard drive.
    *Windows: %AppData%\Mozilla\Firefox\<br>C:\Users\&lt;user&gt;\AppData\Roaming\Mozilla\Firefox\Profiles\&lt;profile&gt;\
    *Linux: ~/.mozilla/firefox/
    *Mac: ~/Library/Application Support/Firefox/
    You can use one of these to make Firefox create a new default profile or reuse an existing profile:
    *Delete the profiles.ini file to force Firefox to create a new default profile
    *Use the Profile Manager to create a new profile<br />Use "Choose Folder" when you create a new profile to select the location of a lost profile and recover this profile
    *http://kb.mozillazine.org/Profile_Manager
    *https://support.mozilla.org/kb/Managing+profiles
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • Grey screen with message "turn off computer with power button until switch off then press again power button"

    Dear all,
    I'm very hungry with my iMac and my Time Capsule :
    I try for two weeks to restore my iMac without any success...
    I wait 80 hours to finally have the message again and again : "to restart your computer : turn off computer with power button until switch off then press again power button".
    But my iMac do not work !
    Could you help me?

    Hello, that's a kernel panic...
    http://thexlab.com/faqs/kernelpanics.html
    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X 10.6 Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.

  • When i add text to PDFs and work on the file for awhile, my red added text starts to turn into red X's with a box around them. I have OCRs turned off, i have the latest update, and i have registered the product. What is happening to my text while i'm work

    When i add text to PDFs and work on the file for awhile, my red added text starts to turn into red X's with a box around them. I have OCRs turned off, i have the latest update, and i have registered the product. What is happening to my text while i'm working on these files? On top of this, my red arrows get moved around also.

    Hi ,
    Could you please update me with few details like what version of Acrobat are you using?
    What OS do you work on ?
    Do you experience this any particular PDF or happens with all of them?
    Did you try the same with turning on the OCR ?Please check the same and compare the outputs .Does that help you in anyway ?
    If the file is not confidential ,could you please share the file with us so that we can analyse it our end and revert you with the appropriate answer .
    Please share the file on [email protected] and please cc [email protected] as well .
    Regards
    Sukrit Dhingra

  • Bug with Messages Handoff in Yosemite: Can't turn off

    There seems to be a bug with Handoff/Continuity in Yosemite.
    We want to use handoff between our iPhone and our MacBook Pro for Safari & Mail, but we DON'T want to use handoff for Messages.
    However, there is no way to turn off handoff for Messages on the Mac. Even if we completely disable our iCloud account in OS X Messages, and even if we completely sign out of our iCloud account in OS X Messages, the continuity icon for Messages STILL APPEARS IN OUR DOCK ON OS X whenever we are typing up a Message on our iPhone.
    There is no way for us to disable handoff for Messages yet still leave it on for Safari & Mail.

    for the    Points
    7:32 pm      Friday; April 24, 2015
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Has anyone else experience their iPhone 5 turning off at a high percentage and turns off randomly turning back on with the red battery needing it to be plugged in?

    Have had my iPhone 5 for almost a year now, love it, but lately it has been turning off randomly with percentage rates of 50% or above and when I go back to turn it back on it has the dead battery sign on the screen. I am trying to figure out if its hardware issuse or if its the battery itself. Just need suggestions on what to do? Took it in and they want me to restore it but I want to try something else before I wipe it clean.

    Meghan_Horan wrote:
    Just need suggestions on what to do?
    1)  Try This...
    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...
    2)  Also consider Deleting any Apps you have Purchased / Downloaded but you now never use...
    3)  Make sure you have the Latest Version of iTunes (v11) Installed on your computer
    iTunes free download from www.itunes.com/download
    Then...
    Connect to iTunes on the computer you usually Sync with and Restore
    http://support.apple.com/kb/HT1414

  • Error : No authorization to send IDocs with message type MATMAS

    Hi All,
    My scenario is FILE-XI-IDOC.
    I am getting chequered flag in SXMB_MONI,but in that under outbound status I am getting red flag.
    When I check in SM58 I am getting message as "No authorization to send IDocs with message type MATMAS".
    Do I need to give any authorizations on XI side or on R/3 side?
    If so, what is the authorization required?
    I could not find the note :837595.

    <i>You use the IDoc Adapter in the Exchange Infrastructure and you try to use the IDocs to receive or send data. For these IDocs, an attempt is made to load the IDoc metadata from an R/3 reference system with an SAP NetWeaver Release lower than 6.20.
    This occurs either at runtime, whereby the relevant messages run into 'System error' status, or when you use transaction IDX2 during manual loading of the metadata. In this case, the reference ystem is called by RFC and the logon user of the RFC destination does not have the necessary authorizations for determining the metadata.
    Solution
    In transaction PFCG, extend the role of the logon user by adding the following authorizations:
    Authorization object S_RFC
          Field name RFC_TYPE value FUGR
          Field name RFC_NAME value EDIMEXT, SDTX
          Field name ACTVT    value 16
    Authorization object S_IDOCDEFT
          Field name ACTVT  value 03
          Field name EDI_CIM value ' '
          Field name EDI_DOC value TXTRAW01
          Field name EDI_TCD value WE30
    Authorization object S_CTS_ADMI
          Field name CTS_ADMFCT  value TABL
    Authorization object S_TABU_DIS
          Field name ACTVT      value 03
          Field name DICBERCLS  value</i>
    from the note mentioned above.
    Regards
    Bhavesh

  • HT3275 Has anyone come across the red "i" message saying "The backup disk image "/Volumes/Chris...(the last bit being) iMac.sparsebundle" is already in use? This has prevented my time machine from backing up from this morning (5th Dec 2012).

    Has anyone come across the red "i" message saying "The backup disk image "/Volumes/Chris...(the last bit being) iMac.sparsebundle" is already in use."?
    As of yesterday (4th Dec 2012) everything was fine, no trouble or problems at all. Wake up this morning, turn on the computer and when it came time to backup itself, the message occurred above and this has prevented my time machine from backing up from this morning (5th Dec 2012) ever since then.
    Everything on my computer is up-to-date but this problem still persists displaying this message practically every hour, on the hour and nothing is getting backedup!
    If you know what is going on and more importantly, how to fix this, I would be indebted to you for sharing your knowledge with me on this subject.
    Thank you.

    Welcome to the Apple Support Communities
    See > http://pondini.org/TM/C12.html

  • Middleware problem -Outbound queue is stuck in SAP R/3 system with message

    Hi Middleware gurus ,
    We are stuck with a serious issue . We are trying to download Business partners from SAP R/3 4.6c system to SAP CRM 5.2 system using CRM Middleware
    Previously we did a successful Initial download of 2 Business partners from SAP R/3 to CRM . Their BP numbers in CRM are 001 and 002 . The Delta load is working fine for the both the BPs which are already downloaded
    Now , the real problem is when we are trying to download a new Business partner . When we set the Filter ( BP no 003 ) in MW adaptor object CUSTOMER_MAIN and start the Initial load again , we see that the Outbound queue is getting stuck with message “STOP” .
    There are two queues generated in SAP R/3 system with names “MASS_CRM_CUSTOME” and “R3AD_CUSTOME” . The status for both the queues is “STOP” and when go for details it mentions “sapsuck ..SAPMSSY1 “ -Message no. SR 053.
    Even we checked the txn SMW01, the Bdocs message is "Recived ( Intermediate state) " for Bdoc type BUPA_MAIN.
    We really don’t as to why the Initial load worked fine with 2 BPs  and later when want to do more BP Initial Load the Outbound queue is getting stuck
    Also , by unlocking the 2nd queue “R3AD_CUSTOME” we are able to release it , but the first queue “MASS_CRM_CUSTOME*” is stuck
    Please help us urgently
    Regards
    Dinesh and Ritvij
    Email : [email protected]
    Mobile -+91=9704933315

    Hi Praveen and other Middleware gurus,
    We checked on this . Actually the RFC is used for connecting to SAP R/3 system.
    We also raised an OSS message on this and found a reply that in transaction CRMM_BUPA_MAP, we can map the required BP . But the SAP support guy recived an error received the error:
    An RFC link is not maintained in the Middleware
    Message no. CRM_BUPA_MAPPING051
    We have set the RFC link , but still the problem continues!!!
    Please help further..
    Regards
    Dinesh and Ritvij

  • Strange distorted colours on my ibook screen, blacks turn to reds, help!

    Hello!
    I am posting my display problem here so that i don't have to spend unnecessary money on it. So the problem began 3 days ago when i started my ibook, the apple logo that usually is the center of a blue screen, was a bit grey with some red highlights and the blue ceased to be blue to turn to purple... when it boots it shows a lot of red shades all in a distroted form, the black colour no longer exists and was turned into red, i also have a pattern of red diagonal lines all over the display... what can this be? i still haven't done anything, what do you recommend me to do?
    Thank you very much!

    Sounds like it's probably a defect in the video controller.
    Are you still under warranty? If so, get it in for repair.
    If not, check to see if you qualify for a free repair under this program:
    http://www.apple.com/support/ibook/faq/
    If so, take it in for inspection, and request service under this program.
    I believe that this extension only covers G3 iBooks. So, if you have a G4, you're probably going to have to rely on warranty coverage.
    If you are not covered under warranty or the extension program, then you'll probably be looking at paying for a new logic board unless they can find a simple problem.
    But, it sounds like it's the video controller to me. This is integrated in the main logic board. So, it's going to require replacing the entire logic board.
    The question is: Can you get it done free or will you have to pay for it.
    Check to see if you qualify for the free repair.
    I hope this helps.

  • Family shares an itunes account and ALL songs loaded on my phone with ios 7. how do I get only my songs?

    My family shares an itunes account and ALL their songs loaded on my phone with ios 7 upgrade. Previously, while I could SEE songs "Not on this iPhone" they did not reside on my phone.  How do I get only my songs?  Do I have to sync with my computer?  Help...

    This is sad, as I am replying to myself. Upon further review I see that while all songs are LISTED, that are not actually there.  By going to Settings - iTunes & App Store - "Show All" I was able to "turn off" SEEING purchases not made on my phone.  Solved my own problem, but the way it looks in IOS 7 is confusing.

  • My Macbook is stuck at the loading screen (the apple with the spinning circle beneath it). I went to Best Buy, they told me to call Apple Help and ask them to restore my unit. But Apple help wont help me without charging me. Help please !!

    My Macbook Pro is stuck at the loading screen (the apple with the spinning circle underneath). I went to Best Buy to get help, and they told me to call Apple Help and ask them to 'restore my unit', which he said is a matter of only about 4 mouse clicks. If it was so easy, I didn't understand why he couldn't do it for me. But he said that even though I have a 3 year warranty and protection plan with them, they were not responsible for this type of problem. Whatever.
    Anyway, so I called Apple Help, and even though he was familiar with my problem, it's been more than 90 days since I purchased the laptop, therefore I'd have to set up a service agreement to get his assistance, meaning I'd have to PAY him. So now i'm stuck, and I'm just hoping somebody knows what to do to help me
    I don't have any disc that I apparently need, and I don't remember ever getting one. However, if there is some other way to fix this issue, please let me know. Thanks for your time and assistance
    Brenna

    HI, have you blown the dust out lately?
    Does it boot better/further if allowed to cool?
    If you're sure the RAM is good, try the Hair Dryer trick...
    http://discussions.apple.com/message.jspa?messageID=13240047#13240047
    https://discussions.apple.com/message/15223603#15223603
    https://discussions.apple.com/message/15499912#15499912
    https://discussions.apple.com/message/15613068#15613068
    https://discussions.apple.com/thread/3270112
    https://discussions.apple.com/message/16053892#16053892
    No power light at all...
    https://discussions.apple.com/thread/3692775?tstart=0
    It can show on any G5, and even many other computers & electronic devices of the period.
    http://www.macintouch.com/reliability/pmg5.html
    http://lowendmac.com/ppc/power-macintosh-g5.html
    And see this last one in particular...
    https://discussions.apple.com/message/16781690#16781690
    Heat gun better...
    https://discussions.apple.com/thread/3916312?tstart=0
    If we don't get more help or answers here, feel free to join my site & ask...
    http://x704.net/bbs

Maybe you are looking for

  • "skip when shuffling" issue

    I'm wondering about the new "skip when shuffling" option in iTunes 5... does this apply only to when shuffling songs in iTunes, or is it supposed to work when shuffling songs on my iPod? Because it's not. I've ticked this option for all of my classic

  • Audigy SE Delay on Line-in Problem

    I've just installed the latest driver for the Audigy on Windows and I have my decks set up going directly into the computer. When playing records there's a delay of approximetly second which is crucial for djing! Please can you assist in me sorting t

  • LMS 4.2.1: Save and Reset Button not woking on Syslog Purge Settings page

    Hello, Did anyone notice that Save button is not woking on Syslog Purge Settings page  (Admin > Network > Purge Settings > Syslog Purge Settings) when Email: field is not empty. An Reset button is not working at all.This is the Cisco Prime LMS 4.2.1.

  • Digital Signature is shown as altered when nothing is modified

    Hi, I have a problem with the digital signature field. After signing the form and saving it, when I next open the form, there will be a icon (green tick + yellow !) indicating that the signature is valid but the document has been updated since signed

  • How to Prepare for SAP SD Certification

    Hi All, I have applied for SAP SD certification with EhP5 with exam code C_TSCM62_65, I am little nervous regarding preparation. Can any one tell me on how to prepare with proper methods to crack SAP SD certification. I have 3 years of experience in