This topic is locked

Audit Table Name got crazy

12/23/2021 4:26:46 PM
ASPRunner.NET Tips and tricks
E
erosolmi author

I got crazy trying to use an audit table already present in my DB (MS SQL): table was not listed in the list of eligible audit tables inside Security/Locking and Audit.

I discovered that:

  • if name of the table ends with _Audit with "A" capilal letter ... table is NOT listed
  • if name of the table ends with _audit with "a" small letter ... table is listed

Documentation is not updated for that area of the application and this is not mentioned anywhere as far as I know.

Regards
Eros

ASPRunner Ent 10.6 build 38243 x64

admin 12/26/2021

There is nothing wrong here the way I see it. The correct postfix is _audit as in project1_audit. This is how it is suposed to work.