Questions tagged [repair]
175 questions
0
votes
2 answers
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 because it was working before I changed something and…

seanp
- 1
- 1
0
votes
1 answer
Visual studio conversion error
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 or assembly 'Microsoft.Build.Engine,
Version=3.5.0.0,…

Kishore Kumar
- 12,675
- 27
- 97
- 154
0
votes
1 answer
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 error and that the service will not start.
Thank…

Landmine
- 1,759
- 6
- 39
- 60
0
votes
0 answers
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 stopped in the middle.
How can I watch this half…

rubo77
- 19,527
- 31
- 134
- 226
0
votes
1 answer
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 row in phpmyadmin, and still have 200gb in size. I…

Gäng Tian
- 1,588
- 2
- 18
- 26
-1
votes
0 answers
Receiving error 'the source files could not be found' after running DISM, even though I've specified install.wim
I'm trying to repair a corrupted Windows Server 2016 installation. I tried running
DISM /ONLINE /CLEANUP-IMAGE /RESTOREHEALTH and received the error The source files could not be found.. So, I mounted the ISO that was used to build the server…

Aideux
- 109
- 3
- 9
-1
votes
1 answer
How to avoid full disk usage while runnnig repair in Cassandra?
I am running repair with -pr option. The issue which we are facing that when we trigger repair disk space usage reaches 100% on some nodes. I know running subrange repair is one option but we have not integrated reaper as of now. Is there any other…

Manish Khandelwal
- 2,260
- 2
- 15
- 13
-1
votes
2 answers
Repair/Recover data from MySQL database
I have a big problem with a MySQL database stored on my raspberry (InnoDB engine).
I'm not very expert in this field but I'll try to explain to you the problem.
MySQL crash everytime that I try to start it and I need to recover the data stored…

diegocom
- 338
- 1
- 7
- 22
-1
votes
1 answer
Bad sector on ibdata1 mysql data file
There is a problem on bad sectors on a file which is an important, mysql ibdata1 that contain all data of my databases.
So, I run
badblocks -sv /dev/mapper/storage-monitoring3
Checking for bad blocks (read-only test): 45766008done, 6:44…

shgnInc
- 2,054
- 1
- 23
- 34
-2
votes
2 answers
error: cannot find symbol - variable out
I want a System class to read the books that have been written in a text file.
import java.io.BufferedReader;
import java.io.FileReader;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Date;
public class…

dinko
- 9
- 1
- 3