<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Terminal Services Web Client in Server Management - Systems Insight Manager</title>
    <link>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272231#M61853</link>
    <description>The XML file in the orignal posting is not correct.  Replace line 13 with this:&lt;BR /&gt;&lt;MAIN-URL&gt;http://milntxe1/tsweb/default.htm?AutoConnect=1&amp;amp;Server=%n&lt;/MAIN-URL&gt;&lt;BR /&gt;&lt;BR /&gt;There was an extra backslash in the line.  Once removed the iAutoconnect error quits and it works. &lt;BR /&gt;&lt;BR /&gt;I have attached the working file.  I hope this helps.</description>
    <pubDate>Thu, 08 Jul 2004 15:43:12 GMT</pubDate>
    <dc:creator>KyleAnderson</dc:creator>
    <dc:date>2004-07-08T15:43:12Z</dc:date>
    <item>
      <title>Terminal Services Web Client</title>
      <link>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272223#M61845</link>
      <description>Here is a Tool Definition (TDEF) that can be used to add a link to hpSIM to provide easy access to Terminal Services.&lt;BR /&gt;&lt;BR /&gt;Microsoft provides the Terminal Services Advanced Client which is an ActiveX control that can be hosted from Internet Information Services to allow remote desktop connections through a web browser.  More information from MS at &lt;A href="http://www.microsoft.com/windows2000/server/evaluation/news/bulletins/tsac.asp" target="_blank"&gt;http://www.microsoft.com/windows2000/server/evaluation/news/bulletins/tsac.asp&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The attached TDEF provides a link to a machine serving the ActiveX control from IIS within the context of hpSIM.  In the TDEF there is a placeholder for the name of the server that is hosting the control that you must edit before adding the TDEF to hpSIM.  Replace the text [SERVER_HOSTING_TERMINAL_SERVICES_WEB_SERVICE] with the name of your actual server running the IIS/ActiveX control.&lt;BR /&gt;&lt;BR /&gt;If you put the attached file, tsweb.xml, into the TOOLS directory of hpSIM, you can then navigate to the BIN directory at \Program Files\HP\Systems Insight Manager\bin and execute:&lt;BR /&gt;&lt;BR /&gt;mxtool -a -f ..\tools\tsweb.xml&lt;BR /&gt;&lt;BR /&gt;You'll be able to find this in the hpSIM menus under TOOLS --&amp;gt; INTEGRATED CONSOLES.  If you're logged in when the tool is added, you have to log out before the tool appears for you on the next log in.&lt;BR /&gt;&lt;BR /&gt;This TDEF is offered for educational purposes only.  HP assumes no fault for the use of the script and there are no warranties express or implied.&lt;BR /&gt;&lt;BR /&gt;There are a number of examples of TDEF files that are already part of your hpSIM install that are located in the TOOLS directory.  Feel free to check them out and steal ideas from them at will!&lt;BR /&gt;</description>
      <pubDate>Mon, 10 May 2004 10:54:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272223#M61845</guid>
      <dc:creator>dclaypool</dc:creator>
      <dc:date>2004-05-10T10:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal Services Web Client</title>
      <link>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272224#M61846</link>
      <description>As always great stuff.  Very handy.&lt;BR /&gt;&lt;BR /&gt;After implementing I was a little annoyed by how the default page remains open once you are done in the remote desktop session.  To resolve that I change this line:&lt;BR /&gt;&lt;BR /&gt;Window.Navigate("Default.htm")&lt;BR /&gt;&lt;BR /&gt;to this:&lt;BR /&gt;&lt;BR /&gt;window.close&lt;BR /&gt;&lt;BR /&gt;in the ReturnToConnectPage subroutine.&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Tue, 11 May 2004 12:39:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272224#M61846</guid>
      <dc:creator>Tim McGue</dc:creator>
      <dc:date>2004-05-11T12:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal Services Web Client</title>
      <link>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272225#M61847</link>
      <description>Just, for clarity, Tim, you're talking about modifying the HTML that the Terminal Services Advanced Client installs and not the TDEF as posted, correct?</description>
      <pubDate>Tue, 11 May 2004 13:02:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272225#M61847</guid>
      <dc:creator>dclaypool</dc:creator>
      <dc:date>2004-05-11T13:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal Services Web Client</title>
      <link>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272226#M61848</link>
      <description>Correct.  That would be altering the default.htm file in the TSWEB directory created on the server hosting the TSWEB and NOT in the TDEF xml file.&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Tue, 11 May 2004 13:04:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272226#M61848</guid>
      <dc:creator>Tim McGue</dc:creator>
      <dc:date>2004-05-11T13:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal Services Web Client</title>
      <link>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272227#M61849</link>
      <description>Great tip.  This works great.  Is there a way to select a server and then automatically connect to it without having to manually enter the servername or did I hose during the install?</description>
      <pubDate>Thu, 01 Jul 2004 10:37:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272227#M61849</guid>
      <dc:creator>John Vitiello</dc:creator>
      <dc:date>2004-07-01T10:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal Services Web Client</title>
      <link>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272228#M61850</link>
      <description>It should automatically connect.  Delete the tool and re-add it, but first make sure that you didn't accidentally delete something.</description>
      <pubDate>Thu, 01 Jul 2004 11:53:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272228#M61850</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2004-07-01T11:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal Services Web Client</title>
      <link>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272229#M61851</link>
      <description>Which tool are you using? Tools - Integrated Consoles - Terminal Services Web Console, opens a blank connection page.  Select a server and then, Tools - System Information - Terminal Services, should connect to the server selected.</description>
      <pubDate>Thu, 01 Jul 2004 12:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272229#M61851</guid>
      <dc:creator>Duane Dresser</dc:creator>
      <dc:date>2004-07-01T12:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal Services Web Client</title>
      <link>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272230#M61852</link>
      <description>I get an error when I try the tools, system info, Terminal Services option.  &lt;BR /&gt;&lt;BR /&gt;It reads:&lt;BR /&gt;&lt;BR /&gt;A runtime error has occured&lt;BR /&gt;would you like to debug?&lt;BR /&gt;when I choose yes it states:&lt;BR /&gt;Line: 97&lt;BR /&gt;Error: Type mismatch \'iAutoConnect'&lt;BR /&gt;&lt;BR /&gt;After I ok through the errors it goes to the default blank connection page.</description>
      <pubDate>Thu, 01 Jul 2004 13:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272230#M61852</guid>
      <dc:creator>John Vitiello</dc:creator>
      <dc:date>2004-07-01T13:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal Services Web Client</title>
      <link>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272231#M61853</link>
      <description>The XML file in the orignal posting is not correct.  Replace line 13 with this:&lt;BR /&gt;&lt;MAIN-URL&gt;http://milntxe1/tsweb/default.htm?AutoConnect=1&amp;amp;Server=%n&lt;/MAIN-URL&gt;&lt;BR /&gt;&lt;BR /&gt;There was an extra backslash in the line.  Once removed the iAutoconnect error quits and it works. &lt;BR /&gt;&lt;BR /&gt;I have attached the working file.  I hope this helps.</description>
      <pubDate>Thu, 08 Jul 2004 15:43:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272231#M61853</guid>
      <dc:creator>KyleAnderson</dc:creator>
      <dc:date>2004-07-08T15:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal Services Web Client</title>
      <link>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272232#M61854</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;This is a nifty tool.&lt;BR /&gt;&lt;BR /&gt;I installed and re-installed the tool and it does not automatically connect.&lt;BR /&gt;&lt;BR /&gt;Is there a way to make it connect to an IP address automatically instead of a name.</description>
      <pubDate>Tue, 25 Jan 2005 11:12:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272232#M61854</guid>
      <dc:creator>omar morales</dc:creator>
      <dc:date>2005-01-25T11:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal Services Web Client</title>
      <link>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272233#M61855</link>
      <description>Bumped to be above moved questions...</description>
      <pubDate>Thu, 02 Feb 2006 15:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272233#M61855</guid>
      <dc:creator>David Claypool</dc:creator>
      <dc:date>2006-02-02T15:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Terminal Services Web Client</title>
      <link>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272234#M61856</link>
      <description>Hi.&lt;BR /&gt;I tried it but it does not connect automatically. I changed the two lines in the XLM files but when I use the tools/integrated consoles/TS Web console, the URL contains the SIM server itself instead of the target server. And with Tools/&lt;BR /&gt;System Information/TS, it does not connect. However, in both cases I see the TS logon screen waiting a server name to be entered.&lt;BR /&gt;The Line in the XML file is now &lt;MAIN-URL&gt;http://the_cms_server:82/default.htm?AutoConnect=1\&amp;amp;Server=%n&lt;/MAIN-URL&gt;&lt;BR /&gt;I aggree with the request of being able to use the IP address because not all of our servers are in the same DNS zone as the CMS.&lt;BR /&gt;Regards.</description>
      <pubDate>Mon, 27 Mar 2006 10:27:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/server-management-systems/terminal-services-web-client/m-p/3272234#M61856</guid>
      <dc:creator>OlivierV</dc:creator>
      <dc:date>2006-03-27T10:27:37Z</dc:date>
    </item>
  </channel>
</rss>

