walter01
11th September 2006, 14:16
Does anyone have a ready to use script to copy user permissions from one server to another ? (tables ttaad200 through 231, 400 and 999),
I can make one myself but I was hoping I could save some time by using something already made.

thanks,

Walter Grimm

just_fro
17th September 2006, 02:03
Hi Walter,

Copy from one server to another.....
Can't you just dump the tables and import them?
Or use the exchange module ?

walter01
18th September 2006, 10:11
That's what I did now. I created a script that dumps the tables, reads a list with the user id's you want, extracts the data from the dumps and creates new import files.

Walter