Error while loading DelZip192x64.dll

Discuss RoboTask here
Post Reply
sarnusch
Posts: 62
Joined: Thu Apr 28, 2022 9:05 am

Error while loading DelZip192x64.dll

Post 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 36871 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?
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Error while loading DelZip192x64.dll

Post 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
Oleg Yershov
Oleg
Site Admin
Posts: 3201
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Error while loading DelZip192x64.dll

Post by Oleg »

Another one question: How many files do you want to pack?
Oleg Yershov
sarnusch
Posts: 62
Joined: Thu Apr 28, 2022 9:05 am

Re: Error while loading DelZip192x64.dll

Post 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.
Post Reply