Hi Tinu,

On Thu, Jul 25, 2013 at 11:33 PM, tinu <tinu.walt...@gmail.com> wrote:

> Hello Josh
>
> Here the output from puppet agent --test --debug --trace:
>
> ruby 1.8.7 (2012-02-08 patchlevel 358) [i386-mingw32]
> C:\Program Files (x86)\Puppet Labs\Puppet\bin>puppet agent --test --debug
> --trace
> ...
> debug: Package[System Center Operations Manager 2007 R2
> Agent](provider=msi): Executing 'msiexec.exe /qn /nore
> start /i C:\\Install\\MOMAgent.msi INSTALLDIR="C:\Program Files\System
> Center Operations Manager 2007"'
>
...
>
err: /Stage[main]/Services::Scomagent/Package[System Center Operations
> Manager 2007 R2 Agent]/ensure: change from absent to present failed: Failed
> to install:  The network name cannot be found.
>

I think you have extra backslashes in the MOMAgent.msi path, which is
consistent with the error message "The network name cannot be found."
msiexec thinks the double backslashes are a UNC path.

Make sure you either use single quotes and single backslashes, or if you
need to interpolate the string, double quotes with double backslashes, but
not single quotes with double backslashes[1].

Josh

[1] https://projects.puppetlabs.com/issues/16246

-- 
Josh Cooper
Developer, Puppet Labs

*Join us at PuppetConf 2013, August 22-23 in San Francisco - *
http://bit.ly/pupconf13*
**Register now and take advantage of the Final Countdown discount - save
15%!*

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-users@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to