Announcement

Collapse
No announcement yet.

Need a bit of help.

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

    #16
    The event name is WEB_GUEST, so we're good there.
    I cannot get the sunset time to appear at all.

    Here's the error:
    Microsoft VBScript runtime error '800a01a8'

    Object required

    /guest/default.asp, line 27

    Comment


      #17
      Try putting a response.end just after the response.write hs.sunset like:

      <pre class="ip-ubbcode-code-pre">
      set hs = CreateObject("HomeSeer.Application")
      response.write hs.sunset
      response.end
      </pre>

      If this doesn't work let me know its more than likely you dcom setting and access to the HomeSeer.Application object.

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

      Comment


        #18
        That change allows the page to display without error.

        School me on DCOM settings.

        Comment


          #19
          If this change works and displays the sunset time then you arn't having a DCOM problem. Take out the response.end and look to see which line it is erroring on. Make sure its an HS call that is causing the error.

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

          Comment


            #20
            no error.
            I do know why I got the previous error though. I took you literally when you said to place the server.create object in the scipt. The was a line that read exactly that. MY BAD - when the code was placed there - it did error.

            Your next post placed the sunset after the hs. code - no errors there - no sunset listed either

            Comment


              #21
              <pre class="ip-ubbcode-code-pre">
              set hs = CreateObject("HomeSeer.Application")
              response.write hs.sunset
              response.end

              </pre>

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

              Comment


                #22
                no errors - the page is blank
                NO sunset time.

                Comment


                  #23
                  Have a look at this thread and Chip posted a checklist of things to do to set up DCOM. Go through the list and then try the page again.

                  http://ubb.homeseer.com/6/ubb.x?a=tp...7248#330297248

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

                  Comment


                    #24
                    YEEEAHHHHHH - sorta. Thanks Rupp.
                    Guestbook is working PERFECTLY !!!

                    Got 1 of 2 working. The other default.asp for the chat page absoluely refuses to have the hs code added. I even made a redirect page in there hoping to have it fire the event and then load the default page. No luck. any possible suggestions there ? attached the other default page for you to take a peek.

                    Comment


                      #25
                      I didn't see any hs code in this page so I added it at the top of the page.

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

                      Comment


                        #26
                        "Page cannot be displayed."
                        You added the code differently to my many tries, but the outcome is the same.

                        OK - so I removed the added code to that page, default.asp. I created default2.asp which I'm using as a re-diect page to try and generate the event and then pass it to default.asp. The pages display, but no event.

                        Comment


                          #27
                          Try the response.write hs.sunset instead of the hs.triggerevent line. If this hs.sunset displays then it has to be the event name.

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

                          Comment


                            #28
                            That works, the sunset gets displayed.

                            Comment


                              #29
                              RUPP RUPP RUPP !!!!!

                              I got it to work !!!
                              Thanks for your patience !!

                              I placed the code from the event into the default2.asp page !!! It run perfectly from there!!!

                              YEAH !!!

                              Comment


                                #30
                                Yo Rupp:

                                After reading this it seemed to me that I should buy you dinner Guys like you a few and far between!

                                Comment

                                Working...
                                X