Tony Cheng
Guest
|
Posted:
Tue Jan 11, 2005 2:19 pm Post subject:
Re: Site Deployment Script Problem |
|
|
My problem is solved. I changed the export function to use Server-side SDAPI
and then everything goes fine !!
"Tony Cheng" <sdasd@fdfsds.com> wrote in message
news:uWBitH79EHA.2540@TK2MSFTNGP09.phx.gbl...
| Quote: | http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=d76afe6e-235a-44b2-92c5-1c4911aa1553
I am using site deployment script provided by above url. In this example,
import and export are two console exe. Now I have merged them into a
single console exe. Both import and export I am using Site Deployment API
Client-side.
The problem I faced is that after I have successfully exported a sdo from
my backend MCMS, I cannot login the front end MCMS for import. The program
hang on when cmsDeployImport.AuthenticateAsUser is executed. But if I
disable export function, I can successfully login frontend MCMS.
Is that I should release the connection to backend MCMS first before I
login frontend MCMS ? but I cannot find out any methods I can call in
SDAPI Client Side.
Thank you very much
Tony
|
|
|