|
Home > Archive > Microsoft Content Management Server > June 2004 > Server side SDO Export
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Server side SDO Export
|
|
| patrick 2004-06-20, 11:28 pm |
| I want to use Server side export ("CmsDeployServer.CmsDeployExport.1") to
export channels, pages, resources, etc. from one server to another.
I note that with the following, the username of the rights on exported page
would be exported, and the rights of channels, etc.
Set cmsExportOptions = objCmsDeployExport.Options
cmsExportOptions.IncludeRightsGroups =
CMS_EXPORT_RIGHTS_GROUP_WITH_MEMBERS
However,
1) What is the behaviour where an Active Directory user that exist within a
rights group on the source server does not exist on the destination server?
2) Is it OK if the users are created seperately on the source and
destination server (as opposed to using ADMT, LDIFDE). i.e., is the
matching only on the username and not the AD GUID?
Assuming that by default physical AD users are not exported from source
server to destination server, could this be done as part of the Server side
export object?
| |
| Stefan [MSFT] 2004-06-20, 11:28 pm |
| Hi Patrick,
1) the user information is just copied. If the user does not exist in a
domain it cannot be authenticated - but this does not affect export/import.
2) yes, this is the normal approach. If you deploy the rights groups without
users and then define other users on the destination server in these rights
groups you will ensure that further updates will also work correct.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"patrick" <patl@reply.newsgroup.msn.com> wrote in message
news:e0xVmHVVEHA.3380@TK2MSFTNGP11.phx.gbl...
> I want to use Server side export ("CmsDeployServer.CmsDeployExport.1") to
> export channels, pages, resources, etc. from one server to another.
>
> I note that with the following, the username of the rights on exported
page
> would be exported, and the rights of channels, etc.
>
> Set cmsExportOptions = objCmsDeployExport.Options
> cmsExportOptions.IncludeRightsGroups =
> CMS_EXPORT_RIGHTS_GROUP_WITH_MEMBERS
>
> However,
> 1) What is the behaviour where an Active Directory user that exist within
a
> rights group on the source server does not exist on the destination
server?
> 2) Is it OK if the users are created seperately on the source and
> destination server (as opposed to using ADMT, LDIFDE). i.e., is the
> matching only on the username and not the AD GUID?
>
> Assuming that by default physical AD users are not exported from source
> server to destination server, could this be done as part of the Server
side
> export object?
>
>
|
|
|
|
|