Questions tagged [repair]

156 questions
0
votes
0 answers

Visual Studio Pro 2013 Always Wants to Setup

Every time I try to open my Visual Studio Pro 2013 application, it brings me to the menu that asks to "Modify", "Repair", or "Uninstall." Three times today, and every time I try to open the program, it brings up this window and I tell it to repair.…
Emily Kelly
  • 11
  • 1
  • 3
0
votes
2 answers

MySQL VIEWS accessing old DB. Cannot edit `information_schema'. Cannot add new rows. Repair advice please

I am using HeidiSQL. Moved to a new version of my DB. I now seem to have two problems. Any advice on how to repair. 1) I have several views which have greatly simplified queries BUT the now refer to the old DB. I checked in information_schema and…
BeNice
  • 1,748
  • 1
  • 20
  • 33
0
votes
1 answer

Batch file for repairing Vmware VMDK files

I have been trying to write a batch script that will allow me to fix broken vmdk files that are used for VMWare all in one go, rather than having to run the command manually on every single file. Having never really worked that much with batch files…
Ste
  • 1
0
votes
0 answers

WPF automatic trajectory of a point

how can I create a application with WPF that can i make a point automatic trajectory on a repair (x,y) ? Choose the leaving point coordinations choose the arrived point coordinations choose the type of trajectory (straight, uniform) ?? Thank you.
0
votes
1 answer

any way to recover a corrupt access 2007 database?

I've an access 2007 database which I been working on for a while which has now become corrupted somehow. When opening certain forms which contained VBA code I get the message "there isn't enough memory to perform this operation". There is no way to…
0
votes
1 answer

SQL Server 2008 R2 giving named provider error 40 :sql error 2

When I start SQL-Server2008R2 I get the error :- SQL Server named provider error 40 cannot connect to SQL Server :sql error 2 On checking 'EventViewer from Administrative tools' i found out the below error Cannot recover the master database. SQL…
Sujit Prabhakaran
  • 769
  • 3
  • 12
  • 23
0
votes
1 answer

Repairing mysql myisam table using `Repair Table` vs myisamchk

I am working on a script that will be a cronjob that will look at the tables in database and repair any that need it. They are myisam tables in a mysql database. My question, is there any reason to use myisamchk syntax on the command line vs REPAIR…
chiliNUT
  • 17,144
  • 11
  • 59
  • 92
0
votes
2 answers

Cassandra: nodetool repair not working

Cassandra service on one of my nodes went down and we couldnt restart it because of some corruption in one of the tables. So we tried rebuilding it by deleting all the data files and then starting the service, once it shows up in the ring we ran…
neeraj
  • 1
  • 1
0
votes
3 answers

Access Creates new file every time I Compact & Repair

It didn't always do this, but ever since I split my database and made the front-end an ACCDE file, any time I try to compact and repair either file, a new file called "Database 1" is generated and my original file size doesn't change. Is this…
0
votes
1 answer

Is mysqlcheck -q just as thorough as mysqlcheck -r

Afternoon, I'm currently wondering if mysqlcheck -q which stands for quick. Just as thorough as mysqlcheck -r. This isn't in the idea of repairing the tables within a MySQL database, but to see if the discovery of any errors show themselves just as…
Vash
  • 167
  • 1
  • 13
0
votes
0 answers

Each time I load my application, it attempts to repair the existing install. It is an issue with the vs2008 setup and deployment project

I have created a win forms application that is installed using a setup and deployment project. During a recent update to the setup and deployment project, I've caused a problem that I can not find the source of. Each time I click on the shortcut…
rlsprague
  • 1
  • 1
0
votes
1 answer

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) AS attachments FROM mantis_bug_file_table GROUP…
selva
  • 18
  • 6
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
3 answers

XML repair in C#

The file format my application uses is Xml based. I just got a customer who has a botched xml file. The thing contains nearly 90,000 lines and for some reason there are about 20 "=" symbols randomly interspersed. I get an XmlException for most of…
David Rutten
  • 4,531
  • 5
  • 39
  • 67
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
  • 11,843
  • 26
  • 86
  • 149
1 2 3
10
11