![]() |
Problem archiving from shares between 4.01 and 6.01
Hi,
I've just upgraded from 4.01 to 6.01 and now many of my archive jobs no longer work. The jobs archive data into a single zip from shares on different machines. Here is the job under 4.01: Code:
E:\PACL4>type pacl6prob.lstThis is the same job under 6.01: Code:
E:\PACL6>type pacl6prob.lstThanks, Badders |
Hi!
I have made some tests on my own enviroment and I have also been successfull in recreating this problem. The problem appears in PACL 6.01 when you have more than one line in the listfile. Example of listfile that gives the same error message as you have: Code:
\\TESTPC\Install\PACL_Test\*.*Code:
\\TESTPC\Install\PACL_Test\*.*I suggest you test with only one line in your listfile for PACL 6.01 to confirm if you get the same results as I have. Code:
\\DTTST03\Data\pacltest\*.*Kind Regards Micke |
Hi Micke,
Thanks for looking into this. Quote:
It looks there are two issues: 1) Multiple lines in the list file: Code:
E:\PACL6>type pacl6prob.lstCode:
E:\PACL6>type pacl6prob.lstUnder Windows Server 2003 R2 the results for multiple rows in the listfile appears to work (but not storage of shares): Code:
D:\Temp\PACL6>verThanks, Badders |
Hi guys,
Let me confirm this: so there are 2 issues: 1. You want drive/share included into the path 2. If we have multiple share paths in list file, it will not work. Only single line works? thanks! |
Hi spwolf,
Quote:
Quote:
Thanks. |
i think reason that worked in 4.01 was that it was not properly parsed out, while now we have properly parsed it out at runtime ;-).
So basically, we will have to add option to include drive and share name in the future ;-) |
I'm afraid that doesn't make sense.
You've removed a clever and sensible piece of functionality which worked perfectly in the earlier version. Now you're calling this functionality a bug :mad: Quote:
|
Hi!
I can confirm that this listfiles works correctly in Windows XP Sp3 using PACL 6.01 Using driveletters Code:
Q:\PACL_Test\*.*Code:
\\TESTPC\Public\PACL_Test\*.*Code:
Archive: C:\Programs\PACL\PACL6_Filelist1.zipCode:
Q:\PACL_Test\*.*Code:
\\TESTPC\Public\PACL_Test\*.*Code:
Archive: C:\Programs\PACL\PACL6_Filelist2.zipQuote:
This will be a workaround until a update of PACL 6.01 is available. I'll get back with more info when I have finished the script. Kind Regards Micke |
Quote:
Kind Regards Micke |
Quote:
It was one of the "bugs" that other users reported in PACL 4.x. Setting for saving drive letters and network shares is usually an extra option in compression applications, not an default one. If you would preffer to use PACL 4.x, we will gladly issue an refund for you. Just send us an email to support@conexware with your order number and refference this thread. It is just that PACL 6 is really several magnitudes better product than PACL 4. Both "issues" are not complicated to do, but I can not guarantee that version of PACL 6.02 will be out tomorrow. We have to finish other things we are doing right now and then move to PACL. We had PACL in testing for this exact reason for a year and nobody reported anything in past quite few months. We do rely on our users to tell us how they use the product ;-). I am glad that more people are now telling us how they use PACL, thats really very helpful! thank you... |
Quote:
Quote:
Kind Regards Micke |
Quote:
As to the list issue, it is an bug, not intended behaviour! |
Hi Badders!
Here's a script for use with PACL 6.01. It will solve half of your problem by making it possible to have more than one row in a list file. I have made it very simple for me, the script assumes that you have a maximum of 10 rows in the list file. It's very easy to add more if you need to. Here's the code for the script. Copy the code and save it as PACOMP_List.vbs or whatever name you prefer. Code:
'******************************************************************************The script is only tested with PACL 6.01 on Windows XP Sp3. Kind Regards Micke |
For what it is worth, I have only used @list with filenames (not folders) and then multiple lines works OK
(easier as the names don't have to be quoted when spaces are in path/name). |
Micke is spoiling us with his scripts ;-).
|
Quote:
Kind Regards Micke |
Wow - so much interest :)
First of all, thanks for everyone's contributions and especially Micke for the script. I've downloaded it and it works fine for issue 2, "multiple rows in listfile": Code:
E:\PACL6>verI guess we'll have to agree to disagree on whether a developers "tidying up", affecting functionality of the product, is right. If other users are reporting it as a bug then a decision has to be made, one way or the other - which is what's happened. Unfortunately, this time, I was at the wrong end of the decision. Regarding a refund? I don't one. I think I've had real value for money from PACL and wish to contribute to it's continued development. Version 6 does offer so much more (as you say) and I like the way coneXware operates. I do feel a little guilty that I didn't test the version 6 beta as these issues would have surfaced much earlier. Keep up the good work guys and here's looking forward to 6.02. Let me know if I can help with testing etc. Badders |
thank you badders! Better check our future betas so there wont be any surprises ;-).
As i said before, we warmly welcome more advanced users for PACL to the forums, so you can tell us better how you use PACL. Without that, we are just guessing! thanks. |
Hi Badders!
It's nice to hear that the script works for you. As always there's a risk of something missing and you don't see it until someone else is testing it. Kind Regards Micke |
Quote:
Quote:
(Thank you again Micke for your work on the script alternative) Cheers, Badders |
;-)
|
Hi!
I'm working on a new script for use with PACL and during the tests of it I discovered some new information regarding the problem described in this thread. Quote:
List file with one row (Listfile_Singlerow.txt) Code:
Q:\Dokument\Amiga\*.pcxCode:
Q:\Dokument\Amiga\*.pcxCode:
Q:\>pacomp -a -p Test_PACOMP_ListSingleRow.zip @Listfile_Singlerow.txtCode:
Q:\>pacomp -a -p Test_PACOMP_ListDouble.zip @Listfile_Doublerow.txtCode:
Q:\>pacomp -a -P Test_PACOMP_ListDouble.zip @Listfile_Doublerow.txtI haven't tested this with \\<machine>\<sharename>\ in list files but most likely it will work the same depending on if you use the -P parameter. I believe we can remove issue 2 from the list, however I would like to know why it works with -P but not with -p Kind Regards Micke |
p|P : store relative Pathnames|store full Pathnames
;-) |
Quote:
Maybe this should be mentioned in the documentation of PACL that the command -p in combination with a list file could cause error messages if the list file contains more than one row. Kind Regards Micke |
Quote:
|
Quote:
Anyway, thanks for the information. Looking forward the next update of PACL Kind Regards Micke |
Quote:
Code:
E:\PACL6>verBug? ;) |
Quote:
I'll probably be able to reproduce this when using different drive letters if the path and files is the same on both drives. I have also been successful with use of the -p parameter on multiple line list files on some occasions. I need to do some more tests to see how I can recreate a successful results with the -p parameter and multiple line list files. Kind Regards Micke |
Quote:
Listfile_Doublerow.txt Code:
Q:\Dokument\Amiga\*.*Code:
Q:\>pacomp -a -P -r Test_Doublerow.zip @Listfile_Doublerow.txtKind Regards Micke |
PACL 6.02 RC:
http://www.powerarchiver.com/test/release10/pacl602.exe Please check your reported issues and see if they are fixed or not... thanks! |
| All times are GMT -5. The time now is 11:43 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.