Page 2 of 2

Posted: 05 Oct 2004 07:39
by frank
goldy wrote:mem & disk will not be synced.
How did you figure this out ?
Can you show me an example of you code ? :_)

Posted: 05 Oct 2004 22:36
by goldy
it i basically just sql, so you can use alot of common instructions. There is a couple of tech comms available on the BPWS that explain some small parts. I just expanded on that, I have fixed a few databases successfully using it.

My code is basically just a shell script using standard shell language, I never really got much further with it, only some real basic functions. I will see if I can find an example for you :D

Posted: 26 Sep 2006 07:56
by tot3nkopf
I've used cuser for fixing some bugs . Basicaly if you want to learn diferent commands upon the database put a trace on mgr and simply perform a task in mgr (for example deleting a user) and you will see all the commands which are performed upon the database.
You can then do the same thing directly on the DB.
To put a trace:
srvtrace
traced &

To stop it kill the PID.

Hope that helps you.

Posted: 26 Sep 2006 07:59
by frank
Thanks a lot.
I'll try later.. :-)