I have an application that sometimes causes a BSOD on a Win XP machine. Trying to find out more, I loaded up the resulting *.dmp file (from C:\Windows\Minidump), but get this message when in much of the readout when doing so:
Symbols can not be loaded because symbol path is not initialized. *
*
The Symbol Path can be set by: ...
Is the an easy way of finding out the host name of a machine than generated a user mode dump file via WinDbg?
Or at least any piece of identifying information to try and confirm that two dump files came from the same system.
...
When I dump a Sybase database, it doesn't seem to matter whether there's data in the tables or not, the file size is the same. I've been told that this is down to the fact that my dump file is binary and not logical, so the file of the dump file is based on the allocated size of the database. I know that Oracle can use logical dump files...
Hello, I'm trying to format the file name for outfile using row data.
I've tried the following with no success:
SELECT t1.field1
FROM table1 t1
LIMIT 1
INTO OUTFILE CONCAT( '/my_path/', t1.field2, '.txt' );
Can anyone recommend alternatives?
Thanks
...
I run the cvs2svn couple of times successfully.
Now I ran it and it crashed just before the end, at pass 16.
I'm using dumpfile.
I get the following error :
what can it be?
thanks!
...
I am trying to rebuild an svn repository from a dumpfile. The svnadmin load command proceeds nicely until reaching the revision 1922. When processing the revision, the following error is reported:
svnadmin: Pathname not terminated by ':' * editing path : warpx/branches/grid_08
I have compared this particular merge action to ...