I start with a published document on our source server, right-click and choose Courier, and transfer it across to the destination server. When it arrives at the other end, it's sitting in an unpublished state and I need to manually log into the destination (live) server and republish it before it becomes available to visitors.
What could cause this? Is there a setting somewhere that I've overlooked? If the document is published on the source server then I'd like it to still be published on the destination. Any ideas?
Documents should by default be published on the target instance, what happens is that Courier will transfer everything, and then do the publishing after everything is transfered.
So it seems that either the publishing queue wasn't triggered, or the user on the target system may not have rights to publish items.
Check you have Umbraco.Courier.DataResolvers.dll in bin on both systems (this is what handles publishing)
I think the publishing should even create some umbraco log items, so check the log on the target system to see if it actually tries to publish
Thanks Per, it looks like it was probably a permissions issue. It might be a couple of days before I'll know for sure (when we have a new page to go on there) so I'll post back here then and let you know.
Documents becoming unpublished
Hi,
I'm running Courier 2.1 on Umbraco 4.7.
I start with a published document on our source server, right-click and choose Courier, and transfer it across to the destination server. When it arrives at the other end, it's sitting in an unpublished state and I need to manually log into the destination (live) server and republish it before it becomes available to visitors.
What could cause this? Is there a setting somewhere that I've overlooked? If the document is published on the source server then I'd like it to still be published on the destination. Any ideas?
Thanks,
Chris
Hi Chris
Documents should by default be published on the target instance, what happens is that Courier will transfer everything, and then do the publishing after everything is transfered.
So it seems that either the publishing queue wasn't triggered, or the user on the target system may not have rights to publish items.
Check you have Umbraco.Courier.DataResolvers.dll in bin on both systems (this is what handles publishing)
I think the publishing should even create some umbraco log items, so check the log on the target system to see if it actually tries to publish
/Per
Thanks Per, it looks like it was probably a permissions issue. It might be a couple of days before I'll know for sure (when we have a new page to go on there) so I'll post back here then and let you know.
Well, a few more pages have transferred successfully so it looks like that was it!
Thanks for your help :)
is working on a reply...