WebUpdate is not working anymore

Hi

The updating process doens't working anymore since the last version on "WEBUpdate" (I guess, but not sure).
I build the INF file with UpdateBuilder, and the parameters are exactly the same as previous updating.
But now the WebUpdate.NewVersionAvailable() function get False everytime, even if then updating config is unconditional :
"[update]
unconditional=1
[files]
count=12
[file1]
...

Any idea ?
regards
olivier


We're not aware of any issues in the latest versions of TWebUpdate.

I'd recommend to enable logging on the TWebUpdate component and check the log file to see what exactly is happening. Do you use HTTP or FTP based update and are you sure there isn't an firewall or antivirus software blocking internet access for your application?

Hi

and thanks you for your answer.

I transfer files througout ftp (filezilla), and files are tranfered to their destination.

I activated the logging.

This morning I created a new INF file using unconditional update :

INF file (part of)

"[update]
unconditional=1
[files]
count=12
[file1]
url=http://xxxxxxxx/xxtbag.fr.CAB
localversion=xxxbag.fr.lng
targetdir={app}
descr=Fichiers généraux
compressed=0
filesize=157401
[file2]....."


and WUPDATE.LOG file contains :

"

12/06/2017 07:48:42 : [918] Checking for Internet connection (Status:3) (Error:0)
12/06/2017 07:48:42 : [921] Found open Internet connection (Status:3) (Error:0)
12/06/2017 07:48:42 : [915] Download : http://xxxxxxx/xxxBag/xxxx.INF (Status:3) (Error:0)
12/06/2017 07:48:44 : [926] Update control file found (Status:3) (Error:0)
12/06/2017 07:48:44 : [928] Date based update found (Status:3) (Error:0)
12/06/2017 07:48:44 : [930] No new version found (Status:4) (Error:0)
12/06/2017 07:48:44 : [949] Closed Internet connection (Status:3) (Error:0)
12/06/2017 07:48:44 : [949] Closed Internet connection (Status:3) (Error:0)
"

But still the newversionavailable function get False ?

What's wrong ?

regards

olivier

Are you sure the URL to the .INF file is correct?

According to the log file, it still finds a date based update

-> 2/06/2017 07:48:44 : [928] Date based update found (Status:3) (Error:0)

Had you used before a date base version check criteria?

Hi

I would like to apologize you about this post ...
In fact during the file transfer throughout the server with filezilla, I transferred these files into a wrong directory :( shame

Sorry again
olivier