Page 1 of 1
Could not access network location network path
Posted: Fri Oct 30, 2015 2:58 pm
by Galina
Our customer changed the server and reinstalled our apps via InstallAware script. Script complains "Could not access network location network path" and shows old network path. Any suggestions what is needed to be cleaned up, or how script should be modified? We are using NativeEngine=true.
Thanks
Re: Could not access network location network path
Posted: Mon Nov 02, 2015 12:06 pm
by FrancescoT
Dear Galina,
it seems you have an invalid path specified somewhere with a script command, but it's quite difficult to identify the offending statement without having your code.
Did you get any chance to isolate the script command that generates the error?
For what you are reporting, I suppose this occurs when you run the package in maintenance mode (REPAIR).
If this is true, please note that in REPAIR mode the setup will repeat the installation as it was originally installed.
This means that the REPAIR process will reuse the same identical parameters that was used to install the package.
So if this is the case, this is not an error ... instead it's the installation that should be repeated from scratch (uninstall -> install).
Regards
Re: Could not access network location network path
Posted: Tue Nov 03, 2015 11:08 am
by Galina
Thank you! We found the problem. We had Install/Remove MS package in script and it generated the error about none-existing path. We do not require "true" uninstall in our case, so commenting this call is the solution.
Re: Could not access network location network path
Posted: Tue Nov 03, 2015 1:32 pm
by FrancescoT
Happy you solved!
Regards