Thanks! Will have a look if this works.
Do you know if this is something that requires admin access?
Cheers!

On Mar 30, 3:27 pm, Gavin Cope <[email protected]> wrote:
> I haven't tried this bookmarklet and it was written for version 4.x so your
> mileage may vary.
>
> Create a bookmark with the following URL:
>
> javascript:var%20httpRequest;%20try%20{%20httpRequest%20=%20new%20XMLHttpRe 
> quest();%20}%20catch%20(e)%20{%20try%20{%20httpRequest%20=%20new%20ActiveXO 
> bject("Msxml2.XMLHTTP");%20}%20catch%20(e)%20{%20httpRequest%20=%20new%20Ac 
> tiveXObject("Microsoft.XMLHTTP");%20}%20}%20if%20(httpRequest%20!=%20null)% 
> 20{%20httpRequest.onreadystatechange%20=%20function()%20{%20if%20(httpReque 
> st.readyState%20==%204)%20{%20if%20(httpRequest.status%20==%20200)%20{%20al 
> ert("All%20Caches%20Cleared");%20}%20else%20{%20alert("Error%20Connecting%2 
> 0to%20LiveServer:%20"%20+%20httpRequest.status);%20}%20}%20};%20var%20urlPa 
> rts%20=%20window.location.href.split('/');%20var%20ajaxUrl%20=%20urlParts[0 
> ]%20+%20'//'%20+%20urlParts[2]%20+%20'/'%20+%20urlParts[3]%20+%20'/'+urlPar 
> ts[4]%20+%20'/infosys/'%20+%20urlParts[6]%20+%20'/cache/info?button=btDelet 
> eAllCaches&txWebFormId=CIM0001F&serverinfo=true';%20httpRequest.open('POST' 
> ,%20ajaxUrl,%20true);%20httpRequest.setRequestHeader("Content-Length",
> "0");%20httpRequest.send(null);%20}%20else%20{%20alert("Your%20browser%20do 
> es%20not%20support%20AJAX");%20}
> There were a bunch of new RQL messages introduced in 10.1 that may have
> assisted but I can't think of anything in verison 9 that would do what
> you're wanting.
>
> Cheers,
>
> Gavin
>
> On 30 March 2012 14:06, Markus Giesen <[email protected]> wrote:
>
>
>
>
>
>
>
> > Yeah, an upgrade to v11 is probably not an option.
> > Any pointers to the bookmarklet?
>
> > Ideally I'd need some sort of task that can run scheduled from a MS
> > Server
>
> > On Mar 30, 12:58 pm, Gavin Cope <[email protected]> wrote:
> > > Just run deliveryserver_11.0.0.329_201201102318\Setup_x64.exe and the
> > > problem should go away ;)
> > > Sorry, that wasn't very helpful was it?
>
> > > I'm not aware of a script to do it, though I'm sure it's possible. I have
> > > seen a bookmarklet to do it however it only works when run from an active
> > > Delivery Server session.
>
> > > Cheers,
>
> > > G.
>
> > > On 30 March 2012 11:52, Markus Giesen <[email protected]> wrote:
>
> > > > Hi there,
>
> > > > does anybody know of a way to clear the Delivery Server automatically
> > > > every X hours?
> > > > I'm after a script / batch job that can be executed automatically
> > > > every so often.
>
> > > > The issue is that the current DeliveryServer cluster (v9) doesn't seem
> > > > to refresh the cache after publication.
>
> > > > cheers,
> > > > Markus
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "RedDot CMS Users" group.
> > > > To post to this group, send email to [email protected]
> > .
> > > > To unsubscribe from this group, send email to
> > > > [email protected].
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/reddot-cms-users?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "RedDot CMS Users" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to
> > [email protected].
> > For more options, visit this group at
> >http://groups.google.com/group/reddot-cms-users?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.

Reply via email to