What does this DTP error indicate?

I am trying to correct this error in DTP:
"Error in formula function (routine 63), record 37816"
"Records filtered becasue records with same key contain errors"
This is a data error but not some bad or invalid characters. I am not sure how it can be corrected based on above message
Has anyone come across such an error - how was it resolved?
Thanks!
Edited by: BI Quest on Aug 30, 2008 9:20 AM

Hi,
This issue can be resolved by correcting the error records in PSA and updating it into the target. For that the first step should be to identify if all the records are there in PSA. You can find out this from checking the Details tab in RSMO, Job log , PSA > sorting records based on status,etc. Once its confirmed force the request to red and delete the particular request from the target cube. Then go to PSA and edit the incorrect records (correcting or blanking out the invalid entries for particular field InfoObject for the incorrect record) and save it. Once all the incorrect records are edited go to RSA1>PSA find the particular request and update to target manually (right click on PSA request > Start update immediately).
I will add the step by step procedure to edit PSA data and update into target (request based).
Identifying incorrect records.
System wont show all the incorrect records at the first time itself. You need to search the PSA table manually to find all the incorrect records.
1. First see RSMO > Details > Expand upate rules / processing tabs and you will find some of the error records.
2. Then you can go to PSA and filter using the status of records. Filter all the red requests. This may also wont show the entire incorrect records.
3. Then you can go to PSA and filter using the incorrect records based on the particular field.
4. If this also doesnt work out go to PSA and sort (not filter) the records based on the particular field with incorrect values and it will show all the records. Note down the record numbers and then edit them one by one.
If you want to confirm find the PSA table and search manually."
Also Run the report RS_ERRORLOG_EXAMPLE,By this report you can display all incorrected records of the data & you can also find whether the error occured in PSA or in TRANSFER RULES.
Steps to resolve this
1. Force the request to red in RSMO > Status tab.
2. Delete the request from target.
3. Come to RSMO > top right you can see PSA maintenace button > click and go to PSA .
4.Edit the record
5. Save PSA data.
6. Got to RSA15 > Search by request name > Right click > update the request from PSA to target.
Refer how to Modify PSA Data
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40890eda-1b99-2a10-2d8b-a18b9108fc38
This should solve your problem for now.
As a long term fix you can apply some user exit in source system side or change your update rules to ensure that this field is getting blanked out before getting loaded in cube or add that particular char to permitted character list in BW.
Also in Tcode RSKC --> type ALL_CAPITAL --> F8 (Execute)
OR
Go to SE38 and execute the program RSKC_ALLOWED_CHAR_MAINTAIN and give ALL_CAPITAL or the char you want to add.
Check the table RSALLOWEDCHAR. It should contain ALL_CAPITAL or the char you have entered.
In RSKC you can add upto 45 characters
if you add any character in RSKC it will autometically update into RSALLOWEDCHAR table, But in this table you can add upto 72 characters,using ABAP program..
Refer
Invalid characters in SAP BW 3.x: Myths and Reality. Part 2.
Invalid characters in SAP BW 3.x: Myths and Reality. Part 1.
Steps of Including one special characters into permitted ones in BI
http://help.sap.com/saphelp_nw04/helpdata/en/64/e90da7a60f11d2a97100a0c9449261/frameset.htm
For adding Other characters
OSS note #173241 u2013 u201CAllowed characters in the BW Systemu201D
Sample cleansing routine (#)
Help loading  char EQUIP#1111#TAG#3311  SN#A01040          *     into Cube
Invalid character error while activating DSO - Please help
Regarding Special Characters
how to prevent bad charectors from source system
Regards
Tg

Similar Messages

  • Hello .. I lost my passcode on the iPhone .. and worked his recovery .. in case of recovery shows me error 3004 .. What does this mean error? Please help

    Hello .. I lost my passcode on the iPhone 5s 16 gb .. and worked his recovery .. in case of recovery shows me error 3004 .. What does this mean error? Please help

    See Resolve iOS update and restore errors - Apple Support for possible resolutions.

  • What does this mean: error occurred while restoring this iphone (-35)?

    What does it mean when you are attempting to restore a phone and you get this message: error occurred while restoring this iphone (-35)

    http://support.apple.com/kb/TS3694#error35

  • What does this mean: ERROR! Shared library ioser12 could not be found.

    Hi all,
    I am trying to establisch a JDBC connection to a MaxDB database (former SapDB).
    I have a win2k system with jdk 1.4.2_01 installed.
    I have the JDBC connection working in the sense that i am able to execute SQL scripts by ant tasks,
    so far i think that everything is properly configured.
    Nevertheless, when i try to use the connection in my own class (a JUnit testcase), i get this message:
    "ERROR! Shared library ioser12 could not be found."
    The program then continues, and i get sql error messages that the user is still connected. I think these are followups from the first one - one testcase may be broken by this error, but the connection is not closed.
    I searched the web to find what i could do against it. I found some forum discussions about this problem and hence i tried to set my path and classpath to locations where the isoser12.dll is located (runtime environment/bin), and finally copied it to the windows/system32 dir.
    Nothing made this error disappear. I am still stuck with this one since two days.
    Btw, the same testcases work well with other databases like oracle or db2.
    Hence, i am calling to you for some ideas about this error.
    Thank you in advance for help,
    Andreas Schroeder

    Hi Andreas,
    I am also interested in making maxdb(sapdb) work with S1 application server. I would appreciate if you could let me know if you are able to make it work with S1 V8 server.
    Thanks,
    Gorton Zhao
    Hi all,
    I am trying to establisch a JDBC connection to a MaxDB
    database (former SapDB).
    I have a win2k system with jdk 1.4.2_01 installed.
    I have the JDBC connection working in the sense that i
    am able to execute SQL scripts by ant tasks,
    so far i think that everything is properly configured.
    Nevertheless, when i try to use the connection in my
    own class (a JUnit testcase), i get this message:
    "ERROR! Shared library ioser12 could not be found."
    The program then continues, and i get sql error
    messages that the user is still connected. I think
    these are followups from the first one - one testcase
    may be broken by this error, but the connection is not
    closed.
    I searched the web to find what i could do against it.
    I found some forum discussions about this problem and
    hence i tried to set my path and classpath to
    locations where the isoser12.dll is located (runtime
    environment/bin), and finally copied it to the
    windows/system32 dir.
    Nothing made this error disappear. I am still stuck
    with this one since two days.
    Btw, the same testcases work well with other databases
    like oracle or db2.
    Hence, i am calling to you for some ideas about this
    error.
    Thank you in advance for help,
    Andreas Schroeder

  • What does this empty error box in iPhoto 11 mean (other than the QA on this app is non-existent)

    Barnd new MBP OOB experience.   More iPhoto issues.  This time I tried to email a photo to a friend from within iPhoto.  When I hit send I got the following error.  (Tried to attach photo of empty error dialog box but to no avail.) So you will have to take my word that I got a pop up box with what appears to be an iPhoto error icon and no text.)  Any idea what it means other than iPhoto continues to be the shoddiest app in the mac portfolio from a QA perspective???

    Repaired Permissions.  Same Dialog box.  Can't email from within iPhoto on new MBP. 
    Why was I using it?  Because that was my OOB experience with the new MBP. 
    Also I didn't realize I could use Image Capture with my iPhone.  Image Capture is not available as a choice in iTunes.  But perhaps that's what is meant by sync with a folder which I am now doing.
    If so then correct, its not compulsory nor is it needed and now it has been eliminated.

  • What does this console error mean?

    I just got my 13" non-retina MacBook Pro back from the Apple Genius bar since the cable that connected my hard drive was failing. Before I brought it in, it suddenly went from an OK speed to a something is wrong speed. But before I took it in on Monday, I opened up the console and it had these errors that had to do with like the SMC and such. Before they took it in, we re-formatted my hard drive and re-installed OSX. That didn't fix it and the last backup I had on my Time Capsule was April 3 of this year. When I got it back, I transferred my data from the Time Capsule so I didn't have to re-install all my programs and such and I had a VERY important video stored on the Capsule. And today, I noticed while in my science class, the top bar on the top of the screen wtih the Apple symbol was missing. I shut it down and performed a disk utility, SMC reset, and PRAM reset and those errors are still there. Also when I went into iPhoto to retrieve the video I had, photos would appear in the boxes for a split second and then disappear and when I try to vew them, I got a triangle with an "!" within it. I can open them in Aperture but no videos can be accessed. But back to the errors. I get these two errors as a pattern in the console:
    4/9/14 12:46:44.000 PM kernel[0]: SMC::smcReadKeyAction ERROR TC0D kSMCBadArgumentError(0x89) fKeyHashTable=0x0xffffff8022443000
    4/9/14 12:46:49.000 PM kernel[0]: SMC::smcReadKeyAction ERROR F1Mn kSMCBadArgumentError(0x89) fKeyHashTable=0x0xffffff8022443000
    What do they mean and how do I fix them? So far, there aren't any major performance issues, it just runs a little slower than before. I bought my MacBook brand new in September of last year (2013) with all standard configurations but I did upgrade the RAM from 4GB to 8GB since I'm a mobile DJ. I haven't contacted Apple yet but I will when I get home later today since I'm still in school. And also when I try and open the files stored on my time capsule, it says I don't have permission to. Like... It's the same computer. It was restored from a Time Machine Backup. How do I allow the correct permissions? This is my computer, no one else uses it unless my brother wants to connect friends/family in minecraft.

    If you have more than one user account, you must be logged in as an administrator to carry out these instructions.
    Triple-click anywhere in the line below to select it:
    sudo mdutil -t 416080
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V). You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    Post any lines of output that appear below what you entered — the text, please, not a screenshot.
    If any personal information appears in the output, anonymize before posting, but don’t remove the context.

  • What does this mean error code u44m1i210 elements 13

    I bought this over the internet and downloaded. I works but it says it has a update, so I started the update gets all the way through and end it gives me an error. I tried this 4 times. I printed the error code telling me to try again later. The last error code U44M1I210....This Elements 13

    Bob,
    I am getting eerror 34506 followed by Multiplexing error when I answer OK to the 34506 error.
    At what point in the process?
    I am loading old VHS tapes into IMovieHD, editing them, then sharing them to IDVD.
    Do you have chapter markers? If so:
    Make sure no chapter markers are within two seconds of the start or end of the timeline. Make sure no chapter markers are within a transition. Make sure no chapter markers are within two seconds of the end of a transition.
    Suggest you create a disc image and then burn the DVD. File/Save as Disc Image...
    http://docs.info.apple.com/article.html?artnum=164927
    This will isolate any encoding/burning issues you may encounter. Once the disc image is created, double-click the .img and burn the virtual disc that should appear on your desktop, using Toast to burn the DVD. Disk Utility to burn the .img file. Usually, you can select a burning speed in Disk Utility.
    There are variations to this process based on which OS X you are using...
    Open Disk Utility (in Utilities folder in Applications folder), click on the virtual disc (maybe the .img) in the left-hand window. Click the Burn icon. A new window should drop down and your SuperDrive tray will open after clicking the Burn icon. Insert a recordable DVD. (Verbatim DVD-R preferred by me.) Click the Close button. Wait. Select a burn speed. If you hold your mouse cursor over the pop-up it says: "Select a slower speed to work around burn failures," so select 4x or slower for best results. Then click the Burn button.
    -->If the virtual disk selection won't allow you to click the Burn icon, use the .img file instead. This may have changed in 10.3.9 and did change in Tiger.
    Also, you can use DVD Player to play the virtual disk to check your iDVD project before burning to DVD. Launch DVD Player. File/Open VIDEO_TS (Open DVD Media... in Player 4.6). Find the VIDEO_TS folder and open that. (The audio folder is for DVD-Audio disks.)
    http://docs.info.apple.com/article.html?artnum=93006

  • What does this server error mean?

    I have in my application the cferror command, & I've been
    getting error emails alot lately.
    It doesn't really matter what line #,page, or query 'cause it
    is different the emails.
    I switched to hostmysite & used the cferror when with
    them. I didn't use it where I was before so I'm not sure if it had
    happened before.
    [QError occured in template:/listing.cfm
    At this time:{ts '2006-08-01 02:13:11''}
    The query string was:Cid=32
    ]Error starting thread: Not enough storage is available to
    process this command. null <br>The error occurred on line 10.
    Also during this same time frame someone was having a session
    & I got...
    quote:
    Error occured in template:/cart/applytoMem-fr.cfm
    At this time:{ts '2006-08-02 02:18:46'}
    The query string was:
    A detailed diagnostic follows:
    Element CART is undefined in SESSION. <br>The error
    occurred on line 17.
    Not too good when it causes people to not shop.

    I started two threads on this subject. I am closing this one.

  • What does this startup error msg mean?

    I'm getting the following message in my console upon startup. Everything
    seems to work ok, but I'm curious as to what the weblogic.xml file is. I
    don't seem to have a copy on my installation.
    [HttpServer] : Directory e:\xxx\ does not contain WEB-INF/weblogic.xml. If
    this Web application relies on the WebLogic specific XML descriptor, this
    may result in misconfigured application.

    It looks like you deploy a Web Application and WLAS can not find
    WEB-INF/weblogic.xml. weblogic.xml has the information on how to deploy your
    Web Application on weblogic server. Refer to WLAS document on Web
    Application for details.
    Cheers - Wei
    Michael Forman <[email protected]> wrote in message
    news:8f6g8t$bgo$[email protected]..
    I'm getting the following message in my console upon startup. Everything
    seems to work ok, but I'm curious as to what the weblogic.xml file is. I
    don't seem to have a copy on my installation.
    [HttpServer] : Directory e:\xxx\ does not contain WEB-INF/weblogic.xml.If
    this Web application relies on the WebLogic specific XML descriptor, this
    may result in misconfigured application.

  • Help what does this  mean ERROR ITMS-9000: "OEBPS/package.opf(23)

      Hi All - I am getting this error message -
    ERROR ITMS-9000: "OEBPS/package.opf(23): element "guide" not allowed here; expected the element end-tag or element "item"" at Book (MZItmspBookPackage)
    - when I try to upload my epub to the Apple bookstore. I have already fixed one error but I dont know where to start on this one so any help would be appreciated. - Kind Regards David

    Javascript isn't Java. You may find another forum that's specifically about Javascript will be of more help.
    You should also check for support from whoever makes the software package you're using.
    I realize this isn't much help, but I advise avoiding Javascript-centric web designs because they tend to lead to the exact sort of problem you're having. The next time you rework your site, shun Javascript, I say.

  • What does this crash log indicate the problem is?

    ri Dec 9 12:28:18 2011
    panic(cpu 1 caller 0xffffff7f8092a04f): NVRM[0/2:0:0]: Read Error 0x0061002c: CFG 0x2927ffbc 0x02133c82 0x00000000, BAR0 0xd2000000 0xffffff80f2efd000 0x096a80a1, D0, P3/4
    Backtrace (CPU 1), Frame : Return Address
    0xffffff80f2debc80 : 0xffffff8000220702
    0xffffff80f2debd00 : 0xffffff7f8092a04f
    0xffffff80f2debd90 : 0xffffff7f80a1a13c
    0xffffff80f2debde0 : 0xffffff7f80c1d534
    0xffffff80f2debe00 : 0xffffff7f809e2d7b
    0xffffff80f2debe20 : 0xffffff7f80a8b0b6
    0xffffff80f2debe90 : 0xffffff7f80916f1e
    0xffffff80f2debf40 : 0xffffff7f808d0b86
    0xffffff80f2debf70 : 0xffffff800023db2c
    0xffffff80f2debfb0 : 0xffffff8000820057
    Kernel Extensions in backtrace:
    com.apple.NVDAResman(7.1.2)[3B24E838-5E73-362B-97FA-239F5AEE7D81]@0xffffff7f808c 9000->0xffffff7f80ba2fff
    dependency: com.apple.iokit.IOPCIFamily(2.6.7)[6D54F06A-46B7-37FC-AF22-DE68DC18A1A3]@0xffff ff7f80845000
    dependency: com.apple.iokit.IONDRVSupport(2.3.2)[6517D9A6-58F5-3CFC-B021-C882306150D5]@0xff ffff7f808b7000
    dependency: com.apple.iokit.IOGraphicsFamily(2.3.2)[55FF26D3-292D-3B4B-8AB7-1D25C8B4313B]@0 xffffff7f8087f000
    com.apple.nvidia.nv50hal(7.1.2)[2E84958C-1EEC-316B-9F7A-68C368F83476]@0xffffff7f 80ba3000->0xffffff7f80ec4fff
    dependency: com.apple.NVDAResman(7.1.2)[3B24E838-5E73-362B-97FA-239F5AEE7D81]@0xffffff7f808 c9000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    11C74
    Kernel version:
    Darwin Kernel Version 11.2.0: Tue Aug 9 20:54:00 PDT 2011; root:xnu-1699.24.8~1/RELEASE_X86_64
    Kernel UUID: 59275DFA-10C0-30B3-9E26-F7B5DFB1A432
    System model name: iMac9,1 (Mac-F2218FA9)
    I've got a zillion of these. NEVER once with snow leapord. I've reported this to apple near every time i've gotten the error This is a fresh install. I assume it's my graphcis card? It's a Nvidia GT 120 256MB

    Yes, NVIDIA card. Reporting the error helps because the more reports Apple gets the more likely they will focus on it. But don't expect a reply.
    Make an appt. at the Genius Bar of an Apple store, it may need to be replaced.

  • What does this IPS message indicate?

    evError: eventId=1229364010346777529 vendor=Cisco severity=warning
    originator:
    hostId: IPS
    appName: cidwebserver
    appInstanceId: 22081
    time: Dec 18, 2008 19:30:56 UTC offset=0 timeZone=-8
    errorMessage: received fatal alert: certificate_unknown
    Messages, like this one, in the category - receipt of TLS fatal alert message - were logged 1795 times in the last 3601 seconds. name=errWarning

    Soemthing is try to connect to your sensor using an incorrect TLS certificate.
    This error is very common in situations where your sensor now has a newer TLS certificate (usually becuase of re-imaging the sensor, or creating a new TLS certificate because the older one expired).
    Go to all of your management station boxes and ensure that they have been updated with the sensor's new TLS certificate.
    If you are not sure which management boxes may not have been updated, then run the packet display command on the sensor's management interface and look to see which IPs are attempting to connect to your sensor's web server.

  • What does this PK error mean?

    I just purchased and refurbished MacBook Pro with Mavericks.  Apple store reloaded the OS to see if that was and issue but, the issue still exists
    White screen hang on bootup
    Solid Blue screen during bootup sometimes
    Sometimes blue screen with Black lines
    Sometimes boots up fine.
    Have issue going into safe mode sometimes
    PK Error
    Anonymous UUID:       FC7FFF3E-2791-C382-1C49-
    A32667F85A2B
    Mon May  5 19:26:20 2014
    Machine-check capabilities: 0x0000000000000c09
    family: 6 model: 42 stepping: 7 microcode: 40
    signature: 0x206a7
      Intel(R) Core(TM) i7-2635QM CPU @ 2.00GHz
    9 error-reporting banks
    Processor 2: IA32_MCG_STATUS: 0x0000000000000005
    IA32_MC3_STATUS(0x40d): 0xbe00000000800400
    IA32_MC3_ADDR(0x40e):   0x00003f7f89abe6ef
    IA32_MC3_MISC(0x40f):   0x000000000003ffff
    Processor 3: IA32_MCG_STATUS: 0x0000000000000004
    IA32_MC3_STATUS(0x40d): 0xbe00000000800400
    IA32_MC3_ADDR(0x40e):   0x00003f7f89abe6ef
    IA32_MC3_MISC(0x40f):   0x000000000003ffff
    panic(cpu 1 caller 0xffffff8008adc709): "Machine Check at 0xffffff7f8909eb29, registers:\n" "CR0: 0x000000008001003b, CR2: 0x00007fa073b00000, CR3: 0x000000000b624000, CR4: 0x00000000000606e0\n" "RAX: 0x0000000000000031, RBX: 0xffffff8014a54800, RCX: 0x0000000000000001, RDX: 0x0000000000000000\n" "RSP: 0xffffff808a26bd40, RBP: 0xffffff808a26bd70, RSI: 0x0000000000000007, RDI: 0xffffff8014061e00\n" "R8:  0x0000000000000000, R9:  0x0000000000000007, R10: 0x0000000000010000, R11: 0x0000000000000200\n" "R12: 0xffffff8014026b40, R13: 0x0000000000000007, R14: 0xffffff7f890b3e20, R15: 0x00000000000008f8\n" "RFL: 0x0000000000000046, RIP: 0xffffff7f8909eb29, CS:  0x0000000000000008, SS:  0x0000000000000010\n" "Error code: 0x0000000000000000\n"@/SourceCache/xnu/xnu-2422.92.1/osfmk/i386/trap_native.c:1 68
    Backtrace (CPU 1), Frame : Return Address
    0xffffff80828b5e80 : 0xffffff8008a22fa9
    0xffffff80828b5f00 : 0xffffff8008adc709
    0xffffff80828b6060 : 0xffffff8008af3c1f
    0xffffff808a26bd70 : 0xffffff7f8908f663
    0xffffff808a26be70 : 0xffffff7f8908e899
    0xffffff808a26bf30 : 0xffffff8008add73c
    0xffffff808a26bf50 : 0xffffff8008a375ba
    0xffffff808a26bf90 : 0xffffff8008a37908
    0xffffff808a26bfb0 : 0xffffff8008ad7047
          Kernel Extensions in backtrace:
              com.apple.driver.AppleIntelCPUPowerManagement(216.0)[70947979-EA9B-39D1-AD15-CD AB19F031AF]@0xffffff7f8908c000->0xffffff7f890b6fff
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13C1021
    Kernel version:
    Darwin Kernel Version 13.1.0: Wed Apr  2 23:52:02 PDT 2014; root:xnu-2422.92.1~2/RELEASE_X86_64
    Kernel UUID: E9CF78E2-1E9F-3B6F-81A4-FEE6C6D0E4D5
    Kernel slide:     0x0000000008800000
    Kernel text base: 0xffffff8008a00000
    System model name: MacBookPro8,2 (Mac-94245A3940C91C80)
    System uptime in nanoseconds: 78633913520
    last loaded kext at 50317622019: com.apple.driver.AppleHWSensor    1.9.5d0 (addr 0xffffff7f8a47d000, size 28672)
    loaded kexts:
    com.apple.driver.AppleHWSensor    1.9.5d0
    com.apple.driver.AudioAUUC    1.60
    com.apple.filesystems.autofs    3.0
    com.apple.iokit.IOUserEthernet    1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager    4.2.3f10
    com.apple.driver.AppleMikeyHIDDriver    124
    com.apple.kext.AMDFramebuffer    1.2.0
    com.apple.driver.AppleTyMCEDriver    1.0.2d2
    com.apple.driver.AGPM    100.14.15
    com.apple.driver.AppleHDAHardwareConfigDriver    2.6.0f1
    com.apple.driver.AppleUpstreamUserClient    3.5.13
    com.apple.driver.ApplePolicyControl    3.4.35
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AppleMikeyDriver    2.6.0f1
    com.apple.AMDRadeonX3000    1.2.0
    com.apple.iokit.IOBluetoothUSBDFU    4.2.3f10
    com.apple.driver.AppleHDA    2.6.0f1
    com.apple.driver.AppleIntelHD3000Graphics    8.2.4
    com.apple.driver.AppleHWAccess    1
    com.apple.driver.AppleBacklight    170.3.5
    com.apple.driver.AppleThunderboltIP    1.1.2
    com.apple.driver.AppleLPC    1.7.0
    com.apple.kext.AMD6000Controller    1.2.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport    4.2.3f10
    com.apple.driver.AppleSMCPDRC    1.0.0
    com.apple.driver.AppleSMCLMU    2.0.4d1
    com.apple.driver.AppleIntelSNBGraphicsFB    8.2.4
    com.apple.driver.AppleMuxControl    3.4.35
    com.apple.driver.SMCMotionSensor    3.0.4d1
    com.apple.driver.ACPI_SMC_PlatformPlugin    1.0.0
    com.apple.driver.AppleIntelMCEReporter    104
    com.apple.driver.AppleMCCSControl    1.1.12
    com.apple.driver.AppleUSBTCButtons    240.2
    com.apple.driver.AppleUSBTCKeyEventDriver    240.2
    com.apple.driver.AppleUSBTCKeyboard    240.2
    com.apple.driver.AppleIRController    325.7
    com.apple.iokit.SCSITaskUserClient    3.6.6
    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.AppleFSCompression.AppleFSCompressionTypeDataless    1.0.0d1
    com.apple.iokit.IOAHCIBlockStorage    2.5.1
    com.apple.driver.AppleSDXC    1.5.2
    com.apple.iokit.AppleBCM5701Ethernet    3.8.1b2
    com.apple.driver.AppleUSBHub    666.4.0
    com.apple.driver.AppleFWOHCI    4.9.9
    com.apple.driver.AirPort.Brcm4331    700.20.22
    com.apple.driver.AppleUSBUHCI    656.4.1
    com.apple.driver.AppleUSBEHCI    660.4.0
    com.apple.driver.AppleAHCIPort    3.0.0
    com.apple.driver.AppleSmartBatteryManager    161.0.0
    com.apple.driver.AppleRTC    2.0
    com.apple.driver.AppleACPIButtons    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    216.0.0
    com.apple.security.quarantine    3
    com.apple.nke.applicationfirewall    153
    com.apple.driver.AppleIntelCPUPowerManagement    216.0.0
    com.apple.kext.triggers    1.0
    com.apple.iokit.IOSurface    91
    com.apple.iokit.IOSerialFamily    10.0.7
    com.apple.iokit.IOBluetoothFamily    4.2.3f10
    com.apple.iokit.IOAcceleratorFamily    98.14
    com.apple.driver.DspFuncLib    2.6.0f1
    com.apple.vecLib.kext    1.0.0
    com.apple.iokit.IOAudioFamily    1.9.5fc2
    com.apple.kext.OSvKernDSPLib    1.14
    com.apple.driver.AppleSMBusPCI    1.0.12d1
    com.apple.kext.AMDSupport    1.2.0
    com.apple.AppleGraphicsDeviceControl    3.4.35
    com.apple.iokit.IOBluetoothHostControllerUSBTransport    4.2.3f10
    com.apple.driver.AppleHDAController    2.6.0f1
    com.apple.iokit.IOHDAFamily    2.6.0f1
    com.apple.iokit.IOFireWireIP    2.2.6
    com.apple.driver.AppleBacklightExpert    1.0.4
    com.apple.iokit.IONDRVSupport    2.4.1
    com.apple.driver.AppleGraphicsControl    3.4.35
    com.apple.driver.AppleSMC    3.1.8
    com.apple.driver.IOPlatformPluginLegacy    1.0.0
    com.apple.driver.IOPlatformPluginFamily    5.7.0d10
    com.apple.driver.AppleSMBusController    1.0.11d1
    com.apple.iokit.IOGraphicsFamily    2.4.1
    com.apple.driver.AppleThunderboltEDMSink    2.1.3
    com.apple.driver.AppleThunderboltDPOutAdapter    3.1.7
    com.apple.driver.AppleThunderboltDPInAdapter    3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily    3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter    1.4.5
    com.apple.driver.AppleUSBMultitouch    240.9
    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.6
    com.apple.iokit.IOBDStorageFamily    1.7
    com.apple.iokit.IODVDStorageFamily    1.7.1
    com.apple.iokit.IOCDStorageFamily    1.7.1
    com.apple.driver.AppleThunderboltNHI    2.0.1
    com.apple.iokit.IOThunderboltFamily    3.2.7
    com.apple.iokit.IOAHCISerialATAPI    2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily    3.6.6
    com.apple.iokit.IOEthernetAVBController    1.0.3b4
    com.apple.driver.mDNSOffloadUserClient    1.0.1b5
    com.apple.iokit.IOFireWireFamily    4.5.5
    com.apple.iokit.IO80211Family    630.35
    com.apple.iokit.IONetworkingFamily    3.2
    com.apple.iokit.IOUSBUserClient    660.4.2
    com.apple.driver.AppleEFINVRAM    2.0
    com.apple.iokit.IOUSBFamily    675.4.0
    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
    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: MacBookPro8,2, BootROM MBP81.0047.B27, 4 processors, Intel Core i7, 2 GHz, 4 GB, SMC 1.69f4
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Graphics: AMD Radeon HD 6490M, AMD Radeon HD 6490M, PCIe, 256 MB
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x04CD, 0x46332D3130363636434C392D344742535100
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.3f10 13477, 3 services, 23 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: TOSHIBA MK5065GSXF, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898, 785.4 MB
    USB Device: Hub
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM2070 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: FaceTime HD Camera (Built-in)
    USB Device: Hub
    USB Device: IR Receiver
    Thunderbolt Bus: MacBook Pro, Apple Inc., 22.1

    Hi there Captainmpva,
    You may find the troubleshooting steps toward the bottom of the article below helpful. Please keep in mind, diagnosing a recurring kernel panic can be difficult. If you would like to avoid this process, or do not know how to perform any of the following steps, consider bringing the Mac to a Genius at an Apple Store or an Apple Authorized Service Provider for assistance. Be sure to ask that, if the drive needs reformatting or replacing, they contact you about escalating your case to a special data recovery service. If you plan to visit an Apple Retail store, make a reservation at the Genius Bar using http://www.apple.com/retail/geniusbar/ (available in some countries only).
    OS X: About kernel panics
    http://support.apple.com/kb/ts3742
    -Griff W. 

  • HT4623 My FaceTime indicates an error occurred during activation and to try again. What does this mean?

    My FaceTime indicates an error occurred during activation and to try again, what does this mean and what can be done to resolve this issue?

    Try here  >  http://support.apple.com/kb/TS4268

  • I'm trying to upgrade to Mountain Lion and I get an error message that says "server error during download; 403 forbidden. What does this mean, what can I do? I had no problem downloading Lion.

    Trying to upgrad to Mountail Lion and got an error message : 403 Forbidden. What does this mean? What can I do? I had no problem when I upgraded to Lion.

    403 Forbidden HTTP status code in response to a request from a client for a web page or resource to indicate that the server refuses to allow the requested action. In other words, the server can be reached, but the server declined to allow the requested access.
    http://en.wikipedia.org/wiki/HTTP_403
    Could you be using a different Apple ID oe such?

Maybe you are looking for

  • Hard Drive Bay (Caddy) and drive for T430

    Very confused about what the recommended HDD Caddy for T430 is. (to swap DVD drive with a 2nd HDD) Also, is there a non Lenovo HDD that works with this? 1 TB drive preferred. Thanks.

  • Query Builder - Where Clause - Could not format error using date comparison

    We've come across a bug in the Query Builder, under the Create Where Clause tab, if you select a column of Date type plus one of the comparison operators =, !=, <, >, <=, >=, BETWEEN or NOT BETWEEN it displays an error in the Logging Page: Level: Sev

  • I am getting an error"Deletion not possible, original "

    Hi.. When i am deleting the file from one of the document number i am getting below error "Deletion not possible, original is being used in other documents" But for the same document with another version i can delete the file. Please help ASAP..

  • Bluetooth and headphones

    Can I use my Bluetooth headset and my headphones at the same time for two ppl to listen?

  • Role and cube

    Hi guys, I got a problem with the role. I can see ( excel odc) the project BGroup but I cannot see the cubes within. Only if I log as administrator ( working from my local machine) I can see the cube, otherwise nothing. Ok the project but not the cub