| Chester Ragel 2005-06-23, 2:47 am |
| Hi John,
1 stands for version. Anyway it is a part of program ID.
I'm confused with your 2nd question. In the script you have login name and
password. I think you are assigning them there which are used in sdo
creation. Then what is the point of login user here? It will be exported
with the rights of authenticated user in the script, not the user as who you
log in. Your script seems to be fine for your requirement.
Cheers,
Chester.
"John Howard" <john.howard@anite.com> wrote in message
news:O$baNYxdFHA.4040@TK2MSFTNGP14.phx.gbl...
> Hello,
>
> I am currently fine-tuning some automated deployment scripts. I have a
> couple of questions regarding the standard deployment scripts.
>
> 1. In the line
> pCmsDeployExport = CreateObject("CmsDeployServer.CmsDeployExport.1")
> what does the .1 stand fro and are there any other options. I cannot find
> any documentation about this but am sure there must be some somewhere.
>
> 2. A little trickier - My export (attached) and import scripts are run via
> scheduled tasks. The user I logon as in the scripts is an MCMS channel
> manager. This is because I want to give users the ability to control what
is
> taken by assigning (channel) permissions to this user and an administrator
> would just take everything. The GUID method is not good enough because
there
> are multiple root channels and I do not want to take every child.
>
> My problem is that when I change channel permissions as opposed to channel
> content the changes are not added to the SDO file.
>
> Any help would be appreciated.
>
> Many thanks
>
> John Howard
>
>
>
|