HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Re: HP SIM 4.0 AdvancedSystemsSearch.jsp error
Server Management - Systems Insight Manager
1833798
Members
3339
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-25-2004 11:20 PM
04-25-2004 11:20 PM
HP SIM 4.0 AdvancedSystemsSearch.jsp error
I have install HP SIM 4.0 on Windows Server 2003. Everything worked OK for few days but now Advanced Search causes Error on page.
Line: 2857
Char: 107
Error: Unterminated string constant
Code: 0
URL: https://szgsim01.igh.hr:50000/mxportal/search/AdvancedSystemsSearch.jsp
I have deinstalled HPSIM installed again and got the same behavior: works for a few days and then Advanced Search error.
Any ideas?
Line: 2857
Char: 107
Error: Unterminated string constant
Code: 0
URL: https://szgsim01.igh.hr:50000/mxportal/search/AdvancedSystemsSearch.jsp
I have deinstalled HPSIM installed again and got the same behavior: works for a few days and then Advanced Search error.
Any ideas?
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2004 02:52 AM
05-18-2004 02:52 AM
Re: HP SIM 4.0 AdvancedSystemsSearch.jsp error
Using mozilla browser and javascript console I have found cause for this behavior but I still have no solution. Can enyone help me?
Error "Unterminated string constant" is generated in function updateValueBox(oCompSelect, bRefresh).
This function generates list of options. One part of these options is based on titles of web servers home pages discovered on my network. One title contained new line character which break javascript command into two lines, something like this:
oOption = document.createElement("OPTION");
oOption.text = "INSTITUT GRAÃ EVINARSTVA HRVATSKE, d.d. - IGH, d.d. - Zagreb, PC Split, PC Osijek,
PC Rijeka";
oOption.value = "19";
oValBox.options.add(oOption);
Because second part of string was in another row javascript generates error "Unterminated string constant".
I have corrected this title on my web server but HP SIM still tries to generate old option. I have removed problematic server from database, nothing helped.
Does anyone knows how function updateValueBox generates option list and how to clear incorrect entry?
Error "Unterminated string constant" is generated in function updateValueBox(oCompSelect, bRefresh).
This function generates list of options. One part of these options is based on titles of web servers home pages discovered on my network. One title contained new line character which break javascript command into two lines, something like this:
oOption = document.createElement("OPTION");
oOption.text = "INSTITUT GRAÃ EVINARSTVA HRVATSKE, d.d. - IGH, d.d. - Zagreb, PC Split, PC Osijek,
PC Rijeka";
oOption.value = "19";
oValBox.options.add(oOption);
Because second part of string was in another row javascript generates error "Unterminated string constant".
I have corrected this title on my web server but HP SIM still tries to generate old option. I have removed problematic server from database, nothing helped.
Does anyone knows how function updateValueBox generates option list and how to clear incorrect entry?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP