Error Message in RWB for Receiver JDBC

Hi Everyone,
We are getting the following error with Receiver JDBC scenario:
Received XI System Error. ErrorCode: NO_BACK_SYSTEM_IN_HOPLIST ErrorText:   ErrorStack: Legacy system to which acknowledgment message is to be sent is missing in hoplist (with wasread=false)
Transmitting the message to endpoint http://server:8010/sap/xi/engine?type=entry using connection JDBC_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: NO_BACK_SYSTEM_IN_HOPLIST:.
what could be the possible reasons?

Hi ,
<b>Request Messages</b>
The request message contains an acknowledgment tag, which specifies the event for which an acknowledgment is expected. This tag must be specified by the sender (or a sender adapter that supports acknowledgment messages).
                  Message processing in SAP Exchange Infrastructure ensures that the acknowledgment message follows the same route from the receiver to the sender as the request message did from the sender to the receiver. For this purpose, the request message contains a <b>hop list</b> that logs the route of the request message. This information is provided by all Integration Engines and Integration Servers that are involved in the processing of the request message.
<b>Acknowledgment Message</b>
As soon as the request message processing encounters an event that requires an acknowledgment, a corresponding acknowledgment message is created and sent to the sender.
                    An acknowledgment message receives a new message ID, but also has a reference to the message ID of the request message as well as the value Response in the Directory tag of the message header. The request message hop list is copied to the acknowledgment message header, thus enabling backward routing of the acknowledgment message.
        The poosible reason for the error you got ,might be due to you have not defined a particular sender port and client which acknowledgments are requested from the sender. OR configuration parameter has not been set in the respective catagory.
<b>Probale Solution:</b>
1-- You can use Acknowledgments function to define the acknowledgments you want to request for a sender port and client by using function <b>Configuring Acknowledgment Requests</b> :
   a)In the ABAP Editor (transaction SE38), under Program, enter IDX_NOALE and choose  Execute.
   b)Enter a sender port and client.
   c)Decide whether acknowledgments are to be requested or not for the sender port and client. Choose either Request Acknowledgment or Do Not Request Acknowledgment.
The acknowledgments that can be requested are system error acknowledgments, application acknowledgments, and application error acknowledgments.
    d)To display all message types that are sent using the selected sender port and client, in the Exception List frame, select Display Entries followed by  Execute.
    e)If you want to define a different rule for a specific message type, in the Exception List frame, select Insert Message Type or Delete Message Type.
    f) Select the relevant message type and choose  Execute.
2-- You can change the configuration parameter by following the link:
http://help.sap.com/saphelp_nw04/helpdata/en/89/b5553bf3a76258e10000000a114084/content.htm
**Pls: Reward with Points if helpful **
Regards,
Jyoti

Similar Messages

  • Suddenly started receiving a error message when checking for updates in app store nsurlerrordomain error - 1012 how to fix?

    Suddenly started receiving a error message when checking for updates in app store nsurlerrordomain error - 1012 how to fix?

    Thanks Linc I will sit tight for a while to see what happens before chasing up customer service.  Cheers.

  • I am trying to export the combained PDF based on BOOK opetion using below scripts. but i am getting following error message "Invalid value for parameter 'to' of method 'exportFile'. Expected File, but received 1952403524". anyone knows, please suggest me

    Dear ALL,
    i am trying to export the combained PDF based on BOOK opetion using below scripts. but i am getting following error message "Invalid value for parameter 'to' of method 'exportFile'. Expected File, but received 1952403524". anyone knows, please suggest me solutions.
    var myBookFileName ,myBookFileName_temp;
                    if ( myFolder != null )
                            var myFiles = [];
                            var myAllFilesList = myFolder.getFiles("*.indd");    
                            for (var f = 0; f < myAllFilesList.length; f++)
                                        var myFile = myAllFilesList[f]; 
                                        myFiles.push(myFile);
                            if ( myFiles.length > 0 )
                                        myBookFileName = myFolder + "/"+ myFolder.name + ".indb";
                                        myBookFileName_temp=myFolder.name ;
                                        myBookFile = new File( myBookFileName );
                                        myBook = app.books.add( myBookFile );  
                                       myBook.automaticPagination = false;
                                        for ( i=0; i < myFiles.length; i++ )
                                                   myBook.bookContents.add( myFiles[i] );             
                                        var pdfFile =File(File(myFolder).fsName + "\\"+myBookFileName_temp+"_WEB.pdf");
                                        var bookComps = myBook.bookContents;
                                        if (bookComps.length === 1)
                                                       bookComps = [bookComps];
                                         var myPDFExportPreset = app.pdfExportPresets.item("AER6");
                                        app.activeBook.exportFile(ExportFormat.PDF_TYPE,File("D:\\AER\\WEBPDF.pdf"),false,myPDFEx portPreset,bookComps);
                                      //myBook.exportFile (ExportFormat.pdfType, pdfFile, false);
                                      //myBook.exportFile(pdfFile, false, pdfPref, bookComps);
                                        myBook.close(SaveOptions.yes);      

    Change the below line:
    app.activeBook.exportFile(ExportFormat.PDF_TYPE,File("D:\\AER\\WEBPDF.pdf"),false,myPDFExp ortPreset,bookComps);
    to
    app.activeBook.exportFile(ExportFormat.PDF_TYPE,File("D:\\AER\\WEBPDF.pdf"),false,myPDFExp ortPreset);
    Vandy

  • Cancel a SD invoice error message "no authorization for transaction FB08"

    Hi Gurus,
    I am trying to cancel a SD invoice and am receiving the error message " no authorization for transaction FB08" is coming. Never has this happened in past, i have checked all the security authorizations also and they are in place. Accounting document status is showing as not cleared. Also, as per my understanding cancellation of invoice happens through VF11 which does not calls FB08. Please point out reasons as to why this could be happening and the possible solution thereof.
    regards
    Anmol Pareek

    Hi Anmol
    Once you got the error screen, immediately after that goto T code SU53 and expand all link. Take the screen shot and send it to your BASIS team to provide you proper access.
    Yes you are correct cancellation is done through VF11 but sometime some programs internally calls other T codes.
    take help of your basis team.

  • Cancel System Error Messages from RWB

    Hi All,
    I have nearly 3000 messages those were got System Error in Integration Engine process, but when i check messages in SXMB_MONI all are success and written to target folders also.There is no problem absolutely.
    Now i just want to cancel those System Error messages from RWB--Message Monitor to keep system green and do not want to see those system error messages again.
    Iam not able to cancel those messages from RWM, it is saying that User and pwd incorrect but iam providing correct one only.
    I went to details of that system error message from Message Monitor, i took message id and filtered with that in SXMB_MONI. i got the message with error state.Iam able to cancel that from MONI but not from RWB which is fine and disappearing from RWB list.
    the thing is i can't copy each and every message id by opening details button for every message
    How can i proceed for this. please advice me
    REgards

    Hi Ravi,
    For example iam able to see system error message in RWB--Message Monitor under Integration Engine at 9:30
    when i execute SXMB_MONI for the same time and see, there is no error message for that able to see success.
    When i took message id from RWB--message monitor and filter that in MONI means it is showing me the error message.
    I can able to cancel it from MONI which is fine. but this way i have 3000 messages in RWB--Message monitor under IE.
    How to copy and paste then filter those error messages in MONI???this is pain process to copy each and every one by one
    Iam not able to get those if i filter with the status group as System Error manual Restart Possible criteria
    Regards

  • Structure for Receiver Jdbc adapter for multiple tables

    Hi,
    For Receiver JDBC adapter,Standard structure
    structure as
    Statement
       Tablename(TABLE1)
            Action
            Access
    Can i make a structure like
    Statement
         Tablename(TABLE1)
            Action
            Access
                fields....
         Tablename(TABLE2)
            Action
            Access
                fields......
    As i am using tables and I want to insert or update both of them or one based on some conditions.
    Will Insert be possible in single Statement or I have to create separate statements for each table. Can you please help me on this?
    Thanks in advance
    Best Regards,
    Harleen Kaur Chadha

    Hi Harleen,
            As already said by Dharanveer, all that you need to do is replicate the Statement level, so, istead of using this structure:
    Statement
    Tablename(TABLE1)
       Action
       Access
         fields....
    Tablename(TABLE2)
       Action
       Access
         fields......
            You will construct something like this:
    Statement1
    Tablename(TABLE1)
       Action
       Access
         fields....
    Statement2
    Tablename(TABLE2)
       Action
       Access
         fields......
           And this structure will be created in a single Data Type, that will be used to create a single Message Type, that you will use in your Message Mapping, and, the 2(or more tables that you need to manipulate) will be inserted/updated without problems using this approach.
           Thank you, and best regards,
           Wilson

  • ERROR MESSAGE - Ivalid operation for forward only resultset : first 17075

    Hi, all, I'm using Jdbc Drive Oracle JDBC driver 8.1.7.0.0 and weblogic. However, when I do:
    Statment stmt = (CallableStatement) conn.prepareCall("{call some_pkg.p_searc(?,?,?,?,?,?,?,?,?)}",
    ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_READ_ONLY);
    ResultSet.first();
    I got the error message: Ivalid operation for forward only resultset : first 17075.
    Thanks.
    Mag

    Thanks for your reply. But what I want to use first. One thing I don't understand is why even I use ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY, but the resultset is still not scrollable. How can I get a scrollable resultset. Thanks.

  • Error message appears only for a short time

    An error message appears only for a very very short time so i can't read it. Sometimes the message appers directly after log in, and sometimes after using the mac for a longer time. So What should i do?

    Thank you for the fast reply.
    This is the log of the last start. The message appeared directly after login.
    06.03.12 21:37:47,000 bootlog: BOOT_TIME 1331066267 0
    06.03.12 21:38:00,000 kernel: PMAP: PCID enabled
    06.03.12 21:38:00,000 kernel: Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
    06.03.12 21:38:00,000 kernel: vm_page_bootstrap: 2003650 free pages and 77118 wired pages
    06.03.12 21:38:00,000 kernel: kext submap [0xffffff7f8072f000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800072f000]
    06.03.12 21:38:00,000 kernel: zone leak detection enabled
    06.03.12 21:38:00,000 kernel: standard timeslicing quantum is 10000 us
    06.03.12 21:38:00,000 kernel: mig_table_max_displ = 73
    06.03.12 21:38:00,000 kernel: TSC Deadline Timer supported and enabled
    06.03.12 21:38:00,000 kernel: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    06.03.12 21:38:00,000 kernel: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    06.03.12 21:38:00,000 kernel: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    06.03.12 21:38:00,000 kernel: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    06.03.12 21:38:00,000 kernel: AppleACPICPU: ProcessorId=5 LocalApicId=1 Enabled
    06.03.12 21:38:00,000 kernel: AppleACPICPU: ProcessorId=6 LocalApicId=3 Enabled
    06.03.12 21:38:00,000 kernel: AppleACPICPU: ProcessorId=7 LocalApicId=5 Enabled
    06.03.12 21:38:00,000 kernel: AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    06.03.12 21:38:00,000 kernel: calling mpo_policy_init for TMSafetyNet
    06.03.12 21:38:00,000 kernel: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    06.03.12 21:38:00,000 kernel: calling mpo_policy_init for Sandbox
    06.03.12 21:38:00,000 kernel: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    06.03.12 21:38:00,000 kernel: calling mpo_policy_init for Quarantine
    06.03.12 21:38:00,000 kernel: Security policy loaded: Quarantine policy (Quarantine)
    06.03.12 21:38:00,000 kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    06.03.12 21:38:00,000 kernel: The Regents of the University of California. All rights reserved.
    06.03.12 21:38:00,000 kernel: MAC Framework successfully initialized
    06.03.12 21:38:00,000 kernel: using 16384 buffer headers and 10240 cluster IO buffer headers
    06.03.12 21:38:00,000 kernel: IOAPIC: Version 0x20 Vectors 64:87
    06.03.12 21:38:00,000 kernel: ACPI: System State [S0 S3 S4 S5] (S3)
    06.03.12 21:38:00,000 kernel: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    06.03.12 21:38:00,000 kernel: [ PCI configuration begin ]
    06.03.12 21:38:00,000 kernel: AppleIntelCPUPowerManagement: Turbo Ratios 6689
    06.03.12 21:38:00,000 kernel: AppleIntelCPUPowerManagement: (built 18:56:37 Jan 12 2012) initialization complete
    06.03.12 21:38:00,000 kernel: console relocated to 0xf10010000
    06.03.12 21:38:00,000 kernel: PCI configuration changed (bridge=16 device=5 cardbus=0)
    06.03.12 21:38:00,000 kernel: [ PCI configuration end, bridges 12 devices 18 ]
    06.03.12 21:38:00,000 kernel: mbinit: done [96 MB total pool size, (64/32) split]
    06.03.12 21:38:00,000 kernel: Pthread support ABORTS when sync kernel primitives misused
    06.03.12 21:38:00,000 kernel: com.apple.AppleFSCompressionTypeZlib kmod start
    06.03.12 21:38:00,000 kernel: com.apple.AppleFSCompressionTypeDataless kmod start
    06.03.12 21:38:00,000 kernel: com.apple.AppleFSCompressionTypeZlib load succeeded
    06.03.12 21:38:00,000 kernel: com.apple.AppleFSCompressionTypeDataless load succeeded
    06.03.12 21:38:00,000 kernel: AppleIntelCPUPowerManagementClient: ready
    06.03.12 21:38:00,000 kernel: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 3c0754fffebc9f3e; max speed s800.
    06.03.12 21:38:00,000 kernel: BTCOEXIST off
    06.03.12 21:38:00,000 kernel: wl0: Broadcom BCM4331 802.11 Wireless Controller
    06.03.12 21:38:00,000 kernel: 5.100.98.75
    06.03.12 21:38:00,000 kernel: [IOBluetoothHCIController::setConfigState] calling registerService
    06.03.12 21:38:00,000 kernel: rooting via boot-uuid from /chosen: C48C5E4E-3694-3F9E-87F9-351F848CEC3F
    06.03.12 21:38:00,000 kernel: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    06.03.12 21:38:00,000 kernel: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    06.03.12 21:38:00,000 kernel: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/ST9500325ASG Media/IOGUIDPartitionScheme/Customer@2
    06.03.12 21:38:00,000 kernel: BSD root: disk0s2, major 14, minor 2
    06.03.12 21:38:00,000 kernel: Kernel is LP64
    06.03.12 21:37:49,176 com.apple.launchd: *** launchd[1] has started up. ***
    06.03.12 21:37:59,329 com.apple.launchd: (com.apple.sandboxd) Unknown value for key POSIXSpawnType: Interactive
    06.03.12 21:38:04,363 com.apple.pfctl: No ALTQ support in kernel
    06.03.12 21:38:04,363 com.apple.pfctl: ALTQ related functions disabled
    06.03.12 21:38:04,389 com.apple.ucupdate.plist: ucupdate: Checked 1 update, no match found.
    06.03.12 21:38:05,090 UserEventAgent: starting CaptiveNetworkSupport as SystemEventAgent built May 25 2011 12:27:35
    06.03.12 21:38:05,092 UserEventAgent: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 12039
    06.03.12 21:38:05,092 UserEventAgent: CaptiveNetworkSupport:CaptiveSCCopyWiFiDevices:388 WiFi Device Name == NULL
    06.03.12 21:38:05,265 UserEventAgent: CertsKeychainMonitor: configuring
    06.03.12 21:38:06,000 kernel: Waiting for DSMOS...
    06.03.12 21:38:06,000 kernel: BCM5701Enet: Ethernet address 40:6c:8f:00:09:d9
    06.03.12 21:38:06,000 kernel: AirPort_Brcm4331: Ethernet address 68:a8:6d:4b:27:58
    06.03.12 21:38:06,000 kernel: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    06.03.12 21:38:06,000 kernel: IO80211Interface::efiNVRAMPublished(): 
    06.03.12 21:38:07,000 kernel: AGC: 3.0.16, HW version=1.9.23, flags:0, features:20600
    06.03.12 21:38:07,000 kernel: Previous Shutdown Cause: 3
    06.03.12 21:38:08,000 kernel: DSMOS has arrived
    06.03.12 21:38:08,000 kernel: ** Device in slot: SLOT--1 **
    06.03.12 21:38:08,869 com.apple.SecurityServer: Session 100000 created
    06.03.12 21:38:09,849 mds: (Normal) FMW: FMW 0 0
    06.03.12 21:38:10,000 kernel: macx_swapon SUCCESS
    06.03.12 21:38:10,622 airportd: _processDLILEvent: en1 attached (down)
    06.03.12 21:38:10,623 mDNSResponder: mDNSResponder mDNSResponder-320.14.0 (Nov 16 2011 01:16:56) starting OSXVers 11
    06.03.12 21:38:10,641 com.apple.usbmuxd: usbmuxd-263 on Nov 14 2011 at 18:58:10, running 64 bit
    06.03.12 21:38:10,000 kernel: Created virtif 0xffffff8014af6e00 p2p0
    06.03.12 21:38:10,000 kernel: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    06.03.12 21:38:10,654 UserEventAgent: CaptiveNetworkSupport:CreateInterfaceWatchList:2788 WiFi Devices Found.
    06.03.12 21:38:10,654 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    06.03.12 21:38:10,655 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    06.03.12 21:38:10,655 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    06.03.12 21:38:10,655 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    06.03.12 21:38:10,663 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    06.03.12 21:38:11,283 configd: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    06.03.12 21:38:11,283 configd: DHCP en1: INIT-REBOOT transmit failed
    06.03.12 21:38:11,304 configd: setting hostname to "Saschas-MacBook-Pro.local"
    06.03.12 21:38:11,308 configd: network configuration changed.
    06.03.12 21:38:13,000 kernel: en1: 802.11d country code set to 'DE'.
    06.03.12 21:38:13,000 kernel: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 12 13 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140
    06.03.12 21:38:15,057 com.apple.SecurityServer: Entering service
    06.03.12 21:38:15,080 systemkeychain: done file: /var/run/systemkeychaincheck.done
    06.03.12 21:38:15,090 configd: network configuration changed.
    06.03.12 21:38:15,091 configd: network configuration changed.
    06.03.12 21:38:15,192 mDNSResponder: D2D_IPC: Loaded
    06.03.12 21:38:15,192 mDNSResponder: D2DInitialize succeeded
    06.03.12 21:38:15,217 UserEventAgent: ServermgrdRegistration cannot load config data
    06.03.12 21:38:15,220 UserEventAgent: get_backup_share_points no AFP
    06.03.12 21:38:15,000 kernel: MacAuthEvent en1   Auth result for: bc:05:43:a0:ff:1d  MAC AUTH succeeded
    06.03.12 21:38:15,000 kernel: wlEvent: en1 en1 Link UP
    06.03.12 21:38:15,000 kernel: AirPort: Link Up on en1
    06.03.12 21:38:15,000 kernel: en1: BSSID changed to bc:05:43:a0:ff:1d
    06.03.12 21:38:15,000 kernel: AirPort: RSN handshake complete on en1
    06.03.12 21:38:15,632 rpcsvchost: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    06.03.12 21:38:15,696 netbiosd: Unable to start NetBIOS name service:
    06.03.12 21:38:17,000 kernel: AppleBCM5701Ethernet:        0        0 setFixedSpeed - logic error, speed any?
    06.03.12 21:38:17,595 configd: network configuration changed.
    06.03.12 21:38:17,596 ntpd: proto: precision = 1.000 usec
    06.03.12 21:38:17,727 configd: setting hostname to "saschas-macbook-wlan.fritz.box"
    06.03.12 21:38:17,755 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    06.03.12 21:38:17,755 UserEventAgent: CaptiveNetworkSupport:CNSPreferences:60 Creating new preferences
    06.03.12 21:38:17,774 UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on Compound_Blank_10 because it is protected and not on the exception list
    06.03.12 21:38:17,777 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    06.03.12 21:38:17,778 configd: network configuration changed.
    06.03.12 21:38:17,891 loginwindow: Login Window Application Started
    06.03.12 21:38:18,000 kernel: AppleLMUController found an AG vendor product (0x9cb7), notifying SMC.
    06.03.12 21:38:22,191 loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    06.03.12 21:38:22,719 com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    06.03.12 21:38:22,894 airportd: _doAutoJoin: Already associated to “Compound_Blank_10”. Bailing on auto-join.
    06.03.12 21:38:22,948 com.apple.SecurityServer: Session 100005 created
    06.03.12 21:38:22,950 loginwindow: Login Window Started Security Agent
    06.03.12 21:38:23,023 SecurityAgent: Echo enabled
    06.03.12 21:38:23,023 SecurityAgent: Echo enabled
    06.03.12 21:38:23,702 WindowServer: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    06.03.12 21:38:29,733 SecurityAgent: User info context values set for Sascha
    06.03.12 21:38:29,733 SecurityAgent: User info context values set for Sascha
    06.03.12 21:38:30,733 SecurityAgent: Login Window login proceeding
    06.03.12 21:38:30,733 SecurityAgent: Login Window login proceeding
    06.03.12 21:38:30,813 authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | name = Sascha, path = /Users/Sascha, homeLoc = (null)
    06.03.12 21:38:30,813 authorizationhost: DEBUGLOG | -[HomeDirMounter setNeedsToUnmountDirVolumeAtLogout:] | mounter calling mechanism to setNeedsToUnmountDirVolumeAtLogout to 0
    06.03.12 21:38:30,813 authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | urlAttribute = null
    06.03.12 21:38:30,813 authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | homeDirPath did NOT follow a symlink, keeping original path of: /Users/Sascha
    06.03.12 21:38:30,813 authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | homeDirMajorType = 1
    06.03.12 21:38:30,813 authorizationhost: DEBUGLOG | -[HomeDirMounter mountStandardDirectoryForUser:atPath:attributes:] | name = Sascha, path = /Users/Sascha, homeLoc = (null)
    06.03.12 21:38:30,813 authorizationhost: DEBUGLOG | -[HomeDirMechanism isGuestAccount] | enter
    06.03.12 21:38:30,813 authorizationhost: DEBUGLOG | -[HomeDirMechanism isGuestAccount] | Guest account check returning 0
    06.03.12 21:38:30,814 authorizationhost: DEBUGLOG | -[HomeDirMounter setHomeDirType:] | setHomeDirType to 1
    06.03.12 21:38:30,814 authorizationhost: DEBUGLOG | -[HomeDirMounter mountStandardDirectoryForUser:atPath:attributes:] | returning 0
    06.03.12 21:38:30,814 authorizationhost: DEBUGLOG | -[HomeDirMounter mountHomeDirectoryForUser:atPath:homeLocation:] | returning 0
    06.03.12 21:38:30,814 authorizationhost: DEBUGLOG | -[HomeDirMechanism invoke] | mountHomeDirectoryForUser returns 0
    06.03.12 21:38:30,814 authorizationhost: DEBUGLOG | -[HomeDirMechanism updateAndUnlockKeychain] | updateAndUnlockKeychain
    06.03.12 21:38:30,814 authorizationhost: DEBUGLOG | -[HomeDirMechanism launchHomeDirFixerToolIfNeeded:] | launchHomeDirFixerToolIfNeeded called with 0
    06.03.12 21:38:31,286 loginwindow: Login Window - Returned from Security Agent
    06.03.12 21:38:31,308 loginwindow: USER_PROCESS: 37 console
    06.03.12 21:38:31,377 applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.iCalPush': unknown error code
    06.03.12 21:38:31,377 applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.AddressBook.PushNotification': unknown error code
    06.03.12 21:38:31,377 applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.safaridavclient.push': unknown error code
    06.03.12 21:38:31,377 applepushserviced: Unable to bootstrap_lookup connection port for 'com.apple.syncdefaultsd.push': unknown error code
    06.03.12 21:38:31,379 airportd: _doAutoJoin: Already associated to “Compound_Blank_10”. Bailing on auto-join.
    06.03.12 21:38:31,486 com.apple.launchd.peruser.501: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    06.03.12 21:38:31,676 com.apple.launchctl.Aqua: load: option requires an argument -- D
    06.03.12 21:38:31,676 com.apple.launchctl.Aqua: usage: launchctl load [-wF] [-D <user|local|network|system|all>] paths...
    06.03.12 21:38:32,033 UserEventAgent: CaptiveNetworkSupport:CNSServerRegisterUserAgent:187 new user agent port: 25095
    06.03.12 21:38:33,566 com.apple.launchd.peruser.501: (com.apple.launchctl.Aqua[131]) Exited with code: 1
    06.03.12 21:38:33,691 com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    06.03.12 21:38:33,691 com.apple.dock.extra: 2012-03-06 21:38:33.689 com.apple.dock.extra[158:1707] Could not connect the action buttonPressed: to target of class NSApplication
    06.03.12 21:38:33,691 com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    06.03.12 21:38:33,691 com.apple.dock.extra: 2012-03-06 21:38:33.691 com.apple.dock.extra[158:1707] Could not connect the action buttonPressed: to target of class NSApplication
    06.03.12 21:38:33,692 com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    06.03.12 21:38:33,692 com.apple.dock.extra: 2012-03-06 21:38:33.691 com.apple.dock.extra[158:1707] Could not connect the action buttonPressed: to target of class NSApplication
    06.03.12 21:38:33,692 com.apple.dock.extra: Could not connect the action buttonPressed: to target of class NSApplication
    06.03.12 21:38:33,692 com.apple.dock.extra: 2012-03-06 21:38:33.692 com.apple.dock.extra[158:1707] Could not connect the action buttonPressed: to target of class NSApplication
    06.03.12 21:38:35,005 appleprofilepolicyd: appleprofilepolicyd: profiling drivers not loaded, loading
    06.03.12 21:38:35,044 com.apple.launchd.peruser.501: (com.facebook.videochat.Sascha.updater[173]) Tried to setup shared memory more than once
    06.03.12 21:38:35,671 UserEventAgent: [11] error in getAndLockContext: open returned -1 (errno=2)  file was /private/var/servermgrd//servermgr_certs.lock
    06.03.12 21:38:35,673 UserEventAgent: [11] error in getAndLockContext: open returned -1 (errno=2)  file was /private/var/servermgrd//servermgr_certs.lock
    06.03.12 21:38:35,673 UserEventAgent: CertsKeychainMonitor: ready to process keychain & timer events
    06.03.12 21:38:36,318 com.apple.launchd.peruser.501: (*****-SharedServices[174]) Exited with code: 1
    06.03.12 21:38:36,711 Firewall: java is listening from ::ffff:0.0.0.0:0 proto=6
    06.03.12 21:38:49,925 coreservicesd: *** process 57 exceeded 500 log message per second limit  -  remaining messages this second discarded ***

  • Firefox crashes with error message: "Plugin Container for Firefox has stopped working"

    When I open Firefox it seems to be working fine for one minute, then everything freezes and I receive the following error message:
    "Plugin Container for Firefox has stopped working
    --> Check online for a solution and close the program
    --> Close the Program"
    Neither option restores Firefox and I'm left with a frozen (white blurry Not Responding) screen. When I click on the X button, then I get the regular "Firefox is not responding" message and the whole program just shuts down.
    Should I disable all plugins and / or this plugin container? How can I do that, if Firefox keeps crashing?
    Basically, how can I fix this? Thanks a lot!

    I found the issue was with the Nik Filters I was using. The filters were messing with Photoshop's initializing. I uninstalled and reinstalled the filters and now Photoshop works like a charm.
    It appears this forum is dead?!
    Thankfully, I was able to troubleshoot on my own and figured out the problem...

  • Error message: The request for account "iCloud" failed.  The server responded with "400" to operation CalDAVUpdateShareesQueuableOperation.

    I created a new public iCAL. Trying to send invitations to join and am receiving this error message:
    The request for account “iCloud” failed.
    The server responded with
    “400”
    to operation CalDAVUpdateShareesQueuableOperation.
    Tried copying the URL link provided for the Calendar into a MailChimp announcement.  Not working.
    I've tried the uncheck calendar method on iCLOUD and re-checking to stop the pop-up message.
    Is this perhaps because they don't have an iCLOUD account? If they have iTUNES, shouldn't it work?
    Appreciate any help. 

    Try this first:
    In iCal Preferences…, choose Accounts, then select the account that is giving you trouble. Uncheck the box labeled Enable this account. Wait a few seconds, then re-check the box. This should solve the problem.

  • My hard drive crashed on my Mac Book Pro and I just had it replaced yesterday.  After restoring my data, Safari will not open.  The error message I continue to receive is "Safari quit unexpectedly"  Should I just delete the application and download a new?

    My hard drive crashed on my Mac Book Pro and I just had it replaced yesterday.  After restoring my data, Safari will not open.  The error message I continue to receive is "Safari quit unexpectedly"  Should I just delete the application and download a new one?

    http://swcdn.apple.com/content/downloads/37/23/041-5058/lr5tynbldi18zcrqo8a8uq88 rnjushqliu/Safari6Lion.pkg 
    Here you go.....

  • Error message -L3199-Total for assigned quantities exceeds quantity to be removed

    Hi,
    We are facing problem in picking at last HU in WM while creating transfer order for delivery document in PRD. We reproduced same issue in QXS.
    Sales order was created with 40 Drums and also delivery with 40 Drums. Conversion factor mantained in material master is 441 DR = 30000KG, Base unit of measure is KG. While creating TO , we need to insert 5HU(each HU = 8DR) i different line items in TO . Tilll 4th HU is inserted i.e 32 DR(total)  there is no issue. But as soon as we enter 5th HU below error is throwing.
    Error Message - L3199-Total for assigned quantities exceeds quantity to be removed
    In some cases delivery qty is showing more than picked qty (in other deliveries) and hence unable to create or confirm Transfer order.
    Appreciate your comments on above issue /resolution or any OSS note/user exits/BADI exists ?
    Regards,
    Srinivas M

    there is a huge amount of decimal dust
    1 drum has a weight of 68.02721088435374
    calculating the weight of 40 drums (quantity to be removed) in one single calculation rounds different to 5 * 8 drums where you actually have 5 individual calculations with a rounding that is then added to one result (assigned quantity).
    Have a look into this KBA, as it explains different reactions based on the screens that are used.
    However, I think you will not get lucky by this workaround as the you still have inaccurate quantities for the remaining drums
    1926014 - LT03 - Overpicking allowed / not allowed during TO creation in foreground

  • Error message: The data for filename was already added to the form

    I recently modified an existing data-collection PDF - only mod was to add some additional pull-down menu options in two fields. I went thru the Distribution wizard, tested the revised form, added the PDF to the Responses file...everything seemed fine. Next day, I distributed the revised form, and had 22 submissions. When adding the 22 submissions to the Response file, 6 or 7 bounced with the error message "The data for <filename> was already added to the form", even though that was not true. I went back, cleared all, and added one of the "bad" files to the response form. It went in OK, but I could not add another "bad one". Although several of the forms may be submitted by the same person, the data is different in all of the submissions, plus, we've been doing this procdure for over a year and never had an issue until now.
    The original form may have been created in Acrobat X, and I have Acrobat 9 Pro. Not sure if that is part or all of the answer. Thanks for any insights...I saw a posting in the Reader side, but I can't see any answers.

    Hi
    According to your error message, we need to verify if Microsoft SQL Server Compact appears in the
    Change Data Source dialog. If not, you need to install
    SQL Server Compact components for Visual Studio firstly, and if you choose to install SQL Server Compact 4.0 , you should note that SQL Server Compact 4.0 supports in Visual Studio 2010 Service Pack 1 or later versions. I recommend you to install the latest
    Service Pack (SP) of SQL Server Compact, and latest SP of Visual Studio, then check if the error still occurs. For more information, see:
    http://blogs.msdn.com/b/sqlservercompact/archive/2011/03/15/sql-server-compact-4-0-tooling-support-in-visual-studio-2010-sp1-and-visual-web-developer-express-2010-sp1.aspx
    However if there is no problem with the installation of SQL Server Compact, it will be an issue that regards ASP.NET and website deployment. I suggest you to post the question in the ASP.NET forums at
    http://forums.asp.net/ . It is appropriate and more experts will assist you.
    In addition, you can review the following link:
    Working with SQL Server Compact in Visual Studio:http://msdn.microsoft.com/en-us/library/gg606540(v=vs.100).aspx
    Thanks
    Lydia Zhang

  • Error messages or information for the invalidation of those procedures

    Hello expert:
    I have a few procedure invalidated . in principle , those procedures should be validated automatically when they are called somewhere. but they don't, that means there are some error blocking them validated. please where I can find out corresponding error messages or information for the invalidation of those procedures.
    Many Thanks.

    CREATE TABLE t
    AS
       SELECT 1 id FROM DUAL;
    CREATE OR REPLACE PROCEDURE my_procedure
    AS
       v_id   t.id%TYPE;
    BEGIN
       SELECT id INTO v_id FROM t;
    END;
    CREATE OR REPLACE PROCEDURE my_proc2
    AS
    BEGIN
       my_procedure;
    END;
    exec my_proc2;
    DROP TABLE t;
    ALTER PROCEDURE   dsamstrc.my_proc2
       COMPILE;
    SELECT *
      FROM SYS.USER_ERRORS
    WHERE NAME = 'MY_PROC2'
           OR NAME IN (SELECT REFERENCED_NAME
                         FROM dba_dependencies
                        WHERE NAME = 'MY_PROC2');
    NAME     TYPE     SEQUENCE     LINE     POSITION     TEXT     ATTRIBUTE     MESSAGE_NUMBER
    MY_PROCEDURE     PROCEDURE     4     4     2     PL/SQL: SQL Statement ignored     ERROR     0
    MY_PROCEDURE     PROCEDURE     3     4     27     PL/SQL: ORA-00942: table or view does not exist     ERROR     0
    MY_PROCEDURE     PROCEDURE     2     2     10     PL/SQL: Item ignored     ERROR     0
    MY_PROCEDURE     PROCEDURE     1     2     10     PLS-00201: identifier 'T.ID' must be declared     ERROR     201
    MY_PROC2     PROCEDURE     2     3     5     PL/SQL: Statement ignored     ERROR     0
    MY_PROC2     PROCEDURE     1     3     5     PLS-00905: object DSAMSTRC.MY_PROCEDURE is invalid     ERROR     905wonder if something like this would work if the dependencies were more than 2 deep.
    SELECT distinct *
      FROM SYS.USER_ERRORS
    WHERE NAME in
           (SELECT name
            FROM dba_dependencies
    connect by nocycle  name =  prior  referenced_name
    start with NAME = 'MY_PROC2')
    order by name;Edited by: pollywog on Apr 4, 2011 2:49 PM

  • Script Error message when checking for updates....

    Post Author: rcoleman
    CA Forum: General Feedback
    Getting a Script Error message when checking for updates or logging in to Crystal Reports. CR Developer v XI 11.0.0.1994.
    Script Error
    Line 481
    Position 41
    If g3()=True then main=True: Exit Fun
    FYI to the Site Administrator

    parkerpress wrote:
    Any idea how to solve this if I haven't activated the 3GS service? I've been doing fine on wireless only.
    Steve
    Same problem here. After upgrading to iOS 4.2.1 a couple of weeks ago I'm getting the same error as the OP in the first post. I've never activated the 3G service.
    I tried turning the cellular service on and checking for updates, pulled and replaced the SIM card, rebooted, nothing helps. I'm still getting the error when I click on the "Check for Update" button in iTunes (v10.1) when my iPad 64GB 3G is connected to my iMac. Any help would be appreciated. TIA.

Maybe you are looking for

  • How do i remove my iCloud from my work laptop?

    I have a mini mac at home, an ipad and iphone. they are all synced up and backed up to icloud. I also have it all running through my work laptop and i need to remove it all. I've been in system preferences to mail, contacts calendars and unchecked 'e

  • Value in KEAW but not in S_ALR report for a particular account

    Hello, Find value in CO in KEAW for a particular account but not in S_ALR_87013542 report . The account belongs to Cost of sales category . Can someone please inform the reason for this posting not appearing in S_ALR but in KEAW . With regards, Mrina

  • W700 Docking issue

    Hello all, I just got a new W700 at work with a Mini Dock.  I am coming off using a T60p with dock and am used to how that one operated.  I'm having some trouble getting the system set up to my liking: 1. On my T60p when I was docked I had an "undock

  • Urgent ......regarding date format in SAP Script

    In my MAIN WINDOW  I have date fields like Date of Manifacture, created date and Expiry date. So, currently  I am using SET DATE MASK = 'YYYY-MM' and it is printing same format for all fields. But now my requirement is I want to show date for Expiry

  • Problem with iPhone 3G 3.1.2 flight mode

    Hello together, since i updated to 3.1.2, i have a problem with the flight mode. I have a very old stereo in my bedroom (70s ghettoblaster with the iPod universal dock to listen to some music while falling asleep. Up to now, i just switched to the fl