View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009197 | 10000-020: File Transfer | Spec | public | 2023-10-11 12:33 | 2023-12-06 20:57 |
Reporter | Alen Galinec | Assigned To | Jim Luth | ||
Priority | normal | Severity | crash | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Product Version | 1.05.02 | ||||
Summary | 0009197: FileType property "Size" and "Read" method data type inconsistent | ||||
Description | The property "Size" is of type UInt64, whereas the "Read" method expects an Int32 for the length/size of the file as the second parameter. Using the UA-.NETStandard framework to read from a file node causes an exception if the second parameter is passed in as an UInt64. (Please refer to the steps to reproduce) The only way to get around this is to cast the UInt64 to an Int32. On Windows, the maximum value of Int32 would equal to a file size of about 2GB. | ||||
Steps To Reproduce | I used the "ConsoleReferenceClient.Net6" to test our server implementation, i.e. I found a place to inject a small snippet of code without having to implement a client app from scratch. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Commit Version | |||||
Fix Due Date | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-10-11 12:33 | Alen Galinec | New Issue | |
2023-10-11 12:33 | Alen Galinec | File Added: grafik.png | |
2023-12-06 20:57 | Jim Luth | Note Added: 0020501 | |
2023-12-06 20:57 | Jim Luth | Assigned To | => Jim Luth |
2023-12-06 20:57 | Jim Luth | Status | new => closed |
2023-12-06 20:57 | Jim Luth | Resolution | open => no change required |