- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Confusing HPSIM Install Error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2007 06:48 AM
01-08-2007 06:48 AM
Confusing HPSIM Install Error
[Mon Jan 8 14:32:29 EST 2007] HPIC Install: window_onload()
[Mon Jan 8 14:32:29 EST 2007] HPIC Install: WriteSettingsXML()
[Mon Jan 8 14:32:29 EST 2007] HPIC Install: WriteSettingsXML: ERROR -2146828218: Permission denied
[Mon Jan 8 14:32:29 EST 2007] HPIC Install: RestoreFormData(document[object])
[Mon Jan 8 14:32:29 EST 2007] HPIC Install: GetFrameFileName(frame[object])
[Mon Jan 8 14:32:29 EST 2007] HPIC Install: Frame filename = [wbem-snmp-settings.htm]
[Mon Jan 8 14:32:29 EST 2007] HPIC Install: window_onload: ERROR -2146828218: Permission denied
[Mon Jan 8 14:32:30 EST 2007] HPIC Install: btnNext_onclick()
The permission denied error appears in the log every time I hit the 'next' button. I have rebuilt this server twice with the same error. I have used local and domain accounts with the same results. I have even downloaded the media from the website again. I have successfully install ICDC on another network on a Windows 2003 server with no problems at all. Any idea what is going on with the install?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2007 07:02 AM
01-08-2007 07:02 AM
Re: Confusing HPSIM Install Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2007 07:03 AM
01-08-2007 07:03 AM
Re: Confusing HPSIM Install Error
Just a wild guess, SNMP by default is not installed on W2K3 Servers from a standard windows build. Typically it is from Smart Start.
Perhaps check SNMP is there, if not install it and try again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2007 07:12 AM
01-08-2007 07:12 AM
Re: Confusing HPSIM Install Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2007 07:33 AM
01-08-2007 07:33 AM
Re: Confusing HPSIM Install Error
Another change may be to change from Allow SNMP from Selected Hosts to Allow All or at least ensure localhost/127.0.0.1 has been added.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2007 08:41 AM
01-08-2007 08:41 AM
Re: Confusing HPSIM Install Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 01:16 AM
01-09-2007 01:16 AM
Re: Confusing HPSIM Install Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 01:39 AM
01-09-2007 01:39 AM
Re: Confusing HPSIM Install Error
Workaround:
For .net version 1.1 call:
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\caspol.exe -q -machine -addgroup 1 -url file://F:/* FullTrust -name HPIC
(Directory v1.1.4322 may have other name following the format v1.1.xxxxx)
If .NET version 2.0 is also installed, also call:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\caspol.exe -q -machine -addgroup 1 -url file://F:/* FullTrust -name HPIC
(Again, directory v2.0.50727 may have other name following the format v2.0.xxxxx)
The examples have installer running from a network mapped drive with letter F:
Another note about installing from a mapped drive (from the release notes):
For installations from a network share, the share must be mapped to a network drive (installation directly from the share using UNC is not supported). Also, because a reboot is required in the middle of the installation, the network drive must be connected using the option â reconnect at logonâ so the installation can proceed after the system is rebooted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 01:55 AM
01-09-2007 01:55 AM
Re: Confusing HPSIM Install Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2007 06:30 AM
01-09-2007 06:30 AM
Re: Confusing HPSIM Install Error
Some installs don't like the latter.