Page 1 of 1

Error while loading DelZip192x64.dll

Posted: Thu Oct 31, 2024 1:58 pm
by sarnusch
Hello,
I am getting the following error while zipping EDIFACT-files:
Screenshot 2024-10-31 135516.png
Screenshot 2024-10-31 135516.png (16.67 KiB) Viewed 36870 times

The Task is:

Code: Select all

;*****************************
;* RoboTask Task file
;* Do not edit in text editor!
;*****************************
 
[Root]
ActionAfterRun=INTEGER|0
Actions=FOLDER
Automat=INTEGER|-1
CatID=INTEGER|1199727700
Comment=STRINGLIST
ContinueOnError=INTEGER|0
DisableOnError=INTEGER|0
DoNotStopWhenShutdown=INTEGER|0
ExternalName=STRING|"Task2"
Hide=INTEGER|0
ID=INTEGER|591117214
LogOnAsUser=INTEGER|1
Name=STRING|"EDIFACT-Dateien in ZIP-Archiv packen"
OnErrorTaskID=INTEGER|0
Priority=INTEGER|3
RunOnClose=INTEGER|0
RunOnStartup=INTEGER|0
StepPause=INTEGER|0
ToLog=INTEGER|3
UnicodeFormat=INTEGER|1
WriteGeneralLog=INTEGER|0

[Actions]
Action1=FOLDER
Action2=FOLDER
Action3=FOLDER
Action4=FOLDER
Action5=FOLDER

[Actions\Action1]
ActionID=STRING|"A_VARIABLES_SET"
Enabled=INTEGER|-1
Name=STRING|"Set variable ""PATH"" with value ""\\SOURCE"""
Params=FOLDER

[Actions\Action1\Params]
_rt_variables_produced=STRING|"PATH"
expand=STRING|"0"
linecount=STRING|"1"
varname=STRING|"PATH"
varvalue=STRING|"\\SOURCE"

[Actions\Action2]
ActionID=STRING|"A_LOOP_FILE"
Enabled=INTEGER|-1
Name=STRING|"File Loop"
Params=FOLDER

[Actions\Action2\Params]
_rt_variables_produced=STRING|"FILENAME,FILENAMETIME"
createmode=STRING|"4"
createormodified=STRING|"1"
date1=STRING|"20241031"
date2=STRING|"20241031"
destvar=STRING|"FILENAME"
DuringDays=STRING|"1"
DuringHours=STRING|"1"
DuringMinutes=STRING|"1"
DuringMonths=STRING|"1"
file0=STRING|"{PATH}*.txt"
filecount=STRING|"1"
OlderDays=STRING|"1"
OlderHours=STRING|"1"
OlderMinutes=STRING|"1"
OlderMonths=STRING|"6"
savesize=STRING|"0"
searchkind=STRING|"0"
sort=STRING|"0"
sortby=STRING|"0"
sortorder=STRING|"0"
subdirs=STRING|"0"
timesize=STRING|"1"
timevar=STRING|"FILENAMETIME"
WithoutPath=STRING|"0"

[Actions\Action3]
ActionID=STRING|"A_ZIP_PACK"
Enabled=INTEGER|-1
Name=STRING|"Zip Pack Files"
Params=FOLDER

[Actions\Action3\Params]
action=STRING|"3"
coment0=STRING|"{DateTime}, {DayOfWeek}"
coment1=STRING|"This zip-archive created by RoboTask"
comentcount=STRING|"2"
compreslevel=STRING|"1"
destfile=STRING|"DESTINATION\test_{MonthName({FILENAMETIME})}_{YEAR({FILENAMETIME})}.zip"
dosformat=STRING|"0"
file0=STRING|"{FILENAME}"
filecount=STRING|"1"
includeemptydirs=STRING|"0"
includesubfolders=STRING|"0"
incsysandhidden=STRING|"0"
junkdirnames=STRING|"0"
password=STRING|"2488925458254552622424944"

[Actions\Action4]
ActionID=STRING|"A_ROBOTASK_LOG"
Enabled=INTEGER|-1
Name=STRING|"Log Message"
Params=FOLDER

[Actions\Action4\Params]
message=STRING|"{FILENAME} - {FILENAMETIME} - {MonthName({FILENAMETIME})}_{YEAR({FILENAMETIME})}"
type=STRING|"3"

[Actions\Action5]
ActionID=STRING|"A_LOOP_END"
Enabled=INTEGER|-1
Name=STRING|"End Loop"
Many files are zipped but then the process ends with the error.
After that the Task will not work again.
After restarting RoboTask the Task starts again but the same error occurs.

What can cause this error?

Re: Error while loading DelZip192x64.dll

Posted: Thu Oct 31, 2024 2:31 pm
by Oleg
I need to see the complete log of the task.

Also I recommend you to use MonthNo instead of MonthName
You can get a problem with non-ascii symbols

Re: Error while loading DelZip192x64.dll

Posted: Thu Oct 31, 2024 2:40 pm
by Oleg
Another one question: How many files do you want to pack?

Re: Error while loading DelZip192x64.dll

Posted: Mon Nov 04, 2024 9:06 am
by sarnusch
Hi,
I changed from MonthName to MonthNo but I still get the same error.
The folder contains 1639 files.
The error occurs after 1016 files.
I have sent the log via mail.

Edit: each file has a maximum size of 2 KB.