Getting a strange error

Hi,
When our Trading Partner is trying to send a message to us we are getting following error in logs-
2008.12.16 at 16:14:38:354: Thread-10: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processOutgoingMessage Exit
2008.12.16 at 16:14:38:354: Thread-10: B2B - (DEBUG) DBContext commit: Enter
2008.12.16 at 16:14:38:355: Thread-10: B2B - (DEBUG) DBContext commit: Leave
2008.12.16 at 16:14:38:355: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:onMessage Exit
2008.12.16 at 16:19:01:438: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:onMessage Enter
2008.12.16 at 16:19:01:438: Thread-10: B2B - (DEBUG) DBContext beginTransaction: Enter
2008.12.16 at 16:19:01:439: Thread-10: B2B - (DEBUG) DBContext beginTransaction: Transaction.begin()
2008.12.16 at 16:19:01:439: Thread-10: B2B - (DEBUG) DBContext beginTransaction: Leave
2008.12.16 at 16:19:01:441: Thread-10: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processEvents Enter
2008.12.16 at 16:19:01:441: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:processEvents begin transaction
2008.12.16 at 16:19:01:441: Thread-10: B2B - (DEBUG) DBContext beginTransaction: Enter
2008.12.16 at 16:19:01:441: Thread-10: B2B - (DEBUG) DBContext beginTransaction: Leave
2008.12.16 at 16:19:01:442: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleTimeoutEvent Enter
2008.12.16 at 16:19:01:442: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:messageRetry Enter
2008.12.16 at 16:19:01:442: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:formExtB2BMsg Enter
2008.12.16 at 16:19:01:444: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.msgproc.DbAccess:DbAccess:formExtB2bMsg Enter
2008.12.16 at 16:19:01:444: Thread-10: B2B - (ERROR) Error -: AIP-50025: Repository error
at oracle.tip.adapter.b2b.msgproc.DbAccess.formExtB2bMsgFromBizMsg(DbAccess.java:1705)
at oracle.tip.adapter.b2b.msgproc.DbAccess.formExtB2bMsg(DbAccess.java:1672)
at oracle.tip.adapter.b2b.engine.Engine.formExtB2BMsg(Engine.java:2897)
at oracle.tip.adapter.b2b.engine.Engine.messageRetry(Engine.java:2737)
at oracle.tip.adapter.b2b.engine.Engine.handleTimeoutEvent(Engine.java:2627)
at oracle.tip.adapter.b2b.engine.Engine.processEvents(Engine.java:2382)
at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:527)
at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:374)
at java.lang.Thread.run(Thread.java:534)
2008.12.16 at 16:19:01:445: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:formExtB2BMsg Exit
2008.12.16 at 16:19:01:445: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:messageRetry Can't find ExtB2BMessage
2008.12.16 at 16:19:01:445: Thread-10: B2B - (DEBUG) DBContext commit: Enter
2008.12.16 at 16:19:01:447: Thread-10: B2B - (DEBUG) DBContext commit: Transaction.commit()
2008.12.16 at 16:19:01:448: Thread-10: B2B - (DEBUG) DBContext commit: Leave
2008.12.16 at 16:19:01:448: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:messageRetry Exit
2008.12.16 at 16:19:01:448: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:handleTimeoutEvent Exit
2008.12.16 at 16:19:01:448: Thread-10: B2B - (INFORMATION) oracle.tip.adapter.b2b.engine.Engine:processEvents Exit
2008.12.16 at 16:19:01:448: Thread-10: B2B - (DEBUG) DBContext commit: Enter
2008.12.16 at 16:19:01:448: Thread-10: B2B - (DEBUG) DBContext commit: Leave
2008.12.16 at 16:19:01:448: Thread-10: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:onMessage Ex
Except above lines we are getting nothing in log. Is there any log inside Oracle B2B by which we can get information of unsuccessful inbound connections. I am using B2B with SSL security.
Please help.
Thanks & Regards,
Anuj Dwivedi

Hi Anuj,
The following post may give you some pointers:
HTTP Connection information in B2B logs/schema?
With Thanks & Regards,
Suhas.

Similar Messages

  • Getting an strange error in "PluginPrefix.pch" while compiling a plugin code with InDesign CS4 SDK.

    Hi everybody,
    Currently trying to compile/build the existing Plugin code (C++) with InDesign CS4 SDK on my Mac OS X 10.5 machine but getting following strange errors.
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:26:27: error: MemoryStatics.h: No such file or directory
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:39:30: error: PluginBuildFlags.h: No such file or directory
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:40:28: error: AnsiBasedTypes.h: No such file or directory
      /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK/source/precomp/gcc/PluginPrefix.pch:41:26: error: ShukHeaders.cp: No such file or directory
    Though above mentioned files are present at the following directory
    /Volumes/../../../Adobe InDesign CS4 SDK/source/precomp/common/
    Note : However initially I did not find “MemoryStatics.h” and “AnsiBasedTypes.h” files in the installed SDK directory. I have downloaded them from the net and copied those into the above mentioned directory.
    I am not much familiar with Mac OS environment and compiling/building C++ code with Xcode. Can anyone help me to resolve this issue (might be very trivial and related to Xcode project configuration) ?

    Thanks for the quick response,
    Yes, current build settings include path shortcuts as mentioned below and it also contains “$(CS_SDK_PATH)/source/public/includes” path in HEADER_SEARCH_PATHS settings.  But still I am getting the same error: MemoryStatics.h: No such file or directory
    CS_SDK_PATH= /Volumes/MAC Extended/Inbetween Extended/Visual Studio/Adobe InDesign CS4 SDK
    CS_SDK_PRJ_PATH=/Volumes/MAC Extended/Inbetween Extended/Visual Studio/InBetweenDev/Projects/InBetweenCS/IBClientPluginCS3/prjCS4/mac
    Just for clarification : my Plugin code /project files are not inside the InDesign SDK (build/mac/prj). All the plugin project is outside of the InDesign SDK directory. Thus above mentioned CS_SDK_PATH and CS_SDK_PRJ_PATH are completely different.
    Is it expected that the plugin code/project files should be inside the InDesign SDK/build/mac/prj  directory only ? or is it okay if we put it in the completely another directory structure and modify the  SDK_PRJ_PATH accordingly (as in my case) ?
    Please let me know if you want me to elaborate the situation further.

  • ITunes won't launch and I get a strange error message-

    My iTunes will not launch and I get this strange error message: The iTunes application could not be opened. The disk could not be read from or written to. But I have no problems with the disk it is on, which is my harddisk. Help, help, help…

    I have now tried a billion things: None of them work. I still get the same error message, when I try to launch iTunes after logging into my user profile. However, I can launch iTunes 6.0.1 if I create another userprofile on my computer and log into that. But that isn't very helpful. I have also tried removing iTunes 6.0.1 and installing iTunes 4.7 instead. I can actually launch that. However, I cannot connect to the iTunes music store using iTunes 4.7 nor can I play any of the music purchased from the iTunes music store. What am I to do, except curse Apple for creating a version of iTunes that many people seem to have problems with?

  • Getting a strange error in struts-config.xml

    my struts-config.xml looks like this and am getting a strange error msg like "no route to host : connect"
    when i delete first few lines till <struts-config> element then it gives severe errors in the console
    kindly get me some solution am getting this from coulple of days.......
    <!DOCTYPE struts-config PUBLIC
    "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
    " http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd" >
    <struts-config>
    <form-beans>
    <form-bean name="myForm" type="MyForm" />
    </form-beans>
    <!-- Global forwards -->
    <global-forwards>
    <forward name="error" path="/error.jsp"/>
    </global-forwards>
    <action-mappings>
    <action path="/hello"
    input="/login.jsp"
    name="myForm"
    type="MyAction"
    scope="request"
    validate="true" >
    <forward name="success" path="/success.jsp" />
    <forward name="failure" path="/failure.jsp" />
    </action>
    </action-mappings>
    <message-resources parameter="ApplicationResources" />
    </struts-config>
    thanks & regards
    sikandar b m

    How many times are you going to post this topic? There are three already. Please continue the thread here: http://forum.java.sun.com/thread.jspa?messageID=9890656

  • Getting a strange error message - network cable unplugged (on a wireless router?)

    I have a Linksysy wireless WRT54G ROUTER that is connected to a Dell PC desktop and a Toshiba laptop. I got everything hooked up just fine and everything worked great for 2 months and then 2 days ago I started getting an error messgae saying that a "network cable was unplugged and the wireless connection was lost." I can no longer get Internet connections or connect to Outlook. Anyone know why this would happen and MORE IMPORTANTLY, how to fix this?? The connection to the Dell still works interestingly and the "link" indicator on the cable modem is blinking on and off. Please help!

    well the first thing that you should do, if you have not done this already is check the network cable on the computer with the issue and make sure that it is snapped in securely. If it is try to connect again. If at this time it still states that a network cable is unplugged, try another cable and see what that does for you. please get back to us and let us know if it still states that the network cable is unpluged. 
    Ttech

  • WRT54G- Won't accept my new modem and I keep getting a strange error message

    On Christmas night, my modem crapped out forcing me to purchase a new one the next day. After getting it online, I attempted to hook up my router. However, I could not connect to the internet through it. I figured it must be because the IP address must have been changed and it needs to be reconfigured.
    So, I tried completely re-installing the router but I still could not connect to the internet. When I went on the web browser based page for the router to try to configure it, I got an error message stating that another PC on the network has the IP address. I did have a second PC hooked up to the router at the time; I unhooked it and tried to at least get the router to configure to one of the PCs.
    Yet, again, I was getting an error message saying: "May be route already exists".
    Because of this, I cannot register the new IP address and still cannot connect to the internet through my router. Anyone know what I need to do?

    Who is your Internet Service Providor? Do you have a static IP Address provided by your ISP?

  • SO I am getting a strange error when trying to access the FIM Management Agents

    Hi Everyone,
    So I am getting a really odd error when I go to FIM --> Management Agents -->MOSS-guid ID right click on that and choose porperties, then Configure Connection Information, then I click OK and I get this pop up error "the type of 'pictureurl' string
    is not compatible with the type of 'sps_mv_octelstring_pictureurl'. I got here by noticing that in the error log there was an error that said:
    The management agent "MOSS-guid ID" failed on run profile "MOSS_EXPORT_Guid ID" because the server encountered errors.
    when I searched on that error, it lead me to a ton of blogs that said to do the following:go to FIM --> Management Agents -->MOSS-guid ID right click on that and choose porperties, then Configure Connection Information at the bottom of the page there
    is a Connect To field and every blog I read said to change it to direct:{Domain}:{Port}. The thing is that my domain and port were fine, so that is when I clicked ok, and got that error message. Ever since this happened, my FIM has been broken, and I really
    can't figure out why???
    So I haven't done any updates to the server in at least a year, so nothing could be happening there.
    Any help at all with this would be taken with the greatest appreciation.
    Best regards, Mike

    What you're doing is unsupported. You need to manipulate the MAs via Central Admin -> Manage Service Applications, find your UPA SA and manage it. You can then Manage User Properties and make changes to the Picture property from here.
    Trevor Seward
    Follow or contact me at...
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Every time I turn on my MacBook Pro (Early 2011), on I get this strange error, can any one identify what it is and how to fix it if something is wrong?

    I get this error nearly enough every time i turn on my MacBook Pro (Early 2011 Model), i says it needs to shut down because an error occured and when it comes back on i get this error below, which i copied and pasted.... Please can anyone help, as i dont understand what this means. thanks. (By the way, just so you know, i dropped my Macbook Pro a month ago).
    PROBLEM DETAILS AND SYSTEM CONFIGURATION
    Interval Since Last Panic Report:  9692 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    F2DDCBCE-BC08-4124-B575-95EB169DB82A
    Fri May 11 10:14:17 2012
    panic(cpu 4 caller 0xffffff80002c473a): Kernel trap at 0xffffff7f80b1634b, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x0000004300000007, CR3: 0x000000001e6f202b, CR4: 0x00000000000606e0
    RAX: 0x0000004300000006, RBX: 0x0000000000000002, RCX: 0xffffff7f80b19922, RDX: 0xffffff800b4f6d40
    RSP: 0xffffff808059b9a0, RBP: 0xffffff808059b9f0, RSI: 0x000000008020690c, RDI: 0xffffff800d184c08
    R8:  0x0000000000000000, R9:  0x00000000066fe1cb, R10: 0xfffffe80056beaf8, R11: 0x000000000004677a
    R12: 0x0000000000000000, R13: 0x0000000000000000, R14: 0xffffff800b318c30, R15: 0xffffff800af700a8
    RFL: 0x0000000000010282, RIP: 0xffffff7f80b1634b, CS:  0x0000000000000008, SS:  0x0000000000000010
    CR2: 0x0000004300000007, Error code: 0x0000000000000000, Faulting CPU: 0x4
    Backtrace (CPU 4), Frame : Return Address
    0xffffff808059b650 : 0xffffff8000220792
    0xffffff808059b6d0 : 0xffffff80002c473a
    0xffffff808059b880 : 0xffffff80002da0cd
    0xffffff808059b8a0 : 0xffffff7f80b1634b
    0xffffff808059b9f0 : 0xffffff7f80b199b1
    0xffffff808059ba30 : 0xffffff7f80b17a0e
    0xffffff808059ba70 : 0xffffff8000347137
    0xffffff808059bac0 : 0xffffff800039f33d
    0xffffff808059bb30 : 0xffffff80003a0b43
    0xffffff808059bcd0 : 0xffffff8000341dcc
    0xffffff808059bda0 : 0xffffff8000341f82
    0xffffff808059bdd0 : 0xffffff800056687f
    0xffffff808059be10 : 0xffffff8000566920
    0xffffff808059be40 : 0xffffff8000533d73
    0xffffff808059be70 : 0xffffff8000563a64
    0xffffff808059bf60 : 0xffffff80005ccfe8
    0xffffff808059bfb0 : 0xffffff80002da5e9
          Kernel Extensions in backtrace:
             com.logmein.hamachi(1.0)[4F10A12D-34FD-ACB0-81FB-036809497AFC]@0xffffff7f80b150 00->0xffffff7f80b1afff
    BSD process name corresponding to current thread: hamachid
    Mac OS version:
    11E53
    Kernel version:
    Darwin Kernel Version 11.4.0: Mon Apr  9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
    Kernel UUID: A8ED611D-FB0F-3729-8392-E7A32C5E7D74
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 52460783580
    last loaded kext at 48097380670: com.sophos.kext.sav    7.3.0 (addr 0xffffff7f808c5000, size 20480)
    loaded kexts:
    com.sophos.kext.sav    7.3.0
    com.logmein.hamachi    1.0
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.filesystems.ntfs    3.10.1
    com.apple.driver.AppleMikeyHIDDriver    122
    com.apple.driver.AudioAUUC    1.59
    com.apple.driver.AppleHDAHardwareConfigDriver    2.2.0f3
    com.apple.driver.AppleUpstreamUserClient    3.5.9
    com.apple.driver.AppleHDA    2.2.0f3
    com.apple.driver.AppleMCCSControl    1.0.26
    com.apple.driver.AppleMikeyDriver    2.2.0f3
    com.apple.driver.AppleTyMCEDriver    1.0.2d2
    com.apple.driver.AppleIntelHD3000Graphics    7.1.8
    com.apple.driver.AGPM    100.12.42
    com.apple.kext.ATIFramebuffer    7.1.8
    com.apple.driver.SMCMotionSensor    3.0.2d6
    com.apple.driver.AppleSMCPDRC    5.0.0d0
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager    4.0.5f11
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AppleSMCLMU    2.0.1d2
    com.apple.driver.AudioIPCDriver    1.2.2
    com.apple.driver.ACPI_SMC_PlatformPlugin    5.0.0d0
    com.apple.ATIRadeonX3000    7.1.8
    com.apple.driver.AppleMuxControl    3.0.16
    com.apple.driver.AppleLPC    1.5.8
    com.apple.driver.AppleBacklight    170.1.9
    com.apple.filesystems.autofs    3.0
    com.apple.driver.AppleUSBTCButtons    225.2
    com.apple.driver.BroadcomUSBBluetoothHCIController    4.0.5f11
    com.apple.driver.AppleUSBTCKeyEventDriver    225.2
    com.apple.driver.AppleUSBTCKeyboard    225.2
    com.apple.driver.AppleIRController    312
    com.apple.driver.CoreStorageFsck    182.11.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    33
    com.apple.iokit.SCSITaskUserClient    3.2.0
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCISerialATAPI    2.0.3
    com.apple.iokit.IOAHCIBlockStorage    2.0.3
    com.apple.driver.AppleUSBHub    4.5.0
    com.apple.driver.AppleFWOHCI    4.8.9
    com.apple.driver.AirPort.Brcm4331    530.4.20
    com.apple.driver.AppleSDXC    1.2.0
    com.apple.iokit.AppleBCM5701Ethernet    3.1.2b2
    com.apple.driver.AppleEFINVRAM    1.5.0
    com.apple.driver.AppleSmartBatteryManager    161.0.0
    com.apple.driver.AppleAHCIPort    2.3.0
    com.apple.driver.AppleUSBEHCI    4.5.8
    com.apple.driver.AppleUSBUHCI    4.4.5
    com.apple.driver.AppleACPIButtons    1.5
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleHPET    1.6
    com.apple.driver.AppleSMBIOS    1.8
    com.apple.driver.AppleACPIEC    1.5
    com.apple.driver.AppleAPIC    1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient    193.0.0
    com.apple.nke.applicationfirewall    3.2.30
    com.apple.security.quarantine    1.3
    com.apple.driver.AppleIntelCPUPowerManagement    193.0.0
    com.apple.driver.DspFuncLib    2.2.0f3
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.iokit.IOSurface    80.0.2
    com.apple.iokit.IOSerialFamily    10.0.5
    com.apple.iokit.IOFireWireIP    2.2.4
    com.apple.iokit.IOAudioFamily    1.8.6fc17
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.driver.AppleHDAController    2.2.0f3
    com.apple.iokit.IOHDAFamily    2.2.0f3
    com.apple.driver.ApplePolicyControl    3.0.16
    com.apple.driver.AppleSMC    3.1.3d8
    com.apple.driver.IOPlatformPluginLegacy    5.0.0d0
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.driver.AppleGraphicsControl    3.0.16
    com.apple.driver.IOPlatformPluginFamily    5.1.0d17
    com.apple.driver.AppleBacklightExpert    1.0.3
    com.apple.iokit.IONDRVSupport    2.3.2
    com.apple.driver.AppleThunderboltEDMSink    1.1.8
    com.apple.driver.AppleThunderboltEDMSource    1.1.8
    com.apple.driver.AppleThunderboltDPOutAdapter    1.8.2
    com.apple.kext.ATI6000Controller    7.1.8
    com.apple.kext.ATISupport    7.1.8
    com.apple.driver.AppleIntelSNBGraphicsFB    7.1.8
    com.apple.iokit.IOGraphicsFamily    2.3.2
    com.apple.kext.triggers    1.0
    com.apple.driver.AppleFileSystemDriver    13
    com.apple.driver.AppleThunderboltDPInAdapter    1.8.2
    com.apple.driver.AppleThunderboltDPAdapterFamily    1.8.2
    com.apple.driver.AppleThunderboltPCIDownAdapter    1.2.4
    com.apple.driver.AppleUSBBluetoothHCIController    4.0.5f11
    com.apple.iokit.IOBluetoothFamily    4.0.5f11
    com.apple.driver.AppleUSBMultitouch    227.1
    com.apple.iokit.IOUSBHIDDriver    4.4.5
    com.apple.driver.AppleUSBMergeNub    4.5.3
    com.apple.driver.AppleUSBComposite    4.5.8
    com.apple.driver.CoreStorage    182.11.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.2.0
    com.apple.iokit.IOBDStorageFamily    1.6
    com.apple.iokit.IODVDStorageFamily    1.7
    com.apple.iokit.IOCDStorageFamily    1.7
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.2.0
    com.apple.driver.AppleThunderboltNHI    1.5.5
    com.apple.iokit.IOThunderboltFamily    2.0.0
    com.apple.iokit.IOUSBUserClient    4.5.8
    com.apple.iokit.IOFireWireFamily    4.4.5
    com.apple.iokit.IO80211Family    420.3
    com.apple.iokit.IOEthernetAVBController    1.0.1b1
    com.apple.iokit.IONetworkingFamily    2.1
    com.apple.iokit.IOAHCIFamily    2.0.8
    com.apple.iokit.IOUSBFamily    4.5.8
    com.apple.driver.AppleEFIRuntime    1.5.0
    com.apple.iokit.IOHIDFamily    1.7.1
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    177.5
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    7
    com.apple.driver.DiskImages    331.6
    com.apple.iokit.IOStorageFamily    1.7.1
    com.apple.driver.AppleKeyStore    28.18
    com.apple.driver.AppleACPIPlatform    1.5
    com.apple.iokit.IOPCIFamily    2.6.8
    com.apple.iokit.IOACPIFamily    1.4
    Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2 GHz, 4 GB, SMC 1.69f3
    Graphics: AMD Radeon HD 6490M, AMD Radeon HD 6490M, PCIe, 256 MB
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
    AirPort: spairport_wireless_card_type_third_party
    Bluetooth: Version 4.0.5f11, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: ST9500325ASG, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0253, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3
    Interval Since Last Panic Report:  9692 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    F2DDCBCE-BC08-4124-B575-95EB169DB82A
    Fri May 11 10:14:17 2012
    panic(cpu 4 caller 0xffffff80002c473a): Kernel trap at 0xffffff7f80b1634b, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x0000004300000007, CR3: 0x000000001e6f202b, CR4: 0x00000000000606e0
    RAX: 0x0000004300000006, RBX: 0x0000000000000002, RCX: 0xffffff7f80b19922, RDX: 0xffffff800b4f6d40
    RSP: 0xffffff808059b9a0, RBP: 0xffffff808059b9f0, RSI: 0x000000008020690c, RDI: 0xffffff800d184c08
    R8:  0x0000000000000000, R9:  0x00000000066fe1cb, R10: 0xfffffe80056beaf8, R11: 0x000000000004677a
    R12: 0x0000000000000000, R13: 0x0000000000000000, R14: 0xffffff800b318c30, R15: 0xffffff800af700a8
    RFL: 0x0000000000010282, RIP: 0xffffff7f80b1634b, CS:  0x0000000000000008, SS:  0x0000000000000010
    CR2: 0x0000004300000007, Error code: 0x0000000000000000, Faulting CPU: 0x4
    Backtrace (CPU 4), Frame : Return Address
    0xffffff808059b650 : 0xffffff8000220792
    0xffffff808059b6d0 : 0xffffff80002c473a
    0xffffff808059b880 : 0xffffff80002da0cd
    0xffffff808059b8a0 : 0xffffff7f80b1634b
    0xffffff808059b9f0 : 0xffffff7f80b199b1
    0xffffff808059ba30 : 0xffffff7f80b17a0e
    0xffffff808059ba70 : 0xffffff8000347137
    0xffffff808059bac0 : 0xffffff800039f33d
    0xffffff808059bb30 : 0xffffff80003a0b43
    0xffffff808059bcd0 : 0xffffff8000341dcc
    0xffffff808059bda0 : 0xffffff8000341f82
    0xffffff808059bdd0 : 0xffffff800056687f
    0xffffff808059be10 : 0xffffff8000566920
    0xffffff808059be40 : 0xffffff8000533d73
    0xffffff808059be70 : 0xffffff8000563a64
    0xffffff808059bf60 : 0xffffff80005ccfe8
    0xffffff808059bfb0 : 0xffffff80002da5e9
          Kernel Extensions in backtrace:
             com.logmein.hamachi(1.0)[4F10A12D-34FD-ACB0-81FB-036809497AFC]@0xffffff7f80b150 00->0xffffff7f80b1afff
    BSD process name corresponding to current thread: hamachid
    Mac OS version:
    11E53
    Kernel version:
    Darwin Kernel Version 11.4.0: Mon Apr  9 19:32:15 PDT 2012; root:xnu-1699.26.8~1/RELEASE_X86_64
    Kernel UUID: A8ED611D-FB0F-3729-8392-E7A32C5E7D74
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 52460783580
    last loaded kext at 48097380670: com.sophos.kext.sav    7.3.0 (addr 0xffffff7f808c5000, size 20480)
    loaded kexts:
    com.sophos.kext.sav    7.3.0
    com.logmein.hamachi    1.0
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.filesystems.ntfs    3.10.1
    com.apple.driver.AppleMikeyHIDDriver    122
    com.apple.driver.AudioAUUC    1.59
    com.apple.driver.AppleHDAHardwareConfigDriver    2.2.0f3
    com.apple.driver.AppleUpstreamUserClient    3.5.9
    com.apple.driver.AppleHDA    2.2.0f3
    com.apple.driver.AppleMCCSControl    1.0.26
    com.apple.driver.AppleMikeyDriver    2.2.0f3
    com.apple.driver.AppleTyMCEDriver    1.0.2d2
    com.apple.driver.AppleIntelHD3000Graphics    7.1.8
    com.apple.driver.AGPM    100.12.42
    com.apple.kext.ATIFramebuffer    7.1.8
    com.apple.driver.SMCMotionSensor    3.0.2d6
    com.apple.driver.AppleSMCPDRC    5.0.0d0
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager    4.0.5f11
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AppleSMCLMU    2.0.1d2
    com.apple.driver.AudioIPCDriver    1.2.2
    com.apple.driver.ACPI_SMC_PlatformPlugin    5.0.0d0
    com.apple.ATIRadeonX3000    7.1.8
    com.apple.driver.AppleMuxControl    3.0.16
    com.apple.driver.AppleLPC    1.5.8
    com.apple.driver.AppleBacklight    170.1.9
    com.apple.filesystems.autofs    3.0
    com.apple.driver.AppleUSBTCButtons    225.2
    com.apple.driver.BroadcomUSBBluetoothHCIController    4.0.5f11
    com.apple.driver.AppleUSBTCKeyEventDriver    225.2
    com.apple.driver.AppleUSBTCKeyboard    225.2
    com.apple.driver.AppleIRController    312
    com.apple.driver.CoreStorageFsck    182.11.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.BootCache    33
    com.apple.iokit.SCSITaskUserClient    3.2.0
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCISerialATAPI    2.0.3
    com.apple.iokit.IOAHCIBlockStorage    2.0.3
    com.apple.driver.AppleUSBHub    4.5.0
    com.apple.driver.AppleFWOHCI    4.8.9
    com.apple.driver.AirPort.Brcm4331    530.4.20
    com.apple.driver.AppleSDXC    1.2.0
    com.apple.iokit.AppleBCM5701Ethernet    3.1.2b2
    com.apple.driver.AppleEFINVRAM    1.5.0
    com.apple.driver.AppleSmartBatteryManager    161.0.0
    com.apple.driver.AppleAHCIPort    2.3.0
    com.apple.driver.AppleUSBEHCI    4.5.8
    com.apple.driver.AppleUSBUHCI    4.4.5
    com.apple.driver.AppleACPIButtons    1.5
    com.apple.driver.AppleRTC    1.5
    com.apple.driver.AppleHPET    1.6
    com.apple.driver.AppleSMBIOS    1.8
    com.apple.driver.AppleACPIEC    1.5
    com.apple.driver.AppleAPIC    1.5
    com.apple.driver.AppleIntelCPUPowerManagementClient    193.0.0
    com.apple.nke.applicationfirewall    3.2.30
    com.apple.security.quarantine    1.3
    com.apple.driver.AppleIntelCPUPowerManagement    193.0.0
    com.apple.driver.DspFuncLib    2.2.0f3
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.iokit.IOSurface    80.0.2
    com.apple.iokit.IOSerialFamily    10.0.5
    com.apple.iokit.IOFireWireIP    2.2.4
    com.apple.iokit.IOAudioFamily    1.8.6fc17
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.driver.AppleHDAController    2.2.0f3
    com.apple.iokit.IOHDAFamily    2.2.0f3
    com.apple.driver.ApplePolicyControl    3.0.16
    com.apple.driver.AppleSMC    3.1.3d8
    com.apple.driver.IOPlatformPluginLegacy    5.0.0d0
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.driver.AppleGraphicsControl    3.0.16
    com.apple.driver.IOPlatformPluginFamily    5.1.0d17
    com.apple.driver.AppleBacklightExpert    1.0.3
    com.apple.iokit.IONDRVSupport    2.3.2
    com.apple.driver.AppleThunderboltEDMSink    1.1.8
    com.apple.driver.AppleThunderboltEDMSource    1.1.8
    com.apple.driver.AppleThunderboltDPOutAdapter    1.8.2
    com.apple.kext.ATI6000Controller    7.1.8
    com.apple.kext.ATISupport    7.1.8
    com.apple.driver.AppleIntelSNBGraphicsFB    7.1.8
    com.apple.iokit.IOGraphicsFamily    2.3.2
    com.apple.kext.triggers    1.0
    com.apple.driver.AppleFileSystemDriver    13
    com.apple.driver.AppleThunderboltDPInAdapter    1.8.2
    com.apple.driver.AppleThunderboltDPAdapterFamily    1.8.2
    com.apple.driver.AppleThunderboltPCIDownAdapter    1.2.4
    com.apple.driver.AppleUSBBluetoothHCIController    4.0.5f11
    com.apple.iokit.IOBluetoothFamily    4.0.5f11
    com.apple.driver.AppleUSBMultitouch    227.1
    com.apple.iokit.IOUSBHIDDriver    4.4.5
    com.apple.driver.AppleUSBMergeNub    4.5.3
    com.apple.driver.AppleUSBComposite    4.5.8
    com.apple.driver.CoreStorage    182.11.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.2.0
    com.apple.iokit.IOBDStorageFamily    1.6
    com.apple.iokit.IODVDStorageFamily    1.7
    com.apple.iokit.IOCDStorageFamily    1.7
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.2.0
    com.apple.driver.AppleThunderboltNHI    1.5.5
    com.apple.iokit.IOThunderboltFamily    2.0.0
    com.apple.iokit.IOUSBUserClient    4.5.8
    com.apple.iokit.IOFireWireFamily    4.4.5
    com.apple.iokit.IO80211Family    420.3
    com.apple.iokit.IOEthernetAVBController    1.0.1b1
    com.apple.iokit.IONetworkingFamily    2.1
    com.apple.iokit.IOAHCIFamily    2.0.8
    com.apple.iokit.IOUSBFamily    4.5.8
    com.apple.driver.AppleEFIRuntime    1.5.0
    com.apple.iokit.IOHIDFamily    1.7.1
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.sandbox    177.5
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.security.TMSafetyNet    7
    com.apple.driver.DiskImages    331.6
    com.apple.iokit.IOStorageFamily    1.7.1
    com.apple.driver.AppleKeyStore    28.18
    com.apple.driver.AppleACPIPlatform    1.5
    com.apple.iokit.IOPCIFamily    2.6.8
    com.apple.iokit.IOACPIFamily    1.4
    Model: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2 GHz, 4 GB, SMC 1.69f3
    Graphics: AMD Radeon HD 6490M, AMD Radeon HD 6490M, PCIe, 256 MB
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
    AirPort: spairport_wireless_card_type_third_party
    Bluetooth: Version 4.0.5f11, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: ST9500325ASG, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-8A8
    USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0253, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
    USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

    You showed a kernel panic file from OS X, apprantly Log Me In is installed into OS X or running when you log in.
    You should be using the developers installer/unistaller to remove Log Me In from OS X.
    Somehow it's in OS X, I don't know, but it's there and you need to remove it. I'm not dealing with Windows, just OS X.
    Talk to Log Me In people and find out what is installed where so you can do a manual deletion out of OS X.
    If that doesn't work, you have to reboot holding the Shift key down manually search for any Log Me In or Himachi files on your computer, in your System/Library/Extensions folder too, use the free Easy Find.
    https://s3.amazonaws.com/DTWebsiteSupport/download/freeware/easyfind/4.9/EasyFin d.app.zip

  • Getting a strange error when trying to move photos from iphone to windows f

    I hook up my iphone, windows recognizes it as a "camera device", and I am trying to move my photos from it into one of my desktop folders, and I keep getting an error!!!! ???

    And the error is?
    Also have you tried to just browse to the phone from My Computer, locate phone as a camera and just drill down into the folders and copy off the images (or cut/paste)

  • Anyone getting this strange error?

    Hi,
    From past 5 days I am getting these errors in the console. My system freezes when the screensaver gets activated and doesn't respond for a long time. Anyone has any idea about this?
    12/7/09 8:42:49 AM System Preferences[3384] Couldn't find PictureValueImagePath, trying to resolve the AliasHandle
    12/7/09 8:42:49 AM System Preferences[3384] ** DesktopPref error: loading of kDesktopPictureValueImagePath was not successful
    12/7/09 8:42:49 AM System Preferences[3384] ** DesktopPref error: picture is nil
    12/7/09 8:43:57 AM System Preferences[3384] invalid context
    12/7/09 8:42:49 AM System Preferences[3384] ** DesktopPref error: loading of kDesktopPictureValueImagePath was not successful

    Yes when I change my screensaver from iPhoto to any other screensaver (apple or otherwise), I don't have any problem. The problem only arises when I use iPhoto to display my family pictures as screensaver!!
    I recently purchased Aperture for photo editing, can it be causing this problem?

  • I'm getting a strange error when sending IM's to iPhone users

    I have gotten this message when I try to send IM's to TWO iPhone users. I HAVE sent them messages before, yesterday... but now I get this:
    "Sorry, your IM was not sent because this mobile user has not yet accepted IM to Mobile messages"
    I have an iPhone and have not seen a preference that I can "accept IM to Mobile messages"...
    This just started happening. Has something changed?

    Greetings,
    Is the FileVault user the only Admin user on the computer? If so, for future reference this is not a good idea. FileVault users are encrypted are can suffer unexpected data changes due to the fact that all data going into and out of the account is in a constant state of flux as the data is being encrypted and decrypted all the time. Consider keeping a non-FileVault encrypted user available as Admin.
    If you have no other Admin accounts on the computer then you will need to enable the root user following this article: http://support.apple.com/kb/TS1278
    Once logged in as root you can attempt to repair the FileVault user: http://support.apple.com/kb/HT2631
    Then follow this article to turn the Root user back off: http://support.apple.com/kb/HT1528. Make sure you turn Root off. The root user is the SuperUser and should only be used for emergencies / maintenance like this.
    Hope that helps.

  • Strange error in APP server installation

    Hi All,
    We installed Oracle Application server Version 10.1.2.3.0 in E drive
    Oracle Home: E:\oracle\FRHome_1
    While testing we get following errors.
    Java Plug-in 1.6.0_26
    Using JRE version 1.6.0_26-b03 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\log2kor
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    l:   dump classloader list
    m:   print memory usage
    o:   trigger logging
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    x:   clear classloader cache
    0-5: set trace level to <n>
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 10.1.2.3
    Exception in thread "thread applet-oracle.forms.engine.Main-1" java.lang.NoSuchMethodError: oracle.ewt.util.BIDIText.setDigitSubstitution(I)V
         at oracle.forms.engine.Runform.onUpdate(Unknown Source)
         at oracle.forms.engine.Runform.onUpdateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)If I remove the ewt jar , I get a strange error Error open Error opening Oracle*Terminal file C:\Oracle\Product\OracleMidTier10gR2\Forms\pc_tastatur.res . If Appserver is installed in E drive why there is a hard-coded values like this*
    C:\Oracle\Product\OracleMidTier10gR2\Forms\*
    Regards,
    Lokanath
    Solution :-> Old config was copied so removed.
    Edited by: Lokanath Giri on १८ जनवरी, २०१२ ११:०० पूर्वाह्न

    Assuming that you are following the written instructions available at http://docs.oracle.com that walk you through the install. And assuming you installed the correct versions of libraries. And assuming you set permissions correctly.
    I'd suggest metalink and opening an SR.
    If you didn't follow the docs ... rm -rf would be a good place to start.

  • Strange error while executing a stored procedure: Incorrect syntax near '@p0'

    All, I am getting a strange error while executing a stored procedure: Incorrect syntax near '@p0'  using JDBC CallableStatment.
    Here is my code...
    CallableStatement cStmt = con.prepareCall("{call SET CHAINED ON EXEC <dbName>.<schemaName>.<SPName> (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}");
    cStmt.setString(1, "2012005881");
    cStmt.setString(2, "07");
    cStmt.setString(3, "10");
    cStmt.setString(4, "Case title");
    cStmt.setString(5, "Open");
    java.sql.Date dt1 = new java.sql.Date(2014,10,20);
    cStmt.setDate(6, dt1);
    cStmt.setString(7, "01");
    cStmt.setString(8, "N");
    cStmt.setString(9, "ADA Test");
    cStmt.setString(10, "N");
    cStmt.setString(11, "English");
    cStmt.setString(12, "N");
    cStmt.setString(13, "N");
    cStmt.setString(14, "N");
    cStmt.setString(15, "N");
    cStmt.setString(16, "N");
    cStmt.setString(17, "N");
    cStmt.setString(18, "07");
    cStmt.setString(19, "10");
    cStmt.setString(20, "juache0");
    java.sql.Date dt2 = new java.sql.Date(2014,10,20);
    java.sql.Date dt3 = new java.sql.Date(2014,10,20);
    cStmt.setDate(21, dt2);
    cStmt.setDate(22, dt3);
    cStmt.setString(23, "userid0");
    cStmt.setString(24, "");
    cStmt.setString(25, "");  
    cStmt.setString(26, "");
    java.math.BigDecimal bg1 = new java.math.BigDecimal(10);
    cStmt.setBigDecimal(27, bg1);
    cStmt.setString(28, "userid");
    cStmt.setString(29, "userid");
    int hadResults = cStmt.executeUpdate();
    Your help is greatly appreciated.
    I am executing the above using Jconnect3.0 driver, inside WebSphere Application Server V8.0
    Thanks
    Nags

    NOTE: I don't work with JDBC/jConnect so (at this point) just some questions ...
    1 - are you sending this to ASE, ASA, IQ, or some other RDBMS?
    2 - what is the value of <schemaname>?
    3 - do you have other prepareCall() instances that successfully call a stored proc? [would be interesting to see if there's a difference in the format of the calls]
    A quick google search shows a couple ways to submit a stored proc execution to the RDBMS, with the format depending on the format expected by the target RDBMS.
    I'm wondering if you really need/want the parentheses around the argument list, ie, what happens if you change
    from
    -- parentheses around args
    EXEC <dbName>.<schemaName>.<SPName> ( ?,?,?,?,?,...,? )
    to
    -- no parentheses around args
    EXEC <dbName>.<schemaName>.<SPName> ?,?,?,?,?,...,?
    In ASE if I wrap the parameters in parentheses I get the same error you're getting:
    ================== w/ parentheses => error
    1> sp_who (sa)
    2> go
    Msg 102, Level 15, State 1:
    Server 'CC1_V1', Line 1:
    Incorrect syntax near 'sa'.   <<=== sa == @p0 ??
    ================== w/out parentheses => works
    1> sp_who sa
    2> go
    fid spid status  loginame origname ...
       0   17 running sa       sa       ...
    ==================

  • Strange error in BAPI_BUSINESS_PARTNER_CHANGE

    Hello,
    trying to use the function module BAPI_BUSINESS_PARTNER_CHANGE i get very strange error. I try to change the authorization group of the Business Partner,
    so no tables parameters except return are filled. All of obligatory fields are filled with values from BUT000 Table, also PARTNERGENATTRBT and PARTNERGENATTRBTX Imports are filled. If i try to execute the function module i get the message R1 105 (Activity category &1 does not exist) with no value in the field &1, so the full message is really only "Activity category does not exist".
    Can someone help me with this problem, please?
    Thank you very much in advance
    Andrey

    Hello,
    the function is used like this:
    DATA:  ls_attrib LIKE bapi_bp_atrbut_1,
                ls_attribx LIKE bapi_bp_atrbut_1_x,
    LOOP AT lt_but000.
    Selektieren der Berechtigungsgruppe anhand der Tabelle TB037
      SELECT SINGLE augrp FROM tb037
                          INTO lv_augrp
                         WHERE auobj = 'BUPA' AND
                               augrp = lt_but000-bu_group.
      IF sy-subrc = 0.
        ls_attrib-authgroup = lv_augrp.
        ls_attribx-authgroup = 'X'.
    Wenn sy-subrc <> 0 => kein Eintrag in der Tabelle =>
    Berechtigungsgruppe soll auch leer bleiben
        CALL FUNCTION 'BAPI_BUSINESS_PARTNER_CHANGE'
          EXPORTING
            businesspartner            = lt_but000-partner
            partnercategory            = lt_but000-type
            partnertype                = lt_but000-bpkind
            partnergroup               = lt_but000-bu_group
          partnerextno               =
           partnergenattrbt           = ls_attrib
           partnergenattrbtx          = ls_attribx
      PARTNERGENATTRBTADM        =
      PARTNERGENATTRBTADMX       =
          TABLES
      partneraddr                =
      partneraddrx               =
      PARTNERADDRUSE             =
      PARTNERADDRUSEX            =
      PARTNERBANKATTR            =
      PARTNERBANKATTRX           =
      PARTNERCCATTR              =
      PARTNERCCATTRX             =
            return                     = lt_return
        DESCRIBE TABLE lt_return LINES lv_lines.
        IF lv_lines = 0.
          ADD 1 TO lv_count_succ.
        ELSE.
          ADD 1 TO lv_count_err.
          WRITE: / 'Geschäftspartner: ', lt_but000-partner, ' konnte nicht aktualisiert werden!'.
        ENDIF.
        COMMIT WORK.
        CLEAR: ls_attrib, ls_attribx.
      ELSE.
        ADD 1 TO lv_count_noact.
      ENDIF.
    ENDLOOP.
    Thank You

  • ATG webcommerce strange error at start of weblogic

    Hi, when I try to load every page on my ATG publishing I get a strange error:
    ####<Jan 6, 2014 6:07:11 PM CET> <Error> <HTTP> <mydomain.com> <ATGpublishing> <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1349445231424> <BEA-101020> <[ServletContext@744654245[app:ATGpublishing.ear module:crs path:/crs spec-version:2.5]] Servlet failed with Exception
    java.lang.IllegalStateException: Response already committed
    this problem is only on publishing and not in production, what can been the problem?
    thank you

    Hi Kiran,
    Can you please share the list of environment variables to be set? It'd be helpful if you can post a snapshot of those variables in your environment, cause I'm struggling to by-pass this assertion error.
    Thanks,
    Sridhar

Maybe you are looking for

  • MacBook Pro does not go to sleep

    My MacBook Pro doesn't fall asleep by itself any longer. I can put it to sleep manually and it sleeps and wakes up fine. But if the energy saver control panel is set to put it to sleep after x minutes it doesn't do so. It turns off the screen but doe

  • BLINKING LIGHT BUT NO TV

    I have an apple tv box.  It has been sest up, but now it says it is not connected.  The light on the apple tv box is blinking, the apple logo is on the tv, but nothing is happening.

  • DVD Digital Audio Out

    I'm new to the Mac world, and I was wondering does DVD player in Mac OSX do digital audio out? I'm currently using a Dell XPS. I watch all my movies on it and it's connected to a surround system. When I play movies it sends the Dolby Digital signal s

  • How do disable the active applications at start up

    If I forget to disable the active aps in the dock, when I restart my Mac it takes a longer time to start up. How do I disable that feature?

  • Developer key for creating BPC reports

    Hi, Do we need a developer key for creating BPC reports in EPM ADD IN Excel or Web interface? I do not believe so but wanted to confirm. Sincerely, Nicky