Hi it solved itself. The items where updated, it just took some time to reflect through to the umbraco treeivew. I think it might be caching related. On one of the slave servers I had to recycle the apppool to push the changes through
Yes, as you said, it is cache related, Umbraco keeps an internal cache of the dictionary items for performance, but Courier cannot always clear this successfully, because it's an internal method in the core of umbraco, any other alternative we have is to reset the app-pool, which we'd rather not :)
Courier 2.1 Express exporting dictionary
Hi
I'm trying to use Courier 2.1 to deploy dictionary items from my dev-server to the stage server:
I rightclick the dictionary item and select courier in the contextmenu
Click deploy. Get this screen, where it says that it was transfered
However when I log on the stage server. The dictionary item has not been added.
The stage server is loadbalanced but accesible from the dev machine.
I hope you can help figure out what is wrong. Thanks in advance for your help
Jeppe
Hi it solved itself. The items where updated, it just took some time to reflect through to the umbraco treeivew. I think it might be caching related. On one of the slave servers I had to recycle the apppool to push the changes through
Hi Jeppe
Yes, as you said, it is cache related, Umbraco keeps an internal cache of the dictionary items for performance, but Courier cannot always clear this successfully, because it's an internal method in the core of umbraco, any other alternative we have is to reset the app-pool, which we'd rather not :)
/per
is working on a reply...