Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Ahhouais
Contributor
Contributor

md5-checksum : 31 chars

Hi all,
I'm using 4.2.3 version of TIS.
I've noticed that for some files of an FTP serveur, the md5-checksum is not always 32 chars long when using the tFTPFileProperties. For example, when the md5-checksum gives me 9daefc3397d61e35581acc7380e763a (31 chars) with tFTPFileProperties. But when I've downloaded it, the md5-checksum is 09daefc3397d61e35581acc7380e763a (32 chars) with the tFileProperties... If the solution is to add a 0, I can manage with it.
Thanks,
Labels (2)
1 Reply
Anonymous
Not applicable

Hi
The code related to md5 is
row1.md5 = new java.math.BigInteger(1,
dgs_tFTPFileProperties_1.digest()).toString(16);

Maybe this is due to that BigInteger() method needs to be converted into String.
Please report it on BugTracker.
Regards,
Pedro