Questions tagged [repair]

156 questions
0
votes
1 answer

How to repair corrupted Oracle export file (.dmp)?

I need to restore Oracle database from export file (.dmp) generated by EXP tool, but the file looks to be corrupted. Does anybody know a tool or solution to repair it?
Jack
  • 1
  • 1
0
votes
1 answer

why repairing node takes a long time in cassandra

I add new node to exist cluster in cassandra and waiting to node join to cluster. after that, I update replication factor and repair each affected node according to Updating the replication factor. but why repairing node takes a long time?
0
votes
1 answer

Excel Removes Unreadable Content

Whenever I included the formula below in my spreadsheet an error is created when the document is opened. The message says "We found a problem with some content in 'documentname.xlsm'. Do you want us to try to recover as much as we can?" After…
0
votes
1 answer

PHPPresentation file with 2 slides requires repair

I'm working on a script to create a presentation with multiple slides. When I add the first slide the script works fine. $colorBlack = new Color('FF000000'); $objPHPPresentation = new…
user2332467
  • 119
  • 1
  • 10
0
votes
1 answer

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 update themselves via a custom web-based utility that…
Igorek
  • 15,306
  • 2
  • 44
  • 88
0
votes
1 answer

Cassandra 3 Repair never finishes

We have a cluster with 6 nodes in datacenters (3 nodes each). We are starting a repair on one node and shortly afterwords we can find something like this in the logs: ERROR [Repair#1:1] 2016-05-31 01:33:28,075 CassandraDaemon.java:195 - …
Mike Petersen
  • 177
  • 2
  • 7
0
votes
2 answers

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 huge MySQL/PHP5 sytem with a few years of cruft,…
bejonbee
  • 5,161
  • 3
  • 32
  • 39
0
votes
1 answer

Repairing a Large MyISAM Datafile

I have a 54GB myisam file which reports a corrupt index file. Attempting to repair the file takes too long and stops running midway. What is the fastest way to repair this file and ensure it completes?
0
votes
0 answers

Cassandra's nodetool repair appears to cause outages

I have a 4 node Cassandra cluster that didn't see a repair() for about 8 months, in between administrators. It doesn't see much in the way of deletes. I've noticed that when I run nodetool repair, the system will not accept new data, and nobody can…
0
votes
1 answer

Installshield Express - remove REPAIR and MODIFY options

we are using the Installshield which comes with visual studio, my engineer told me that it is a Installshield express my engineer has created an installation program, if the software has already been installed, then when a user run the installation…
John Ng
  • 241
  • 2
  • 8
0
votes
0 answers

suppress fatal error messages using wix

I have an MSI, which checks a certain condition during repair, and if that condition fails,it gives a custom error and repair does not happen. However, when I do the repair from Add Remove programs, I see that i get my custom UI message for repair…
0
votes
1 answer

Need to stop mysql when repair table?

I want to know that, When we do the mysqlcheck or myisamchk that time we need to stop the mysql /etc/init.d/mysql stop or no need? myisamchk -r /var/lib/mysql/sample/*.MYI
Pranay
  • 45
  • 1
  • 4
0
votes
1 answer

Wix repair : files are still held by service although it was stopped and deleted

Making Wix install for my service app I ran into such trouble - when I choose "repair" option, after install i am prompted to restart my pc. Actually my test install contains only two files.Although there are attributes that make installer stop…
Nick B
  • 121
  • 1
  • 7
0
votes
1 answer

Repairing Visual Studio 2013 with Update 4

If I do a Repair of Visual Studio from "Add or remove programs", do I need to re-run Update 4 afterwards?
gsharp
  • 24,609
  • 20
  • 78
  • 122
0
votes
1 answer

Repair of application (msi) fails but normal installation is successfull

have web setup project created by VS 2010, when i setup this project all works fine, but when i check "repair" option i get error during installation. MSI log file Running process 'c:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis.exe'…
Velocity
  • 345
  • 1
  • 2
  • 8