I'm upgrading a MSDE SP4 Database consists of Tables containing Blob objects to SQL 2008 Express R2, during upgrade it goes on fine,and works after upgrade, but and after a while i get this microsoft error report. Some unexpeceted errors have happened on the software you recently used.You were not asked to send the error reports at the time they occured. Error Signature Event Type : sqlexception001 Any clue ?
Elsie
Posts
-
Upgrading MSDE SP4 to SQL 2008 Express R2 -
[Solved]How to parse a URL in C++ using sscanf() [modified]Thanks, this helps
-
[Solved]How to parse a URL in C++ using sscanf() [modified]In my program, i want to parse the complete URL string into tokens of hostname, port, file, querystring parameters?. Is there any generic recommended way of doing it , or any libraries available?
modified on Monday, August 9, 2010 10:16 AM
-
Using Activex controls (Designed in vb6) in vc++While designing the activeX control itself, the controls for background colors should have been exposed as a property.
-
Cascading specific windows in a MFC MDI applicationA MDIParent Wnd has many MDIchild Wnds, and also few child dialogs. Dialogs are created this way --- CAutoDlg *pDlg = new CAutoDlg; pDlg->Create(IDD_AUTOCARD,this); I want to cascade only a specific type of dialogs, say dialogs of CAutoDlg type only. If i give MDICascade() it cascades all the child windows and dialogs under the MDIFrame. Is there any other un-conventional way other than calling SetWindowPos for each dialog, based on the position of the previous dialog?
-
Application crash if left idleThis is the full call stack under the thread that showed un-hnadled exception. I'm debugging the application.Dont know its driving us crazy. Thank u
-
Application crash if left idleYes, i attached with debugger (VS).now i got the stack trace as ntdll.dll!RtlDeleteAtomFromAtomTable() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!KiUserExceptionDispatcher() ntdll.dll!RtlConvertUlongToLargeInteger() ntdll.dll!K
-
Application crash if left idleI belive it is correct pdb, and crash happens consistent always. But irony here is it happens if and only if it is left idle for sometime.
-
Application crash if left idleMy application(MFC, windows based with activeX ctrls) crashes if it is been idle for say 2 mins, after invoking a particular component. If some othe roperatio is done, after that it works fine. below is its large call stack
<Unloaded_RapidEyeAPI.dll>+1e701 02921430 02a1ff48 0292144c ntdll!ExecuteHandler2+26 02921430 02a1ff48 0292144c ntdll!ExecuteHandler+24 02a1ff48 0292144c 02921430 ntdll!KiUserExceptionDispatcher+e 02a1ff48 0292144c 02921430 <Unloaded_RapidEyeAPI.dll>+1e701 02921800 02a1ff48 0292181c ntdll!ExecuteHandler2+26 02921800 02a1ff48 0292181c ntdll!ExecuteHandler+24 02a1ff48 0292181c 02921800 ntdll!KiUserExceptionDispatcher+e 02a1ff48 0292181c 02921800 <Unloaded_RapidEyeAPI.dll>+1e701 02921bd0 02a1ff48 02921bec ntdll!ExecuteHandler2+26 02921bd0 02a1ff48 02921bec ntdll!ExecuteHandler+24 02a1ff48 02921bec 02921bd0 ntdll!KiUserExceptionDispatcher+e 02a1ff48 02921bec 02921bd0 <Unloaded_RapidEyeAPI.dll>+1e701 02921fa0 02a1ff48 02921fbc ntdll!ExecuteHandler2+26 02921fa0 02a1ff48 02921fbc ntdll!ExecuteHandler+24 02a1ff48 02921fbc 02921fa0 ntdll!KiUserExceptionDispatcher+e 02a1ff48 02921fbc 02921fa0 <Unloaded_RapidEyeAPI.dll>+1e701 02922370 02a1ff48 0292238c ntdll!ExecuteHandler2+26 02922370 02a1ff48 0292238c ntdll!ExecuteHandler+24 02a1ff48 0292238c 02922370 ntdll!KiUserExceptionDispatcher+e 02a1ff48 0292238c 02922370 <Unloaded_RapidEyeAPI.dll>+1e701 02922740 02a1ff48 0292275c ntdll!ExecuteHandler2+26 02922740 02a1ff48 0292275c ntdll!ExecuteHandler+24 02a1ff48 0292275c 02922740 ntdll!KiUserExceptionDispatcher+e 02a1ff48 0292275c 02922740 <Unloaded_RapidEyeAPI.dll>+1e701 02922b10 02a1ff48 02922b2c ntdll!ExecuteHandler2+26 02922b10 02a1ff48 02922b2c ntdll!ExecuteHandler+24 02a1ff48 02922b2c 02922b10 ntdll!KiUserExceptionDispatcher+e 02a1ff48 02922b2c 02922b10 <Unloaded_RapidEyeAPI.dll>+1e701 02922ee0 02a1ff48 02922efc ntdll!ExecuteHandler2+26 02922ee0 02a1ff48 02922efc ntdll!ExecuteHandler+24 02a1ff48 02922efc 02922ee0 ntdll!KiUserExceptionDispatcher+e 02a1ff48
-
how to find the source of a Windows messageHi .I am getting a WM_PAINT message for a window. How can I find out where is the source of the WM_PAINT? But from my regular code flow it is not being called. The window is not being invalidated manually / in code. Debugging didnt help. Is getmessageextrainfo() the solution? In general for any WIndows messages is there a mechanism to find the function/ trigger which is the source of the messages.
-
Analysing call stack.. [modified]My MFC applicatin crashes with this call stack info. Can anyone please help me out in understanding this?
ntdll!KiUserExceptionDispatcher+e
<Unloaded_RapidEyeAPI.dll> +1e701
ntdll!ExecuteHandler2+26
ntdll!ExecuteHandler+24
ntdll!KiUserExceptionDispatcher+e
<Unloaded_RapidEyeAPI.dll> +1e701
ntdll!ExecuteHandler2+26
ntdll!ExecuteHandler+24
ntdll!KiUserExceptionDispatcher+e
<Unloaded_RapidEyeAPI.dll> +1e701
ntdll!ExecuteHandler2+26
ntdll!ExecuteHandler+24
ntdll!KiUserExceptionDispatcher+e
<Unloaded_RapidEyeAPI.dll> +1e701
ntdll!ExecuteHandler2+26
ntdll!ExecuteHandler+24
ntdll!KiUserExceptionDispatcher+e
<Unloaded_RapidEyeAPI.dll>+271d
ntdll!RtlpAllocateFromHeapLookaside+42
<Unloaded_RapidEyeAPI.dll>+39f3
ntdll!RtlpAllocateFromHeapLookaside+42
<Unloaded_RapidEyeAPI.dll>+1c999
ntdll!RtlpAllocateFromHeapLookaside+42
kernel32!BaseThreadStart+37modified on Monday, October 19, 2009 9:13 AM
-
Arranging the dialogsI want to tile the 4 dialogs in the window, in my MFC application
-
Application running on Vista OSActually the XP is with 512 MB RAM, and Vista OS m/c with 1 GB of RAM. I dont guess, it is due to resource constarint, cos in another Vista setup also we are observing the same behaviour.
-
Application running on Vista OSActually i forgot to mention my application is a Win32 windows MFC application.
-
[Message Deleted][Message Deleted]
-
automatic resurrection of the process when task manager kill itIf your application is a Windows service, then you can specify to restart the service (also can specify an interval of time), in case of failure/stop in its recovery properties. Also advanced option on Action on First failure, Second Failure etc are available.... But only if your app is an "Windows Service"
-
Application running on Vista OSI have my app, running one on XP & one on Vista OS. But there is a difference in thread count. XP - 18 , Vista -14 threads. Few threads are not started in my application which is running in Vista OS. So my application in Vista is not fully functioning. Any setting to be done?. I have switched off the UAC in Vista.
-
Pointer messIf my pointer is pointing an invalid object. How to find proactively in run-time.
-
CSocket::Create function has thrown exceptionI have my application run with gflags with Pageheap enabled to track down the page heap corruption. Now the application has crashed and it shows this error, i could not interpret these lines (other than having a feeel of resource inavailablity) Can anyone throw a light on what exactly is the reason that has caused the carsh of the app. [info : Application is a multithreaded one about 500 threads running,in a multi - processor machine) kernel32!RaiseException+53 msvcrt!_CxxThrowException+36 mfc42u!AfxThrowResourceException+19 mfc42u!AfxRegisterWndClass+ab mfc42u!CAsyncSocket::AttachHandle+5c mfc42u!CAsyncSocket::Socket+25 mfc42u!CAsyncSocket::Create+14 Pls help
-
CString causing problem in mulithreaded , multi processor environmentCString constructor or assingnment or serialization of CString causes the application crash in a multi-processor environment,(this happens in a heavily loaded condition when more than 500 threads are running) whereas it does not cause any problem in single processor environment.