The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
0answers
9 views

How to heal/clone a corrupt SSD ? [closed]

it looks like that chkdsk on win7 is really deprecated for SSDs but what to do, if files are corrupt now ? Many backup tools including vss fail. Are there new SSDs tools, that are not known? ...
1
vote
0answers
22 views

piwik error table piwik piwik_log_visit is marked as crashed and last automatic repair failed

I got this error on my piwik accounts after my server went down. I have tried to repair the table with these commands in phpmyAdmin REPAIR TABLE piwik_log_visit; REPAIR TABLE ...
0
votes
0answers
13 views

MySQL installation broken after Windows crash - how to repair MySQL and recover data? [migrated]

recently my PC powered off abruptly for no apparent reason, leaving my Windows 7 installation severly damaged. I can still log onto the machine, but tons of Windows system files have been corrupted ...
0
votes
0answers
95 views

Repair corrupted Oracle RDF File

I have an RDF Oracle Report which was just working fine yesterday made some changes then saved them all was ok. Now I need to open it again and the following Message is shown: REP-0110: Unable to ...
0
votes
1answer
55 views

Database query failed. Error received from database was #144:

Database query failed. Error received from database was #144: Table 'dbname.mantis_bug_file_table' is marked as crashed and last (automatic?) repair failed for the query: SELECT bug_id, COUNT(bug_id) ...
1
vote
0answers
57 views

Repair installation and Service Packs

What happens if: I install VS2010. I install VS2010 SP1. I run VS2010's Repair installation because of some problem in VS2010. At this point, do I need to install SP1 again? In simple words, is ...
2
votes
1answer
87 views

Can't connect to MySQL - missing stuff after power failure?

I'm trying to connect to an application. There was a power failure that corrupted the hard drive, and after taking a backup from it externally, I've managed to get the application back up. Looking at ...
0
votes
0answers
23 views

MySQL Table Repair starts with filesort and switches to keycache?

So I have this Windows 7 based MySQL server version 5.5, x64 that's been giving me some unexpected behavior. Namely, after importing a ~120GB table from a file (LOAD DATA INFILE) it finishes the ...
0
votes
2answers
38 views

content type not listed in drupal views

Trying to reset up a view in Drupal 7.18 for data in profile2 but when go to add content type, the profile type content is not listed to add. I think I may have broken the table regarding this ...
1
vote
0answers
114 views

Python fix a broken encoding

I have a small icecast2 home server with django playlist management. Also, i have a lot of mp3's with broken encodings. First, i've tried to find some encoding repair tool on python, but haven't find ...
1
vote
1answer
518 views

Repair Built-in Open MPI bundle in Mac OS X

Few days ago I've tried to compile and make CUDA Toolkit 5.0 samples to verify installation. But, during make process there was error while making simpleMPI sample. Without going into details I ...
1
vote
2answers
231 views

remove carriage return character from php tidy repaired html string

I would want check if string is a valid xhtml/html. I have some html string get by tinymce editor. I would want in first time before save it into mysql database check if this html string is valid. ...
0
votes
2answers
62 views

Visual studio conversion error [duplicate]

Possible Duplicate: unable to load Assembly When ever i try to create a new project. I get the following error. Is there a way to solve this without reinstalling. Could not load file ...
0
votes
2answers
2k views

Repair/Rebuild master.mdf in SQL Server 2000

Does anyone have or know where I can find the tools or information to repair/rebuild the master database for Microsoft SQL Server 2000? I'm assuming is that is what I need to do based on the following ...
1
vote
3answers
868 views

How to repair `information_schema`.`TABLES`?

I'm trying to list the contents of information_schema.TABLES like this: SELECT * FROM information_schema.`TABLES` LIMIT 10 but it gives me an error: ERROR 2013 (HY000): Lost connection to MySQL ...
1
vote
1answer
492 views

How to delete all the data and metadata in HBase WITHOUT uninstalling and reinstalling?

Running HBase in pseudo-distributed mode on my dev box. Cloudera CDH4. CentOS. Somehow, my HBase installation has gotten totally corrupted. I ran this command : ./bin/hbase hbck -repairHoles and ...
1
vote
0answers
158 views

mongodb repair/compact/index infinite like behaviour

From the start, I have a collection with about 51m records. So I indexed one of the fields when the percent progress started to increase above 100% (800% complete) so I cancelled this and figured I ...
0
votes
0answers
143 views

WIX - Ask for confirmation on starting repair mode

I created installation package that doesn't contain GUI. When user try to run installer in the second time after installtion than Windows run it in the repair(maintanance) mode and user doesn't ...
0
votes
0answers
722 views

how do i repair a broken 3gp file

I have a 3gp-video file that is broken: the end of the file is missing. This happened because the battery of my phone was nearly empty and while the phone was saving the video on the SD-Card it just ...
0
votes
0answers
2k views

RAW file system corrupted USB : how to fix it [closed]

Good day, I would like to ask if you know how to fix a corrupted USB? I've tried cmd:diskpart but it didn't workout. the media is write protected. Do you have any idea that is much better? I need to ...
0
votes
1answer
122 views

Myisam table unreadable after sort_buffer_size too small error

I was trying to run OPTIMIZE TABLE on a that's about 200GB 1billion record big, but couple second after the operation, I was giving a sort_buffer_size too small error and now the table showing as 0 ...
0
votes
1answer
2k views

Windows Vista Security Center Corrupted. I can't start any security service after malaware infection

my Windows Vista Home Premium SP2 was recentely infected by various trojan (it happened just visiting a website even my Antivir was updated and running... but this is another question...). I tried to ...
2
votes
0answers
80 views

JAXB Repair Files

I have several XML config files which are regularly modified and reread using JAXB (Java) by my program and are necessary for it to work however third party apps may also edit and create these files ...
3
votes
1answer
1k views

mysql - FLUSH TABLE needed?

After I REPAIR OPTIMIZE ANALYZE OR CHECK a table, do I need to FLUSH it?
0
votes
3answers
660 views

Wix: Installing a Component while Repair Or Reinstall

Problem: I have a User Requirement in which a file would not be installed if a Prerequisite application is absent on users machine. But after installing my product, when user would install that ...
0
votes
1answer
42 views

Virtuemart Partially uninstalled [closed]

I am currently running a Ubuntu server and a few days ago most of the joomla files weren't writable and I uninstalled virtuemart by mistake (a very heavily modified virtuemart) So its only partially ...
16
votes
1answer
10k views

mysql table is marked as crashed and last (automatic?) repair failed

I was repairing this table suddently server hanged and when I returned back all tables are ok but this one showing 'in use' and when I try to repair it doesn't proceed. 144 - Table ...
1
vote
1answer
587 views

Installation Change do not ask for UAC permissions

I implemented installer for our product. Installer needs administrator priviledges so I used setup bootstrapper with manifest file (as recommended here) to get this priviledges on windows machines ...
0
votes
2answers
192 views

Repairing malformatted html attributes using c#

I have a web application with an upload functionality for HTML files generated by chess software to be able to include a javascript player that reproduces a chess game. I do not like to load the ...
0
votes
1answer
175 views

Repair SQL file or DB

I found that my DB.sql has error shown below, i did not process it with addslashes in php so now instead of 'O\'Brien' it is 'O''Brien'. Making exporting and importing sql impossible. (228, '', ...
0
votes
1answer
126 views

What exactly is blocked when performing a compact in MongoDB?

When running the new, 2.0+ compact command on a collection on a MongoDB shard, the documentation says that commands are blocked while the compact is running. My question is, what exactly is blocked? ...
0
votes
0answers
199 views

How to make Windows Vista boot and repair without a boot disc [closed]

When turning my laptop on it says there was an error and a boot disc is required. Ive then downloaded multiple bot discs from the internet and burnt them to disk using ISO burners but each time it ...
0
votes
0answers
57 views

I want to create a Mac Leopard app that will monitor the IceClean 3.1.2 program [closed]

I want to create a Mac Leopard app that will monitor the IceClean 3.1.2 program, display a more descriptive status of what the IceClean program is doing, and, importantly, "gracefully" shutdown the ...
0
votes
1answer
374 views

cpp file corrupted

One of my cpp files in project doesn't opens in VS 2010 editor, it gets open in notepad as text file but empty. While file has 25 kb size and cpp file extension. Somebody please guide me how i can ...
2
votes
3answers
740 views

How to Create a Patch in WiX that is not a “Repair”

I have an existing large WiX install that has already been released. I need to create a small install for just a couple of files that have changed. I have created a patch (.MSP file) in WiX for ...
2
votes
1answer
2k views

Magento - Database repair tool - Added missing foreign keys problems

I recently ran the database repair tool as per this link: http://www.magentocommerce.com/wiki/1_-_installation_and_configuration/db-repair-tool At the bottom of the instructions, it says “Added ...
0
votes
1answer
2k views

Mongodb repair problem

There is a problem about Mongodb.Our version is MongoDB version 1.6.4. Yesterday I had to kill mongodb process in our 64 bit linux machine. Then queries were running so long time. I checked with; ...
8
votes
3answers
6k views

MongoDB data remove - reclaim diskspace [duplicate]

Possible Duplicate: Auto compact the deleted space in mongodb? My understanding is that on delete operations MongoDB won't free up the disk space but would resuse it as needed. 1. Is that ...
1
vote
1answer
257 views

Any API for repairing or spliting MP3 files [closed]

I'm using nAudio to splite MP3 files. but some times it throws: FormatException("Not a recognised MP3 block"); I read this discussion. But it dosen't help me! So i think it should be a problem in my ...
1
vote
1answer
114 views

Contaminated Remote master branch or Anti-Cherry-Pick

I have a situation where the remote repository has some "bad" commits. e.g. ... o ---- C ---- A ---- B origin/master Where A is bad (but B is good) I want the remote to become... ... o ---- C ...
14
votes
3answers
7k views

Auto compact the deleted space in mongodb?

The mongodb document says that To compact this space, run db.repairDatabase() from the mongo shell (note this operation will block and is slow). in ...
0
votes
1answer
596 views

Disk full, table crash… what is the right way to repair without phpmyadmin

The mysql database files is in a partition. mysql suddenly unavailable because partition full 100% so I remove other files and start mysql. everything fine but when browse my website, there is a ...
1
vote
1answer
11k views

Database stuck in restoring state

Last night I had a database that had it's data and log files physically removed without first taking the proper steps to move the database files. After the disk were physically reattached, the ...
0
votes
1answer
2k views

Repair setup project throws Error 1001: “The specified service already exists”

The repair function for a setup project is basically a re-install, but because of my custom Install/Commit/Rollback/Uninstall action to manage a Windows service, my repair fails because the service ...
0
votes
1answer
2k views

HTML validation/fix in C#

I need to check if a HTML document is correct, if all tags and attributes are ok (in C#). If not, try to fix malformed tags and/or attributes. Any suggestions for a library or tool that i can use? ...
0
votes
1answer
197 views

Visual Studio setup project along-side self-updating logic?

I'm looking to implement a setup package for my multi-project solution that installs a Windows Service as well as a Winforms application. Both the service and the application have an ability to ...
0
votes
2answers
140 views

Repair Data Integrity

I think this is a long-shot, but here it goes: The basic question is: how does a development team beginning to repair data integrity on a large, damaged dataset? The company I'm helping out has a ...
1
vote
1answer
700 views

JETCOMP.EXE arguments

I want to compact an access MDB database file using JetComp.exe . I want to pass the name of the file ( and the destination file) to Jetcomp.exe . However, JetComp.exe does not seem to respond. I ...
2
votes
4answers
2k views

Access “Compact and Repair” programatically

Is it possible to "compact and repair" an Access database programatically somehow ( using ADOX, using OleDbConnection etc.) ? All the best, Sebastian
1
vote
1answer
105 views

Optimize Database - Repair

I'm trying to speed up my site and found this site:http://www.computingunleashed.com/speed-up-wordpress-ultimate-guide-to-make-sites-super-fast.html, which gave the following recommendation: Just ...

1 2