11-14-06 12:27 PM
Hi Brian,
please open a support case for this.
We might need to analyze a memory dump to see what's going on.
Cheers,
Stefan
"Brian Fernandes" <axionatananzi.co.za> wrote in message
news:eLC%23UTyBHHA.4844@TK2MSFTNGP02.phx.gbl...
> We have three production CMS servers - South Africa, Europe and in the US.
> The idea behind the system noted below is to automatically push postings
> from either SA or the EU to the US server once approved.
>
> This system runs under a Window service and MSMQ - once a posting is
> approved, a message is sent to a queue. The service polls every so often
> for new "export notification" messages; when received, the appropriate
> posting is then exported using the SDAPI, and then forwarded onto the US
> server via another MSMQ queue.
>
> This service works perfectly in the EU, but is failing in SA - we're
> getting the following in the event log:
> "MCMS Site Deployment - Error occured. System.InvalidOperationException:
> There was an error generating the XML document. --->
> System.InvalidCastException: Specified cast is not valid.". Exporting
> works fine in site manager.
>
> In an attempt to find the problem, a simple console application was
> created that uses the same basic premise (read: code base) as the
> service - monitor queue, export posting, send to another queue.
>
> The frustrating bit: the console application, when running under the same
> account as the Windows service, works perfectly - and the Windows service
> fails.
>
> Any guidance would be much appreciated,
> Thanks...
>
> Brian
>
[ Post a follow-up to this message ]
|