Questions tagged [repair]

156 questions
184
votes
21 answers

How to fix "containing working copy admin area is missing" in SVN?

I deleted manually a directory I just added, offline, in my repository. I can't restore the directory. Any attempt to do an update or a commit will fail with: "blabla/.svn" containing working copy admin area is missing. I understand why, but is…
e-satis
  • 515,820
  • 103
  • 283
  • 322
135
votes
10 answers

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

I was repairing this table suddenly 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. ERROR 144 - Table './extas_d47727/xzclf_ads' is marked as crashed and last…
40
votes
4 answers

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 http://www.mongodb.org/display/DOCS/Excessive+Disk+Space I wonder how to make the mongodb free…
Zealot Ke
  • 493
  • 1
  • 5
  • 7
35
votes
7 answers

How do I repair an InnoDB table?

We (apparently) had poorly executed of our Solaris MySQL database engine last night. At least some of the InnoDB tables are corrupted, with timestamp out of order errors in the transaction log, and a specific error about the index being…
lefticus
  • 3,178
  • 2
  • 22
  • 28
20
votes
3 answers

MongoDB data remove - reclaim diskspace

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 reuse it as needed. Is that correct? If not, would I have run a repair command? Could…
griffin
  • 283
  • 1
  • 2
  • 9
10
votes
7 answers

Repair/Remove/Install processes for SQL Server 2012 Express get stuck or hung

An instance of SQL Server 2012 Express became corrupted somehow. I suspect it was related in some way to my use of Entity Framework, but have no proof yet. When trying to repair the instance, the repair process seemed to be stuck at the…
jk7
  • 1,743
  • 1
  • 20
  • 28
9
votes
3 answers

C# parchive / quickpar / par2 repair implementation?

I'm writing a C# app that needs to be able to repair a set of files using par2 parity files. For C++ there is lots to be found that'll do exactly that, but for C# I can't find a native implementation. One option would be using a C++ DLL from C#, but…
Led
  • 1,872
  • 4
  • 21
  • 31
9
votes
7 answers

Access "Compact and Repair" programmatically

Is it possible to "compact and repair" an Access database programmatically somehow (using ADOX, using OleDbConnection etc.)?
MadSeb
  • 7,118
  • 17
  • 72
  • 117
7
votes
1 answer

mysql - FLUSH TABLE needed?

After I REPAIR OPTIMIZE ANALYZE OR CHECK a table, do I need to FLUSH it?
Hope4You
  • 1,817
  • 3
  • 21
  • 42
7
votes
1 answer

How to repair, or drop/create a corrupted table in mysql?

Situation: I have a MySQL database with 104 tables, running locally on XAMPP on windows 7. All the tables have InnoDB engine. XAMPP MySQL is running as windows service. As front end I have PHP (CodeIgniter). Problem: Last night as usual I stopped…
Musa Haidari
  • 1,929
  • 5
  • 25
  • 51
6
votes
6 answers

Remove repair option screen from MSI installer

I have created a standard MSI installer for P&D of my application which is using following components: A WCF Service hosted as Windows service. A GUI application that communicates with that service. A Shell extension Dll. Installer is working very…
Sumeet
  • 885
  • 14
  • 31
6
votes
2 answers

Cassandra 2.2.3 repair exception

I'm running a Cassandra cluster with version 2.2.3. The cluster consists of 3 nodes now, two of them are seeds and one is a normal node. When I start repair on each node (command: nodetool repair -tr my_keyspace), I found the command was blocked on…
zhibo fu
  • 91
  • 3
5
votes
2 answers

Cassandra Replicas Down during nodetool repair?

I am developing an automated script for nodetool repair which would execute ever weekend on all the 6 Cassandra nodes. We have 3 in DC1 and 3 in DC2. Just want to understand worst case scenario. What would happens if connectivity between DC1 and DC2…
Sachin Bhansali
  • 1,212
  • 2
  • 9
  • 12
4
votes
1 answer

Installation change do not ask for UAC permissions

I implemented an installer for our product. Installer needs administrator privileges, so I used setup bootstrapper with a manifest file (as recommended here) to get these privileges on a Windows machines with UAC enabled. Installation and uninstall…
Sasha
  • 7,731
  • 4
  • 41
  • 72
4
votes
0 answers

The repair of cassandra data

I have a playground for cassandra cluster - 7 nodes (v.2.2.4) on servers hardware without network problems. RF is equal 3. For loading data was started a script generating test data. A "Table" has about 2b records. I ran subrange repair procedure…
Dimaf
  • 553
  • 8
  • 18
1
2 3
10 11