A new Flexera Community experience is coming on November 25th, click here for more information.
Hi All,
I am perfroming a database repointing, running the command - “.\Config.ps1 "Config\FNMS Windows Authentication Config.xml" ForceUpdateConfig”
after giving the database names and the credential for the service account, when about to reach the final part, got the below error.
My install directory is 😧
Error:
Invoke-Expression : Exception calling "LoadFrom" with "1" argument(s): "Could not load file or assembly 'file:///C:\Program Files
(x86)\ManageSoft\WebUI\bin\Ionic.Zip.dll' or one of its dependencies. The system cannot find the file specified."
At D:\2018R1\2018R1\FlexNet Manager Suite Installer for 2018 R1\FlexNet Manager Suite\Support\ConfigHelper.ps1:579 char:12
+ $ret = Invoke-Expression "$exe $params"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Invoke-Expression], MethodInvocationException
+ FullyQualifiedErrorId : FileNotFoundException,Microsoft.PowerShell.Commands.InvokeExpressionCommand
===================================
Any idea what could be the issue, i believe may be it having issues with locating the file in C:.
it is available in D:.
Let me know if someone can suggest something.
Nov 13, 2019 08:04 AM
Nov 13, 2019 12:57 PM
Nov 13, 2019 01:39 PM
Hi,
Seems to be a issue with ionic.zip.dll file, try the following workarround:
Nov 13, 2019 08:51 AM
@adrian_ritz1
As mentioned, all the components are installed in 😧
and from the error i think its trying to get something from C:
Should i be concerned about this before i try this workaround.
Thanks,
Sushant
Nov 13, 2019 09:23 AM
Nov 13, 2019 12:57 PM
@Jellou
Thanks for the response.
We had the FNMS installed on 😧
I am sharing the screenshots from the registries. if you can take a look on it.
and thanks for highlighting this.
Nov 13, 2019 01:28 PM
Nov 13, 2019 01:39 PM
you are right, its trying to find the .dll file in C:
after making changes it ran successfully.
really appreciate your support on this case and help in fixing the problem
Thanks,
Sushant
Nov 13, 2019 04:29 PM
May 02, 2020 03:52 PM
Hi,
Errors with the file Ionic.Zip.dll are almost always related to file blocking. By default Windows blocks untrusted files and the Ionec.zip.dll is one of these files. Easiest solution is to unblock the file using Powershell (for example dir "H:\Download_Software\FlexNet Manager Suite 2020 R2" -recurse | unblock-file)
Stefan
Mar 19, 2021 04:24 AM