Friday, February 24, 2012

ExecutionEngineException in Sql 2005 management studio

ExecutionEngineException in Sql 2005 management studioRobert Simpson (rmsimpson@.noemail.noemail) writes:
> Unreliably, I am receiving a System.ExecutionEngineException when
> right-clicking on a database and selecting "New Query". The query window
> opens up and just as it seems as though I am about to be able to type into
> the window (I think its still setting up the toolbar) SqlWB.exe crashes.
> I am on Windows XP x64 Edition, using Sql Server 2005 x64 w/ SP2.
> Here's a stack dump, and afterwards the debug output:
Since this happens intermittently, it's difficult to research. I think the
best you can do, is to go to
https://connect.microsoft.com/SQLServer/feedback and report it. Maybe
the stack dump gives enough for information for the developers to track
it down.
Erland Sommarskog, SQL Server MVP, esquel@.sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
|||Hi Robert,
I understand that you encountered SSMS crashed when you right clicked on a
database and selected "New Query". Your SQL Server 2005 x64 ran on Windows
XP x64 Edition.
If I have misunderstood, please let me know.
Appreciate your understanding that due to resources limitation, dump
analysis can only be done by Microsoft Customer Support Services (CSS).
However in our managed newsgroup, you can get suggestions from other
perspectives.
I recommend that you use ProcessMonitor to monitor your SqlWb.exe. When
this issue occurred, check the logs to see if there are helpful clues.
Also, you may mail me (changliw_at_microsoft_dot_com) the logs for further
research.
You can get the tool from this link:
Process Monitor v1.12
http://www.microsoft.com/technet/sysinternals/utilities/processmonitor.mspx
Also, as the most efficient possible workaround, I would like to know if it
is possible for you to reinstall your SQL Server 2005 client tools. You
can unintall the client tools from Control Panel->Add or Remove Programs,
select Microsoft SQL Server 2005, click Remove, unselect "Remove SQL Server
instance components", select "Workstation Components" from the list of
"Remove SQL Server 2005 common components", click Next.
If there are no clues in the logs and if this issue persists after your
reinstallation, to track the root cause, dump ananlysis may be required. In
this case, it is recommended that you contact Microsoft Customer Support
Services (CSS) via telephone so that a dedicated Support Professional can
assist you recover the server in a more efficient manner. Please be advised
that contacting phone support will be a charged call.
To obtain the phone numbers for specific technology request please take a
look at the web site listed below.
http://support.microsoft.com/default.aspx?scid=fh;EN-US;PHONENUMBERS
If you are outside the US please see http://support.microsoft.com for
regional support phone numbers.
If you have any other questions or concerns, please feel free to let me
know. It is my pleasure to be of assistance.
Best regards,
Charles Wang
Microsoft Online Community Support
================================================== ====
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from this issue.
================================================== ====
This posting is provided "AS IS" with no warranties, and confers no rights.
================================================== ====
|||Hi Robert,
Just check with you to see if you need further assistance on this issue.
Please feel free to let me know if you have any other questions or concerns.
Have a great day!
Best regards,
Charles Wang
Microsoft Online Community Support
================================================== ===
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications
If you are using Outlook Express, please make sure you clear the check box
"Tools/Options/Read: Get 300 headers at a time" to see your reply promptly.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
================================================== ====
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from this issue.
================================================== ====
This posting is provided "AS IS" with no warranties, and confers no rights.
================================================== ====
|||We had something similar and it looks like reconfiguring data execution prevention DEP solves some mysterius errors.
Before it was completely imposible to have the two applications running simultanly, always some cryptic error like "corrupt memory", "pointer exceptions" etc but by setting DEP to only essential windows programs and services the problem is eliminated.
EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com
|||We had something similar and it looks like reconfiguring data execution prevention DEP solves some mysterius errors.
Before it was completely imposible to have the two applications running simultanly, always some cryptic error like "corrupt memory", "pointer exceptions" etc but by setting DEP to only essential windows programs and services the problem is eliminated.
EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com

No comments:

Post a Comment