Auditlog in Servoy 5.1.3

Hi everyone,

I tried to find documentation about creating the Auditlog in Servoy 5.1.3 but I didn’t find what i needed.
Please help me if someone experienced this in Servoy 5. Thank you!

I found in Servoy 4 documentation that some steps must be followed:

  • create a log_server database and a log_server connection
  • for log_server database, create a log table(it doesn’t write if for this table should be created any fields)
  • in this moment, in a certain table properties window, in tab Security, the tracking option can be checked

In the documentation it writes this: “The new Servoy log table will start creating log records AFTER you [re]launch
Servoy Client.”, but unfortunately this isn’t happening.
Is there any trick, can anybody help me from this point?

Thank you!

ionelioras:
I found in Servoy 4 documentation that some steps must be followed:

  • create a log_server database and a log_server connection
  • for log_server database, create a log table(it doesn’t write if for this table should be created any fields)
  • in this moment, in a certain table properties window, in tab Security, the tracking option can be checked

In the documentation it writes this: “The new Servoy log table will start creating log records AFTER you [re]launch
Servoy Client.”, but unfortunately this isn’t happening.
Is there any trick, can anybody help me from this point?

Thank you!

In Servoy 5 you can set a log server and create a log table from server editor (developer).

I understood that, I’ve created the log_server database, the log table in log_server database(only with 1 field, log_id, because there is not written in the Servoy 4 documentation that certain fields should be added too).
After all this, for certain tables I’ve checked in table settings the Explicit Tracking. After launching the client, and making some modifications on the records from that tables, the log table is still empty.

Thank you!

ionelioras:
I understood that, I’ve created the log_server database, the log table in log_server database(only with 1 field, log_id, because there is not written in the Servoy 4 documentation that certain fields should be added too).
After all this, for certain tables I’ve checked in table settings the Explicit Tracking. After launching the client, and making some modifications on the records from that tables, the log table is still empty.

Thank you!

This is the old way, used in Servoy 4 (I guess). Now you have to go in server editor, there you have a checkbox and a button (to create the table). You are talking about developer, right ?

It worked, nice! The button was there: “Create log table”

Thank you!

hi everybody…

i dont know wether this topic is true or not for my questions but pls excuse me…im pretty new in programming…

recently a new language has been published by Microsoft named LightSwitch (probably you know)
I was just starting to learn LightSwitch but i discovered Servoy and i gave up learning it.Because as I search Servoy has wide usage rather than LightSwitch…(for example Servoy has web apps, Iphone apps but LightSwitch not)

for all that reasons above, i need some help for lerning Servoy…

please someone help me!

links, videos, texts etc…

thanks in advance

You should start with tutorials:

http://www.servoy.com/content.jsp?t=790&mt=393

Read the forum, download and install Servoy developer, play a bit with it … If you have specific questions you can ask on the forum (but please start a different topic for each subject)

Even better than the tutorials Laurian mentioned, have a look at our quickstart tutorial: http://wiki.servoy.com/display/DOCS/Quick-Start+Guide

And, when you have question: this forum is the place.

Welcome to the world of Servoy!

thanks you two for answering me in a short time…:)

I’ll try your advices…

thanks again

Hi,

I read this post and I have the log table an im my other table the tracking is on. I made some changes to the table but nothing happens in the log.

What am I missing?