Announcement

Collapse
No announcement yet.

Ultraview2 initialization error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Ultraview2 initialization error

    I am new to HomeSeer and UltraView so this may be my fault, but I cannot get Ultraview to run. I get the floor plan picture the following error:

    "An error occurred while parsing XML data:

    Line No 1
    Charactyer 130
    Source Text <p><i><b>script error: </b></i></br>File name or class name not found during automation operation:”createobject” in line 358</p>"

    Description: end tag ‘p’ does not match start tag ‘br’

    #2
    What version of IE are you running?

    -Rupp
    💁‍♂️ Support & Customer Service 🙋‍♂️ Sales Questions 🛒 Shop HomeSeer Products

    Comment


      #3
      IE 6.0

      Comment


        #4
        I will be happy to furnish any other information necesary to help. I like the features of Ultraview and would like to start using it.

        Thanks for the help.

        Comment


          #5
          Anyone have any ideas on this? Ultrajones?

          Comment


            #6
            Do you have msxml3.dll. Search your hard drive for this file and report.

            Regards,
            Ultrajones
            Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

            Comment


              #7
              An error occurred while parsing XML data

              Line 436
              Char 22
              Source Text <NAME>Upper Hallway & Stair</NAME>
              Description Whitespace not allowed at this location

              Comment


                #8
                Thanks for the reply. Yes I have it. It is SP3 version 8.30….. and is in the windows/system32 directory. I am running Win XP pro SP1, IE 6.0 SP1.

                Will be more than happy to help with any other information.

                Comment


                  #9
                  <BLOCKQUOTE class="ip-ubbcode-quote"><font size="-1">quote:</font><HR>Originally posted by jacw:
                  An error occurred while parsing XML data

                  Line 436
                  Char 22
                  Source Text &lt;NAME&gt;Upper Hallway & Stair&lt;/NAME&gt;
                  Description Whitespace not allowed at this location<HR></BLOCKQUOTE>

                  It looks like the &amp; sign is causing that error. Just get rid of it or replace it with the word "and".

                  Regards,
                  Ultrajones
                  Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

                  Comment


                    #10
                    Now error has text listed is "&lt;STRING&gt;&lt;!CDATA[71". Line 437, Char 20. Error is "Invalid character found in text context."

                    Wish I could get up to speed on HTML and ASP programming more quickly.

                    Comment


                      #11
                      It's choking on the &deg; character. These types of characters must be properly encoded.

                      Try replacing your & deg; with "& #176;" &lt;-no spaces!

                      Regards,
                      Ultrajones
                      Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

                      Comment


                        #12
                        Sorry to be dense but that came from the thermostat script. How do I change it?

                        Comment


                          #13
                          What type of thermostat do you have? What is the HomeSeer device type?
                          Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

                          Comment


                            #14
                            The device type is also RCS TX 15B

                            Comment


                              #15
                              Open the ultra_view2_xml.inc file located in the folder /HomeSeer/HTML/include. Search for the line that contains:
                              <pre class="ip-ubbcode-code-pre">
                              case "RCS TX15B Thermostat"
                              </pre>
                              An add your thermostat device type name:
                              <pre class="ip-ubbcode-code-pre">
                              case "RCS TX15B Thermostat", "RCS TX15B"
                              </pre>
                              Regards,
                              Ultrajones
                              Plug-ins: UltraMon, UltraM1G, UltraCID, Ultra1Wire, UltraLog, UltraWeatherBug, UltraPioneerAVR, UltraGCIR

                              Comment

                              Working...
                              X