greetings!
i wish i'm in the right newsgroup..
i just want to ask if it is possible to export or copy users from my current
COM+ server to another?
we created a COM+ Application for our customized application (3-Tier), many
users were defined in each Roles. We modified the source code of the COM+
application and of course it's a new compilation. we are putting it on the
other computer but our problem is, there are so many users were defined in
the old COM+ Server and if we repeat defining users into a new one, it's a
lot of work!
i hope there is another easy way aside from my question..
thanks,
COM+ Newbie
Sandor Heese - 22 Feb 2006 23:52 GMT
There is no easy way (as far as I know) to copy all the users to your 'new'
COM+ server. You can however program against the 'COM+ administration
classes' and write a program to copy the user configuration.
For the future I would suggest to create user-groups and add the user-groups
to the roles in COM+. Do not add individual users to the roles in COM+.
Sandor
> greetings!
>
[quoted text clipped - 17 lines]
>
> COM+ Newbie