10-20-04 10:48 PM
You explored similar topic in below link, but wasn't resolved fully
resolved
http://groups.google.com/groups? q=...ogle.com&rnum=1
I am using these underlying DLLs wrapped up via .dotnet Interop
C:\Program Files\Microsoft Content Management
Server\Server\bin\Microsoft.ContentManagement.Interop.NRSiteDeployServer.dll
Interop.SITEDEPLOYCLIENTLib.dll
I am exporting using the client side component and importing using
client side component.
I have FileWatcher class that watches a folder to see if there are any
new commands (ie, kick of export / import with the node value in the
file that was just created)
The basic process I am following is
1. Export Node from Authoring Server
2. BackUp Same Node on Public Viewing
3. Import the SDO Package to Public Viewing Server
On random occasions I get the error below. The node to export is
always the same. Currently in development mode, Authoring & Viewing
Server are the same. Thus that means they are the same database
underlying. Most of the time it happens on Import, but rarely it
happens on Export (step 1)
Let me know, if you can help me or redirect me somewhere ....
Regards,
hjain
****************************************
*****
Exception Type: System.Runtime.InteropServices.COMException
ErrorCode: -2147467259
Message: Called a method on an object before it was initialized
TargetSite: System.String Export(System.String, Int32, System.String)
HelpLink: NULL
Source: (File inrexportobjectpackageimpl.cpp, Line 647)
StackTrace Information
****************************************
*****
at Microsoft.ContentManagement.Interop.NRSiteDeployServer.CmsDeployExportCla
ss.Export(String
strPackageFilename, Int32 lTimeIntervalInMin, String strParentChannel)
at XXX.XXX.ContentMangement.SDOExportImport.Server.Export.Process()
in C:\Products\EYOSolution\PortalSolution\S
DODeployment\SDODeploy\Server\Exp
ort.cs:line
63
[ Post a follow-up to this message ]
|