Occasionally (but not consistently) IM COM will fail to open and process a file.
Convert returns the following errors (adjusted path and filename)
Code: Select all
convert: 445: unable to open cache `D:\InetPub\VirtualServers\Images\upload\filename.jpg': Permission denied:
convert: 450: Application transferred too few scanlines `D:\InetPub\VirtualServers\Images\upload\filename.jpg':
Given that at times, this and other files will process correctly I'm moderately confident that the TMP directories and the target directories have the appropriate permissions.
Is it possible that with the multiple ASP threads, that one picture's cache is corrupting anothers'? Or that there is some temporary filename collision problem?