Questions tagged [auditing]

330 questions
0
votes
1 answer

Trigger-based SQL Server auditing

I'm working on a simple VB NET/WPF application that communicates with a SQL Server 2012 database, which at least two or more people could be using at the same time. To keep track of any and every change in the database (INSERT/UPDATE/DELETE), I'm…
Naucle
  • 626
  • 12
  • 28
0
votes
1 answer

What is the meaning of ObjectRemoved (JaVers) type of change?

JaVers users, I try to understand the basics of a JaVers compare, but can't figure it out! I've created a very basic MyObject class like below: public class MyObject { @Id private int id; private String name; private String…
g.verhaag
  • 139
  • 3
  • 11
0
votes
0 answers

Is there any MongoDB handler for find event?

I want to know is there any handler or trigger kind of functionality exist in MongoDB which can help me to run my mongo command on find query? Basically, I want to run specific set of Mongo queries on find query. You can say a listener on find query…
0
votes
1 answer

Call method post transaction commit

I have a very peculiar requirement where I have to insert records in 2 tables (audit tables) if insertion in one particular table succeeds. Here I am not talking about @PreInsert in Listener because Listeners are always called in the same…
rishi
  • 1,792
  • 5
  • 31
  • 63
0
votes
5 answers

MS SQL Auditing

I have a problem with a Database at my work. There is currently auditing in place, but its clunky, requires a lot of maintence, and it falls short in a few regards. So I am replacing it. I want to do this in as generic of a way as possible and have…
FallenAvatar
  • 4,079
  • 1
  • 21
  • 24
0
votes
0 answers

Particular ServiceControl auditing and Bus.HandleCurrentMessageLater();

We recently had an endpoint with logic to defer message processing by simply calling Bus.HandleCurrentMessageLater() malfunction. Within ~48 hours ServiceControl's RavenDB file grew to over 100 gigs (It just kept calling defer on the same few…
0
votes
0 answers

Is there a way to change the password and auditing policy with a script?

I am trying to write a script to change the password and auditing policy on a local machine as one would do through Group Policy editor. However, I have not found a way to change these settings through a batch script, whether by editing the registry…
0
votes
0 answers

Oracle Auditing for normal accounts/users

In Oracle 10g, the command "audit all" does not enable the auditing for normal users. Customers requries auditing activities for all the accounts that they login. Works only with SysDBA and SysOper permission. Thank you Sam Roberts
0
votes
0 answers

Grails Audit Logging: Selective auditing and onChange method

We are using grails audit logging plugin for auditing few domain objects in our project https://grails.org/plugin/audit-logging Facing couple of issues related to it: We have a user domain object which we want to audit. We also create lot of users…
user1270392
  • 2,981
  • 4
  • 21
  • 25
0
votes
2 answers

Maximo: BMXAA1066E - Condition cannot be deleted since it is being referenced in one or more places

When trying to delete a conditional expression, you are given the following error message: BMXAA1066E Condition cannot be deleted since it is being referenced in one or more places. According to the reference count, this is true -…
ESP
  • 979
  • 2
  • 9
  • 21
0
votes
1 answer

Returning PK of gridview when updating or inserting (ASP.NET, C#)

I require all changes such as inserts, updates and deletes to a table to be auditted, and I'm using a simple SQLDataSource and GridView with automagically generated INSERT/UPDATE/DELETE statements. Problem is, when a row is updated I want to get the…
Chris
  • 7,415
  • 21
  • 98
  • 190
0
votes
2 answers

writing audit records of pre and post values

I'm currently using an SqlDataSource in ASP.NET/C# to let users insert, delete and update entries in a table/gridview. Every event needs to be written to an audit table. I have easily implemented inserting and deleting - when inserting, the main…
Chris
  • 7,415
  • 21
  • 98
  • 190
0
votes
1 answer

Auditing device files using auditcl daemon

I am trying to see what commands are typed in my terminal and serial port. For that I am using auditd daemon which helps me in auditing files. I thought of a creating audit rules on /dev/tty and /dev/ttyAMA0 for seeing whats happening on terminal…
0
votes
1 answer

Is it possible to bypass OpenEdge auditing?

The subject says it all really. Does anyone know if there is a way to execute Progress ABL code that modifies a database (with OE auditing active) AND bypass OpenEdge's auditing functionality? So say there is a database with auditing enabled and a…
Drammy
  • 940
  • 12
  • 30
0
votes
0 answers

Is there any thing like BELARC ADVISOR

that will scan a whole domain and show the results in a web page of excel format and ideally free (ish) Would like something that doesn't need installing
R3G1
  • 31
  • 4