Re: VBScript package



Steve,

That seemed to work very well thank you.That seemed to fix my immediate
issue very nicely. I am still wondering why the original didn't work. I
did notice that I pasted the wrong script the first time. The script
that was using was extremely similar your to yours (it included
descriptive messages before the quit statements). I think I found the
issue that I was having. I was downloading the package and then running
it from the client. I noticed that in the CAS.Log file that there were
references from my previous run that said:

Cache is in Use. DeleteCacheItem cannot proceed.
CacheManager.DeleteCacheItem failed with 0x80008203

So I am assuming because I was running the script from cache all of the
cache content was locked and unavailable for use. When I ran it
manually even though the command was the same SMS was not running it so
the cache was available for deletion. Does this sound plausible?

.



Relevant Pages

  • Re: IIS Template Cache and Script Engine Cache
    ... Ok, I went and asked the ASP Dev about it, so I will share what I've ... The two concepts you are asking about is the "Template Cache" and "Script ... The "Template Cache" is a cache of the intermediate form of the particular ...
    (microsoft.public.inetserver.iis)
  • Re: Problem: Threads in Python?
    ... >This script calls a very slow function, with a duration of 10-40 seconds. ... i inserted a cache for the data. ... blocks the cgi script until it gets a result. ...
    (comp.lang.python)
  • Re: IIS Template Cache and Script Engine Cache
    ... the templates in the template cache containing "other ... By this do you mean that the HTML that is in the asp page ... Cache" and "Script ...
    (microsoft.public.inetserver.iis)
  • Re: query parameters at the end of the JavaScript file
    ... CGI to serve static script files. ... information in the query is a version number. ... Browsers are not supposed to cache GET requests with queries AFAIK. ... There is no "query tacked onto it", the request is part of the URI ...
    (comp.lang.javascript)
  • Re: query parameters at the end of the JavaScript file
    ... CGI to serve static script files. ... Browsers are not supposed to cache GET requests with queries AFAIK. ... If the recs suggested that you don't cache a URI simply because it was a GET request then every search engine on the web would become crippled within an hour. ...
    (comp.lang.javascript)

Loading