![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, * I have an application written in .net, I have only the .exe, not the source. It keeps processing data from an external source and inserting on a table, but sometimes I can't see the data on the table. Sometimes it inserts, sometimes doesn't. Vendor is taking too long to figure that out, since the message that get inserted look like exactly like the one that doesn't I suspect it is trying to commit but somethingwrong happens. App log doesn't show any error, external data source says it sent the data correctly, App log says it received, but nothing is inserted. Is there a way to trace uncommited inserts? I would try to check if the insert is happening at all, perhaps the App log isn't catching something that could be a big error... Thanks! -- Tiago |
#3
| |||
| |||
|
|
I have an application written in .net, I have only the .exe, not the source. It keeps processing data from an external source and inserting on a table, but sometimes I can't see the data on the table. Sometimes it inserts, sometimes doesn't. Vendor is taking too long to figure that out, since the message that get inserted look like exactly like the one that doesn't I suspect it is trying to commit but something wronghappens. App log doesn't show any error, external data source says it sent the data correctly, App log says it received, but nothing is inserted. |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Mladen: # Now this looks like an intelligent design! There are entities called "triggers" which can be made to fire on insert. ... So you have already been able to look inside from the little material supplied by the OP and guess that triggers are involved? *Your crystal ball must be working better than mine today. |
#6
| |||
| |||
|
|
On Apr 29, 12:47*pm, John Hurley <hurleyjo... (AT) yahoo (DOT) com> wrote: Mladen: # Now this looks like an intelligent design! There are entities called "triggers" which can be made to fire on insert. ... So you have already been able to look inside from the little material supplied by the OP and guess that triggers are involved? *Your crystal ball must be working better than mine today. That is not what Mladen said or implied. *The intent here is to suggest that the OP possibly create a trigger to capture insert transactions into a separate table, with other information such as who did the insert and when, to track what is or isn't *happening. *There was no mention that the venedor is using triggers. David Fitzjarrell |
#7
| |||
| |||
|
#8
| |||
| |||
|
|
So you are Mladen are twins that understand exactly what the other was trying to convey in a newsgroup posting? |
#9
| |||
| |||
|
|
David: # That is not what Mladen said or implied. So you are Mladen are twins that understand exactly what the other was trying to convey in a newsgroup posting? I did not realize that ... #*The intent here is to suggest that the OP possibly create a trigger to capture insert *transactions into a separate table, with other information such as who did the insert and when, to track what is or isn't *happening. That's such a better idea than getting a 10046 trace initially eh? #*There was no mention that the venedor is using triggers. Try reading the next several lines of Mladens reply that I left out a couple of times. *Do the shampoo thing ( rinse and repeat ) ... |
#10
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |