Bulk move nodes? Options
cmarcel
Posted: Tuesday, February 12, 2008 8:31:47 PM
Rank: Newbie

Joined: 1/16/2008
Posts: 8
Hi,

I was hoping to move a few hundred nodes and was wondering what API's I should use to do that (if possible). I looked at all the available webservices, but none of them seem to have the operation available.

The NodeService web service might be an exception, but it seems to be an orphan asmx page since there is no code for it in the 3.0.3 source, as far as I can tell.

On a related note, I've been having a lot of trouble with database connections not getting released properly when doing bulk operations on umbraco. For example:
- publish children (through the admin UI)
- documentService.create (creating content programmatically)
Is this common? Aside from doing IISReset's, are there any workarounds? This is particularly an issue for the publish children UI command, as I can't modify it to pause every 100 nodes.

Thanks!

Christophe
cmarcel
Posted: Wednesday, February 13, 2008 2:39:41 AM
Rank: Newbie

Joined: 1/16/2008
Posts: 8
Just figured out I can re-publish a large set of nodes without maxing out the connection pool by re-publishing the entire site, which just clears the cache, I take it :)
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.