Error message in Opportunity for dates

Hi,
I am facing a problem in finding the reason why an error message is coming.
We have an opportunity and there is a validation stating that Start date shoudl not be greater than closing date.    I have checked the opportunity it carries correct values.  I have Start date is lower than closing date but even then I am getting an error on opportunity stading that Closing date is less than start date.  I have checked the badi I have kept the break point in all the place where ever this message is getting fine but no were it is getting stopped.   But even then I am getting this error message.
Please help me .
How to remove this error.
Thanks
naveen

Resolved

Similar Messages

  • #ERROR message in report for date format conversion

    Dear Collegues,
    Why is it that I get #ERROR message (instead of date value) in my report when I use the formula
    =ToDate(UserResponse("Enter End Date:");"dd.MM.yyyy")   ??
    When I only write UserResponse("Enter End Date:") I get the appropriate date, f.ex 5/12/2009. This is american standard for 5th of may, I need to see it like 12/05/2009.
    If I try to just enter the date object behind the prompt ([Settlement Date]) i get message #MULTIVALUE even though I have promptet for 1 special date...
    Is there another formula I can use to get the right format? I can't adjust the format using properties, it doesn't make any difference, the settings I put in there.
    Regards Silje

    Thank you for the very quick answer! Using FormatDate() I get an error message while validating the formula:
    The expression or sub-expression at position 12 in the FormatDate function uses an invalid data type. (WIS 10037)
    I tried making a variable inside BO called [End Date] = userResponse("Enter End Date:") but I get the same error message then. Creating a variable you can only choose between Dimension, Measure and Detail, not Date. Is that some of the reason?
    Finally I tried FormatDate([Settlement Date]; "dd.MM.yyyy"). Validating the formula I get the message that the formula is correct, but in the report the field containes message #MULTIVALUE...
    SILJE

  • Error Message "No batch input data for screen SAPMF05A 0700" for FV60&FB60

    Dear All,
      I doing a BDC Upload program for Create Vendor Invoice and Park using FV60 ,But i can't upload successfully by Batch Input method and i am gettin the Error Message "No batch input data for screen SAPMF05A 0700'.I tried using FB60 and got the same error message. When i do in the direct method i can able to do it ,But can't park the document successfully and can do it untill sumilate only.
    How to overcome this issue and if you already encounter this kind of problem please advice me.
    Thanks in Advance.
    Deesanth

    Hi,
      Below is my recording.
        perform bdc_dynpro      using 'SAPMF05A'     '1100'.
        perform bdc_field       using 'INVFO-ACCNT'  gwa_inv_up-lifnr.
        perform bdc_field       using 'INVFO-BLDAT'  gwa_inv_up-bldat.
        perform bdc_field       using 'INVFO-XBLNR'  gwa_inv_up-xblnr.
        perform bdc_field       using 'INVFO-BUDAT'  gwa_inv_up-budat.
        perform bdc_field       using 'INVFO-MONAT'  '9'.
        perform bdc_field       using 'INVFO-BLART'  gwa_inv_up-blart.
        perform bdc_field       using 'INVFO-WRBTR'  gwa_inv_up-dmbtr.
        perform bdc_field       using 'INVFO-WAERS'  gwa_inv_up-waers.
        perform bdc_field       using 'INVFO-XMWST'  gwa_inv_up-xmwst.
        perform bdc_field       using 'INVFO-MWSKZ'  'P0'.
        perform bdc_field       using 'INVFO-SGTXT'  gwa_inv_up-sgtxt.
        perform bdc_dynpro      using 'SAPMF05A'     '1100'.
        perform bdc_field       using 'BDC_OKCODE'   '=PAYM'.
        perform bdc_field       using 'INVFO-GSBER'  gwa_inv_up-gsber.
        perform bdc_dynpro      using 'SAPMF05A'     '1100'.
        perform bdc_field       using 'BDC_OKCODE'   '=BS'.
        perform bdc_field       using 'INVFO-ZLSCH'  gwa_inv_up-zlsch.
        cnt = 1.
        cnt1 = 1.
        clear gwa_inv_line.
        loop at gt_inv_up  into gwa_inv_line  where indic = 'D'
                                       and count = gwa_inv_up-count.
          if cnt1 gt 1.
            concatenate 'ACGL_ITEM-MARKSP(' cnt ')' into fld.
            perform bdc_field using fld 'X'.
            perform bdc_dynpro using 'SAPMF05A' '1100'.
            perform bdc_field using 'BDC_OKCODE' '=0005'.
          endif.
          concatenate 'ACGL_ITEM-HKONT(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-lifnr.
          concatenate 'ACGL_ITEM-SHKZG(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-shkzg.
          concatenate 'ACGL_ITEM-WRBTR(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-dmbtr.
          concatenate 'ACGL_ITEM-MWSKZ(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-mwskz.
          concatenate 'ACGL_ITEM-SGTXT(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-sgtxt.
          concatenate 'ACGL_ITEM-GSBER(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-gsber.
          concatenate 'ACGL_ITEM-KOSTL(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-kostl.
          concatenate 'ACGL_ITEM-PROJK(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-posid.
          concatenate 'ACGL_ITEM-FISTL(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-fistl.
          concatenate 'ACGL_ITEM-FIPOS(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-fipos.
          concatenate 'ACGL_ITEM-GEBER(' cnt ')' into fld.
          perform bdc_field       using fld gwa_inv_line-geber.
          perform bdc_field       using 'BDC_CURSOR' fld.
          cnt1 = cnt1 + 1.
        endloop.
        perform bdc_dynpro using 'SAPMF05A' '1100'.
        perform bdc_field  using 'BDC_OKCODE' '=BS'.
        perform bdc_dynpro      using 'SAPMSSY0' '0120'.
        perform bdc_field       using 'BDC_OKCODE' '=BP'.
        call transaction 'FB60' using gt_bdcdata mode 'N' pdate 'S'
                                        messages into gt_bdc_messages.
    Thanks,
    Deesanth

  • I get error message user\anja\app data.....

    error message: user\anja\app data\temp\glf8de5.tmp  please help

    If you simply check the domain WERT7, you'll see that the checkbox for "Sign" is <b>not</b> checked. Therefore negative numbers are <b>not</b> allowed.
    Just because a field is decimal or currency does <b>not</b> mean that negatives are allowed.
    Many times, the sign is handled by a separate debit/credit indicator field such as a field with a domain of SHKZG.
    Rob
    Message was edited by:
            Rob Burbank

  • 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 ***

  • 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.

  • 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.

  • 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

  • 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

  • Every time I sign into my Macbook, I get an error message from Automator; "The data couldn't be read because it has been corrupted.". I have never created an Automator workflow. How do I find out what Automator is trying to run and stop it?

    Every time I sign into my Macbook, I get an error message from Automator; "The data couldn't be read because it has been corrupted.". I have never created an Automator workflow. How do I find out what Automator is trying to run and stop it?

    Maybe it's set as a login item:
    - System Preferences: Users and Groups:
    - Highlight your user account in the left pane/list
    - Click "Login" tab at the top.
    See if you have an Automater action on the list
    - Note, you can select it, then right-click, and can then select "Reveal in Finder". That way you might have an idea what installed it.

  • 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.

  • 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 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.

  • 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.

Maybe you are looking for