Questions tagged [recover]

The recover tag is used to mark questions that have something to do with recovering data. By itself, it is ambiguous and useless and must be combined with other, appropriate tags such as software packages and database system tags, operating system tags, programming language and programming language environment tags.

Recovery usually involves some need to regain lost data whether that data is management data such as the management data of a database resulting in database access failing or raw data such as the contents of a database record or a file.

Any post using the [recovery] tag must include additional tags and a write up that helps the reader to know the context of the failure that lead to data loss along with the operating environment at the time of the data loss.

The post should include what was being done at the time of the data loss, any error logs generated, steps taken after the data loss such as recovery procedures executed along with their results, and a description of the actual data lost.

Context information may include: the operating system, the database system, the source code repository package, the programming language being used, the kind of data that was lost, and/or the IDE being used.

322 questions
0
votes
1 answer

Neo4j, There is not enough space on the disk

In our application which is using neo4j-1.8.2 we have so called synchronization process. This process reads some data from SQL Server db, processes it in some way and makes appropriate changes to the graph database. In the case if we have disk space…
0
votes
2 answers

Recover removed file from source tree/RubyMine

I have been working on a raketask using Rubymine and Git. I have been using SourceTree to push my changes up to github. I accidentally chose the "remove" option in source tree for the file I have been working on. This method apparently makes the…
Luigi
  • 5,443
  • 15
  • 54
  • 108
0
votes
1 answer

Recovering Unsaved changes - Eclipse

I unintentionally closed Eclipse withing saving a file as part of restarting the system. So I lost an entire day of work. I Googled for it and I found this one. For me, though it shows History of the files, when I select Compare With > History item,…
Kevin Rave
  • 13,876
  • 35
  • 109
  • 173
0
votes
1 answer

Recover Essbase data

User has accidentally deleted Essbase application from the EAS Console. An application with the same name was created. We then used Hyperion Planning to recreate the database of the new application. We have file system backup of all the directories…
0
votes
1 answer

Eclipse - loading launch configurations from old system

My system died, and IT has moved me to a new machine. The old HD has been stuffed into the box as a secondary, and I've access to my old data and development. I restored the files from the repository and whatever was missing from the old HD and…
kberson
  • 439
  • 1
  • 3
  • 8
0
votes
1 answer

Recovering a (edmx) Field in a Entity Model

I have a SQL Database which I imported as a ADO.NET Entity Data Model. I then proceeded to rename some tables and field names in the model. I quite foolishly deleted the wrong field in my model. It still shows in the SQL table, but not in my model.…
Randy
  • 1,137
  • 16
  • 49
0
votes
1 answer

restore uncommitted files from bazaar which have been inadvertently deleted elsewhere

I have tried diligently to find bazaar user groups. I tried pressing the community tab on their website. There seem to be only mailing lists, but where does one start? The title says it all. I have tried revert, but since it was uncommitted, it did…
0
votes
1 answer

Symfony 1.4 - How to recover the result of a count request in template?

I have a problem. This is my request in my model : public function nbDomainesParUrl($clientId) { $q = Doctrine_Query::create() ->from('domaine d') ->select('count(*)') ->where('d.client_id = ?', $clientId) …
user2248653
0
votes
2 answers

In-app Purchase Windows 8 Recover

I am developing for Windows 8 - Metro and would like to know how I can restore or recover my purchases after reinstall the application.
0
votes
1 answer

Stray, An body.. and Cannot recover

im getting these Errors from W3C Line 41, Column 143: Stray end tag body. …t1_02.gif','images/Part1_03.gif','images/Part1_04.gif','images/Part1_05.png')"> ✉ Line 41, Column 143: An body start tag seen but an element of the same type was already…
Thrillofit
  • 11
  • 2
0
votes
1 answer

Manipulation error deleted new files in SVN

I worked all day on several new files in an SVN directory. At the end of the day I added and committed them. Unfortunately I did that from my laptop (I was going back and forth between the two dirs) which had basically empty files and the next…
dargaud
  • 2,431
  • 2
  • 26
  • 39
0
votes
4 answers

Recover ASPX file after corruption

I really hope you can help... Visual Studio 2010 crashed on me earlier this morning. Normally when that happens I will get the option to recover the files, unfortunately this never appeared and when I opened the solution the aspx page I was working…
ian_mac123
  • 107
  • 1
  • 2
  • 14
0
votes
0 answers

SQL syntax error while importing mysql dump output on same server

I've backed up all of my mysql databases using this command(I'm running mysql 5 on debian linux) : mysqldump --user="root" --password="pass" --routines --triggers --events --all-databases > dbs_backup.sql Then I shutted down my mysql server to…
Ehsan Khodarahmi
  • 4,772
  • 10
  • 60
  • 87
0
votes
1 answer

How to restore bitmap after application minimization?

I have a drawing application. I need the application to recover from minimization (clicking back until the application minimizes). As i understood from several forums the best way and the simplest to do it is by saving the bitmap to a local…
Ilazar1x
  • 59
  • 11
0
votes
3 answers

How to access website CMS with only access to database

I have a website that uses an "in-house" cms and I don't know the login details. The platform itself doesn't have the "reset your password" functionality. I do have access to ftp and phmyadmin and I found the SQL table containing the user details,…