scpcooin
21st June 2005, 13:50
Hello,
I have BaaN V in my environment and for maintenance sake I want to delete 60 users. How this can be made easier with minimum work involved. Please advise.
Bye
scpcooin
victor_cleto
22nd June 2005, 12:38
Plainly said, there is no easy way with minimum work.
You can automate a lot on user maintenance by using [unix] scripts, manipulation of data/tables stright in the database and job usage to convert to runtime but, on Windows, forget about it. Even on unix you would loose way more time developping and testing all procedures than doing the manual deletions.
macahu
28th June 2005, 15:49
HI
Look at this thread :
www.baanboard.com/baanboard/showthread.php?t=12586
Regards
Viplov
13th July 2005, 15:43
In windows NT is difficult to delete users simultaneously but in unix u can able to do simply with bdbpost. It will save a lot of time and effort.
Viplov
Rita Kotecha
13th July 2005, 16:33
1) Find the tables the user Domain is used in 000 Company
2) Store 60 users in a array or a customized table
3) delete records from the tables in 1) for the users in 2)
I have never tried this. This is a thought.