-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Int32 value in Test-TargetResource #7
Comments
Thank you for your report. We will investigate this issue and report back to you as soon as we have more information. |
Thank you for your reply. What information do you need from me? Target system specifications or something like that? |
If possible, I would be glad if you could provide a ZIP archive that could reproduce the problem. |
Oh, this is a little bit difficult, because the zip file which causes the problem contains files we are not allowed to share. Furthermore, a file sized more than 2 GB is not really suitable for an upload to the internet, is it? ;) |
I understand that is difficult. Perhaps I can create a ZIP archive that can reproduce the problem myself. Don't worry about it. 😉 |
We have released v1.8.2 which may fixes the issue, please try it. This error was occurring when the archive contained files larger than 2GB. The file size larger than 2147483647 bytes (=2GB) was not parsed because the incorrect |
Thank you so much! This fixed the problem! :) |
We are facing a problem when a large zip-archive (> 2GB) is extracted on the target machine. The error message indicates an overflow. This is the error message:
PowerShell DSC resource x7ZipArchive failed to execute Test-TargetResource functionality with error message: The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: Cannot convert value "2179746370" to type "System.Int32". Error: "Value was either too large or too small for an Int32."
The text was updated successfully, but these errors were encountered: