Trying to track down process bound to port ucp/513

A security audit has detected one of our Solaris 8 servers(Generic_117350-38) has udp port 513 open. I've verified this using nmap and can even see it in netstat output, but can't track down which process is the culprit.
# netstat -an
UDP: IPv4
   Local Address         Remote Address     State
<snip>
      *.32775                               Idle
      *.513                                 Idle
<snip>
# nmap  -n -sU -p 513 10.65.11.228
Starting nmap 3.93 ( http://www.insecure.org/nmap/ ) at 2006-06-30 10:48 NZST
Interesting ports on 10.65.11.228:
PORT    STATE         SERVICE
513/udp open|filtered who
MAC Address: 08:00:20:EF:88:A4 (SUN Microsystems)
Nmap finished: 1 IP address (1 host up) scanned in 13.176 secondslsof shows only rlogin stuff on tcp/513:
inetd       556     root   16u  IPv6 0x30026f653e8        0t0       TCP *:513 (LISTEN)
in.rlogin 18394     root    0u  IPv4 0x3002785fcd8        0t2       TCP aklxd051-pub:513->aklxp061-pub.airnz.co.nz:729 (ESTABLISHED)
in.rlogin 18394     root    1u  IPv4 0x3002785fcd8        0t2       TCP aklxd051-pub:513->aklxp061-pub.airnz.co.nz:729 (ESTABLISHED)
in.rlogin 18394     root    2u  IPv4 0x3002785fcd8        0t2       TCP aklxd051-pub:513->aklxp061-pub.airnz.co.nz:729 (ESTABLISHED)
in.rlogin 24139     root    0u  IPv4 0x300557e3830        0t2       TCP aklxd051-pub:513->aklxd041-pub.airnz.co.nz:902 (ESTABLISHED)
in.rlogin 24139     root    1u  IPv4 0x300557e3830        0t2       TCP aklxd051-pub:513->aklxd041-pub.airnz.co.nz:902 (ESTABLISHED)
in.rlogin 24139     root    2u  IPv4 0x300557e3830        0t2       TCP aklxd051-pub:513->aklxd041-pub.airnz.co.nz:902 (ESTABLISHED)
rlogin    28865   oracle    5u  IPv4 0x300aaf8ef40   0t167482       TCP aklxd051-pub:975->aklxd041-pub.airnz.co.nz:513 (ESTABLISHED)
rlogin    28870   oracle    5u  IPv4 0x300aaf8ef40   0t167482       TCP aklxd051-pub:975->aklxd041-pub.airnz.co.nz:513 (ESTABLISHED)All servers have port udp/513 disabled by having the whod line commented out of /etc/services and /etc/inet/inetd.conf.
I've even stopped inetd temporarily and both nmap and netstat still show udp/513 as being idle/open.
All other servers show udp/513 as being closed and I can't find any difference on this one server.
Any help appreciated!

Hi,
Just to give you another angle, use the crash command to monitor the kernel memory caches. Gather output from this one every 12 or 24 hours so you can see a 'real' growth. Remember it is normal for these to grow somewhat, just not to the point that they eat up all system memory.
# crash
kmastatIf you notice a specific cache growing then you can use the kmausers command to see whats allocating into that cache:
Eg.
kmausers kmem_alloc_48HOWEVER before you can use kmausers you will have to have kmem_flags enabled. To do this add the following line to /etc/system and reboot:
Solaris 2.6 and before:
set kmem_flags=0x1f
Solaris 7 and above:
set kmem_flags=0x3f
Regards,
Ben Humphreys
Sun Australia - Solution Centre

Similar Messages

  • Trying to track down network problem

    I'm trying to decide if this is trouble with my mac or my router, so I figured I'd see if anyone here has experienced this.
    Periodically my wireless signal is dying. It only does it, however, when I'm connecting to it with my Mac Book Pro -- my sister's mini has no problem. It does the router in pretty well, requiring reboot.
    Anyone else seen this? I'd have guessed it was a router problem, if it wasn't for the mini not killing the router.

    Uzuri,
    What brand of router do you have? I had a dying Belkin router that exhibited the same symptoms, but it was a G4 iBook that would take it down every few days. I thought it was the computer until other problems occurred. At the end, the router was cutting my internet throughput in half. I replaced the router, and have now gone 2 weeks without losing a wireless signal on three computers and 2 iPhones, and no need to reboot the router at all.
    Does you MBP have problems with routers in other locations, such as at work, school, or coffee shops? If not, I would venture a guess that the router is going.

  • Trying to track down an apparent kenel memory leak

    We are running an application compiled against a third party library and seeing strange memory usage on a Solaris 5.6 box. Program was compiled with the SWPRO 5.0 compiler.
    Shortly after boot, freemem (sar -r) nearly disappears:
    00:00:01 freemem freeswap
    02:07:01 unix restarts
    03:00:00 26004 1433872
    04:00:00 23040 1430286
    05:00:01 19516 1430113
    06:00:00 16519 1430008
    07:00:00 14335 1429783
    08:00:01 12459 1429636
    09:00:00 8919 1429468
    10:00:00 4188 1429386
    11:00:01 694 1429392
    It then seems to stay around this level, with freswap dropping about 5000 in 12 hours.
    Also, kernel memory allocated continues to rise (sar -k) over several days:
    00:00:01 sml_mem alloc fail lg_mem alloc fail 10:05:22 unix restarts
    10:20:00 1433600 1151220 0 5021696 4458912 0
    23:00:00 1654784 1351760 0 5185536 4616864 0
    23:00:00 1900544 1531544 0 7348224 6877536 0
    23:00:01 2072576 1684888 0 8183808 7801240 0
    23:00:00 2252800 1887580 0 8544256 8157064 0
    23:00:00 4849664 4518304 0 8478720 8211544 0
    23:00:00 4833280 4469868 0 8511488 8229592 0
    However, ps -el does not show any particular process eating up memory.
    Eventually the system appears to run out of swap and locks up. I'm at a loss as to where to go next to try to determine what is causing this memory usage. Any ideas?

    Hi,
    Just to give you another angle, use the crash command to monitor the kernel memory caches. Gather output from this one every 12 or 24 hours so you can see a 'real' growth. Remember it is normal for these to grow somewhat, just not to the point that they eat up all system memory.
    # crash
    kmastatIf you notice a specific cache growing then you can use the kmausers command to see whats allocating into that cache:
    Eg.
    kmausers kmem_alloc_48HOWEVER before you can use kmausers you will have to have kmem_flags enabled. To do this add the following line to /etc/system and reboot:
    Solaris 2.6 and before:
    set kmem_flags=0x1f
    Solaris 7 and above:
    set kmem_flags=0x3f
    Regards,
    Ben Humphreys
    Sun Australia - Solution Centre

  • Trying to track down and verify an ip address

    Ok when i have skype open i notice that it polls this IP address
    74.57.165.79 modemcable079.165-57-74.mc.videotron.ca.
    which is a videotron ip in montreal does that jive as a skype location?

    A free app called Fing will tell you what devices are connected to your network and what IP addresses they are using. Rebooting/resetting each of your devices will probably resolve things.
    tt2

  • Trying to track down Activation Code

    A gentleman in our department at work has been using Adobe Premiere Pro since March of 2009. He retired recently and the license was moved over to someone else in the department. The system has been working fine since January, however there has been an upgrade to the PC in the office the software was loaded on, and we need to re install and activate. The problem is no one can find the disk, box it came in, or any emails that would have the activation code. Is there anyway to find out this information?

    Hello,
    first of all you could have a look there: https://www.adobe.com/account.html  >>> see My productsView all >>> These registered products are associated with your Adobe ID. >>> Name >>> Serial number
    If not successful use http://helpx.adobe.com/x-productkb/global/find-serial-number.html  >>> I lost my serial number >> see comment
    Another option would be that you use Contact Customer Care = http://helpx.adobe.com/contact.html, by clicking through the headlines.
    Good luck!
    Hans-Günter

  • How to track down php service fault

    I have a small FlashBuilder4 project that runs fine on my local computer under Apache, PHP and MySQL.The first thing it does is populate a DataGrid with data from a MySQL table (the grid's creationcomplete event triggers a PHP service call and has its dataprovider hooked to the callresponder's lastresult property).
    As is often the case, I'm having trouble deploying the project to a remote, hosted server. I have uploaded the Zend framework, the release build, transferred my tables to the remote server, set the paths, etc. After several initial problems I believe I've got the ini file and everything else set up correctly (if I browse to my gateway.php and open it in notepad I get "Zend endpoint" with no errors). I have entered the credentials in each php service file. However, when I browse to the html wrapper page the grid displays fine but the phpservice call is apparently generating a fault. Unfortunately, there is no error information returned by the fault; i.e. the Alert box is blank.
    Can anyone suggest a methodical way of trying to track down what is going on?
    Thanks in advance.

    You cannot. Sorry.  You could try calling it via facetime, if  you have facetime, and listen for the ringing.
    BTW, typing in all caps indicates shouting, is considered rude and is difficult to read.
    Many simply do not read such posts.

  • When I click to open firefox it says that "firefox is already running but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system" and I've tried to shut down and restart my computer but it keeps

    when i click to open firefox it says that "firefox is already running but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system." and I've tried to shut down and restart my computer but it keeps showing the same message. I've even uninstalled Firefox and then reinstalled in the hopes that the problem would be solved but it this message is still popping up. What can I do to solve this problem?
    == This happened ==
    Just once or twice
    == I was on facebook trying to upload pictures yesterday. ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; Media Center PC 4.0; InfoPath.1)

    Do you have a profile lock file in your profile folder? If so, delete it and see if TB runs properly:
    http://kb.mozillazine.org/Profile_in_use#Remove_the_profile_lock_file

  • Trying to pin down a recurring Kernel Panic crashes

    So....who knows how to interpret a Kernel Panic Report? I have been having recurring KP crashes on my 2009 Mac Pro Quad 2.66. It frequently happens when attempting to restart or shut down the computer......at the last second, after it goes through its shut-down routine, it will KP freeze.
    My belief is that its related to a USB device (an audio device....i'm running a recording studio)....but I am not sure. Below is the Panic Report. Any advice would be greatly appreciated.....
    Is there somewhere I can go that can interpret this report for me????
    Thank you !
    Ron
    Panic Report:
    Interval Since Last Panic Report: 73732 sec
    Panics Since Last Report: 17
    Anonymous UUID: 2D56742D-4A21-4613-B46C-282553ECB0E7
    Wed Mar 10 22:16:21 2010
    panic(cpu 0 caller 0x2a7ac2): Kernel trap at 0x0184ecab, type 14=page fault,
    registers:
    CR0: 0x8001003b, CR2: 0x0000004f, CR3: 0x00100000, CR4: 0x000006e8
    EAX: 0x0f05b810, EBX: 0x0000004f, ECX: 0x0f05b810, EDX: 0x7aab901c
    CR2: 0x0000004f, EBP: 0x843b3d28, ESI: 0x00000001, EDI: 0x00000000
    EFL: 0x00010202, EIP: 0x0184ecab, CS: 0x00000008, DS: 0x00810010 Error
    code: 0x00000000
    Backtrace (CPU 0), Frame : Return Address (4 potential args on stack)
    0x843b38e8 : 0x21b2bd (0x5cf868 0x843b391c 0x223719 0x0)
    0x843b3938 : 0x2a7ac2 (0x591c30 0x184ecab 0xe 0x591dfa)
    0x843b3a18 : 0x29d968 (0x843b3a30 0x0 0x843b3d28 0x184ecab)
    0x843b3a28 : 0x184ecab (0xe 0x48 0x843b0010 0x10)
    0x843b3d28 : 0x111e6a1 (0x848dc588 0x7aab9000 0x0 0x1fc)
    0x843b3d98 : 0x119b4cb (0xc161000 0xc2d1b00 0x0 0x1fc)
    0x843b3e18 : 0x119c48d (0xc161000 0xc44c008 0x0 0x0)
    0x843b3ea8 : 0x119c572 (0xc161000 0x0 0x0 0xc2b9b40)
    0x843b3ed8 : 0x119507b (0xc161000 0x0 0x843b3f08 0x1194a18)
    0x843b3f08 : 0x5491b5 (0xc161000 0x0 0x1 0x29c50a)
    0x843b3f58 : 0x5481e6 (0xc2a2b80 0x863ea0 0x0 0x2a0596)
    0x843b3f88 : 0x548640 (0xc2b9b40 0xc37ff00 0xffe00682 0x7fff)
    0x843b3fc8 : 0x29d68c (0xc2b9b40 0x0 0x10 0xd319fc4)
    Kernel Extensions in backtrace (with dependencies):
    jp.co.roland.RDUSB00DEDev(1.0.0)@0x1833000->0x1858fff
    dependency: com.apple.iokit.IOAudioFamily(1.7.2fc1)@0x95c000
    dependency: com.apple.iokit.IOUSBFamily(3.8.5)@0x1119000
    com.apple.driver.AppleUSBEHCI(3.7.5)@0x1191000->0x11a4fff
    dependency: com.apple.iokit.IOUSBFamily(3.8.5)@0x1119000
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x998000
    com.apple.iokit.IOUSBFamily(3.8.5)@0x1119000->0x1147fff
    dependency: com.apple.iokit.IOPCIFamily(2.6)@0x998000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10C540
    Kernel version:
    Darwin Kernel Version 10.2.0: Tue Nov 3 10:37:10 PST 2009;
    root:xnu-1486.2.11~1/RELEASE_I386 System model name: MacPro4,1
    (Mac-F221BEC8)
    System uptime in nanoseconds: 7902732596063 unloaded kexts:
    de.access-music.virus_ti.driver.audio 2.0.3 (addr 0x17bf000, size
    0x237568) - last unloaded 3265922829456
    loaded kexts:
    jp.plentycom.driver.SteerMouse 3.9
    jp.co.roland.RDUSB00DEDev 1.0.0
    com.caiaq.driver.NIUSBMaschineControllerDriver 2.3.9
    com.paceap.kext.pacesupport.snowleopard 5.7.2
    com.Cycling74.driver.Soundflower 1.5.1
    com.Apogee.driver.EnsembleFWOverideDriver 1.4.4
    com.caiaq.driver.NIUSBAudioDriver 2.2.15
    com.apple.driver.AppleHWSensor 1.9.2d0 - last loaded 47768220748
    com.apple.driver.AppleTyMCEDriver 1.0.1d8
    com.apple.driver.AppleMikeyHIDDriver 1.2.0
    com.apple.driver.AGPM 100.9.3
    com.apple.driver.AppleUpstreamUserClient 3.1.0
    com.apple.driver.AppleHDA 1.8.3fc1
    com.apple.driver.AppleMikeyDriver 1.8.3fc1
    com.apple.GeForce 6.0.6
    com.apple.driver.AppleUSBDisplays 2.2
    com.apple.driver.AudioAUUC 1.0
    com.apple.DontSteal_Mac_OSX 7.0.0
    com.apple.driver.AudioIPCDriver 1.1.2
    com.apple.filesystems.autofs 2.1.0
    com.apple.driver.AppleIntelNehalemProfile 11
    com.apple.driver.ACPISMCPlatformPlugin 4.0.2d0
    com.apple.driver.AppleLPC 1.4.9
    com.apple.iokit.IOAHCIBlockStorage 1.6.0
    com.apple.iokit.SCSITaskUserClient 2.6.0
    com.apple.BootCache 31
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.driver.AppleFWOHCI 4.4.0
    com.apple.driver.AppleUSBHub 3.8.4
    com.apple.driver.Intel82574L 1.0.4b1
    com.apple.driver.AppleEFINVRAM 1.3.0
    com.apple.driver.AppleAHCIPort 2.0.1
    com.apple.driver.AppleUSBEHCI 3.7.5
    com.apple.driver.AppleUSBUHCI 3.7.5
    com.apple.driver.AppleRTC 1.3
    com.apple.driver.AppleHPET 1.4
    com.apple.driver.AppleACPIButtons 1.3
    com.apple.driver.AppleSMBIOS 1.4
    com.apple.driver.AppleACPIEC 1.3
    com.apple.driver.AppleAPIC 1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient 96.0.0
    com.apple.security.sandbox 0
    com.apple.security.quarantine 0
    com.apple.nke.applicationfirewall 2.1.11
    com.apple.driver.AppleIntelCPUPowerManagement 96.0.0
    com.apple.driver.AppleHIDKeyboard 1.2.0a3
    com.apple.driver.IOBluetoothHIDDriver 2.2.4f3
    com.apple.driver.DspFuncLib 1.8.3fc1
    com.apple.driver.AppleProfileReadCounterAction 17
    com.apple.driver.AppleProfileTimestampAction 10
    com.apple.driver.AppleProfileThreadInfoAction 14
    com.apple.driver.AppleProfileRegisterStateAction 10
    com.apple.driver.AppleProfileKEventAction 10
    com.apple.driver.AppleProfileCallstackAction 20
    com.apple.driver.AppleSMBusController 1.0.4d0
    com.apple.driver.AppleFWAudio 2.5.2fc1
    com.apple.nvidia.nv50hal 6.0.6
    com.apple.NVDAResman 6.0.6
    com.apple.iokit.IONDRVSupport 2.0
    com.apple.iokit.IOFireWireIP 2.0.3
    com.apple.driver.AppleUSBAudio 2.6.6b2
    com.apple.iokit.IOSurface 73.0
    com.apple.iokit.IOBluetoothSerialManager 2.2.4f3
    com.apple.iokit.IOSerialFamily 10.0.3
    com.apple.driver.AppleHDAController 1.8.3fc1
    com.apple.iokit.IOGraphicsFamily 2.0
    com.apple.iokit.IOHDAFamily 1.8.3fc1
    com.apple.iokit.IOUSBHIDDriver 3.8.4
    com.apple.iokit.AppleProfileFamily 41
    com.apple.driver.AppleSMC 3.0.1d2
    com.apple.driver.IOPlatformPluginFamily 4.0.2d0
    com.apple.driver.AppleSMBusPCI 1.0.4d0
    com.apple.iokit.IOFireWireAVC 4.0.6
    com.apple.iokit.IOSCSIBlockCommandsDevice 2.6.0
    com.apple.iokit.IOUSBMassStorageClass 2.5.1
    com.apple.driver.BroadcomUSBBluetoothHCIController 2.2.4f3
    com.apple.driver.AppleUSBBluetoothHCIController 2.2.4f3
    com.apple.iokit.IOBluetoothFamily 2.2.4f3
    com.apple.iokit.IOAudioFamily 1.7.2fc1
    com.apple.kext.OSvKernDSPLib 1.3
    com.apple.driver.XsanFilter 402.1
    com.apple.driver.AppleUSBMergeNub 3.8.5
    com.apple.driver.AppleUSBComposite 3.7.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 2.6.0
    com.apple.iokit.IOBDStorageFamily 1.6
    com.apple.iokit.IODVDStorageFamily 1.6
    com.apple.iokit.IOCDStorageFamily 1.6
    com.apple.iokit.IOFireWireFamily 4.1.7
    com.apple.iokit.IOAHCISerialATAPI 1.2.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 2.6.0
    com.apple.iokit.IOUSBUserClient 3.8.5
    com.apple.iokit.IONetworkingFamily 1.9
    com.apple.iokit.IOAHCIFamily 2.0.2
    com.apple.iokit.IOUSBFamily 3.8.5
    com.apple.driver.AppleEFIRuntime 1.3.0
    com.apple.iokit.IOHIDFamily 1.6.1
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 6
    com.apple.driver.DiskImages 281
    com.apple.iokit.IOStorageFamily 1.6
    com.apple.driver.AppleACPIPlatform 1.3
    com.apple.iokit.IOPCIFamily 2.6
    com.apple.iokit.IOACPIFamily 1.3.0
    Model: MacPro4,1, BootROM MP41.0081.B07, 4 processors, Quad-Core Intel Xeon,
    2.66 GHz, 6 GB, SMC 1.39f5
    Graphics: NVIDIA GeForce GT 120, NVIDIA GeForce GT 120, PCIe, 512 MB Memory
    Module: global_name
    Bluetooth: Version 2.2.4f3, 2 service, 1 devices, 1 incoming serial ports
    Network Service: Ethernet 2, Ethernet, en1 PCI Card: NVIDIA GeForce GT 120,
    Display, Slot-1 Serial ATA Device: HL-DT-ST DVD-RW GH41N Serial ATA Device:
    WDC WD6400AAKS-41H2B0, 596.17 GB Serial ATA Device: WDC WD1001FALS-00J7B1,
    931.51 GB Serial ATA Device: WDC WD3000HLFS-01G6U0, 279.46 GB Serial ATA
    Device: WDC WD1001FALS-00J7B1, 931.51 GB USB Device: Fantom G, 0x0582
    (Roland Corporation), 0x00de, 0xfd500000 USB Device: Hub, 0x050d (Belkin
    Corporation), 0x0415, 0xfd300000 USB Device: Generic USB Hub, 0x058f (Alcor
    Micro, Corp.), 0x9254, 0xfd340000 USB Device: XSKey, 0x086a, 0x0041,
    0xfd344000 USB Device: iLok, 0x088e, 0x5036, 0xfd342000 USB Device:
    Composite Device, 0x0763 (M-Audio), 0x1002, 0xfd341000 USB Device:
    RigKontrol3, 0x17cc, 0x1940, 0xfd330000 USB Device: Hub, 0x050d (Belkin
    Corporation), 0x0415, 0xfa400000 USB Device: USB Uno MIDI Interface, 0x0763
    (M-Audio), 0x0150, 0xfa430000 USB Device: Hub, 0x05ac (Apple Inc.), 0x9120,
    0xfa200000 USB Device: Maschine Controller, 0x17cc, 0x0808, 0xfa220000 USB
    Device: Hub, 0x0451 (Texas Instruments), 0x2046, 0xfa210000 USB Device:
    Mass Storage Device, 0x058f (Alcor Micro, Corp.), 0x6366, 0xfa214000 USB
    Device: Kensington USB/PS2 Trackball, 0x047d (Kensington), 0x1002,
    0xfa212000 USB Device: USB to Serial, 0x1210, 0x0400, 0xfa211000 USB Device:
    Apple Cinema HD Display, 0x05ac (Apple Inc.), 0x9220, 0xfa230000 USB
    Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x5a100000 USB
    Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8215,
    0x5a110000 FireWire Device: built-in_hub, Up to 800 Mb/sec FireWire Device:
    Ensemble, Apogee Electronics, Up to 400 Mb/sec=

    I couldn't tell you the answer to that, but the people at Roland might. If the same incompatible extension is involved then it would not solve the problem. It might simply be easier to pester Roland for an updated extension.
    If there are no panics in safe mode use, then I would uninstall all the third-party extensions listed in your panic log:
    jp.co.roland.RDUSB00DEDev(1.0.0)
    de.access-music.virus_ti.driver.audio 2.0.3
    com.caiaq.driver.NIUSBMaschineControllerDriver 2.3.9
    com.paceap.kext.pacesupport.snowleopard 5.7.2
    com.Cycling74.driver.Soundflower 1.5.1
    com.Apogee.driver.EnsembleFWOverideDriver 1.4.4
    com.caiaq.driver.NIUSBAudioDriver 2.2.15
    Now I have no idea to what hardware or software the above are associated, but I would uninstall both the software and hardware involved to be sure the extensions are removed. Then reinstall one at a time testing thoroughly after each installation. This will help you track down which particular extension is causing the problem.

  • My macbook pro is crashing any clues on how to track down the problem?

    my macbook pro is crashing any clues on how to track down the problem?
    I'm running OS X 10.9.5 on a Late 2008 Macbook Pro... 8GB of memory... I've swapped the original drive for an SSD.
    here is a problem report on one of the crashes... they always look just like this:
    Mon Oct  6 17:53:40 2014
    panic(cpu 0 caller 0xffffff80018dc43e): Kernel trap at 0xffffff7f82fe26e2, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0xffffff80cdde2008, CR3: 0x000000004785e000, CR4: 0x0000000000000660
    RAX: 0x0000000000000039, RBX: 0x0000000000000059, RCX: 0x0200000002400009, RDX: 0x7fffffffffffffff
    RSP: 0xffffff80fdb8b820, RBP: 0xffffff80fdb8b860, RSI: 0x0000000000000059, RDI: 0xffffff80cdde2008
    R8:  0x0000000000000000, R9:  0x0000000000000000, R10: 0xffffff80fdb8b380, R11: 0xffffff7f81efab4c
    R12: 0xffffff80cdde2008, R13: 0xffffff802de1d008, R14: 0x0000000000000059, R15: 0xffffff80cdde2008
    RFL: 0x0000000000010282, RIP: 0xffffff7f82fe26e2, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffff80cdde2008, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80fdb8b4b0 : 0xffffff8001822f79
    0xffffff80fdb8b530 : 0xffffff80018dc43e
    0xffffff80fdb8b700 : 0xffffff80018f3976
    0xffffff80fdb8b720 : 0xffffff7f82fe26e2
    0xffffff80fdb8b860 : 0xffffff7f82fe3cbf
    0xffffff80fdb8b970 : 0xffffff7f82fe3ff2
    0xffffff80fdb8b9e0 : 0xffffff7f82fe4256
    0xffffff80fdb8ba60 : 0xffffff7f82ff53d7
    0xffffff80fdb8baa0 : 0xffffff7f82fef706
    0xffffff80fdb8bae0 : 0xffffff80019fabd6
    0xffffff80fdb8bb10 : 0xffffff80019fb38e
    0xffffff80fdb8bb30 : 0xffffff80019de87a
    0xffffff80fdb8bc80 : 0xffffff8001b82cc3
    0xffffff80fdb8bcd0 : 0xffffff8001b7c076
    0xffffff80fdb8bd80 : 0xffffff80019fabd6
    0xffffff80fdb8bdb0 : 0xffffff80019fb38e
    0xffffff80fdb8bdd0 : 0xffffff80019de87a
    0xffffff80fdb8bf20 : 0xffffff80019e602a
    0xffffff80fdb8bf50 : 0xffffff8001c40c63
    0xffffff80fdb8bfb0 : 0xffffff80018f4176
          Kernel Extensions in backtrace:
             com.apple.filesystems.afpfs(11.1)[DCC45CDD-E950-364F-8221-1A914106BC59]@0xfffff f7f82fd7000->0xffffff7f83025fff
                dependency: com.apple.security.SecureRemotePassword(1.0)[BC0BAB92-C8C9-3959-AA42-272AF578DF D9]@0xffffff7f82fc6000
    BSD process name corresponding to current thread: mds
    Mac OS version:
    13F34
    Kernel version:
    Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64
    Kernel UUID: 9477416E-7BCA-3679-AF97-E1EAAD3DD5A0
    Kernel slide:     0x0000000001600000
    Kernel text base: 0xffffff8001800000
    System model name: MacBookPro5,1 (Mac-F42D86A9)
    System uptime in nanoseconds: 13782929543220
    last loaded kext at 732159785634: com.apple.filesystems.smbfs    2.0.3 (addr 0xffffff7f83026000, size 335872)
    last unloaded kext at 315936860456: com.apple.filesystems.msdosfs    1.9 (addr 0xffffff7f82fb9000, size 57344)
    loaded kexts:
    tc.tctechnologies.driver.Saffire    8028
    com.iospirit.driver.rbiokithelper    1.8.0
    com.squirrels.airparrot.framebuffer    3
    com.Logitech.Unifying.HID Driver    1.3.1
    com.squirrels.driver.AirParrotSpeakers    1.8
    com.Logitech.Control Center.HID Driver    3.9.1
    com.apple.filesystems.smbfs    2.0.3
    com.apple.filesystems.afpfs    11.1
    com.apple.nke.asp-tcp    8.0.1
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.filesystems.autofs    3.0
    com.apple.driver.AudioAUUC    1.60
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager    4.2.7f3
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AppleUpstreamUserClient    3.5.13
    com.apple.driver.AGPM    100.14.34
    com.apple.driver.AppleMikeyHIDDriver    124
    com.apple.driver.AppleHWAccess    1
    com.apple.GeForceTesla    8.2.4
    com.apple.driver.AppleHDA    2.6.3f4
    com.apple.driver.AppleMikeyDriver    2.6.3f4
    com.apple.driver.SMCMotionSensor    3.0.4d1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport    4.2.7f3
    com.apple.driver.AppleSMCLMU    2.0.4d1
    com.apple.driver.AppleMuxControl    3.6.22
    com.apple.driver.ACPI_SMC_PlatformPlugin    1.0.0
    com.apple.driver.AppleLPC    1.7.0
    com.apple.driver.AppleMCCSControl    1.2.5
    com.apple.driver.AppleUSBTCButtons    240.2
    com.apple.driver.AppleUSBTCKeyboard    240.2
    com.apple.BootCache    35
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN    1.0.0d1
    com.apple.iokit.SCSITaskUserClient    3.6.7
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.driver.XsanFilter    404
    com.apple.iokit.IOAHCIBlockStorage    2.6.0
    com.apple.driver.AppleUSBHub    683.4.0
    com.apple.driver.AppleFWOHCI    5.0.2
    com.apple.driver.AirPort.Brcm4331    700.20.22
    com.apple.driver.AppleUSBEHCI    660.4.0
    com.apple.driver.AppleUSBOHCI    656.4.1
    com.apple.nvenet    2.0.21
    com.apple.driver.AppleAHCIPort    3.0.5
    com.apple.driver.AppleSmartBatteryManager    161.0.0
    com.apple.driver.AppleRTC    2.0
    com.apple.driver.AppleHPET    1.8
    com.apple.driver.AppleACPIButtons    2.0
    com.apple.driver.AppleSMBIOS    2.1
    com.apple.driver.AppleACPIEC    2.0
    com.apple.driver.AppleAPIC    1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient    217.92.1
    com.apple.security.quarantine    3
    com.apple.nke.applicationfirewall    153
    com.apple.driver.AppleIntelCPUPowerManagement    217.92.1
    com.apple.security.SecureRemotePassword    1.0
    com.apple.kext.triggers    1.0
    com.apple.iokit.IOSurface    91.1
    com.apple.iokit.IOSerialFamily    10.0.7
    com.apple.AppleGraphicsDeviceControl    3.6.22
    com.apple.nvidia.classic.NVDANV50HalTesla    8.2.4
    com.apple.nvidia.classic.NVDAResmanTesla    8.2.4
    com.apple.driver.DspFuncLib    2.6.3f4
    com.apple.vecLib.kext    1.0.0
    com.apple.iokit.IOBluetoothHostControllerUSBTransport    4.2.7f3
    com.apple.iokit.IOFireWireIP    2.2.6
    com.apple.driver.AppleHDAController    2.6.3f4
    com.apple.iokit.IOHDAFamily    2.6.3f4
    com.apple.driver.AppleSMBusPCI    1.0.12d1
    com.apple.driver.AppleBacklightExpert    1.0.4
    com.apple.iokit.IONDRVSupport    2.4.1
    com.apple.driver.AppleGraphicsControl    3.6.22
    com.apple.iokit.IOAudioFamily    1.9.7fc2
    com.apple.kext.OSvKernDSPLib    1.14
    com.apple.driver.AppleSMC    3.1.8
    com.apple.driver.IOPlatformPluginLegacy    1.0.0
    com.apple.driver.IOPlatformPluginFamily    5.7.1d6
    com.apple.driver.AppleSMBusController    1.0.12d1
    com.apple.iokit.IOGraphicsFamily    2.4.1
    com.apple.driver.IOBluetoothHIDDriver    4.2.7f3
    com.apple.iokit.IOBluetoothFamily    4.2.7f3
    com.apple.driver.AppleUSBMultitouch    240.10
    com.apple.iokit.IOUSBHIDDriver    660.4.0
    com.apple.driver.AppleUSBMergeNub    650.4.0
    com.apple.driver.AppleUSBComposite    656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    3.6.7
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.iokit.IOAHCISerialATAPI    2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.6.7
    com.apple.iokit.IOUSBUserClient    660.4.2
    com.apple.driver.AppleEFINVRAM    2.0
    com.apple.iokit.IOFireWireFamily    4.5.5
    com.apple.iokit.IO80211Family    640.36
    com.apple.iokit.IOUSBFamily    686.4.1
    com.apple.iokit.IONetworkingFamily    3.2
    com.apple.driver.NVSMU    2.2.9
    com.apple.iokit.IOAHCIFamily    2.6.5
    com.apple.driver.AppleEFIRuntime    2.0
    com.apple.iokit.IOHIDFamily    2.0.0
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.TMSafetyNet    7
    com.apple.security.sandbox    278.11.1
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.iokit.IOReportFamily    23
    com.apple.driver.DiskImages    371.1
    com.apple.iokit.IOStorageFamily    1.9
    com.apple.driver.AppleKeyStore    2
    com.apple.driver.AppleFDEKeyStore    28.30
    com.apple.driver.AppleACPIPlatform    2.0
    com.apple.iokit.IOPCIFamily    2.9
    com.apple.iokit.IOACPIFamily    1.4
    com.apple.kec.pthread    1
    com.apple.kec.corecrypto    1.0
    Model: MacBookPro5,1, BootROM MBP51.007E.B06, 2 processors, Intel Core 2 Duo, 2.66 GHz, 8 GB, SMC 1.41f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x85F7, 0x483634353155373946373036364700000000
    Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1067 MHz, 0x85F7, 0x483634353155373946373036364700000000
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.7f3 14616, 3 services, 23 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: OWC Mercury Electra 3G SSD, 480.1 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS21N
    USB Device: USB2.0 Hub
    USB Device: Built-in iSight
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: IR Receiver
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: USB Receiver
    Thunderbolt Bus:

    These may be your problem candidates:
    Uninstall them and then reinstall in a systematic manner and see if the MBP crashes again.  If  and when it does, then that is the troublemaker.
    Ciao.

  • System has had two panic attacks -trying to narrow down were the issue is , if its software or hardware.

    Had two panic attacks the first on 12/01/2014, the other 12/02/2014.
    Both times have happened when  starting up from shutdown.
    The message is:
    When your computer spontaneously restarts or displays "Your computer restarted because of a problem."
    System - 2010 MacBook  Pro ,2.66 GHz Intel Core I7
    8 GB memory 1067 MHz DDr3 OWC
    OS X 10.9.5 (13F34)
    Build 6.2
    On 11/29/2014 installed a Logitech K750 wireless keyboard, along with their software. Could not get  F3 key to work. On 11/30/2014 uninstalled everything.
    The next day the panic attacks started. 
    In the "Problem Details and System Configuration" report do not see the term “machine check” so I do not think its hardware issue,but do not know if it can be ruled out.
    Trying to narrow down were the issue is , if its software or hardware.

    Hello Esuared
    Looked at the the reports and could not  decipher them. will attach both of them.  Thanks for your rely .
    Mon Dec  1 14:58:41 2014
    panic(cpu 2 caller 0xffffff80132dc43e): Kernel trap at 0xffffff801364c77e, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x000000010a2ab418, CR3: 0x0000000015ed6000, CR4: 0x00000000000206e0
    RAX: 0xffffff8028ef57c0, RBX: 0xffffff8013903638, RCX: 0xffffff8013869010, RDX: 0xffffff80252e4cf0
    RSP: 0xffffff811f5c3c80, RBP: 0xffffff811f5c3ca0, RSI: 0xffffff8013903638, RDI: 0xffffff8028ef5740
    R8:  0x0000000000000050, R9:  0xffffff8013801910, R10: 0x00000000000003ff, R11: 0xffffffffffffffff
    R12: 0xffffff7f939ac54e, R13: 0xffffff8029e25200, R14: 0x0000000000000000, R15: 0xffffff8028ef5740
    RFL: 0x0000000000010282, RIP: 0xffffff801364c77e, CS:  0x0000000000000008, SS:  0x0000000000000000
    Fault CR2: 0x000000010a2ab418, Error code: 0x0000000000000000, Fault CPU: 0x2
    Backtrace (CPU 2), Frame : Return Address
    0xffffff8115f38df0 : 0xffffff8013222f79
    0xffffff8115f38e70 : 0xffffff80132dc43e
    0xffffff8115f39040 : 0xffffff80132f3976
    0xffffff8115f39060 : 0xffffff801364c77e
    0xffffff811f5c3ca0 : 0xffffff7f939878f3
    0xffffff811f5c3cf0 : 0xffffff7f9398772e
    0xffffff811f5c3d50 : 0xffffff7f93987c20
    0xffffff811f5c3dc0 : 0xffffff7f93975d0e
    0xffffff811f5c3e00 : 0xffffff7f9397fc5e
    0xffffff811f5c3e40 : 0xffffff8013695719
    0xffffff811f5c3ea0 : 0xffffff8013694f2a
    0xffffff811f5c3f30 : 0xffffff80136910b9
    0xffffff811f5c3f70 : 0xffffff8013696033
    0xffffff811f5c3fb0 : 0xffffff80132d7607
          Kernel Extensions in backtrace:
             com.apple.iokit.IOHIDFamily(2.0)[56DC13A6-5EE7-3089-9449-D5E3A8186C90]@0xffffff 7f93972000->0xffffff7f939e2fff
                dependency: com.apple.driver.AppleFDEKeyStore(28.30)[2A8A5F6B-0A7C-33A0-8E5B-4C10F646EC4F]@ 0xffffff7f93886000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13F34
    Kernel version:
    Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64
    Kernel UUID: 9477416E-7BCA-3679-AF97-E1EAAD3DD5A0
    Kernel slide:     0x0000000013000000
    Kernel text base: 0xffffff8013200000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 55883008713
    last loaded kext at 50711244127: com.Logitech.Unifying.HID Driver 1.3.1 (addr 0xffffff7f94a89000, size 94208)
    loaded kexts:
    com.Logitech.Unifying.HID Driver 1.3.1
    com.Logitech.Control Center.HID Driver 3.9.1
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AppleUSBCDC 4.2.1b5
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.AGPM 100.14.34
    com.apple.driver.AppleTyMCEDriver 1.0.2d2
    com.apple.driver.AppleHDAHardwareConfigDriver 2.6.3f4
    com.apple.iokit.IOBluetoothSerialManager 4.2.7f3
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleIntelHDGraphics 8.2.4
    com.apple.GeForceTesla 8.2.4
    com.apple.iokit.IOBluetoothUSBDFU 4.2.7f3
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.AppleBacklight 170.4.11
    com.apple.nvidia.NVDAStartup 8.2.6
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.7f3
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleMuxControl 3.6.22
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.AppleIntelHDGraphicsFB 8.2.4
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyEventDriver 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleUSBCardReader 3.4.1
    com.apple.driver.AppleIRController 325.7
    com.apple.iokit.SCSITaskUserClient 3.6.7
    com.apple.driver.AppleFileSystemDriver 3.0.1
    com.apple.BootCache 35
    com.apple.driver.XsanFilter 404
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.iokit.AppleBCM5701Ethernet 3.8.1b2
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AppleUSBUHCI 656.4.1
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.security.quarantine 3
    com.apple.nke.applicationfirewall 153
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.iokit.IOSurface 91.1
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.nvidia.classic.NVDANV50HalTesla 8.2.4
    com.apple.nvidia.classic.NVDAResmanTesla 8.2.4
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.7f3
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleGraphicsControl 3.6.22
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.IOBluetoothHIDDriver 4.2.7f3
    com.apple.iokit.IOBluetoothFamily 4.2.7f3
    com.apple.kext.triggers 1.0
    com.apple.driver.AppleUSBMultitouch 240.10
    com.apple.iokit.IOUSBMassStorageClass 3.6.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.7
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.7
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.7
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IO80211Family 640.36
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.iokit.IOUSBFamily 686.4.1
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.TMSafetyNet 7
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0
    System Profile:
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i7, 2.66 GHz, 8 GB, SMC 1.58f17
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 512 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x85F7, 0x483634353155363446373036364700000000
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x85F7, 0x483634353155363446373036364700000000
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.7f3 14616, 3 services, 23 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420ASG, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: Internal Memory Card Reader
    USB Device: Hub
    USB Device: USB Receiver
    USB Device: IR Receiver
    USB Device: Built-in iSight
    Thunderbolt Bus:
    Tue Dec  2 10:16:56 2014
    panic(cpu 3 caller 0xffffff800e2dc43e): Kernel trap at 0xffffff800e64c77e, type 13=general protection, registers:
    CR0: 0x000000008001003b, CR2: 0x0000000102130000, CR3: 0x0000000010ed6000, CR4: 0x00000000000206e0
    RAX: 0xffffff8024096c80, RBX: 0xffffff800e903638, RCX: 0xffffff800e869010, RDX: 0xffffff8020324cf0
    RSP: 0xffffff811aa8bc80, RBP: 0xffffff811aa8bca0, RSI: 0xffffff800e903638, RDI: 0xffffff8024096c40
    R8:  0x0000000000000000, R9:  0x00000000000003b6, R10: 0x00000000000003ff, R11: 0xffffffffffffffff
    R12: 0xffffff7f8e9ac54e, R13: 0xffffff8023fc5c00, R14: 0x0000000000000000, R15: 0xffffff8024096c40
    RFL: 0x0000000000010282, RIP: 0xffffff800e64c77e, CS:  0x0000000000000008, SS:  0x0000000000000000
    Fault CR2: 0x0000000102130000, Error code: 0x0000000000000000, Fault CPU: 0x3
    Backtrace (CPU 3), Frame : Return Address
    0xffffff8110f8ddf0 : 0xffffff800e222f79
    0xffffff8110f8de70 : 0xffffff800e2dc43e
    0xffffff8110f8e040 : 0xffffff800e2f3976
    0xffffff8110f8e060 : 0xffffff800e64c77e
    0xffffff811aa8bca0 : 0xffffff7f8e9878f3
    0xffffff811aa8bcf0 : 0xffffff7f8e98772e
    0xffffff811aa8bd50 : 0xffffff7f8e987c20
    0xffffff811aa8bdc0 : 0xffffff7f8e975d0e
    0xffffff811aa8be00 : 0xffffff7f8e97fc5e
    0xffffff811aa8be40 : 0xffffff800e695719
    0xffffff811aa8bea0 : 0xffffff800e694f2a
    0xffffff811aa8bf30 : 0xffffff800e6910b9
    0xffffff811aa8bf70 : 0xffffff800e696033
    0xffffff811aa8bfb0 : 0xffffff800e2d7607
          Kernel Extensions in backtrace:
             com.apple.iokit.IOHIDFamily(2.0)[56DC13A6-5EE7-3089-9449-D5E3A8186C90]@0xffffff 7f8e972000->0xffffff7f8e9e2fff
                dependency: com.apple.driver.AppleFDEKeyStore(28.30)[2A8A5F6B-0A7C-33A0-8E5B-4C10F646EC4F]@ 0xffffff7f8e886000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13F34
    Kernel version:
    Darwin Kernel Version 13.4.0: Sun Aug 17 19:50:11 PDT 2014; root:xnu-2422.115.4~1/RELEASE_X86_64
    Kernel UUID: 9477416E-7BCA-3679-AF97-E1EAAD3DD5A0
    Kernel slide:     0x000000000e000000
    Kernel text base: 0xffffff800e200000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 49412724207
    last loaded kext at 48868816195: com.apple.filesystems.autofs 3.0 (addr 0xffffff7f8fa8d000, size 45056)
    loaded kexts:
    com.Logitech.Unifying.HID Driver 1.3.1
    com.Logitech.Control Center.HID Driver 3.9.1
    com.apple.filesystems.autofs 3.0
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.AppleHDAHardwareConfigDriver 2.6.3f4
    com.apple.driver.AppleTyMCEDriver 1.0.2d2
    com.apple.driver.AGPM 100.14.34
    com.apple.iokit.IOBluetoothSerialManager 4.2.7f3
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.GeForceTesla 8.2.4
    com.apple.driver.AppleIntelHDGraphics 8.2.4
    com.apple.iokit.IOBluetoothUSBDFU 4.2.7f3
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.AppleBacklight 170.4.11
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.7f3
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleHWAccess 1
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleMuxControl 3.6.22
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.nvidia.NVDAStartup 8.2.6
    com.apple.driver.AppleIntelHDGraphicsFB 8.2.4
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBCardReader 3.4.1
    com.apple.driver.AppleUSBTCKeyEventDriver 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleIRController 325.7
    com.apple.iokit.SCSITaskUserClient 3.6.7
    com.apple.driver.AppleFileSystemDriver 3.0.1
    com.apple.driver.XsanFilter 404
    com.apple.BootCache 35
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.iokit.AppleBCM5701Ethernet 3.8.1b2
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AppleUSBUHCI 656.4.1
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.security.quarantine 3
    com.apple.nke.applicationfirewall 153
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSurface 91.1
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.nvidia.classic.NVDANV50HalTesla 8.2.4
    com.apple.nvidia.classic.NVDAResmanTesla 8.2.4
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.7f3
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleGraphicsControl 3.6.22
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.IOBluetoothHIDDriver 4.2.7f3
    com.apple.iokit.IOBluetoothFamily 4.2.7f3
    com.apple.driver.AppleUSBHIDKeyboard 170.15
    com.apple.driver.AppleHIDKeyboard 170.15
    com.apple.iokit.IOUSBMassStorageClass 3.6.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.7
    com.apple.driver.AppleUSBMultitouch 240.10
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.7
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.7
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IO80211Family 640.36
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IOUSBFamily 686.4.1
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.TMSafetyNet 7
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0

  • CMS Tracks & Checkin process - URGENT

    Hi,
    I want to know a few thing regarding Tracks & Checkin process for SAP ESS Components.
    I have installed the JDI on one server and my Developement Portal+Web Dynpro Server is diff on which the SAP ESS Components are already running as iVews in portal.
    1) I created a Track for ESS as ESSTrack and added the SC of SAP_ESS. No my question is that while defining the Runtime Systems, which runtime system should i select. Should i select the JDI system as my developement system or the real developement system on which we deploy the Web Dynpros and run them in portal as the developement system?
    2) What does really happen during the check-in process after defining system?
    Hope to get a quick reply..
    Regards
    Gaurav Gandhi

    Hi Venkat,
    Abt point no.2,
    Which JDI SCAs do i need to checkin. Bcos as per the cookbook of ESS, the ESS SC will itself add the required SCs.
    Maybe what you are telling is that if i have a custom sca & PRODUCT then i need to add these a required one's.
    Now what i want to know is that: In the Transport Studio -> Check-in Tab, when i select the SCA's from the inbox of CMS then the SCA comes in the queue and are displayed in the Developement Tab. Now here if i import the SCA's into the developement System, does the SCA's gets deployed into the Developement Server or what actually happens?
    Why am askng this is because in my developement env, the ESS Components were already running. So after import, are the ESS Components got overwritten.
    My developement Server SDM log is showing mesages "Deploying ESSTrack ...."
    and now the developement server SDM has gone down after that and is not comming up.
    Its giving error "SDM Port 52018 already in use"
    regards
    Gaurav Gandhi

  • Help needed to track down Problem in tiger with Pioneer DVR-110D

    ok as i stated in another topic i own a Beige G3 AIO that is running OS 9.2.2 and OS X 10.4.8 and i have done allot to this system to get it to run faster and to run properly.
    part of this setup has a Pioneer DVR-110D it there and when i bought it i was running OS 9.2.2 only. at first i could not burn anything with it cause it wasn't supported and when i went to put the system to sleep it would freeze when i would wake it up it never did this before i installed the drive so i knew what was causing it.
    i turned off HDD sleep and the problem was fixed. but i didn't like the ideal of having the hdd running all the time when idle. me and a friend was talking about optical drive issues and he said he found this driver replacement for the apple cd/dvd driver called intech speed tool's 6.0 for OS 9.2.2 and that i should give it a try cause it fixed a few problems for him.
    i downloaded the demo of it and installed it and i turned on hdd sleep and put the system to sleep and woke it back up and the system was running great. so now the wake up freeze problem was cured. but still no burn support. so after a few weeks of posting on here about the problem some one came by and said he knew what the problem was and sent me a modded PioneerCDR authoring support extension. i installed it and rebooted and opened iTunes and iTunes showed Pioneer DVR-110D as the devise to burn to. so i tryed it and behold it burned a audio cd with no problems.
    later i bought a western digital SE 120gb hdd and installed it and partitioned it 3 times a 8gb first partition for OS X a second partition 10gb for OS 9.2.2 and the 3rd partition was the rest of the drives size for shared data and storage. the hdd worked great with no issues so it was time to try OS X on this system cause i was waiting to get a large HDD to do so.
    i figured that the Pioneer drive would not boot the OS X jaguar cd and is a known problem with non apple cd rom drives. so i took out the Pioneer and reinstalled the apple 24x stock cd rom drive. and the jag install cd booted without a hitch. Jag installed and was running so i updated to 10.2.8 and found out the internal screen kept going out and locking the system up. so i searched this forum for the onboard video blackout and came across the terminal work around to get the system to behave itself with having more than 192mb ram installed. i rebooted and all went fine afterward.
    i reinstalled the Pioneer drive and went to testing it all was fine everything mounted on the desktop that i put in the drive. but i lacked the ability to burn with the drive cause still the drive wasn't supported be the system so i searched the forum and came across the program called patchburn. i downloaded it and ran it and patched the driver to support iApps burning with this drive. so i put in a blank cd and went to burn in iTunes it burned flawlessly so i tryed a dvd-r with the finder it to burned flawlessly.
    o loved playing a game planeshift and then they stopped supporting 10.2.8 so i went to buy the tiger install cd's. i already knew the Beige G3 was not a supported version of Os X on this system and you had to use xpostfacto 4 to install tiger on this system. so i did what i had to do to install tiger on the system and selected use old NDRV and selected to install tiger. which installed some files to boot tiger and rebooted yet again the Pionner drive refused to boot the install cd's . i got mad and held down the command option power key's for about 10 seconds and let off. the tiger installer booted and got to where it started to copy the files to the hdd and stalled out and the drive spun down never to spin back up or show signs of life so i powered down the system and removed the pioneer drive and put the stock 24x cdrom in and installed tiger.
    after tiger was installed i shut down the system and installed the pioneer drive. and powered back on and it was in verbose mode showing what was going on one part showed that the Pioneer drive was detected but had no kernel dependencies and continued to boot. i went to repair the permitions when the onboard video went blank and the system locked up. i rembered that 10.2.8 did the same thing so i tried the 10.2.8 screen blackout fix in 10.4 and rebooted. the onboard video didnt come on but since i had a ATI Radeon 7000 i could work around in tiger to update to 10.4.7 at the time. i first repaired permitions and then ran software update and updated everything and rebooted. the onboard video came back on allong with the ATI Radeon 7000 which being used as boot video device and shown the gray apple logo with the spinning pin wheel at the bottom.
    so far tiger was running great so i put a disk in the drive and nothing it didn't mount anything so i ejected it with the button on front of the drive and tryed a dvd movie and got the same nothing as with the cd. so i rebooted with the dvd in the drive al behold tiger mounted the dvd but as soon as i would try to do anything with it the drive would stop and i would have to reboot the system to gain the drive back so i can repair permissions. and never tryed to use the drive again
    10.4.8 update came out i updated to it using software update and rebooted. the update went flawless so i thought to myself what if the pioneer drive worked now. so i put a cd in the drive and it mounted the disk. then i ejected it with amazement and put a dvd in and it to mounted. so i tryed to play the dvd and it played the dvd to the end of the movie. i took out the dvd and rebooted. i tryed to put the dvd back in but it didnt mount. which ****** me off as to why it was just working and now its not.
    i rebooted and the dvd mounted as soon as the desktop showed up so i tried to play it but this time it only played for about 10-13 minutes before the drive stopped spinning which made dvd player stop responding which made me have to force quit the dvd player and try to restart which gave me a kernel panic. so i forced restarted (got a forum to send to apple to report the KP so i did) and the dvd mounted once again as soon as the desktop showed so i ejected the dvd and put a audio cd in and it mounted and i played the hole cd. so i ejected that and put a blank cd in and treed to burn and it got to 30% and then the drive spun down and made the disk utility stop responding. so i forced quit disk utility and rebooted. once it rebooted nothing popped up so i pressed the eject button on the drive and the cd r came out.
    the OS X 10.4.8 update made the drive more stable but still wont burn anything. some times it will still not mount anything, some time it will not play anything, and still fails to copy files over to the hdd. so now im left to believe its a driver issue some where since this drive worked so flawlessly in jaguar and OS 9 but fails to work properly in tiger.
    i looked in the extensions in ASP in 10.4.8 and there is a few extensions showing errors. i made a list of them to show
    PatchedAppleNVRAM:
    Version: 3.0
    Last Modified: 8/9/05 6:07 PM
    Location: /System/Library/Extensions/PatchedAppleNVRAM.kext
    kext Version: 3.0
    Load Address: 0x4db000
    Valid: Yes
    Authentic: Yes
    Dependencies: Incomplete
    Dependency Errors:
    com.macsales.iokit.OpenOldWorldNVRAM: No valid version of this dependency can be found
    Integrity: Unknown
    OpenPMUNVRAMController:
    Version: 2.0
    Last Modified: 8/9/05 6:08 PM
    Location: /System/Library/Extensions/OpenPMUNVRAMController.kext
    kext Version: 2.0
    Load Address: 0x63a000
    Valid: Yes
    Authentic: Yes
    Dependencies: Incomplete
    Dependency Errors:
    com.macsales.iokit.OpenOldWorldNVRAM: No valid version of this dependency can be found
    Integrity: Unknown
    GossamerDeviceTreeUpdater:
    Version: 3.0
    Last Modified: 8/9/05 6:07 PM
    Location: /System/Library/Extensions/GossamerDeviceTreeUpdater.kext
    kext Version: 3.0
    Load Address: 0x63d000
    Valid: Yes
    Authentic: Yes
    Dependencies: Incomplete
    Dependency Errors:
    com.macsales.iokit.OpenPMUNVRAMController: No valid version of this dependency can be found
    Integrity: Unknown
    that is the list of extensions that are reporting some sort of errors. at first i was figuring it was a problem with the driver for the Pioneer drive but my friend brought over his digital audio G4 which was also running 10.4.8. and we decided to try the drive in his Mac to see if there was any problems. it mounted everything we threw in it. it played dvd's great and played audio cd's great, it copied files over to the hdd without fail. it even burned a flawless cd. ok now the ideal of the driver for the drive was thrown out the window. so it has to be something else causing the problem. either a driver for a part on the motherboard or what i have no clue.
    im just wondering what driver it would be causing a problem not allowing the Pioneer drive to work properly. cause its not the drive being bad cause it worked flawlessly in OS 9.2.2 and jaguar and in tiger in my friends digital audio G4
    im just wondering if anyone might know what could be done to fix this problem cause i know it can be fixed but i don't know where to begin or how. so i ask you how could i begin to fix this
    thank you all for baring with me and reading all this. i know i wrote allot but i had to explain what was going on before i could ask for help so you could better understand what was going on. i have already updated the firmware to the latest with no change the firmware use to be the old 1.11

    yea i have along time ago and also made a update to xlr8's drive database. cause i fixed the problems with the drive in OS 9.2.2 (AKA no burn support with the built in burning app or iTunes, now have full support for burning with the finder burn and iTunes thanks to a edited PioneerCDR authoring support extension that someone edited for me. found out that the Apple CD/DVD driver extension was at fault for the locking up on wake up with hdd sleep enabled that started when i installed the Pioneer drive. fixed with intech CD/DVD speedtools 6.0).
    When i did the first report on the drive database on xlr8yourmac i reported what problems i was having in OS 9.2.2 and i think i reported that i had no problems in jaguar, and was trying to obtain a driver or something to try to get it to work. but to no avail at first. after i fixed the problems i did a update report
    in jaguar the drive had no problems but no burn support. installed patchburn and the drive worked 100% in jag no problems what so ever. im thinking it has somthing to do with one or all of the extensions with errors but i can be wrong.
    i just wonder where ryan has been on the forums in OWC's site. cause i would like to submit my crash log panic log and the extensions with errors so he could help track down the problems to see if it cant be fixed. but ive tried emailing him but no replay's. and his last reply on the OWC forums was back in desember 2005 a few day's over a year
    i know it isnt the drive cause it worked flawlessly in tiger 10.4.8 on my friends Digital Audio but i know why it worked fine cause it has the proper files for the DA to work cause its a supported system. i would like to try to help to get xpostfacto to work better on the Beige G3 system
    in tiger if it is something to do with xpostfacto

  • When you download iTunes material, does iTunes record the IP used where it is being downloaded to?  I am trying to track a lost/missing IPOD Touch and want to know if they have that data.

    When you download iTunes material, does iTunes record the IP used where it is being downloaded to?  I am trying to track a lost/missing IPOD Touch and want to know if they have that data.   It was left on a small street and someone has found it and has been hacking into my account by resetting my password.  They took about 41+ dollars from my account.   I am hoping the IP it was connecting with to download to it was tracked and that I can get that information to figure out where it is located.

    No. From the second link below.
    "Apple does not have a process to track or flag lost or stolen product
    - If you previously turned on the FIndMyiPod feature and location service is on, and wifi is on and connected go to iCloud, sign in, and go to FindMyiPhone. It the iPod has been restored it will never show up.
    - Report to police and change the passwords for all accounts used on the iPod.
    - Apple will not help
    Reporting a lost or stolen Apple product

  • How to track down duplicates record in BPC 5.1

    All,
            We had a consultant who builds up a script which pulled all the data files from different sources and finally load in SAP BPC. We are seeing duplicates in our SAP BPC for excel reports. We looked at couple of tables  at SQL level and everything looks fine. We also look at the data files separately and all of them have unique values. Iu2019m fairly new to SAP BPC. Can you guys give some tips, so I can track down u201CDupsu201D and able to fix the bug !
    Also let me know is it recommended to write VBA code to get rid of duplicates for one of the SAP BPC reports?
    Thanks,
    -Saquib

    What exactly do you mean by duplicates? Two (or more) data records in the same intersection of members, across all dimensions in the application? These will be combined into one record when the database is optimized. And add'l records will be added, if you have input schedules where users modify data.
    So you must be very careful about how you remove data from the database.
    If you're seeing data in reports that is different from what's in the database, then it's more likely a bug in the report, not the data -- or else the cubes are not properly processed.
    I wouldn't have any idea how VBA could help solve the problem, but I'm not really sure what is your problem. More commonly, SQL helps to identify where there are data integrity issues.
    If you have a problem with the data in the cube not matching what's in your source files, it may be related to how data was initially imported, depending on the merge vs. clear option you selected during the imports. That's where I would start the investigation, if I understand your problem correctly.
    The correct solution is probably to fix the import routine and re-load, rather than much around in the BPC tables until you think you got it right. Otherwise, next time you need to load data, you'll have the same problem.

  • How to track harm process

    Hi, all!
    our sysadmin discovered that from my computer is sending spam. Antivirus programms can't find the virus. Ofcouse, it seems it is not virus, but the working process. Maybe someone have any idea how to track this process?
    Thanks in advance.

    As the others have indicated, it is extremely unlikely that your Mac is infected with anything that is causing it to send spam e-mail. There is no known currently active Mac malware that behaves that way. See my Mac Malware Guide for, among other things, a catalog of all currently-known Mac malware.
    You don't provide much in the way of details... who is this "sysadmin" and how did they determine that your machine was responsible? How did this sysadmin determine that making a connection on port 25 equated to sending spam? (It is quite normal for Mail, and other e-mail clients, to make connections on port 25 when sending e-mail messages.)

Maybe you are looking for

  • Need to findout in which table BOM wt. get's stored.

    Hi all, I am Sachin, want to know where BOM wt of an particular component get's stored in.  I want to create a report where I have to call this particular field MANGE.  Help me out to findout this. Sachin.

  • Testing for the parent of clicked movie?

    I want to know what the parent of my click button is. Reason is that I have two almost identical MCs, each with 5 buttons in them and they load different things, depending what the parent is. Here is what I have: function tickClick(e:MouseEvent):void

  • Problems with iBook, urgent help required...

    Hi, a few months ago, i went to the power settings and checked the option for shut-down at midnight and power on at 6am... Then just last week, i unchecked the option for the automatic on/off... But since then, my iBook still does its' routine... BTW

  • How to do test volume?

    I want to test my application with an extremely full database. How to i do this? is exist any tools for volume or data testing? thank you

  • Flash Player won't load games in Facebook

    Why are my FB games loading or only partially loading? I am using Flash Player 11.9.9 on Windows XP 32-bit operating system with Mozilla Firefox browser. My flash player information shows plug-in installed but Acitve X not installed. Is this correct