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

Similar Messages

  • Web Repository: Result Resource Filter not filtering

    I have an issue with the result of my Result Resource Filter. Maybe somebody can point me to my mistake ?
    In site B i have several languages that i don't want to show, since they are the same, but the URL is different.
    I am ending up with the same site appearing several times, where it should only appear twice (English and German)
    I have a site A, which also posseses the /index.php.
    The language parameter can appear twice when a language switch is done, but the last language parameter will be used.
    http://www.siteB.com/index.php?id=10&L=10&L=7
    http://www.siteB.com/index.php?id=10&L=11&L=7
    http://www.siteB.com/index.php?id=10&L=7
    http://www.siteB.com/index.php?id=10&L=8&L=7
    The only languages should be 7 and 0
    The result resource filter settings are :
    - Include Documents/ web-Pages : true
    - Item ID Mode : exclude
    - Item ID Pattern: siteB.com/index.php&L=8,siteB.com/index.php&L=9,siteB.com/index.php&L=10,  siteB.com/index.php&L=11
    I tried before just using "/index...." , but that did not work either. And i want to be sure that correct URL is filtered....
    With this setup i would excect, that only this pages appear:
    http://www.siteB.com/index.php?id=10&L=7
    http://www.siteB.com/index.php?id=10&L=0
    but they appear all.....
    Regards,
    Kai

    Hi Kai.
    Assuming your correct links may look like
    http://www.siteB.com/index.php?id=10&L=7
    http://www.siteB.com/index.php?id=7&L=0
    http://www.siteB.com/index.php?id=295&L=7
    try this expression:
    http://www\.siteB\.com/index\.php\?id=\d+\&L\=[07]
    Hope it helps.
    Best regards,
    Aliaksandr Zhukau

  • The web controls not work(windows phone)

    Hi
    I have a web app.after I make an animation in this page(like a transition page in loading page), the web controls not work more.
    the site is shown but any thing not work like scrolling or tap in links

    Can you please explain more clearly what you are doing and what you need help with? What is your overall scenario, what exactly is your code doing, what behaviour do you expect and how is that different from what you actually see?

  • Parental controls blocks all https websites

    When I enabled parental controls for my 9-year old, I didn't expect her not to be able to use Google, Gmail and just about every single other website that requires logging in. The reason? Those websites are all https websites and parental controls blocks *ALL* https websites.
    With https becoming more and more prevalent on the web, adding an exception is not really an option anymore. I don't want to add an exception for half of the internet. It's gotten so bad that she's encountering a popup several times per minute when just doing a little research for her homework. Web filtering is apparently a whilelist only solution, suitable only for the smallest of children - the ones that you sit next to because they can't type a web address themselves, 5 years or younger.
    The only solution I could find was to turn off web filtering completely and use OpenDNS instead. Does anyone else know of a better solution?

    Hello,
    A alternative application as a option that is very worthy,
    <http://www.netnanny.com/mac>
    Randy Mac
    RMACS, LLC

  • [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?

  • The Web Agent for IIS will not work

    Environment: NT4 Server, IIS4
    I try to install the Web Agent in use with IIS but IIS fails to load the dll. After the installation I can read the event-log :
    The HTTP server was unable to load the ISAPI Application 'C:\Oracle\Ora81\ord\web\bin\wsciis81.dll'. The data is the error.
    And the Browser gives me:
    A dynamic link library (DLL) initialization routine failed.
    What can be wrong?

    Note: On Windows NT, use \ instead of / to separate file system directory
    paths.
    1. Check the Web Agent's log file.
    Look in <oracle_home>/ord/web/logs for a log file in the form
    wsc_<yyyymmdd>_<pid>.log. If the file exists, review it for errors,
    then take the necessary action to remedy the problem. Possible
    problems that might be logged are non-recoverable errors in the Web
    Agent's configuration file <oracle_home>/ord/web/admin/wsc.cfg. If the
    configuration file or the <oracle_home>/ord/web directory hierarchy
    doesn't exist, then re-do the installation.
    2. Check the Web Agent's "last-chance" error log file.
    If the <oracle_home>/ord/web/logs directory exists, but there are no
    log files, check in the %SystemRoot% directory on Windows NT or the
    /tmp directory on Unix for a file named wsclstch.err. This is the Web
    Agent's "last-chance" error log file. The Web Agent will try to write
    to this file if it encounters a fundamental startup error, such as a
    problem initializing CORE or NLS, creating a log file, or opening its
    message file. If the file exists, review it for errors, then take the
    necessary action to remedy the problem. (In a command window on
    Windows NT, type set SystemRoot to find where the wsclstch.err file
    would be written.)
    3. Check the web server configuration.
    If the Web Agent failed to create either its normal log file or its
    "last-chance" error log file, verify that the Web Agent has been
    configured correctly for the particular web server being used and that
    the web server is running.
    o Microsoft IIS
    Use the Internet Service Manager to verify that IIS has been
    configured correctly for the Web Agent. Review the installation
    and configuration instructions in the wsciis.html or wsciis.txt
    files to verify that the Web Agent has been configured correctly
    and to make any changes or fixes necessary. Check that the filter
    is up and running and that the virtual path has been configured.
    To check the filter, select the web site, then click the
    properties button (or right-click the web site icon). Select the
    Filters tab. The Web Agent should appear in the list with a green
    up-arrow. If it appears with a red down-arrow, check the Windows
    NT event log for any errors relating to the Web Agent. IIS
    doesn't always write detailed error messages. For example, if a
    DLL used by the Web Agent can't be located, then IIS typically
    logs the fact that a load error occurred along with the message
    "the data was the error". Note that the installation and
    configuration instructions describe the case where the filter
    must be installed manually if there were no existing filters
    registered at the time the Web Agent for IIS was installed.
    If the filter looks OK, check the oracle_intermedia_bin virtual
    path by clicking the properties button (or right-click the
    virtual path icon). The path should reference the
    <oracle-home>\ord\web\bin directory, which should contain the
    wsciis81.dll file. In the properties window, select the directory
    security tab, then click the anonymous access and authentication
    control button. Verify that Basic authentication has been checked
    and that Windows NT challenge/response has been cleared.
    To function correctly, the Oracle8i home must be specified
    correctly for IIS. Use the Oracle Home Selector to verify that
    the Oracle8i home is specified as the default home. Use the
    System Control Panel to verify that the Oracle8i home /bin
    directory is specified prior to any other Oracle homes in the
    PATH environment variable.
    null

  • Named Criteria for Table Not Filtering on Page Load

    Hi Guys and Gals,
    I'm tying to create a filtered table using named view criteria (http://docs.oracle.com/cd/E24382_01/web.1112/e16182/web_search_bc.htm#BABBCHIH).
    I create the Named Criteria; I drag from the Named Criteria from the Data Control onto the page; I select ADF Read-Only Filtered Table option. I run the page and much to my chagrin, the table is not filtered. A table with all results, plus a filter box with a value "S" (my named criteria filter value), is displayed.
    Shouldn't the results already be filtered upon page load?
    The filter works correctly when I run tests in my AppModule.
    Using JDev 11.1.2.1.0.
    Will

    I've found a workaround.
    I drag and drop the VO (unfiltered) from the Data Control and select read-only table. In my pageDef, I select the table's binding and check the "Enable Filtering" box. I then select the attribute to filter on and the applicable filter text.
    The table then displays filtered results on page load.
    However, I only see this working for very simple filtering (i.e. one column with simple filter requirements). It should be nice to know why dragging and dropping Named View Criteria onto the page does not automatically filter table results on page load.
    Will

  • 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

  • Save for Web & Devices, The operation could not be completed

    I keep getting this error when I Save for Web & Devices: The operation could not be completed.
    I have saved for the web before for many more complex, larger images without a hitch.
    I am using a psd format with an image that I designed. It is no more complex than others I have done. It is small, just a horizontal navbar about the size of the one on Apple's website.
    I tried exporting it, flattening it, slicing it removing the slices.
    I think it is a problem with the application itself.
    I have tried repairing my permissions, restarting, and holding Cmd, Opt, Control, Shift during PS startup to reset the settings. Any insight would be appreciated.

    GoodLuck4287-sxcElh wrote:
    I think it is a problem with the application itself.
    …and yet you don't even tell us what version it is—let alone pertinent details of your machine, OS, etc.. 
    Please read this post by a forum host for advice on how to ask your questions correctly for quicker and better answers:  http://forums.adobe.com/thread/375816?tstart=0  Thanks!

  • Portlet development with pure Ajax without the Plumtree Web Control

    Has anybody successfully using pure Ajax for portlet development. We've tried to test a little ajax code sample out, and it worked outside of the portal but when we put in the portal it would not work. We are trying this approach because we are having problems with our Plumtree Web Control 2.2.
    Please help.
    The following is our code
    Test.aspx
    <script type="text/javascript" language="javascript"> var http_request = false; function makeRequest(url) {        if (window.XMLHttpRequest) { // [url=http://www.sitepoint.com/print/%5C%22/glossary.php?q=M#term_31%5C%22]Mozilla[11], Safari,... http_request = new XMLHttpRequest(); } else if (window.ActiveXObject) { // IE            http_request = new ActiveXObject("Microsoft.XMLHTTP");        } http_request.onreadystatechange = alertContents; http_request.open('GET', url, true); http_request.send(null); } function alertContents() {        if (http_request.readyState == 4) {            if (http_request.status == 200) {                alert(http_request.responseText);            } else {                alert('There was a problem with the request.');            } } } </script> Make a request
    test.htm file:
    I'm a test.
    When we run it outside the portal we get the alert message "I'm a test".
    But wehn we run it inside the portal we get the message "'There was a problem with the request."

    Absolutely, here's some code:
    function UpdateDealerInfo(d) {    dealerNumber = d.split(':')[0];
    document.getElementById('s_dealer').innerText = dealerName + ' (' + dealerNumber + ')'; var ajax = new ActiveXObject('Microsoft.XMLHTTP'); var urlASMX = "<pt:url pt:href='http://portletserver/webservice.asmx/WSServiceMethod' xmlns:pt='http://www.plumtree.com/xmlschemas/ptui/'>"; ajax.open ('POST', urlASMX, true)
    ajax.setRequestHeader ('Content-Type', 'application/x-www-form-urlencoded');
    ajax.onreadystatechange = function () {
    if (ajax.readyState == 4) {      var strResponseXml = ajax.responseXML;      var xmldoc = new ActiveXObject('MSXML.DOMDocument');
    xmldoc.async = false; xmldoc.load (strResponseXml); // read an element from the xml document var demoStock = xmldoc.documentElement.selectSingleNode('//DemoStock').text;
    // update the element in the portlet (aspx/html) document.getElementById('s_demo').innerText = demoStock
    var body = 'dealerNumber=' + dealerNumber;
    ajax.send (body); }

  • 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.

  • Web Control Consumer Postback Problems

    We're experiencing a couple of postback problems with the web control consumer on .net portlets. We are using the 3.1.0.0 version.
    The first problem is when the portlet executes an inline refresh via a postback, the bottom border of the portlet container disappears.
    The second problem happens when the [Enter] key is pressed to submit a form that contains a submit button. The cursor changes into an hourglass and will not change back to a mouse pointer.
    If anyone else is experiencing these behavior and know of a way to fix them, it would be much appreciated.
    Thanks,
    Joey Navarro
    Harvard-Westlake School

    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

  • Application Server Control Panel page will not load

    I am new to Oracle Application Server and need some assistance to determine why the Application Server Control Page will not load after entering the username/password for ias_admin. I have just installed Oracle Application Server 10g (10.1.2) on Redhat Linux.
    The Listener and the Repository Database are up. I have successfully started the processes for the OracleAS Infrastructure instance with:
    $ORACLE_HOME/opmn/bin/opmnctl startall
    I have successfully started the OracleAS Console with:
    $ORACLE_HOME/bin/emctl start iasconsole
    I ran "emctl status iasconsole" and received:
    http://localhost.localdomain:1810/emd/console/aboutApplication
    Oracle Enterprise Manager 10g Application Server Control is running
    Logs are generated in Directory ...../sysman/log
    I ran "opmnctl status" and received:
    Process in Instance: oraappserv1.localhost.localdomain
    ias component process type pid status
    LogLoader logloader N/A Down
    DSA DSA N/A Down
    dcm-daemon dcm-daemon 0 None
    HTTP_Server HTTP_Server 6180 Alive
    OC4J OC4J_SECURITY N/A Down
    OID OID 6199 Alive
    I can bring up the "Welcome to Oracle Application Server 10g Release 2 (10.1.2)" web page successfully with "http//<host>:7777".
    My problem arises after I click on the link for " log on to Oracle Enterprise Manager 10g Application Server Control". I enter the username/pwd for ias_admin and then progress bar on the status bar of the browser goes so far and stops. The Application Server Page will not render.
    Can someone point me into the direction of what to check, whether its an enviromental setting for linux or a configuration issue with the Application Server?
    note: that the status bar for the browser shows "shortcut to localhost.local domain" when highlighting the link " log on to Oracle Enterprise Manager 10g Application Server Control". This is different than <host> specified in the URL to render the welcome page. I would't think this to be an issue because the login screen came up and it also appears in the results of the emctl status iasconsole and opmnctl status commands.
    Thanks in advance for your assistance.

    Emilio, note implies emagent core dumps. If that is the case emctl would (hopefully) not return status "ok".
    Here is my output with sysman oc4j running but emagent gone (AS 9.0.4):
    $ emctl status iasconsole
    Oracle Enterprise Manager 10g Application Server Control 9.0.4.1.0
    Copyright (c) 1996, 2004 Oracle Corporation. All rights reserved.
    EM Daemon is not running.
    Also, if you login to AS Control does it redirect browser to http://localhost.localdomain/... ?

  • When I enter a web address, hitting enter does not bring it up. I have to use my mouse and click "go to address" arrow. This only recently started. How do I fix this?

    when I enter a web address, hitting enter does not bring it up. I have to use my mouse and click "go to address" arrow. This only recently started. How do I fix this?
    When I open firefox my home page comes right up, but, anything I enter after that does not open by hitting enter.
    Please advice,
    Anita

    Probably caused by an extension that you have installed. <br />
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

Maybe you are looking for

  • Problem regarding servlets

    what will be happen when we call destroy method in init method.

  • Why the forced country prefix in Messages?

    I enter a local number in Messages - as I do on my iPhone, but in Messages on the Air, it adds +44. I am registered with iCloud, dot mac etc in the UK, but live in Brazil, so I would like to remove this forced addition. Any ideas? Thnaks Doug

  • Completely Lost Paitence With Trackpad

    I am in dire need of assistance, please! I purchased my Macbook (black) around June 15, and have had minor issues with it since. Every now and then the trackpad would become unresponsive (especially when waking from sleep), and i'd have to wait sever

  • ITunes will not sync with iPhone4

    Hello all, I have an iPhone4 and I've Windows . Both iTunes and the phone are up to date. The last few weeks I can't get the phone to sync with iTunes. When it gets to stage 4 of 4, determining tracks to sync it freezes. At this stage I've reinstalle

  • Importing duotones in CS5

    When I bring a duotone built in PhotoShop into my InDesign CS5 file, the colors I used to build that duotone always translate as RGB. Is there any way to specify a duotone as a CMYK document?