lsatenstein
16th February 2006, 22:53
Is there a Standard session in 4C4 that allows me to copy one Baan user from system A to system B.
I want to just copy the user, and not the whole tables.
The basic assumption is that the second system is an application image of the first.
GGM-Admin
17th February 2006, 12:21
Hi
there is no Baan Session available for that.
When I understand you right... you will buid up a secon application Server and work on one Database???
In that case you only need to copy the u and p files from $BSE/lib/user.
Regard
Markus
Viplov
18th February 2006, 12:34
You can do the same thing by import version and take a sequential dump of table and run bdbpost.
Viplov
lsatenstein
18th February 2006, 22:03
I guess I was not clear about the need. I only want to copy a specific user (one at a time). The reason is simple, It is a development system, and the users that are there already have their authorisations set up to their needs. A table copy will distroy their settings.
Yours
Leslie
mark_h
18th February 2006, 23:13
A table copy will distroy their settings.
I don't think it is to hard to set up a user, but the authorizations would probably be the most time consuming. Of course I have only done this in a limited fashion - but I have dumped tables, greped for my key value into a new file, then imported the new file in append mode. No destruction of current data.
And my favorite "easiest" way is to just get the admin to worry about. :D
Viplov
20th February 2006, 06:18
I guess I was not clear about the need. I only want to copy a specific user (one at a time). The reason is simple, It is a development system, and the users that are there already have their authorisations set up to their needs. A table copy will distroy their settings.
Yours
Leslie
IF you want to copy a single user to another company or to more than one company you can do the same thing by take a sequential dump of all the required table and remove the data which you donot want to copy and then run bdbpost to enter the record of specific user(s) to another company.
syntax would be:
bdbpost6.1 -Rmnf -t"|" -D . -E <err file name> -c 995