Heiko
New Member
Posts: 18
|
Post by Heiko on Jun 12, 2004 2:06:33 GMT -5
Some users of my software get the next problem. After zipping different files to one zip, the component will move the file from the temporary location to the end location.
A hint appears like this one: file C:\DOKUME~1\kara\LOKALE~1\Temp\KPZ46B.tmp can not be opened.
Not ever, but ever more frequently.
I use EurekaLog, so the error is located in kpLib.pas on line 718 S := TkpFileStream.Create(FromFile, fmOpenRead);
The error appears from kphstrmns.pas on line 351
I hope, you can give me a hint, why the temporary file is not available.
BTW: Computer... Name : HOME-PC Total Memory: 511 Mb Free Memory : 295 Mb Total Disk : 12,69 Gb Free Disk : 6,64 Gb
Operating System... Type : Microsoft Windows XP Build # : 2600 Language: Deutsch (Deutschland)
Thanks. Greetings from Germany. Heiko
|
|
|
Post by Kevin on Jun 12, 2004 16:26:10 GMT -5
I'm not completely sure what you are saying. Are you saying that when VCLZip goes to move the temporary file from the temporary directory to replace the original zip file, you get an error? Is the hint that you mention, is that the exact error that you get?
Is the temporary directory where the temporary file is located on the same disk that the original zip file is, on the same disk?
Kevin
|
|
Heiko
New Member
Posts: 18
|
Post by Heiko on Jun 13, 2004 17:07:09 GMT -5
> Are you saying that when VCLZip goes to move the > temporary file from the temporary directory to replace > the original zip file, you get an error?
Yes, VCLZip want to move the temporary file to the original save location (Zip.FileName).
> Is the hint that you mention, is that the exact > error that you get?
Yes, with hint I mean the exact error.
> Is the temporary directory where the temporary file > is located on the same disk that the original zip file > is, on the same disk?
I believe it is not a problem of the save location. One user uses the following paths: temp location: G:\Backups\backups\Temp\ backup location: G:\Backups\backups\
An other user uses: temp location: C:\DOKUME~1\mann\LOKALE~1\Temp\ backup location: J:\Diverses\backup\
Heiko
|
|
|
Post by Kevin on Jun 13, 2004 21:13:18 GMT -5
So far I don't have a clue why this would be happening. The temp file is closed just before the line where you are getting the error.
What version of Delphi did you say you are using?
Kevin
|
|