PT Web Controls 2.1 - Imageserver Issue

At our public portal at http://www.raleighnc.gov/calendar , I'm getting JavaScript errors that I think are due to the remote portlet server not being to access our image server via domain name -- a networking security issue. From the portlet server, manually accessing the imageserver via machine name works fine.In the PTWC.LOG file, the jscomponent.xml file fails to load and there's a great KB article (DA_217701) which explains how to adjust the imageserver URL for Studio Server config, Content Server config, etc. No mention of the PTWC2.1; I tried editing the imageserver.mapping.xml file with the following entry:<mapping find="http://www.raleighnc.gov/imageserver/" replace="http://pt01/imageserver/"/>I even tried this syntax:<mapping find="www.raleighnc.gov" replace="pt01"/>
This doesn't not resolve. When I followed the KB, the imageserverURL remap fixed Studio Server (located on the same remote server). Any ideas what else to try for PTWC???

Michael,
Are you sure that your imageserver is exactly "[url[/url]http://www.raleighnc.gov/imageserver/"? (You can find it in the portals j_config.xml or n_config.xml or from the EDK). The mapping you have should work if this is the exact sting - however if you don't care and you just want to map the server www.raleighnc.govto "pt01" then you can use regular expressions, i.e.
<mapping regex="true" find="www\.raleighnc\.gov" replace="pt01" />
You must restart IIS after making this change (you can probably get away with simply touching config.xml...) then you should see it attempting to remap the imageserver URL in the logs.
Jonathan

Similar Messages

  • Web control 3.0 documentation

    Hi all
    May any of us can provide me a link for the development tutorial for web control 3.0. As I am very new to ALUI development enviornment.
    Thanks in advance.

    Since first posting the query I've located three similar querries
    in this forum. The responses to those imply that the cause of the
    "No disk that meets the criteria..." error is the install script is
    searching for certain partitions but not finding them. I've tried
    several different partition combinations, but still get the same
    error message. I've tried:
    - 10BM X86 boot partition with remainder in a Solaris partition
    - 10MB X86 boot partition with remainder unpartitioned
    - 100% X86 boot partition
    - 100% Solaris partition
    - 4BM DOS with remainder unpartitioned
    - 4MB DOS with remainder in a Solaris partition
    I've tried each of the above with the boot partition active and not.
    The notes to the related queries suggest creating and formatting the
    partitions by booting another OS, e.g. Windows. Since I'm attempting
    this install on bare, low level formatted disks, I have no other OS
    to boot, so I've used fdisk on /dev/rdsk/c0t0d0p0 at the shell prompt
    issued after the install script bombs. After repartitioning, I've
    retried the installation by rebooting (shutdown -g0 -i6 -y) and by
    manually restarting the install script (/sbin/cd0_install). Both fail
    the same way, but the latter saves a bunch of time.
    And for the record, the target config:
    Micron Milllennia SMP System (128MB RAM)
    BusLogic FlashPoint UltraSCSI (PCI)
    - boot disk is 4GB SeaGate.
    - Second disk (SCSI ID 1) is a 2MB SeaGate.
    So what the heck am I missing? Help!

  • DotNet Web Controls 3.0 Auto-refresh Adaptive portlet javascript error

    Hi-
    I am getting this javascript error: "A Runtime Error has occurred. Error: 'PTLoader' is undefined", when trying to run a Auto-refresh portlet in Plumtree 6 with DotNet Web Controls 3.0
    Thanks,-Raj

    PTLoader is a separate JS library; not part of the .NET Web Controls. I expect that you are using this JS object but have not put the required JS file on the imageserver.

  • Web Control Consumer 3.0

    Anyone know if .NET 2.0 portlets work ok against the .NET Web Control Consumer version 3.0? Any known issues using Framework 2.0 vs. Framework 1.1 SP1?

    I was told that WCC 3.0 was broken and wouldn't work and confirmed it myself, generated lots of errors. I'm using .Net 2.0 and WCC ver 3.1 does work (mostly) but note that 'inline-refresh' is broken and pretty much has the opposite effect... see this post:
    http://forums.bea.com/thread.jspa?threadID=600018372
    Wes

  • EDK Web Controls 2.1 Beta Features

    This topic is to describe how to use some of the new features in the EDK Web Controls 2.1 beta. Extra features and their descriptions will be added below. Feel free to ask questions.

    Alternative imageserver URL access
    With some network configurations the external imageserver URL is not the same as the internal URL. This can pose problems because the portlet server must be able to access the imageserver to look up the available JS support files, and uses the main imageserver URL set in the portal.
    New imageserver URLs can be used by the portlet server in a couple of ways. The most simple way is to add mappings from the external imageserver to the new one. This can be done by adding entries into the imageserver.mapping.xml, and then touching config.xml in the same directory to load the changes. New entries can be added like this:
    i.e. http://www.external-servername.com/ptimages/ -> http://internal-servername:8080/ptimages/:
    <mapping find="http://www.external-servername.com/ptimages/" replace="http://internal-servername:8080/ptimages/"/>
    Note that you must include the whole URL, sections of the URL will NOT be replaced. To replace sections you must use a regular expression mapper, i.e:
    <mapping regex="true" find="www.external-(\w+).com" replace="internal-$1:8080" />
    will do the same thing in this case - see .NET regular expressions for addition regular expression syntax.
    The second method to use an alternative imageserver overrides the first; it uses an Administrative preference to set the URL. The default setting name searched for in PTWC.Mapping.Override (this can be changed in HttpPipe.xml). To use this an administrative page would have to be created to set this preference, and this granularity of configuration should not generally be necessary except for specific remote portlets which access the imageserver via a specific unique URL.

  • PT Web Controls 2.2

    HiI have a very simple portlet that has a submit button that just refreshes a timestamp on the portlet. It works using ptwc 2.1 and the postback all works as it should. But when I change the ptwc version to 2.2 in the web.config it stops working. Clicking on the button does nothing at all. Any ideas? Portal version is 5.0.4.

    We have found a number of minor issues with the 2.2 version of the .net web controls. One of the cool new features is that it will execute javascript on postback. There are some things that it breaks. One of the issues that might apply is that it doesn't like <!-- --> within script blocks which is a fairly common practice to hide code from older browser versions. See if your page contains those xml comment symbols and remove them to see if things work better. Mike

  • Web Controls 2.1: HTTP not filtered

    I'm using the Web Controls 2.1 on a 5.0.3 Portal.
    Portlets are running on a Remote Server with IIS5, which has the complete Web Controls Installation. The <httpModules> entry is correctly placed in the Web.config. In fact, I'm using the Rerender Demo Sample.
    I can tell that something is happening, because the ptwc.log shows this entry on the first call to Controller.aspx after an IIS restart:
    [EDK Web Controls Log Start]2005-01-12 13:05:56,187 [3112] INFO EDK Web Controls [] - [Com.Plumtree.Remote.Loader.AssemblyLoader.LoadAssemblyToAppDomainInternal()] Loaded assembly: log4net, Version=1.2.0.22663, Culture=neutral, PublicKeyToken=null to AppDomain: /LM/w3svc/1/root/RerenderDemo-1-1275000154412500002005-01-12 13:05:56,218 [3112] INFO EDK Web Controls [] - [Com.Plumtree.Remote.Loader.AssemblyLoader.LoadAssemblyToAppDomainInternal()] Loaded assembly: openfoundation, Version=2.3.1.8, Culture=neutral, PublicKeyToken=null to AppDomain: /LM/w3svc/1/root/RerenderDemo-1-1275000154412500002005-01-12 13:05:56,218 [3112] INFO EDK Web Controls [] - [Com.Plumtree.Remote.Loader.AssemblyLoader.LoadAssemblyToAppDomainInternal()] Loaded assembly: Plumtree.LogWrapper, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null to AppDomain: /LM/w3svc/1/root/RerenderDemo-1-1275000154412500002005-01-12 13:05:56,218 [3112] INFO EDK Web Controls [] - [Com.Plumtree.Remote.Loader.AssemblyLoader.LoadAssemblyToAppDomainInternal()] Loaded assembly: Plumtree.LogWrapper, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null to AppDomain: /LM/w3svc/1/root/RerenderDemo-1-1275000154412500002005-01-12 13:05:56,218 [3112] INFO EDK Web Controls [] - [Com.Plumtree.Remote.Loader.AssemblyLoader.LoadAssemblyToAppDomainInternal()] Loaded assembly: Plumtree.RemoteLoader, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null to AppDomain: /LM/w3svc/1/root/RerenderDemo-1-1275000154412500002005-01-12 13:05:56,218 [3112] INFO EDK Web Controls [] - [Com.Plumtree.Remote.Loader.AssemblyLoader.LoadAssemblyToAppDomainInternal()] Loaded assembly: edk, Version=5.0.2.0, Culture=neutral, PublicKeyToken=null to AppDomain: /LM/w3svc/1/root/RerenderDemo-1-1275000154412500002005-01-12 13:05:56,218 [3112] INFO EDK Web Controls [] - [Com.Plumtree.Remote.Loader.AssemblyLoader.LoadAssemblyToAppDomainInternal()] Loaded assembly: jsregistry, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null to AppDomain: /LM/w3svc/1/root/RerenderDemo-1-1275000154412500002005-01-12 13:05:56,218 [3112] INFO EDK Web Controls [] - [Com.Plumtree.Remote.Loader.AssemblyLoader.LoadAssemblyToAppDomainInternal()] Loaded assembly: Plumtree.WCFilter, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null to AppDomain: /LM/w3svc/1/root/RerenderDemo-1-1275000154412500002005-01-12 13:05:56,218 [3112] INFO EDK Web Controls [] - [Com.Plumtree.Remote.Loader.AssemblyLoader.LoadAssemblyToAppDomainInternal()] Loaded assembly: Plumtree.LogWrapper, Version=2.1.0.0, Culture=neutral, PublicKeyToken=null to AppDomain: /LM/w3svc/1/root/RerenderDemo-1-1275000154412500002005-01-12 13:05:56,609 [3112] INFO EDK Web Controls [] - [Com.Plumtree.Remote.Transformer.Token.PTWSClientRefGenerator.Configure()] Mapping override preference key set to PTWC.Mapping.Override2005-01-12 13:05:56,812 [3112] INFO EDK Web Controls [] - [Com.Plumtree.Remote.Transformer.Token.TokenManager.LoadTokenGenerators()] Completed loading Token Generators2005-01-12 13:05:56,812 [3112] INFO EDK Web Controls [] - [Com.Plumtree.Remote.Transformer.FilterManager.Load()] Completed loading main configuration2005-01-12 13:05:57,468 [3112] INFO EDK Web Controls [] - [Com.Plumtree.Remote.Transformer.Config.ConfigMonitor.Register()] Registering class WCConfig for dynamic configuration reloading from C:\Programme\plumtree\ptwc\2.1\settings\config\config.xml[EDK Web Controls Log End]
    However, on postback the portlet still takes over the whole browser. Upon closer inspection of the Portal Page source and the HTTP response from the portlet to the portal (using a YATT trace) revealed that the aspx page is not transformed at all. Javascript functions and form names all appear in their original form.
    Reinstalling the Webcontrols also didn't help. We really need this functionality. Does anyone have an idea, why this is not working?

    I am still unable to get the 2.1 Webcontrols to work, can anyone provide some insight to overcoem the cast exception?.-There seem to be some additional configuration items in this release - Can anyone explain their purpose? -The installation also placed the image server files in the wrong location - I had to move them from the ptimages folder to the ptimages/RemoteGadgets

  • How do I disable guest access in the advanced web controls? E2000

    Due to cisco connect not connecting and my rouer having some problems I have reset it and gone straight into the advanced web control panel. I have everything set up and running, but I see no way to turn off guest access. I do not want any "guests" to be able to access my  E2000 router, how do I disable that in the advanced web control panel?

    sabertooth is correct. The Guest network is managed by Cisco connect software only.
    You can reset the router and reconfigure it manually.
    Press and hold the reset button on the router for 30 seconds. Release the reset button and wait for 30 seconds. Power cycle the router and reconfigure it manually.

  • Environment selection problem at web control panel start

    Hi everybody.
    We are facing some problems after BPC web control panel logon. It appears a popup window asking for an environment selection. After that, the browser is refreshed and the popup appears again.
    This is the popup. Can someone help us? Thanks in advance.
    Best regards,
    Julián.

    Hi Andy,
    We tried clearing the cache of the browser, temporal windows files, clearing the server cache via
    http://<server>:<port>/sap/epm/bpc/web/clearcache  and http://<server>:<port>/sap/epm/bpc/web/resetcachebuster urls and accessing via /sap/epm_bpc/web but the result was always the same: after a few accesses, the popup appears again.
    As an extra data, we configure SCPM in the server some time ago. Could this be the cause of the system behavior?
    Thanks again to all of you.
    Julian.

  • [Announcement: Java server-side web controls] - TICL 1.0 Final Released

    Hello JSP developers,
    We are pleased to announce the immediate availability of TICL (Tag Interface
    Component Library) 1.0 Final Release. TICL is library of server-side user
    interface components accessible through JSP tags. Like a conventional
    desktop toolkit, the components maintain state and manage interaction logic
    with the end-user with little or no assistance from the programmer.
    Read more about TICL at http://www.kobrix.com/ticl/ticlmain.jsp.
    If you are already a TICL user, check out the release notes at
    http://www.kobrix.com/ticl/releasenotes.jsp for the latest changes.
    More info
    One of the major goals of TICL is to bring RAD-like development to the WEB
    platform. Programmers can concentrate on logical functionality and build JSP
    pages by placing TICL components through tags and responding to user events.
    Every component is self-contained and manages interaction with the end-user.
    Visual appearance of components is abstracted into a high-level styles
    framework. In fact, TICL is probably the only server-side Java toolkit that
    rivals Microsoft ASP.NET's web controls.
    The library is tailored more towards WEB application development, rather
    than content only oriented sites. It is designed to quickly build clean,
    robust, well-structured and therefore highly maintainable code. It
    integrates seemlessly into existing JSP applications and it will work on any
    standard compliant JSP 1.1 container (e.g. Tomcat 3.2.1 and above, Resin
    etc.) and with fairly recent versions of the popular browsers.
    Core features are:
    - A powerful and extensible server-side event model. Component-end user
    interaction is encapsulated into a well defined set of server-side events.
    You can of course define event listeners, develop custom events, event
    filters etc.
    - Predefined components like panels, tabbed panels, tree views, DHTML menus,
    table views. Most can perform their interaction with the end-user at the
    browser through DHTML or by making a trip back to server on every user
    action (like expanding a tree node or minimizing a panel) - that is
    components are either "client" or "server" managed.
    - Smart browser handling. A complete framework for dealing with browser
    (user agent) capabilities, including detection of dynamic properties like
    connection speed, screen resolution, available plugins etc.; supporting JSP
    tags; on the fly selection of component rendering based on the current user
    agent.
    - A high-level styles framework for complete customization of the look&feel
    of components. Styles can be organized into themes. An inheritence mechanism
    of style objects provides for a powerful high-level structuring. The
    framework allows for a clean separation between look&feel and functional
    behaviour of GUI elements. No more copy&paste, no more code cluttering with
    tedious, browser-specific HTML details - consistency of look&feel can be
    easily achieved by maintaining a single TICL style sheet, a simple XML file,
    that is applied to all pages in your WEB application.
    - Full encapsulation of HTML forms, including a file upload component,
    augmented with things such as server-side command handlers, labels and DHTML
    tooltips. Form fields are typed, true server-side components. Not limited to
    the standard HTML form fields, they operate on a high level and custom ones
    can be developed and plugged into the framework.
    - A very powerful and easy to use declarative form validation mechanism
    (both client and server-side). You define validation rules and handlers for
    invalid forms in a clean, declarative way. The same rules you define can be
    applied at the client (through automatic generation of the necessary
    JavaScript) or at the server. Special purpose syntax allows you to easily
    handle interdependencies between field values.
    - A Data Objects framework integrated with TICL forms. Allows you to
    manipulate complex aggregate structures and associate them with forms for
    automatic mapping to/from form field values and data object fields (e.g.
    Java beans). A type mapping framework allows you to map any form field type
    to any Java type.
    - An integration module for the popular Struts framework is provided also.
    For example, it is possible to use the powerful TICL form tags with Struts'
    ActionForms.
    TICL is FREE for non-commercial and non-govermental use, and for an
    unlimited evaluation period. It comes with an extensive, over 200 pages,
    Reference Manual. To download it, please goto http://www.kobrix.com and
    select Downloads from the TICL pulldown menu. If you are not already a TICL
    user, you may need to register first.
    We sincerely hope you will enjoy TICL and are looking forward to your
    feedback!
    Best Regards,
    Borislav Iordanov
    [email protected]
    Kobrix Software Inc.
    http://www.kobrix.com

    This looks quite nice. I'm going to evaluate it now, but I wish it was open-source....
    Judging from the release notes, it's been around for a while. Has anybody had any experience with this product? Is it reliable? Does it scale well?

  • Hidden Report Viewer Confiugration Error on aspx pages that use report viewer web control

    I try to fix the problem. The error below is embedded on aspx pages that use report viewer web control. Please note that the div element is hidden, and the reportviewer is displaying correct contents.
    Div element hidden on aspx page
    <div id="ReportViewer1_HttpHandlerMissingErrorMessage" style="border-color:Red;border-width:2px;border-style:Solid;padding:10px;display:none;font-size:.85em;">
    <h2>
    Report Viewer Configuration Error
    </h2><p>The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add &lt;add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&gt; to the system.web/httpHandlers section of the web.config file, or add &lt;add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /&gt; to the system.webServer/handlers section for Internet Information Services 7 or later.</p>
    </div>
    I tried adding the two elements to web.config, but to no avail.
    Add below to system.web/httpHandlers
    <add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    or add below to system.webServer/handlers for Internet Information Services 7 or later.
    <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    The required assemblies below are installed under C:\Windows\assembly folder. I have installed both Microsoft ReportViewer 2010 Redistributable, and 2008 SP1.
    Microsoft.ReportViewer.WebForms, version 10
    Microsoft.ReportViewer.Common, version 10
    Below is the whole web.config:
    <?xml version="1.0" encoding="utf-8"?>
    <!--
    For more information on how to configure your ASP.NET application, please visit
    http://go.microsoft.com/fwlink/?LinkId=169433
    -->
    <configuration>
    <connectionStrings>
    <add name="ApplicationServices" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient" />
    </connectionStrings>
    <appSettings>
    <add key="car" value="myCar" />
    <!--<add key="ReportViewerServerConnection" value="WebForm.Lab.ReportConnection, WebForm" />-->
    </appSettings>
    <system.web>
    <httpHandlers>
    <add verb = "*" path = "Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    <!--<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false" />-->
    </httpHandlers>
    <compilation debug="true" targetFramework="4.0">
    <assemblies>
    <add assembly="Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
    <add assembly="Microsoft.ReportViewer.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
    <add assembly="Microsoft.Build.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
    <add assembly="System.Management, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
    </assemblies>
    <buildProviders>
    <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </buildProviders>
    </compilation>
    <authentication mode="Forms">
    <forms loginUrl="~/Account/Login.aspx" timeout="2880" />
    </authentication>
    <membership>
    <providers>
    <clear />
    <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider" connectionStringName="ApplicationServices" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6" minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10" applicationName="/" />
    </providers>
    </membership>
    <profile>
    <providers>
    <clear />
    <add name="AspNetSqlProfileProvider" type="System.Web.Profile.SqlProfileProvider" connectionStringName="ApplicationServices" applicationName="/" />
    </providers>
    </profile>
    <roleManager enabled="false">
    <providers>
    <clear />
    <add name="AspNetSqlRoleProvider" type="System.Web.Security.SqlRoleProvider" connectionStringName="ApplicationServices" applicationName="/" />
    <add name="AspNetWindowsTokenRoleProvider" type="System.Web.Security.WindowsTokenRoleProvider" applicationName="/" />
    </providers>
    </roleManager>
    <pages>
    <controls>
    <add tagPrefix="ajaxToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" />
    </controls>
    </pages>
    </system.web>
    <system.webServer>
    <modules runAllManagedModulesForAllRequests="true" />
    <validation validateIntegratedModeConfiguration="false" />
    <handlers>
    <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
    </handlers>
    <httpProtocol>
    <customHeaders>
    <remove name="X-Powered-By" />
    </customHeaders>
    </httpProtocol>
    </system.webServer>
    <system.serviceModel>
    <bindings>
    <basicHttpBinding>
    <binding name="WebService1Soap" />
    </basicHttpBinding>
    </bindings>
    <client>
    <endpoint address="http://localhost:58269/WebService1.asmx" binding="basicHttpBinding"
    bindingConfiguration="WebService1Soap" contract="ServiceReference1.WebService1Soap"
    name="WebService1Soap" />
    </client>
    </system.serviceModel>
    </configuration>
    Any idea?
    Update:
    IIS is7.5, AppPool is Integrated.
    I have tried below, none of them works:
    1) Add it only to system.web\httpHanders. Changed AppPool to classic, still got hidden error.
    2) Add it only to system.webServer\handlers. Integrated mode,still got hidden error.
    3) Add both to both element. Integrated mode, still got hidden error.

    Hi Kingofwebguru,
    According to your description, when you use reportviewer control, you got the error message: The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file.
    To troubleshoot the problem, please refer to the following steps:
    Click Start, click Run, then type InetMgr.exe and click OK.
    Click plus sign next to server name to expand it.
    Click Application Pools in left pane.
    In Application Pools list, click DefaultAppPool.
    In the Actions pane, in Edit Application Pool section, click Edit Settings to check the Pipeline mode.
    Configuration settings for the HTTP handlers are specified in the system.web/httpHandlers element and the system.webServer/handlers element. of your application Web.config file. The handler specified in system.web/httpHandler is used by Internet Information
    Services (IIS) 6.0 or IIS 7.0 in Classic mode, whereas the handler specified in system.webServer/handlers is used by IIS 7.0 in Integrated mode. To use IIS 7.0 in Integrated mode, you must remove the HTTP handler in system.web/httpHandlers. Otherwise, IIS
    will not run the application, but will display an error message instead.
    For more information about Web.config Settings for ReportViewer, please refer to the following document:
    http://msdn.microsoft.com/en-us/library/ms251661.aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Wendy Fu
    TechNet Community Support

  • Problems installing Web Controls 2.1 on 6.1 portal

    After problems upgrading from 5.04 to 6.1, we decided to build a 6.1 portal environment from scratch. I've run into problems installing the 2.1 web controls. Running the exe does nothing (the installer doesnt even launch). After a few attempts, I looked in the registry and found dr. watson errors indicating an acces violation. I tried running under compatibility modes for xp and 2000. Same error.
    We are running w2k3 sp2 servers with portal 6.1.
    Is it possible to manually install 2.1 wc from a server that already has it? Any other solutions?
    Any help would be EXTREMELY appriciated.

    Are you running the installer directly on the machine to be installed on? In case No then try that out. Also what is the edition of win2k3?

  • EDK Web Controls - Unique Control IDs

    After following the EDK Web Controls Developer Guide and making all the control IDs unique by appending the PortletID, the LinkButton controls in the portlet lose their OnClick Event Handlers.
    The portlet works perfectly when not modifying the ControlIDs.
    If I comment out all the portal specific code, modify the ControlIDs, and run in a standard web page, I also lose the Event Handlers.Any suggestions....

    ------- Jonathan Gilbert wrote on 28/01/05 03:34 -------How are you modifying the IDs? By changing the ID property? You can do it this way but you need to be careful when you do it (otherwise the control won't find it's state in the viewstate). I'd recommend changing the ClientID property - this will only affect how it gets rendered on the page, not how ASP.NET treats it.
    Jonathan,
    Here is the code below. I cannot modify the ClientID because the property is read-only.
    privatevoidUniqueControlIDs(Control control)
    foreach(Control ChildControl incontrol.Controls)
    if(ChildControl.ID != null)
    ChildControl.ID += PortletID;
    UniqueControlIDs(ChildControl);
    protectedoverridevoidOnPreRender(EventArgs e)
    base.OnPreRender(e);
    UniqueControlIDs(this.Page);

  • Can we install Web Controls 2.1 on IIS 6.0?

    We wish to install Web Controls 2.1 on some servers running Windows Server 2003 (in a clustered environment). This version of Windows ships with IIS 6.0. We note that on page 1 of the "Installation Guide for Plumtree EDK Web Controls 2.1" document, in the Remote Server section, it is stated that IIS 5.0 or 5.1 is required.
    Should this be amended to state that "5.0 or later" is required? Or is it indeed the case that Web Controls 2.1 requires either 5.0 or 5.1 only?
    Thanks,Nick.

    I have been running 2.1 beta on a 2003 machine since release. I have not had any problems(relating to 2003). I put 2.1GA on one machine and still have not seen any problems. I think that any portlets that you write can go on a 2003 machine. The portal server is really the only part that you can't put on 2003. I was told the reason at the ADC but that reason has slipped my mind.
    To over-simplify the awesome work Johathan Gilbert has done with the controls, the web controls are just a bunch of RegEx, an HTTPFilter and javascript that handles postbacks. Use them with .net framework1.1 and you should be fine.
    Michael [email protected]

  • Web Controls

    Some questions from todays webmeeting:
    What is the KB article for the <asp:button> bug
    Can a list of bugs be posted for the web controls?
    Is there a way for the ptrender=true be moved from the form tag to a button tag?
    Samples for the web controls...
    Thanks,Michael Bruce [email protected]

    The ptrender tag is present because almost all .NET web control clicks execute the javascript __doPostbackfunction, except standard buttons (& imagebuttons). Bypassing this code (as in the case of buttons) means that the plumtree 'special' postback cannot be performed. Therefore the ptrender tag causes the form to be submitted through this function my modifying the form onsubmit handler to append:
    __doPostBack_$PORTLET_ID('$PORTLET_ID','$FORMNAME_$PORTLET_ID','','');return false;
    It should therefore be possible to leave out the ptrender tag, and cause the button clicks to execute the function directly, by using the onclick handler for the button to run the above code (replacing the $VARIABLE's). Note the trailing return falseto prevent normal form submission.

Maybe you are looking for

  • Control recipe

    dear experts, can anyone tell me about control recipe in process industry? WHAT'S THE FUNCTION OF CONTROL RECIPE IN pp-pi

  • How to populate values in a Listbox parameter in selection screens

    I have a parameter(as list box) field in selection screens. And now I want to populate a list from a ztable field values.  How to do that. Thanks in Advance

  • Installing OSX on an External Drive

    Hi, My harddrive on my iMac recently died and I am unable to afford to replace it, but I do have the use of an external USB harddrive which I hoped to install OSX onto. However once it was formated properly and I ran the instalation DVD it said that

  • Getting style missing errors while rendering ADF trees in JSF page

    I am getting the following message while rendering a JSF page with af:tree. Based on other posts on this forum, I verified servlet-mapping in web.xml and it is already set to /faces/*. This XML file does not appear to have any style information assoc

  • How to change tabs in tabbedPane using buttons

    I have designed 2 tabs using tabbedPane. In the first tab I have a button. When I click on the button, I want it to automatically to switch to the second tab without having to click on the tab itself.