Better error report

Hi, all!
Is there a way to setup sqldeveloper to generate errors like sqlplus?
Look at error "missing right parenthesis", on sqlplus they show the exactly point of error, when on sqldeveloper they only show the message.
See an example:
sqldeveloper:
Error starting at line 1 in command:
CREATE TABLE usuario ( cd_usuario NUMBER(6,0) NOT NULL
, login VARCHAR2(30) NOT NULL
, nome VARCHAR2(200) NOT NULL
, senha VARCHAR2(32) NOT NULL
, email VARCHAR2(200) NOT NULL
, status CHAR(1) NOT NULL DEFAULT 'N'
, dt_status DATE NOT NULL DEFAULT SYSDATE
, privilegiado CHAR(1) NOT NULL DEFAULT 'N'
, CONSTRAINT usuario_pk PRIMARY KEY (cd_usuario)
, CONSTRAINT usuario_login_uk UNIQUE (login)
, CONSTRAINT usuario_status_ck CHECK (status IN ('N', 'B', 'E'))
, CONSTRAINT usuario_privilegiado_ck CHECK (status IN ('N', 'B', 'E'))
Error report:
SQL Error: ORA-00907: missing right parenthesis
00907. 00000 - "missing right parenthesis"
*Cause:   
*Action:
sqlplus:
totracker@DESENV> CREATE TABLE usuario ( cd_usuario NUMBER(6,0) NOT NULL
, login VARCHAR2(30) NOT NULL
, nome VARCHAR2(200) NOT NULL
, senha VARCHAR2(32) NOT NULL
, email VARCHAR2(200) NOT NULL
, status CHAR(1) NOT NULL DEFAULT 'N'
, dt_status DATE NOT NULL DEFAULT SYSDATE
, privilegiado CHAR(1) NOT NULL DEFAULT 'N'
, CONSTRAINT usuario_pk PRIMARY KEY (cd_usuario)
, CONSTRAINT usuario_login_uk UNIQUE (login)
, CONSTRAINT usuario_status_ck CHECK (status IN ('N', 'B', 'E'))
, CONSTRAINT usuario_privilegiado_ck CHECK (status IN ('N', 'B', 'E'))
) 2 3 4 5 6 7 8 9 10 11 12 13
14 /
, status CHAR(1) NOT NULL DEFAULT 'N'
ERROR at line 6:
ORA-00907: missing right parenthesis
One more:
Error starting at line 1 in command:
CREATE TABLE projeto_item
( cd_projeto NUMBER(6,0) NOT NULL
, cd_projeto_item NUMBER(6,0) NOT NULL
, sigla VARCHAR2(30) NOT NULL
, nome VARCHAR2(150) NOT NULL
, descricao VARCHAR2(2000)
, dt_release DATE NOT NULL
, dt_registro DATE DEFAULT SYSDATENOT NULL
, ordem NUMBER(6,0) DEFAULT -1
, CONSTRAINT projeto_item_pk
PRIMARY KEY (cd_projeto_item)
, CONSTRAINT projeto_item_fk
FOREIGN KEY (cd_projeto)
REFERENCES projeto (cd_projeto)
Error report:
SQL Error: ORA-00984: column not allowed here
00984. 00000 - "column not allowed here"
*Cause:   
*Action:
sqlplus:
totracker@DESENV> CREATE TABLE projeto_item
( cd_projeto NUMBER(6,0) NOT NULL
, cd_projeto_item NUMBER(6,0) NOT NULL
, sigla VARCHAR2(30) NOT NULL
, nome VARCHAR2(150) NOT NULL
, descricao VARCHAR2(2000)
, dt_release DATE NOT NULL
, dt_registro DATE DEFAULT SYSDATENOT NULL
, ordem NUMBER(6,0) DEFAULT -1
, CONSTRAINT projeto_item_pk
PRIMARY KEY (cd_projeto_item)
, CONSTRAINT projeto_item_fk
FOREIGN KEY (cd_projeto)
REFERENCES projeto (cd_projeto)
); 2 3 4 5 6 7 8 9 10 11 12 13 14 15
, dt_registro DATE DEFAULT SYSDATENOT NULL
ERROR at line 8:
ORA-00984: column not allowed here
Other thing I think is worth we have:
* keep track of the last directory opened;
* when running just a block of text (through F5), don't move the cursor prompt to the start of file (it's bothering)
Thanks,
Gilberto

Suggestions from an Apple support article.
If you experience this issue on a Mac, disconnect third-party devices, hubs, spare cables, displays, reset the SMC, and then try to restore.

Similar Messages

  • Z68A-G43 (G3): errors reported with newest MemTest86+ 5 beta, MemTest86 4.2

    I have a Z68A-G43 (G3) with a Sandy Bridge Celeron G540 and BIOS ver. 4.3., and the diagnostics MemTest86 ver. 4.2 and MemTest86+ ver. 5.00 beta 1 - beta 6 report thousands of errors when parallel core selection is enabled.  No errors are reported if parallel mode is deactivated.  The memory is 1600 MHz 4GB Samsung (1-4 modules tried at a time), but results were identical with 1-2 8GB Corsairs.  Older versions of the diagnostics, MemTest86 ver. 3.5b and MemTest86+ ver. 4.2.0, show no errors, even when the memory is overclocked.
    Has anyone else had better luck running these diagnostics with a Z68 chipset?

    I get the exact same results when each DIMM is tested individually (Samsung, Crucial), including with the updated MemTest+ ver. 5.00 RC1.  Even the error bits and locations are identical.

  • Starting Firefox I get the "Send Error Report" popup window. It states "firefox.exe has encountered a problem and needs to close."

    This just started today. Everything seems fine. I just push the popup off to the side and continue to use the browser. If I were to click on the, "Send Error Report" or the "Don't Send" buttons then Firefox just closes!
    Strangest thing yet, trying to figure it out!
    Oh, I tried the reboot without add-ons! Even did the reinstall, still the same???

    Just got back online, still working on things, BUT ???
    I went back and dumped Norton's which I get for free from Comcast. I downloaded the AVG scanner. Went through all the bells & whistles and things seem ok ???? But I haven't done the reboot yet, so will do that soon. But I wanted to drop a line here and let you all know what is happening.
    And Thanks Fred, the funny thing was it did seem to have something to do with their update??? I do like Norton's but my son uses this AVG and he said it was better, lol!!! But again, everyone has their favorite!
    Mine is Norton's so once I confirm that everything is good, I'm going to try redoing Norton's and I'll try your suggestions, if they don't fix it!!
    Thanks again, and will let you know if this is the fixed!!!

  • My application while running in playback throws fault error report and it needs to be closed programmatically by killing the process.

    My application throws some fault error report and pops up a screen needing user response.
    I would like to kill that process once it is thrown. Is there a way I can do it programmatically
    this issue happens in the middle of start() and close() method

    Hi,
    Based on your description, I think that your issue and requirement is more related to programming rather than Visual Studio tests.
    Test Tools in Visual Studio 2010 and 2012 forum is used to resolve and discuss VS testing issues. I am afraid that your issue is out of the support range of this forum. I suggest consulting this issue on some development forums based on the
    type of your application.
    If you are working with Windows Forms app. please consult on Windows Forms Forum:http://social.msdn.microsoft.com/Forums/windows/en-US/home?category=windowsforms
    If you are working with WPF app, please consult on WPF forum:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=wpf
    If you are working with ASP.NET Web Application, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Visual Studio Language Forums also may help you:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=vslanguages
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Fax Error Report

    Hi all,
    I am getting a fax error report that prints randomly and is not followed by a received fax.  I ran the fax test and it passed and came back without any known problems.  I have been receiving faxes daily, but not as many as before and I am wondering if I am not receiving faxes.  The error report does not show where the fax came from. 
    Can anyone help?
    Appreciative,
    kelseypt

    Hi kelseypt,
    Welcome to the HP Support Forums! I see you keep getting Fax error reports printing from your HP Printer, this happens randomly.
    To better assist you can you please let me know the following:
    1. What is the Exact model of HP Printer you are using?
    2. What is your current Operating system, Windows or Mac and which version?
    3. How is the printer connected, USB or Wireless?
    4. Do you get any error messages when you send a fax?
    I look forward to hearing from you so we can get started!
    HevnLgh
    I work on behalf of HP
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

  • Cannot open Microsoft Office Mac 2011 after migrating to new computer. OS 10.9.1: Microsoft Error Reporting log version: 2.0  Error Signature: Exception: EXC_CRASH (SIGTRAP) Date/Time: 2014-01-19 23:31:24  0000 Application Name: Microsoft Word Application

    Got a new MacBook Pro and migrated my settings and applications from old computer. Reinstalled Microsooft Office from a disk, after I opened a document and it said I was missing some software components. Now when I open any office application, I get:
    Microsoft Error Reporting log version: 2.0
    Error Signature:
    Exception: EXC_CRASH (SIGTRAP)
    Date/Time: 2014-01-19 23:31:24 +0000
    Application Name: Microsoft Word
    Application Bundle ID: com.microsoft.Word
    Application Signature: MSWD
    Application Version: 14.3.9.131030
    Crashed Module Name: merp
    Crashed Module Version: 2.2.4.131030
    Crashed Module Offset: 0x00004422
    Blame Module Name: MicrosoftSetupUI
    Blame Module Version: 14.3.9.131030
    Blame Module Offset: 0x0000e516
    Application LCID: 1033
    Extra app info: Reg=en Loc=0x0409
    Crashed thread: 0

    Hi,
    Do you get the error message like "Office <Update version number> can't be installed on this disk. A version of the software required to install this update was not found on this volume. To learn how to fix it this issue, see "I can't install Office
    for Mac updates" at http://www.microsoft.com/mac/help.mspx."
    If it was, please follow the kb to fix the issue:
    http://support.microsoft.com/kb/969065/en-us
    Then, here is a forum for Office based on the Windows operation system, we are lack of the source about the Office for mac, you'd better post your question to Answers forum:
    http://answers.microsoft.com/en-us/mac/forum/macoffice2008?tab=Threads
    Regards,
    George Zhao
    TechNet Community Support

  • Error Report: Songs are not audio, just digital noise

    spotify:album:7FQoSF1t0zNLt0PGeLKGEW Many tracks on this Album (M Hurd: Orchestral Music and Pop Cantatas) are full of hissing digital static.  Specifically the Hip Hip Horatio tracks.  It's the only time I've come across the problem on this service, and it's present on each device I try.   On a side note, I find it astonishing how difficult it was to file this error report - and I still have no idea if it will reach people who can do anything about it.  I'm used to free services making life very hard to send feedback, but I pay for Spotify.  You can do better in letting your users reach you. Please respond if this has been heard. ThanksDave

    Your old reports are still pointing to same connection. Remember the DSN has been pointed to use another Database. The records and entries will be different. In addition as the records or object mapping have changed for these reports. Hence this would be a very normal behaviour.
    Create a new connection named CON2 or something like that to point DB1 as per your requirement. This way your original reports would work.

  • Error report CLR20r3

    I have a windows service which stops and produces below error report. Can some one suggest what might be the problem? The windows service makes soket connects to other services and send and receive data.
    Version=1
    EventType=CLR20r3
    EventTime=130470938824628775
    ReportType=2
    Consent=1
    ReportIdentifier=e7d183a7-f293-11e3-a9a6-005056b3598e
    WOW64=1
    Response.type=4
    Sig[0].Name=Problem Signature 01
    Sig[0].Value=XXXXXXX.exe
    Sig[1].Name=Problem Signature 02
    Sig[1].Value=19.11.0.22
    Sig[2].Name=Problem Signature 03
    Sig[2].Value=5239e51e
    Sig[3].Name=Problem Signature 04
    Sig[3].Value=System
    Sig[4].Name=Problem Signature 05
    Sig[4].Value=2.0.0.0
    Sig[5].Name=Problem Signature 06
    Sig[5].Value=506c18e6
    Sig[6].Name=Problem Signature 07
    Sig[6].Value=2d4a
    Sig[7].Name=Problem Signature 08
    Sig[7].Value=81
    Sig[8].Name=Problem Signature 09
    Sig[8].Value=System.Net.Sockets.Socket
    DynamicSig[1].Name=OS Version
    DynamicSig[1].Value=6.1.7601.2.1.0.274.10
    DynamicSig[2].Name=Locale ID
    DynamicSig[2].Value=1033
    UI[2]=C:\XXX\XXXX\XXXX\XXXXX.exe
    LoadedModule[0]=C:\C:\XXX\XXXX\XXXX\XXXXX.exe
    LoadedModule[1]=C:\Windows\SysWOW64\ntdll.dll
    LoadedModule[2]=C:\Windows\SYSTEM32\MSCOREE.DLL
    LoadedModule[3]=C:\Windows\syswow64\KERNEL32.dll
    LoadedModule[4]=C:\Windows\syswow64\KERNELBASE.dll
    LoadedModule[5]=C:\Windows\syswow64\ADVAPI32.dll
    LoadedModule[6]=C:\Windows\syswow64\msvcrt.dll
    LoadedModule[7]=C:\Windows\SysWOW64\sechost.dll
    LoadedModule[8]=C:\Windows\syswow64\RPCRT4.dll
    LoadedModule[9]=C:\Windows\syswow64\SspiCli.dll
    LoadedModule[10]=C:\Windows\syswow64\CRYPTBASE.dll
    LoadedModule[11]=C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll
    LoadedModule[12]=C:\Windows\syswow64\SHLWAPI.dll
    LoadedModule[13]=C:\Windows\syswow64\GDI32.dll
    LoadedModule[14]=C:\Windows\syswow64\USER32.dll
    LoadedModule[15]=C:\Windows\syswow64\LPK.dll
    LoadedModule[16]=C:\Windows\syswow64\USP10.dll
    LoadedModule[17]=C:\Windows\system32\IMM32.DLL
    LoadedModule[18]=C:\Windows\syswow64\MSCTF.dll
    LoadedModule[19]=C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll
    LoadedModule[20]=C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4940_none_d08cc06a442b34fc\MSVCR80.dll
    LoadedModule[21]=C:\Windows\syswow64\shell32.dll
    LoadedModule[22]=C:\Windows\syswow64\ole32.dll
    LoadedModule[23]=C:\Windows\system32\profapi.dll
    LoadedModule[24]=C:\Windows\assembly\NativeImages_v2.0.50727_32\mscorlib\9a6c1b7af18b4d5a91dc7f8d6617522f\mscorlib.ni.dll
    LoadedModule[25]=C:\Windows\assembly\NativeImages_v2.0.50727_32\System\5d22a30e587e2cac106b81fb351e7c08\System.ni.dll
    LoadedModule[26]=C:\Windows\assembly\NativeImages_v2.0.50727_32\System.ServiceProce#\c664f44617c6a89edcc171fa8596c89d\System.ServiceProcess.ni.dll
    LoadedModule[27]=C:\Windows\Microsoft.NET\Framework\v2.0.50727\mscorjit.dll
    LoadedModule[28]=C:\XXX\XXXX\XXXX\XXXXX.dll
    LoadedModule[29]=C:\XXX\XXXX\XXXX\XXXXX.dll
    LoadedModule[30]=C:\XXX\XXXX\XXXX\XXXXX.dll
    LoadedModule[31]=C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Xml\09db78d6068543df01862a023aca785a\System.Xml.ni.dll
    LoadedModule[32]=C:\Windows\assembly\NativeImages_v2.0.50727_32\Microsoft.VisualBas#\27ea7ac7d265bd9fb73f1b43da0f4569\Microsoft.VisualBasic.ni.dll
    LoadedModule[33]=C:\XXX\XXXX\XXXX\XXXXX.dll
    LoadedModule[34]=C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Data\debf5c7c9fa7add63e56ae38a2d265d7\System.Data.ni.dll
    LoadedModule[35]=C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll
    LoadedModule[36]=C:\Windows\syswow64\WS2_32.dll
    LoadedModule[37]=C:\Windows\syswow64\NSI.dll
    LoadedModule[38]=C:\Windows\syswow64\CRYPT32.dll
    LoadedModule[39]=C:\Windows\syswow64\MSASN1.dll
    LoadedModule[40]=C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Web\40b43527d6fdbeb6e905a7b6123f3a42\System.Web.ni.dll
    LoadedModule[41]=C:\Windows\system32\bcrypt.dll
    LoadedModule[42]=C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Core\8f5b881951592b2fd05f710650bf7e04\System.Core.ni.dll
    LoadedModule[43]=C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Data.DataSet#\7834ea140c1afa545cc1a95c38c5845d\System.Data.DataSetExtensions.ni.dll
    LoadedModule[44]=C:\Windows\system32\CRYPTSP.dll
    LoadedModule[45]=C:\Windows\system32\rsaenh.dll
    LoadedModule[46]=C:\XXX\XXXX\XXXX\XXXXX.dll
    LoadedModule[47]=C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Messaging\d777d98a8a882391028c99b6c5cb1027\System.Messaging.ni.dll
    LoadedModule[48]=C:\Windows\system32\mqrt.dll
    LoadedModule[49]=C:\Windows\syswow64\OLEAUT32.dll
    LoadedModule[50]=C:\Windows\system32\mqsec.dll
    LoadedModule[51]=C:\Windows\system32\NETAPI32.dll
    LoadedModule[52]=C:\Windows\system32\netutils.dll
    LoadedModule[53]=C:\Windows\system32\srvcli.dll
    LoadedModule[54]=C:\Windows\system32\wkscli.dll
    LoadedModule[55]=C:\Windows\system32\LOGONCLI.DLL
    LoadedModule[56]=C:\Windows\system32\SAMCLI.DLL
    LoadedModule[57]=C:\Windows\system32\DSROLE.DLL
    LoadedModule[58]=C:\Windows\system32\Secur32.dll
    LoadedModule[59]=C:\Windows\system32\ntmarta.dll
    LoadedModule[60]=C:\Windows\syswow64\WLDAP32.dll
    LoadedModule[61]=C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Configuration\29f3ae8d313e62b4daed1107ccd29f9f\System.Configuration.ni.dll
    LoadedModule[62]=C:\Windows\system32\version.dll
    LoadedModule[63]=C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Security\65fa27da96ef57affcac61ac16c111e0\System.Security.ni.dll
    LoadedModule[64]=C:\Windows\system32\mswsock.dll
    LoadedModule[65]=C:\Windows\System32\wshtcpip.dll
    LoadedModule[66]=C:\Windows\System32\wship6.dll
    LoadedModule[67]=C:\Windows\system32\httpapi.dll
    LoadedModule[68]=C:\Windows\system32\pcwum.dll
    LoadedModule[69]=C:\Windows\system32\DNSAPI.dll
    LoadedModule[70]=C:\Windows\system32\IPHLPAPI.DLL
    LoadedModule[71]=C:\Windows\system32\WINNSI.DLL
    LoadedModule[72]=C:\Windows\system32\rasadhlp.dll
    LoadedModule[73]=C:\Windows\System32\fwpuclnt.dll
    LoadedModule[74]=C:\XXX\XXXX\XXXX\XXXXX.dll
    LoadedModule[75]=C:\XXX\XXXX\XXXX\XXXXX.dll
    LoadedModule[76]=C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Web.Services\048017d94384988bfe84bcb2ca7ebf0f\System.Web.Services.ni.dll
    LoadedModule[77]=C:\Windows\system32\shfolder.dll
    LoadedModule[78]=C:\Windows\system32\rasapi32.dll
    LoadedModule[79]=C:\Windows\system32\rasman.dll
    LoadedModule[80]=C:\Windows\system32\rtutils.dll
    LoadedModule[81]=C:\Windows\system32\winhttp.dll
    LoadedModule[82]=C:\Windows\system32\webio.dll
    LoadedModule[83]=C:\Windows\system32\credssp.dll
    LoadedModule[84]=C:\Windows\system32\dhcpcsvc6.DLL
    LoadedModule[85]=C:\Windows\system32\dhcpcsvc.DLL
    LoadedModule[86]=C:\Windows\syswow64\CFGMGR32.dll
    LoadedModule[87]=C:\Windows\Microsoft.NET\Framework\v2.0.50727\diasymreader.dll
    LoadedModule[88]=C:\Windows\system32\NLAapi.dll
    LoadedModule[89]=C:\Windows\system32\napinsp.dll
    LoadedModule[90]=C:\Windows\System32\winrnr.dll
    LoadedModule[91]=C:\Windows\assembly\NativeImages_v2.0.50727_32\System.Transactions\4ada2213cefea889a5ed6e2fb6839b93\System.Transactions.ni.dll
    LoadedModule[92]=C:\Windows\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll
    LoadedModule[93]=C:\Windows\system32\apphelp.dll
    FriendlyEventName=Stopped working
    ConsentKey=CLR20r3
    AppName=XXXXXXX
    AppPath=C:\XXX\XXXX\XXXX\XXXXX.exe
    ReportDescription=Stopped working
    Rohit

    Hi,
    The following articles might be of more help.
    EventType clr20r3
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/e30c8748-e4bb-4552-827b-116c87141917/eventtype-clr20r3?forum=netfxbcl
    SOLVED: Error 1053 / EventType clr20r3 when trying to start a Windows Service
    http://articles.runtings.co.uk/2010/02/solved-error-1053-eventtype-clr20r3.html
    EventType clr20r3, P1 w3wp.exe – system.nullreferenceexception
    http://corymathews.com/eventtype-clr20r3-p1-w3wp-exe-system-nullreferenceexception/
    Otherwise, your question seems to be related to Windows Server. You may also choose to post there to get more effictive help.
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • When FireFox crashes it says there is a problem submitting my error report.

    With an attempt to submit the error report every time Firefox crashes; I have yet to be successful even once!!

    Once it is submitted the link would usually change to an ID beginning with bp. Please paste one or more of the IDs here and in some cases we would be able to definitely help. If you click a link the crash analysis would be shown. Please also note that Firefox 14 is beta and though it is solid and stable, occasional new unresolved problems could show up.

  • My iMac 27 i5 keep shutting down Spontaneously and Restarting. I get the following error report: Interval Since Last Panic Report:  504943 sec Panics Since Last Report:          2 Anonymous UUID:                    2BC7A524-345A-4EB6-AB3A-887C343A49C6  Th

    Error Report:
    Interval Since Last Panic Report:  504943 sec
    Panics Since Last Report:          2
    Anonymous UUID:                    2BC7A524-345A-4EB6-AB3A-887C343A49C6
    Thu Oct 18 06:33:07 2012
    panic(cpu 0 caller 0xffffff80180b7b95): Kernel trap at 0xffffff80180b1300, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff90398830d0, CR3: 0x0000000121e97000, CR4: 0x0000000000000660
    RAX: 0xd9b18e7363080089, RBX: 0xffffff90398830c8, RCX: 0x7fffffffffffffff, RDX: 0x0000000000000010
    RSP: 0xffffff81e86fb510, RBP: 0xffffff81e86fb530, RSI: 0xffffff8038e7ae00, RDI: 0xffffff90398830c8
    R8:  0x0000000000000001, R9:  0x0000000000000fff, R10: 0xffffff81e86fb290, R11: 0xffffff804714d920
    R12: 0xffffff804714d922, R13: 0x0000000000000000, R14: 0xffffff8038e7ae00, R15: 0xffffff8047622eb0
    RFL: 0x0000000000010282, RIP: 0xffffff80180b1300, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffff90398830d0, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff81e86fb1b0 : 0xffffff801801d5f6
    0xffffff81e86fb220 : 0xffffff80180b7b95
    0xffffff81e86fb3f0 : 0xffffff80180ce4ad
    0xffffff81e86fb410 : 0xffffff80180b1300
    0xffffff81e86fb530 : 0xffffff80180e8749
    0xffffff81e86fb560 : 0xffffff801838619d
    0xffffff81e86fb5a0 : 0xffffff801805b429
    0xffffff81e86fb5c0 : 0xffffff80180771d2
    0xffffff81e86fb5f0 : 0xffffff8018386c3e
    0xffffff81e86fb600 : 0xffffff80180f1941
    0xffffff81e86fb650 : 0xffffff80180f0fe1
    0xffffff81e86fb690 : 0xffffff80180f7d96
    0xffffff81e86fb6c0 : 0xffffff80180efd6e
    0xffffff81e86fb780 : 0xffffff80182f1412
    0xffffff81e86fb880 : 0xffffff80183124e4
    0xffffff81e86fb9d0 : 0xffffff8018311fb9
    0xffffff81e86fba20 : 0xffffff8018111aa8
    0xffffff81e86fba80 : 0xffffff80180f41c3
    0xffffff81e86fbaf0 : 0xffffff8018108de2
    0xffffff81e86fbba0 : 0xffffff80180fbb09
    0xffffff81e86fbc50 : 0xffffff80180fc2d4
    0xffffff81e86fbf60 : 0xffffff80183e14e3
    0xffffff81e86fbfb0 : 0xffffff80180ce9dd
    BSD process name corresponding to current thread: iavd
    Mac OS version:
    12B19
    Kernel version:
    Darwin Kernel Version 12.1.0: Tue Aug 14 13:29:55 PDT 2012; root:xnu-2050.9.2~1/RELEASE_X86_64
    Kernel UUID: 3005059E-270B-3B9F-940D-7A66C05DDC9D
    Kernel slide:     0x0000000017e00000
    Kernel text base: 0xffffff8018000000
    System model name: iMac11,3 (Mac-F2238BAE)
    System uptime in nanoseconds: 62889064040246
    last loaded kext at 9522123502662: com.apple.filesystems.afpfs          10.0 (addr 0xffffff7f9a329000, size 348160)
    last unloaded kext at 150402973709: com.apple.driver.AppleUSBUHCI          5.1.5 (addr 0xffffff7f98a81000, size 65536)
    loaded kexts:
    com.parallels.kext.prl_vnic          7.0 15107.796624
    com.parallels.kext.prl_netbridge          7.0 15107.796624
    com.parallels.kext.prl_hid_hook          7.0 15107.796624
    com.parallels.kext.prl_hypervisor          7.0 15107.796624
    com.parallels.kext.prl_usb_connect          7.0 15107.796624
    com.eltima.SyncMate.kext          0.2.5b15
    com.usboverdrive.driver.hid          3.0.2
    com.delantis.kext.tcpblocknke          2.2.4
    jp.plentycom.driver.SteerMouse          4.1.3
    at.obdev.nke.LittleSnitch          3862
    com.apple.filesystems.afpfs          10.0
    com.apple.nke.asp_tcp          7.0.0
    com.apple.driver.AppleBluetoothMultitouch          75.15
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.iokit.IOBluetoothSerialManager          4.0.9f8
    com.apple.driver.AGPM          100.12.69
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AudioAUUC          1.60
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleHDA          2.3.0f2
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.ApplePolicyControl          3.2.6
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleMikeyDriver          2.3.0f2
    com.apple.driver.AppleBacklight          170.2.3
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.0.9f8
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.kext.AMDFramebuffer          8.0.0
    com.apple.AMDRadeonAccelerator          1.0.0
    com.apple.driver.AppleIRController          320.15
    com.apple.driver.AppleUSBCardReader          3.1.0
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.2.1
    com.apple.driver.AppleUSBHub          5.1.6
    com.apple.driver.AppleFWOHCI          4.9.5
    com.apple.driver.AirPort.Atheros40          600.70.23
    com.apple.driver.AppleAHCIPort          2.4.0
    com.apple.iokit.AppleBCM5701Ethernet          3.2.5b3
    com.apple.driver.AppleUSBEHCI          5.1.5
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.security.SecureRemotePassword          1.0
    com.apple.driver.AppleMultitouchDriver          235.27
    com.apple.iokit.IOSurface          86.0.2
    com.apple.kext.triggers          1.0
    com.apple.driver.DspFuncLib          2.3.0f2
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.driver.AppleSMC          3.1.3d11
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.IOPlatformPluginFamily          5.2.0d16
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleGraphicsControl          3.2.6
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.0.9f8
    com.apple.driver.AppleUSBAudio          2.9.0f4
    com.apple.iokit.IOAudioFamily          1.8.9fc9
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.driver.AppleHDAController          2.3.0f2
    com.apple.iokit.IOHDAFamily          2.3.0f2
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOAcceleratorFamily          19.0.26
    com.apple.iokit.IONDRVSupport          2.3.4
    com.apple.kext.AMD5000Controller          8.0.0
    com.apple.kext.AMDSupport          8.0.0
    com.apple.iokit.IOGraphicsFamily          2.3.4
    com.apple.driver.IOBluetoothHIDDriver          4.0.9f8
    com.apple.iokit.IOBluetoothFamily          4.0.9f8
    com.apple.driver.AppleUSBHIDKeyboard          165.5
    com.apple.driver.AppleHIDKeyboard          165.5
    com.apple.iokit.IOUSBHIDDriver          5.0.0
    com.apple.iokit.IOSCSIBlockCommandsDevice          3.5.1
    com.apple.iokit.IOUSBMassStorageClass          3.5.0
    com.apple.driver.AppleUSBMergeNub          5.1.5
    com.apple.driver.AppleUSBComposite          5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.1
    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.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.1
    com.apple.iokit.IOUSBUserClient          5.0.0
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IO80211Family          500.15
    com.apple.iokit.IOAHCIFamily          2.2.0
    com.apple.iokit.IOEthernetAVBController          1.0.2b1
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOUSBFamily          5.1.6
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.8.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          344
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily          2.7
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: iMac11,3, BootROM IM112.0057.B01, 4 processors, Intel Core i5, 2.8 GHz, 16 GB, SMC 1.59f2
    Graphics: ATI Radeon HD 5750, ATI Radeon HD 5750, PCIe, 1024 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x029E, 0x434D534F344758334D314131333333433920
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x029E, 0x434D534F344758334D314131333333433920
    Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334348302D4348392020
    Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353237334348302D4348392020
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x8F), Atheros 9280: 4.0.70.23-P2P
    Bluetooth: Version 4.0.9f8 10405, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: SAMSUNG HD103SJ, 1 TB
    Serial ATA Device: OPTIARC DVD RW AD-5680H
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: My Book 1110, 0x1058  (Western Digital Technologies, Inc.), 0x1110, 0xfd130000 / 6
    USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd140000 / 5
    USB Device: USB2.0 Hub, 0x05e3  (Genesys Logic, Inc.), 0x0608, 0xfd143000 / 8
    USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfd142000 / 7
    USB Device: Built-in iSight, apple_vendor_id, 0x8502, 0xfd110000 / 4
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: General Purpose USB Hub, 0x0451  (Texas Instruments), 0x2036, 0xfa130000 / 5
    USB Device: PowerMicII-NS, 0x0554  (Dictaphone Corp.), 0x1001, 0xfa131000 / 8
    USB Device: IE USB Micromodul, 0xdf04, 0x0004, 0xfa132000 / 7
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa120000 / 4
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 3
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 6

    I'm seeing several things that could cause trouble.
    First, the WD external drive. WD bare drives are superb but, when WD puts a nice drive in their cheap enclosure, you get grief. After nearly three years of suffering with wake-from sleep freezes, stalling, failures to mount--you name it--I ripped apart my WD MyBook Studio Edition this week (made for Mac, they say) to salvage the nice Caviar Green 750GB drive to go into a new OWC enclosure. Until the new enclosure arrives, I brought in an older OWC FW400 external and it has caused zero problems.
    So disconnect the WD and run a while without it--see if things get better.
    You also have some third-party extensions showing up:
    com.parallels.kext.prl_vnic          7.0 15107.796624
    com.parallels.kext.prl_netbridge          7.0 15107.796624
    com.parallels.kext.prl_hid_hook          7.0 15107.796624
    com.parallels.kext.prl_hypervisor          7.0 15107.796624
    com.parallels.kext.prl_usb_connect          7.0 15107.796624
    com.eltima.SyncMate.kext          0.2.5b15
    com.usboverdrive.driver.hid          3.0.2
    com.delantis.kext.tcpblocknke          2.2.4
    jp.plentycom.driver.SteerMouse          4.1.3
    at.obdev.nke.LittleSnitch          3862
    Make sure you have all updates for Parallels and Little Snitch. Outdated versions have been fingered before as troublemakers. Try disabling the others and adding them back one at a time until problems return. Having both USB Overdrive and SteerMouse installed could be producing a conflict.
    Did this start after adding RAM? Some people have reported newer iMacs being happy with more or less than 16GB but acting up with exactly 16GB. Easy to test--pull two modules and see how it runs on 8MB. The long list of backtrace numbers toward the top of the list could point to incompatible RAM.

  • Microsoft Error Reporting

    Cant open Office, or office files, even after re-istall of Office 2008.  Keep getting Microsoft Error Reporting message box.

    Is a Trial version of Office also installed? That can cause problems if you install the full version with the trial still in place.
    If that''s not the probelm, you'll do better to use the MS Office:Mac forums here:
    http://www.microsoft.com/mac/support

  • About display driver error report

    My operating system is windows 07. I have pentium 4 intel prosessor and motherboard is p pavilion 06 asteron. when i'm working the display shut for a moment and displays the display driver error report that "display driver stopped responding, has been solved". the display driver is ATI RADEON EXPRESS 200 series. if the matter with display driver how can i get proper one.

    Hi again dasuncj,
    Thank you for the quick reply!
    So that I can better diagnose the error message with your specific brand of HP Pavilion 06, I will need to know both the model and product number. This can be found by using this video below:
    Please re-post with the necessary information, this way I will be able to research this further for you. I look forward to your reply!
    Cheers!
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • My Microsoft Office won't work! Here is the error report. Microsoft Error Reporting log version: 2.0  Error Signature: Exception: EXC_BAD_ACCESS Date/Time: 2015-03-04 12:04:03  0000 Application Name: Microsoft Word Application Bundle ID: com.microsoft

    My Microsoft Office won't work after upgrading to the newest OS from Apple! HELP!!!!!!
    Microsoft Error Reporting log version: 2.0
    Error Signature:
    Exception: EXC_BAD_ACCESS
    Date/Time: 2015-03-04 12:04:03 +0000
    Application Name: Microsoft Word
    Application Bundle ID: com.microsoft.Word
    Application Signature: MSWD
    Application Version: 14.4.8.150116
    Crashed Module Name: unknown
    Crashed Module Version: unknown
    Crashed Module Offset: unknown
    Blame Module Name: MSXML
    Blame Module Version: 14.4.8.150116
    Blame Module Offset: 0x00003125
    Application LCID: 1033
    Extra app info: Reg=en Loc=0x0409
    Crashed thread: 0

    If your startup disk says it is full, you need to remove some of your stuff.
    Either move some documents/movies/pictures to an external drive (if you want to keep them), or delete them from your startup drive. Then, empty the Trash.
    If you move them to an external, you will still have to delete them from the internal drive.
    That won't fix Office (I don't think), but it will make everything run better. You need a minimum of 10GB free (more would be better).
    You might need to reinstall Office. It should work without problem (well, at least as little problem as Office can muster).

  • My MAC no longer runs MS office 2008 Microsoft Error Reporting log version: 2.0  Error Signature: Exception: EXC_BAD_ACCESS Date/Time: 2015-02-01 23:38:19  0000 Application Name: Microsoft Excel Application Bundle ID: com.microsoft.Excel Application

    My MAC no longer runs MS Office 2008
    I get the following error message
    Microsoft Error Reporting log version: 2.0
    Error Signature:
    Exception: EXC_BAD_ACCESS
    Date/Time: 2015-02-01 23:38:19 +0000
    Application Name: Microsoft Excel
    Application Bundle ID: com.microsoft.Excel
    Application Signature: XCEL
    Application Version: 12.0.0.071130
    Crashed Module Name: unknown
    Crashed Module Version: unknown
    Crashed Module Offset: unknown
    Blame Module Name: unknown
    Blame Module Version: unknown
    Blame Module Offset: unknown
    Application LCID: 1033
    Extra app info: Reg=en Loc=0x0409
    Crashed thread: 0

    If your startup disk says it is full, you need to remove some of your stuff.
    Either move some documents/movies/pictures to an external drive (if you want to keep them), or delete them from your startup drive. Then, empty the Trash.
    If you move them to an external, you will still have to delete them from the internal drive.
    That won't fix Office (I don't think), but it will make everything run better. You need a minimum of 10GB free (more would be better).
    You might need to reinstall Office. It should work without problem (well, at least as little problem as Office can muster).

  • Windows 2012 R2 UEFI boot issue: "Error reported: Unsupported"

    Hi,
    I am trying to install and boot from windows 2012 R2 UEFI OS.
    I could install this OS in UEFI mode and but while booting i.e. executing the BOOTX64.efi from UEFI shell getting below error:
            "Error reported: Unsupported"
    this message comes on UEFI shell.
    I have tried executing BOOTMGFW.efi (inside EFI/Microsoft/Boot/) as well, but I get the same message.
    in what situations I may get this error? 
    PS: I am not allowed to insert snapshot.

    Hi Maxwell379,
    Please refer the following article to confirm your hardware meet the 2012R2 on UEFI requirement:
    Deployment Options for UEFI based Computers
    http://blogs.technet.com/b/askcore/archive/2011/03/25/deployment-options-for-uefi-based-computers.aspx
    UEFI Firmware
    http://technet.microsoft.com/en-us/library/hh824898.aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

Maybe you are looking for

  • Cannot Save or Print Embedded PDFs From IE9

    I have a machine that is having difficulty saving or printing embedded PDF's from web pages. Embedded meaning that the PDF is displayed in a reader window, within a web page. I am able to view the PDF without any problem however if I try and click th

  • ABAP Query - Selection fields

    Hello all, I understand that SAP automatically generates an ABAP program for every ABAP Query wherein the selection fields are connected by an "AND" statement within the WHERE clause of the actual SELECT statement. Is there a way to control this WHER

  • I have an old Powerbook G4 and need to install iTunes, which version do I use?

    I have an old Powerbook G4 and need to install iTunes, which version do I use?  Where would I find this version?

  • Adobe Updater Wants To Update Reader 9 Which I Don't Have

    The Adobe updater program on my Mac keeps up popping up asking me to update Reader v9 which I do not have any longer as I am running the latest version of Reader.  How do I get rid of this annoying reminder?  I don't want to turn off auto update chec

  • Safari 5.1.10 can't connect to server Version 4.1.3 Does - HELP!

    Past week in 10.6.8 Safari 5.1.10  'cannot connect to a specific server normally used for FTP access (to reach an online cPanel) (The problem arose in Freeway Express 6 with failed FTP uploads to that the same server, and apparently it has setup auto