The change-tracking tag has no wiki summary.
0
votes
1answer
12 views
Select List of Poco classes for specific entityState
I've got a piece of software that is adding entries to a context.
using the changetracker I want to generate a List of Poco classes for reporting purposes.
Like this:
List<customRecord> ...
1
vote
0answers
49 views
.Net Framework 4.5. Distributed transaction completed. Either enlist this session in a new transaction or the NULL transaction
I´m working on a distributed transaction issue that occurs using NET Framework 4.5. If I try to execute the app on a machine (and Dev Server also) using Framework 4.0 the components work fine.
...
1
vote
0answers
35 views
COMMIT_TABLE wait type
We recently upgraded hardware and database versions (SQL Server 2008R2 Enterprise to 2012 Enterprise) in our production environment. We also make significant use of change tracking in order to merge ...
0
votes
0answers
52 views
Manually insert records into SQL Server 2008 change tracking tables?
I want to enable SQL Server 2008's Change Tracking on some of my tables. I also have some existing historical data that we were tracking another way that we would want to combine with the change ...
2
votes
0answers
54 views
Error getting change properties with entity framework
I'm using entity framework and I need to know which field of a table has been modified so I wrtote this code
IEnumerable<ObjectStateEntry> changes = ...
0
votes
1answer
76 views
Improving performance of slow query - Potentially by disabling change tracking
I have a Linq query on a DbSet that hits a table and grabs 65k rows. The query takes about 3 minutes, to me that seems like obviously too much. Although I don't have a line of comparison but I'm ...
0
votes
0answers
33 views
Change Tracking for TeraData
We need a way to know which rows changed in a TeraData database since the last time we imported data from that database. There is nothing about the table or data in the table in the TeraData database ...
0
votes
0answers
100 views
Change Tracking has cleaned up tracking information although Auto Clean up is set to false
On my SQL Server I have change tracking enabled, auto cleanup set to false or to true with a very high retention period like 364 days.
Using Microsoft Sync Framework I sync the first time ...
1
vote
1answer
70 views
SQL Azure. Change tracking
After some time googling I've found that Change Data Capture functionality is not supported on SQL Azure. This is frustrating for me because I'd like to implement change tracking without significant ...
2
votes
1answer
73 views
Change Tracking on a mirrored database in SQL Server 2012
I'm working on a datawarehouse on a SQL Server 2012 Standard. For the benefit of our ETL process I want to enable Change Tracking. This is easily done, but this server is mirrored on another SQL ...
0
votes
1answer
222 views
ASP.NET MVC4 ViewModel Changetracking using knockout.js
I have a page wherein I want to know when any changes have been made to any of the field and then I will disable and enable the save button.
I am using the code below and It does not work anyone ...
0
votes
1answer
384 views
AutoDetectChangesEnabled Behavior
I have a theoretical issue here. I've learnt that DbContextConfiguration.AutoDetectChangesEnabled property value determines whether the automatic detection of changes in the context is enabled. But, ...
1
vote
1answer
170 views
Achieve Change Tracking in TFS 2012
I have installed TFS2012 on my server, now I need to achieve change tracking.I have explained the details below.
The whole idea of change tracking is, if I change the PBI/Requirement the all linked ...
0
votes
1answer
335 views
SQL Server's Change Tracking / Change Data Capture with tables without primary keys?
I have to monitor one table in a database for changes and replicate them to some table in another database. For some reason, I can not modify the structure of original database, so I can't use ...
2
votes
1answer
95 views
Tracking changes with Apache Commons Configuration
For an upcoming project I am planning to use Apache Commons Configuration.
I would like to use the library for reading and writing all configurations of the given application from/to a database.
We ...
1
vote
1answer
124 views
Proxy-based change tracking, property not updated in POCO object
I'm using EF5 code-first with proxy-based changed tracking in my ASP.NET MVC application.
One of my domain classes contains a numeric property which is updated very frequently. For this reason, this ...
1
vote
1answer
94 views
Using change tracking while ignoring an individual column
Presently, I'm tracking changes to all of my tables using SQL Server 2008 Change Tracking. Everything works out of the box just fine. However, an additional complexity is that the application ...
2
votes
0answers
408 views
Change notification in EF5 with multiple DbContext instances - is it documented, and where?
I'm working on an application which will use EF5 as ORM.
Before start, I needed to create tests to confirm that everything in EF5 is working as it should. One of things I tested was support for ...
0
votes
1answer
279 views
ArgumentException is thrown when working with ChangeTracker in overriden SaveChanges method
I overrode SaveChanges method to audit changes in EntityFramework. That works fine until I try to update associated object. When I try to update associated object, I get ArgumentException. I found out ...
1
vote
1answer
114 views
How to add 3rd party click tags
My client has supplied me with tracking code to track impressions and clicks of a page skin design that I have placed on my joomla website. I have added this code to the module that is displaying the ...
0
votes
1answer
354 views
WCF Data Service Change Tracking: How to cancel save changes and revert to original values for an object
I have a WCF Data Service that is wrapping an Entity Framework 4 data model. I am connecting a WPF client to the service using the WCF Data Services Client library.
Is it possible in WCF Data ...
0
votes
1answer
185 views
DataServiceCollection: undo remove exsiting item
I'm looking at WCF Data Services, particularly at change tracking implementation in DataServiceCollection.
Let's consider an undo scenario in application, which manages blogs and blog entries (each ...
0
votes
0answers
174 views
ChangeTracker.Entries<T> not returning entries with entities of Type T
using EF 4.3.1 in SaveChanges(), i'm trying to get a list of all entries for entities which implement a specific interface. My entities implement multiple interfaces, one of which is IAuditable. The ...
2
votes
1answer
1k views
The ObjectContext instance has been disposed and can no longer be used for operations that require a connection
I'm having trouble with one of my queries because of EF's change tracking and lazy loading features. The thing is that after I'm getting the result of the query, I'm using AutoMapper to map the domain ...
3
votes
1answer
867 views
Global setting for AsNoTracking()?
Originally I believed that
context.Configuration.AutoDetectChangesEnabled = false;
would disable change tracking. But no. Currently I need to use AsNoTracking() on all my LINQ queries ...
1
vote
1answer
120 views
Change Tracking in my application
I have just recently begun writing an application in ASP.NET MVC4.
My application has objects/models relating with each other in the entire application.
I want to add a cool new feature change ...
0
votes
1answer
421 views
How to log document changes on Windows Server 2008 with AD?
Ok so we have a team of developers working on files stored on a Windows Server 2008 R2, usually txt files. These developers log in remotely using their own username/password from the Active Directory ...
0
votes
0answers
67 views
How to gather changes made in RTF document?
I am trying to gather all tracked changes from RTF file (track changes already enabled).
I have checked documentation but I have not found much helpful data.
0
votes
2answers
250 views
SQL Server 2008 change tracking and primary keys
I needed to set change tracking in sql server 2008 table to true but it gave an error that the table has to have a primary key
Is there a way to enable change tracking without setting a primary key ...
2
votes
1answer
94 views
Implementing a database change tracking from scratch
I'm trying to implement a manual change tracking using MySQL and I have a lot of problems, some of them explaineds here. The objective is synchronize the database of a tablet (client side) with the ...
0
votes
0answers
32 views
Are there canonical semantics for an IsDirty property when an item is new or marked deleted?
When implementing simple change tracking in a class, and exposing status with properties like
bool IsDirty
bool IsNew
bool IsDeleted
…is there any standard as to whether IsDirty returns true when ...
0
votes
0answers
139 views
Tracking object in nhibernate
good day
i work on object change tracking subsystem for one project - when the object was changed we must write date, person who was made changes, and changes (DELETE, CREATE, UPDATE with old and new ...
0
votes
1answer
108 views
MySQL manual change tracking
I am trying to implement a database change control using MySQL. To control inserts and updates I want to use something similar to a TIMESTAMP field in SQLServer (A column that autoincrements when a ...
0
votes
1answer
150 views
Tracking changes manual using timestamps or automatic?
I have two databases synchronized using tracking changes of SqlServer 2008 Tracking Changes and it's cool because without effort I can control the inserts/updates and deletes of a database and send to ...
0
votes
0answers
139 views
Change tracking — simplest scenario
I am coding in ASP.NET C# 4. The database is SQL Server 2012.
I have a table that has 2000 rows and 10 columns. I want to load this table in memory and if the table is updated/inserted in any way, I ...
0
votes
1answer
541 views
How to create custom field when using hibernate anvers
I'm starting a new project using spring 3.1, hibernate 4 and there is a requirement to track any activity on the application. activity tracking example who changed what? from what to what? and at ...
0
votes
0answers
257 views
SQL Server change tracking: how to apply changes manually?
I have a database with change tracking turned on for all of tables (about 200 tables).
How can I tell SQL Server that I want to apply changes, which are tracked already?
Option with turning ...
3
votes
1answer
2k views
How change tracking works in Entity Framework
Given the following code, how does EF/DbContext knows about the change made to the customer object:
class Program
{
static void Main()
{
using(var shopContext = new ShopContext())
...
0
votes
2answers
513 views
Keep track changes of DbContext with ObservableCollection in code first
I'm using ObservableCollection<T> to bind some data to some view.
While I'm editing DB existing data, I can save data edits by calling only a single Savechanges() method in my view model, also ...
0
votes
1answer
350 views
DbContext ChangeTracker issue with relationships
Assume we have Customers and CustomerCategories with n-n relationship DbContext/ObjectContext. I want to maintain the relationship status in AuditLog table too. I can reach this by the following code ...
19
votes
5answers
1k views
Is there a object-change-tracking/versioning Java API out there?
I know of at least two byte-code enhancer that modify the "object model" at runtime to allow transaction to be performed transparently. One of them is part of Versant VOD, which I use at work every ...
1
vote
0answers
177 views
How do I get all changes from SQL Server database usingchange tracking in a single query (or avoid being chatty with the database)?
I know it is possible to get the changes to a single table in SQL Server 2008 using change tracking.
However I have not been able to find an acceptable way to query all the changes in the entire ...
4
votes
2answers
2k views
How to make Excel a potent relational data source for manual entry?
I am using Excel to store data kind of as a relational database for data that will be entered manually (see my other question here : Possible solutions for simple data persistence and manual entry?)
...
4
votes
1answer
2k views
Entity Framework does not track collection changes when reconnecting an entity
I have been using a lot Entity Framework in a MVVM WPF application recently and I ran into some issues. To display data, my view-models are using a short-live ObjectContext. These view-models will be ...
0
votes
1answer
52 views
Manual “version tracker” for our data processing
We have a database system that processes data from source files into some outputs.
This "process" is continuously being updated, enhanced, cleaned and of course executed by a number of people around ...
3
votes
1answer
392 views
Stored Procedure / CHANGETABLE function slow with parameters, fast with literal
I'm using Change Tracking in SQL2008 R2 and seeing a very odd behaviour when trying to determine rows affected in a batch, a stored proc takes ~30 seconds to run when using a parameter value, but when ...
1
vote
1answer
667 views
SSIS or Sync Framework with Change Tracking
Until now, I have worked primarily with LAMP applications, but have a project in which I need to set up two-way syncing between two SQL 2008 servers (one is web-based, the other is inside a firewall). ...
2
votes
1answer
143 views
Change Data Capture for several tables
SQL Server 2008.
Is it possible to create Change Data Capture (or Change Tracking)
for several related tabled in a db?
For example many-to-many relation.
How it will look like?
0
votes
1answer
240 views
Saving changes to an object graph in NHibernate after mapping from DTO to domain object
I have the following layers in my application which I am currently designing:
MSSQL < NHibernate < Repository < WCF < Javascript
On load of its hosting web page (EditOrder.aspx?id=104), ...
1
vote
1answer
79 views
Strategies for embedding change tracking in a structured data document format
When designing a specialized structured-data document format (perhaps upon XML): part of the requirements for this document format are that it accommodates, in a metadata section, a history of ...


