The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
25 views

git (sourcetree) go back to commit that has not been pushed and was 'reversed' accidentally

I'm still quite new to git revisioning and maybe just lost plenty of work (but I hope there is a way to go back, that's why I'm asking here). I use SourceTree on OsX for git revisioning. I didn't ...
0
votes
0answers
18 views

SQLite: Multiple Connections to one file - the one and only writable is not persisted

We are using the System.Data.SQLite Wrapper in Version 1.0.80. Using this to establish multiple connections to a single SQLite database will show a weird behaviour. We ensure having just one writable ...
-2
votes
1answer
51 views

SQL Server lost database data [closed]

I'm looking for some information that may help me figure out what has happened to our database. The hard drive that contained the database recently crashed, so we sent it to data recovery and they ...
1
vote
1answer
43 views

python long number data loss

i am just starting with python (python3) because i read its good for the euler project since it can handle very big numbers. now i am struggling with a quite simple problem of converting float to ...
0
votes
1answer
118 views

Android Sqlite Data lost when Application Hangs/Freeze and restarted

Recently my users are complaining that application hangs while using it and the data stored getting lost when the reboot the mobile. Its not happening everytime too. Can some one please tell me for ...
1
vote
1answer
139 views

Socket Send method… Is it OK to send large amounts of data in one method?

I'm just wondering if doing this will cause any problems such as data loss or slower bandwidth. I may be sending 256KB of data and I want to know if I should split it into smaller chunks and send ...
1
vote
1answer
58 views

SVN Merge - Client or Server?

When 2 users change the same file (in the same branch) and check their code into SVN, SVN will (after asking the second user to do an update) auto merge the files and try to resolve any conflicts. ...
0
votes
1answer
217 views

Dataloss at connection android tablet -> lan - RS232 converter, but not on android tablet ->winpc pc -> converter

i have a big problem and i doubt about my intellect... I connected my android tablet (intenso tab814) to a RS232 converter (USR-TCP232-E) via a router (TL-WR740-N) and i send 7 hexadezimal bytes in a ...
4
votes
1answer
85 views

Avoiding data loss: suggested reading

I am about to work on an app which handles extremely valuable data. Any loss of this data for the user would be very costly, so I'm interested in finding out more about the best architecture design ...
-3
votes
1answer
165 views

What is Data leakage detection?

I've been assigned a project on the data leakage detection, but i googled n couldn't understand it, i need a very basic definition about it. What is it's use, how can me make a software on it, How to ...
2
votes
1answer
168 views

TClientDataSet.Cancel Loses TDBMemo Values

I have a form with the following controls: TDBEdit, TDBMemo, TDataSource, TClientDataSet If the user edits the fields and then clicks a button on the form that simply calls the MyCDS.Cancel method ...
1
vote
2answers
682 views

Android SQLite Upgrade without losing data

I have created a SQLite database successfully and it works fine. However when the onUpgrade method is called, I'd like to do so without losing data. The app I'm developing is a quiz app. Simply, when ...
2
votes
2answers
301 views

html custom tag losing IE8

Please Check below code In IE8: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <script language="javascript" type="text/javascript"> function ...
2
votes
1answer
117 views

printk data loss and truncation

I am using printk in my kernel loadable module to log parameters of system calls. For each system call, several printks are used to print the variables whey they appear with "\t" as delimiters. To ...
1
vote
0answers
67 views

Data loss due to xml serialization

In my service contract there is a method that uses XmlSerializer format instead of dataconract serializer. This service contract implements another interface that uses datacontractserializer only. ...
0
votes
2answers
224 views

Issues after installing upgraded XCode version

I installed XCode DP 4.5 recently - just to try out iOS 6. I opened a project using it. When I reopened using XCode 4.2.1 again, I started having storyboard data loss issue mentioned here. I don't ...
0
votes
2answers
126 views

How to maintain the data even when the mode is changed from portrait to landscape and vice versa?

I have 25 edittexts and other views on my activity. I have created different main.xml files in layout and layout-land, so the respective UI will be displayed according to the switched mode(either ...
1
vote
2answers
147 views

Coping with data loss for RTSP via UDP

I am receiving RTPs via UDP (video data). The RTPs are holding H264 that I need to decode. Unfortunately, most of the RTPs hold fragmented data. As RTP sequences are missing, I cannot reconstruct the ...
0
votes
1answer
380 views

In Firefox, I accidentally clicked “Start New Session” after a crash. How can I get all my tabs back? [closed]

After a Firefox crash, I accidentally clicked "Start New Session" instead of "Restore". Unfortunately there is no way to get back to the previous session as the other possibilities to restore are ...
0
votes
2answers
110 views

Java Array/ArrayList Replacing Data Already Inside With Data About To Be Added

I have a program that calls a function, requestAudioBlocks to request some data. In it, it initialises an array, then calls a request for the data. private ReadAudioData[] receivedAudioMessages; ...
0
votes
3answers
578 views

php Session variable lost between pages with a form submit

I was wondering if anyone could help me. If I am on the page details.php (code below) there is a form with a submit button (amongst other things). When the form's submit button is clicked, you are ...
0
votes
3answers
620 views

C# “using” SerialPort transmit with data loss

I'm new to this forum, and I have a question that has been bothering me for a while. My setup is a serial enabled character display connected to my pc with a usb/uart converter. I'm transmitting ...
0
votes
0answers
75 views

Modify an MP3 slightly to change the data appearence

I'm thinking about encrypting MP3s in a database, so that when user is downloading them with his software desktop player, only the software can decrypt them. This part is not a problem. The problem is ...
0
votes
3answers
293 views

Losing Route data in RedirectToAction

hi i have a weird problem and here we go: i am redirecting using this command : return RedirectToAction("ViewMessage", "Account", new {id = model.MessageId}); but in ViewMessage action when i try ...
0
votes
1answer
172 views

Sharing singleton data with several UIViewControllers data loss

I have a menu system made up of several UIViewControllers with focus being passed around by the NavigationController. Most of these controllers reference (if not manipulate) a singleton which is ...
1
vote
1answer
251 views

Using “ndb --initial” causes data loss on MySQL Cluster?

I have a MySQL cluster with 1 management node, 2 data nodes and 2 mysql nodes. I shutdown the cluster and then started it with the '--initial' flag on both the management node and the data nodes just ...
0
votes
1answer
90 views

Visual studio crash loses all newly set breakpoints

Whenever my installation of Visual Studio 2010 Professional crashes while running my VC++ application, I lose all breakpoints that I set during that session (other breakpoints from previous sessions ...
0
votes
1answer
376 views

json_decode data loss

I have a JSON string (external file) which has an element which can either have FALSE or TRUE as a value. In the file, the true or false IS there. However, after I use json_decode on it, the true or ...
0
votes
1answer
132 views

Why does all data go away when restarting Neo4j?

I don't understand this paradigm I guess? For a small single server or development environment... I hate having to load 100's of thousands of records just to analyze it in a graph... am I missing the ...
1
vote
3answers
1k views

GAE Go - “This request caused a new process to be started for your application…”

I've encountered this problem for a second time now, and I'm wondering if there is any solution to this. I'm running an application on Google App Engine that relies on frequent communication with a ...
0
votes
2answers
307 views

Redis Data Loss

We are using Node.JS in combination with Redis and we are having data loss issue. We have statistics collection system, so we must collect each request dealt to our server. With high concurrent ...
1
vote
2answers
311 views

Salesforce data loss prevention - can I embed JS on standard salesforce pages?

I'm looking into possible ways to control and monitor data leaving our Salesforce Org. Currently solutions appear to fall into two broad categories: Lock down features for users using profiles. ...
2
votes
1answer
1k views

JSF PrimeFaces lose data and session

I am developing an application with JSF and PrimeFaces. I have a managed been, session scoped, that has username, password and isUserLoggedIn. When I process a login component it works and changes my ...
2
votes
2answers
349 views

SSIS: SQL 2008 R2 to MySQL data loss

I have an SSIS package set up to export data from a SQL Server 2008 R2 table to a MySQL version of that table. The package executes however, I am getting about 1% of the rows failing to be exported. ...
1
vote
1answer
292 views

PHP and SOAP data loss when sending to client

I have an array of data that I want to send to a SOAP client. It all works, but one piece of data isn't transmitted, as revealed by __getLastRequest(). Here's my code <?php $test_array = ...
1
vote
2answers
986 views

event SOCKET_DATA does not receive all messages in AS3

My AS3 client program does not receive all the data that was sent to it when sending a lot of messages. I do know its not my server causing this problem because all the messages are received and send ...
1
vote
2answers
566 views

C# Sql Data not saving

I have a few tables in a c# application I'm currently working on and for 4/5 of the tables everything saves perfectly fine no issues. For the 5th table everything seems good until I reload the program ...
0
votes
1answer
290 views

Does delaying blocks data receiving

I am working on a project on Visual Studio C#. I am collecting data from a device connected to PC via serial port. First I send a request command, and wait for response. There is a 1 sec delay of ...
1
vote
2answers
196 views

Flash losing variables on hide

I have a flash file in a div. This div is set to visible (display:block;). The div has two sister divs. All three divs are controlled by custom built jQuery tabs, so when another tab is clicked, the ...
1
vote
2answers
247 views

Java unzip from URL misses 2kb on file

I am trying to unzip a file from the internet using the following code. On one of the files("uq.class"), after it has been unzipped from the online source, is missing about 2kb of file size(the ...
1
vote
1answer
264 views

How to evolve SQL Server database of MVC3 sites in the future and avoid data lost

I'm getting ready to develop a MVC 3 website with C#, Entity Framework and SQL Server. This website is built for critical jobs and data lost is something absolutely not allowed ! In my knowledge I ...
1
vote
2answers
817 views

No data after calling setContentView()

Currently i'm working on an update of my app money is time were I've ran into the following problem. I would like to support landscape and portrait orientation so I've created two different layouts. ...
5
votes
6answers
842 views

MySQL MyISAM data loss possibilities?

Many sites and script still use MySQL instead of PostgreSQL. I have a couple low-priority blogs and such that I don't want to migrate to another database so I'm using MySQL. Here's the problem, ...
16
votes
4answers
680 views

How to prepare for data loss in a production website?

I am building an app that is fast moving into production and I am concerned about the possibility that due to hacking, some silly personal error (like running rake db:schema:load or rake db:rollback) ...
0
votes
1answer
85 views

SQL utility scripts for schema modifications ( What would I call this? )

In a previous job we had an extensive SQLServer database that constantly had new fields being added years after release. We stored each table schema in a seperate plain text file that contained a SQL ...
0
votes
1answer
184 views

Data loss in sql server after closing winform application , autosave option

Is there any AutoSave kind of option in SQL Server. Like i came to know from a chap that when the data is saved into a database via an application then after closing the application the database loses ...
1
vote
2answers
817 views

ASP.NET Session Abandoning Unexpectantly

For some reason, the session is abandoning unexpectantly, and wreaking havoc in our application. We've had the app setup to use Session and have been using it for several months with no problems. ...
0
votes
1answer
198 views

How to find destroyed data rows using audit trail with SQL

I am using an audit table to find what records a single destructive SQL statement that was run on say '2011-01-01 08:00:00.000'. You can assume that each MyTable record only got updated once on this ...
0
votes
2answers
623 views

Losing serial data while transferring with high baud rate

I have read your questions about Serial port communication. But we have a problem with serial port communication. One problem that i have seen is that : in high baud rate we lose some data in ...
1
vote
2answers
2k views

c# serial port data loss

I have written a C# program to receive data on COM2 port. The baud rate is set as 115200. The sender is sending the data at 115200bps. My program is losing a few bytes ocassionally. I am calling ...

1 2