Installing BIRT Web Viewer in Weblogic

Has anybody been able to deploy the BIRT Web Viewer that comes with the birt runtime on to weblogic server, I tried deploying it on Weblogic , but I get the following error when I run the sample report that comes with BIRT Runtime.Any sugegstions or pointers to solve this problem would be highly appreciated.
Thanks in advance!
I try to run the report using the following URL
http://localhost:7001/WebViewerExample/run?__report=Report/SalesInvoice.rptdesign
I get the following error in the browser.
Error 500--Internal Server Error java.lang.IllegalAccessError: org/mozilla/javascript/DefaultErrorReporter
at org.mozilla.javascript.CompilerEnvirons.()V(CompilerEnvirons.java:???)
at org.eclipse.birt.core.data.ExpressionParserUtility.parse(Ljava.lang.String;Lorg.mozilla.javascript.Context;)Lorg.mozilla.javascript.ScriptOrFnNode;(ExpressionParserUtility.java:182)
at org.eclipse.birt.core.data.ExpressionParserUtility.compileColumnExpression(Ljava.lang.String;Z)Ljava.util.List;(ExpressionParserUtility.java:80)
at org.eclipse.birt.core.data.ExpressionUtil.extractColumnExpressions(Ljava.lang.String;Z)Ljava.util.List;(ExpressionUtil.java:175)
at org.eclipse.birt.core.data.ExpressionUtil.extractColumnExpressions(Ljava.lang.String;)Ljava.util.List;(ExpressionUtil.java:137)
at org.eclipse.birt.report.model.parser.CompatibleMiscExpressionState.setupBoundDataColumns(Lorg.eclipse.birt.report.model.core.DesignElement;Ljava.lang.String;Z)V(CompatibleMiscExpressionState.java:158)
at org.eclipse.birt.report.model.parser.CompatibleBoundColumnExprState.end()V(CompatibleBoundColumnExprState.java:70)
at org.eclipse.birt.report.model.util.XMLParserHandler.endElement(Ljava.lang.String;Ljava.lang.String;Ljava.lang.String;)V(XMLParserHandler.java:174)
at weblogic.apache.xerces.parsers.AbstractSAXParser.endElement(Lweblogic.apache.xerces.xni.QName;Lweblogic.apache.xerces.xni.Augmentations;)V(AbstractSAXParser.java:585)
at weblogic.apache.xerces.impl.XMLNamespaceBinder.endElement(Lweblogic.apache.xerces.xni.QName;Lweblogic.apache.xerces.xni.Augmentations;)V(XMLNamespaceBinder.java:647)
at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanEndElement()I(XMLDocumentFragmentScannerImpl.java:1008)
at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Z)Z(XMLDocumentFragmentScannerImpl.java:1469)
at weblogic.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Z)Z(XMLDocumentFragmentScannerImpl.java:329)
at weblogic.apache.xerces.parsers.DTDConfiguration.parse(Z)Z(DTDConfiguration.java:525)
at weblogic.apache.xerces.parsers.DTDConfiguration.parse(Lweblogic.apache.xerces.xni.parser.XMLInputSource;)V(DTDConfiguration.java:581)
at weblogic.apache.xerces.parsers.XMLParser.parse(Lweblogic.apache.xerces.xni.parser.XMLInputSource;)V(XMLParser.java:152)
at weblogic.apache.xerces.parsers.AbstractSAXParser.parse(Lorg.xml.sax.InputSource;)V(AbstractSAXParser.java:1175)
at weblogic.xml.jaxp.WebLogicXMLReader.parse(Lorg.xml.sax.InputSource;)V(WebLogicXMLReader.java:135)
at weblogic.xml.jaxp.RegistryXMLReader.parse(Lorg.xml.sax.InputSource;)V(RegistryXMLReader.java:152)
at javax.xml.parsers.SAXParser.parse(Lorg.xml.sax.InputSource;Lorg.xml.sax.helpers.DefaultHandler;)V(SAXParser.java:345)
at org.eclipse.birt.report.model.parser.ModuleReader.readModule(Lorg.eclipse.birt.report.model.parser.ModuleParserHandler;Ljava.io.InputStream;)Lorg.eclipse.birt.report.model.core.Module;(ModuleReader.java:90)
at org.eclipse.birt.report.model.parser.DesignReader.read(Lorg.eclipse.birt.report.model.core.DesignSession;Ljava.lang.String;Ljava.io.InputStream;Lorg.eclipse.birt.report.model.api.ModuleOption;)Lorg.eclipse.birt.report.model.elements.ReportDesign;(DesignReader.java:90)
at org.eclipse.birt.report.model.core.DesignSession.openDesign(Ljava.lang.String;Ljava.io.InputStream;Lorg.eclipse.birt.report.model.api.ModuleOption;)Lorg.eclipse.birt.report.model.elements.ReportDesign;(DesignSession.java:278)
at org.eclipse.birt.report.model.api.SessionHandle.openDesign(Ljava.lang.String;Ljava.io.InputStream;Lorg.eclipse.birt.report.model.api.ModuleOption;)Lorg.eclipse.birt.report.model.api.ReportDesignHandle;(SessionHandle.java:291)
at org.eclipse.birt.report.engine.parser.ReportParser.getDesignHandle(Ljava.lang.String;Ljava.io.InputStream;)Lorg.eclipse.birt.report.model.api.ReportDesignHandle;(ReportParser.java:161)
at org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(Ljava.lang.String;Ljava.io.InputStream;Ljava.util.Map;)Lorg.eclipse.birt.report.engine.api.IReportRunnable;(ReportEngineHelper.java:243)
at org.eclipse.birt.report.engine.api.impl.ReportEngine.openReportDesign(Ljava.lang.String;Ljava.io.InputStream;Ljava.util.Map;)Lorg.eclipse.birt.report.engine.api.IReportRunnable;(ReportEngine.java:457)
at org.eclipse.birt.report.service.ReportEngineService.openReportDesign(Ljava.lang.String;Ljava.io.InputStream;Ljava.util.Map;)Lorg.eclipse.birt.report.engine.api.IReportRunnable;(Unknown Source)
at org.eclipse.birt.report.context.ViewerAttributeBean.getDesignHandle(Ljavax.servlet.http.HttpServletRequest;)Lorg.eclipse.birt.report.service.api.IViewerReportDesignHandle;(Unknown Source)
at org.eclipse.birt.report.context.ViewerAttributeBean.__initParameters(Ljavax.servlet.http.HttpServletRequest;)V(Unknown Source)
at org.eclipse.birt.report.context.ViewerAttributeBean.__init(Ljavax.servlet.http.HttpServletRequest;)V(Unknown Source)
at org.eclipse.birt.report.context.BaseAttributeBean.init(Ljavax.servlet.http.HttpServletRequest;)V(Unknown Source)

hi
refer to this page..
https://bugs.eclipse.org/bugs/show_bug.cgi?id=105853
it has the solution.

Similar Messages

  • Installing Office Web Apps Server 2013 fails with app-crash during install.

    Hi Folks,
    I am trying to install Office Web Apps Server 2013 with SP1 on Server 2012 R2.  The installation gets half way through then crashes (it just says a problem has occurred).
    The Event log only contains the message:-
     MsiExec.exe version .5.09....
    Faulting module name: Kernelbase.dll
    Exception Code 0x306d7363, Faulting process id: 0x774.
    Does anyone know how to install this product on Server 2012 R2?

    Hi,
    I’m afraid that this case is off-topic in this forum, About installation of Office Web Apps Server 2013, I suggest you posting your case to
    SharePoint 2013 - Setup, Upgrade, Administration and Operations .
    Regards,
    Marvin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Issue while accessing deployed web-app on Weblogic 10.3.5

    We have deployed a web app on Weblogic server 10.3.5 as a WAR file. The deployment looks fine and application is in "Active" state. However when we try to access the application it fails to detect the Struts tags and gives following error -
    weblogic.servlet.jsp.CompilationException: Failed to compile JSP /view/login/login.jsp
    login.jsp:4:1: Type mismatch: cannot convert from Tag to JspTag
    *<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtm*
    *l1-transitional.dtd">*
    *^---------------------------------------------------------------------------------------------------*
    *<title><s:property value="customerLoginContentVO.pageTitle" /> Dashboard</title>*
    ------^
    I looks like it doesn't get the Struts libraries. We have included the Struts libraries in WEB-INF/lib of the web app and set prefer-web-inf-classes to true in weblogic.xml. Why is it that it is able to find the jars to deploy but not to access the application.
    One alternate method suggested is to have package the war into a  ear and provide the mapping for struts libraries as prefer-application-packages in weblogic-application.xml. But we think creating a ear just for library load in not a right approach & we are definitely missing something.
    Any help on this issue will be appreciated.
    Thanks,
    Jiten S

    WLS 10.3.5 (and some versions before that too, one of the 10.3.x releases changed this) should also support prefer-application-packages. It doesn't appear as though the documentation has been updated to reflect that.
    Needs updating:
    http://download.oracle.com/docs/cd/E21764_01/web.1111/e13712/weblogic_xml.htm#i1075205
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/programming/classloading.html#wp1098468
    I'll file a documentation bug.
    In the meantime, you can see that it is there in the XSD:
    http://xmlns.oracle.com/weblogic/weblogic-web-app/1.2/weblogic-web-app.xsd
    which is linked to from here:
    http://download.oracle.com/docs/cd/E21764_01/web.1111/e13706/overview.htm#g1088563
    Here is an example of what a weblogic.xml might look like.
    <?xml version="1.0" encoding="UTF-8"?>
    <wls:weblogic-web-app xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.2/weblogic-web-app.xsd">
        <wls:weblogic-version>10.3.5</wls:weblogic-version>
        <wls:context-root>FilterWeb</wls:context-root>
        <wls:container-descriptor>
            <wls:prefer-application-packages>
                <wls:package-name>my.foo.package</wls:package-name>
            </wls:prefer-application-packages>
        </wls:container-descriptor>
    </wls:weblogic-web-app>

  • Is it possible to install Adobe Web Premium CS5.5 on a Windows 8?

    I have purchased Adobe Web Premium CS5.5 as a Student version.
    Currently I run it on a Windows 7 PC.
    I want to buy a new notebook and wonder whether it is possible to install my Adobe Web Premium CS 5.5 on a Windows 8 PC?
    Alternatively, is it possible to use my Adobe Web Premium CS 5.5 on a MAC?

    Dear Eshant_Jindal,
    thanks for your answer.
    And is it possible that I use my current license for a MAC? I am not sure whether I have bought a WIN license or a general license?
    I know that the system requirements of Adobe Web Premium CS 5.5 do not specify Windows 8.
    This is why I have contacted you. So there is no better answer than “Try it”? Does it work on an average Windows 8 computer? Which system constraints need to be regarded?
    As I have not bought the new computer, I could pay attention to any system constraints that could endanger the installation of Adobe Web Premium Cs 5.5.
    Best regards
    Von: Eshant_Jindal
    Gesendet: 25 December 2014 13:49
    An: Tobias Mohr
    Betreff:  Is it possible to install Adobe Web Premium CS5.5 on a Windows 8?
    Is it possible to install Adobe Web Premium CS5.5 on a Windows 8?
    created by Eshant_Jindal <https://forums.adobe.com/people/Eshant_Jindal>  in Downloading, Installing, Setting Up - View the full discussion <https://forums.adobe.com/message/7043306#7043306>

  • Acrobat Pro 10 Actions Not Applying Fast Web View

    Acrobat Pro 10 actions are pretty useful overall, however they are not applying Fast Web View all the time. In my opinion, all PDFs generated today should be Fast Web View by default, but among the many applications which allow for PDF creation, not all apply Fast Web View for some reason.
    I did see http://forums.adobe.com/message/3335827for a potential band-aid fix. Unfortunately, it did not work for me.
    Here is the text from my Action sequence file:
    <</Commands [/c << /0 [/c <<  /Config [/c <<   /UIPolicy [/i 3]
    >>]
      /HandlerName [/a /FlattenOCGs]
      /Params [/c <<>>]
      /Title [/t ()]
    >>]
    /1 [/c <<  /Config [/c <<   /UIPolicy [/i 3]
    >>]
      /HandlerName [/a /ReduceFileSize]
      /Params [/c <<   /RFSCompatibility [/i 6]
    >>]
      /Title [/t (Reduce File Size)]
    >>]
    /2 [/c <<  /Config [/c <<   /UIPolicy [/i 3]
    >>]
      /HandlerName [/a /ExamineDocCmd]
      /Params [/c <<   /RmAnnots [/b false]
       /RmAttachments [/b false]
       /RmBookmarks [/b false]
       /RmDeletedContent [/b true]
       /RmFormFields [/b true]
       /RmHiddenLayers [/b true]
       /RmHiddenText [/b false]
       /RmLinksActionsJS [/b false]
       /RmMetadata [/b false]
       /RmOverlappingObjects [/b false]
       /RmSearchIndex [/b false]
    >>]
      /Title [/t (Remove Hidden Information)]
    >>]
    >>]
    /Input [/c << /FileVariation [/i 3]
    >>]
    /Output [/c << /AddToBaseName [/b false]
    /DontOverwrite [/b false]
    /EmbedIndex [/b false]
    /FileVariation [/i 2]
    /HandleOutput [/b true]
    /NumbericNaming [/b false]
    /OptimizePDF [/b true]
    /PresetName [/t (test2)]
    /RunPDFOptimizer [/b true]
    >>]
    >>
    As you can see, the "/OptimizePDF [/b true]" is set per the instructions in the aforementioned link. It still does not set Fast Web View all the time. I ran a test of the action on a batch of 10 PDFs, some were set to Fast Web View and some were not. While one of the PDFs that was not set to Fast Web View was open in Acrobat, I ran the same Action again and it did apply Fast Web View! I even installed the latest patch hoping that would fix it, but unfortunately it did not. Distiller does in fact set Fast Web View, but it won't work on PDFs. The only way I can find to guarantee the establishment of Fast Web View is to manually do a Save As on every file which I think is asking a bit much when you deal with hundreds of PDFs on any given day. Also that would effectively defeat the purpose of running an Action on hundreds of PDFs in the first place.
    Any ideas?

    There is a bug because of which fast web view is always disabled. While that is fixed, here the workaround. Save the action and open the .sequ file in Notepad. Change:
                    /OptimizePDF [/b false]
    to
                    /OptimizePDF [/b true]

  • Adobe Reader X fast web view problem

    Hi,
    When I try to open a PDF with several pages from the web using Adobe Reader X, fast web view function seems not working while I could only view it after download of the whole file completed. Checked and confirmed that "Allow fast web view" selected in the Reader, as well as the PDF file being tested support such function. Here's my OS and software environment:
    - Windows 7 Pro 64-bit with SP1
    - Internet Explorer v8.0.7601.17514
    - Adobe Reader X v10.0.1
    I tried several scenario as below:
    - Disable "Display PDF in browser", no improvement
    - Uninstall Reader X and install Reader 9, test on the same PDF and fast web view working properly
    - Uninstall Reader 9 and install Reader X again, same problem happen again
    - Install Reader X on a freshly installed Windows XP with SP3, same problem appears
    Does anyone experience the same issue? Or any ideas \ solutions? Many thanks.
    Regards,
    Maguyver F.

    Hi
    Security Method: No Security
    Printing: Allowed
    Document Assembly: Not Allowed
    Content Copying: Allowed
    Content Copying for Accessibility: Allowed
    Page Extraction: Not Allowed  <--  Could this be the problem
    Commenting: Not Allowed
    Filling of form fields: Allowed
    Signing: Allowed
    Creation of template pages: Not Allowed
    Thanks for the interest
    Rudi

  • Error message while installing "FDM Web Application" on windows 64-bit

    I am unable to install "FDM Web Application" on a 64-bit windows platform. I have an error message indicating that 64-bit components for HFM & EPMA cannot co-exist with 32-bit components for HSF/FDM. Is there a way to install it? From the packages I downloaded, I have installed EPMA 64-bit. So I presume I'll have to uninstall EPMA 64-bit and re-install EPMA 32-bit?
    OS: Windows Server 2003 R2 Enterprise x64 Edition SP2
    Oracle WebLogic 9.2 MP3 32-bit
    Thanks in advance.
    Kind regards,
    Andy

    Hi,
    What version are you trying to install, as the latest release 11.1.1.3 should now support it.
    In the 11.1.1.3 Readme - http://download.oracle.com/docs/cd/E12825_01/epm.111/readme/epm_1111300_readme.html
    FDM now provides support for 32-bit binaries in a 64-bit environment. (though that was from version 11.1.1.1)
    Though saying that FDM can only run in IIS32bit mode, if you have installed EPMA 64bit it will have set IIS to 64 bit, so uninstall 64bit and use 32bit.
    FDM supports 64-bit servers running in 32-bit emulation mode only. Because IIS cannot run under 32-bit and 64-bit mode simultaneously on the same server, Financial Management and FDM Web components cannot be deployed on the same 64-bit server. All other components can be deployed together.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error message: "Install Excel as viewer"  BRAIN871

    Hello Experts,
    I have installed SAP GUI 7.20 and all BW patches. Also installed the BE Analyzer
    But when I try to run Tr. RRMX.... I receive error message  BRAIN871
    "Install Excel as viewer" 
    Know somebody any solution?
    Regards
    Juan

    HI juan,
    usually installing the .NET Framework 2.0  in system  will fix this , also refer the weblog by prakash below
    http://www.sdn.sap.com/irj/scn/weblogs?blog=/cs/user/view/cs_msg/22513
    Problems with BI 7.0 Frontend
    Follow these 22 steps:
    1. Uninstall all previous versions of SAPGUI and BI Addons.
    2. Run Sapsweep.
    3. Make sure you are on minimum of Windows XP SP2 (Note: 1013201)
    4. Update to IE 6 SP2 with latest hotfixes and patches:
    - See blog for details: Troubleshoot the SAP NetWeaver 2004s BI Frontend Installation
    5. Ensure Excel 2003 or Excel 2007 is installed (Note: 1013201)
    Excel 2007 support is added as described here: https://websmp209.sap-ag.de/~sapidb/011000358700004483762006E
    6. Install .NET Framework 1.1 (Note: 1013207)
    http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3
    7. Install .NET Framework 1.1 SP1 (Note: 1013207)
    http://www.microsoft.com/downloads/details.aspx?familyid=A8F5654F-088E-40B2-BBDB-A83353618B38
    8. Install .NET Framework 1.1 hotfixes and patches
    - KB886903
    9. Install .NET Framework 2.0 (Note: 1013139)
    http://www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en
    10. Install .NET Framework 2.0 hotfixes and patches (Note: 1013139)
    - KB917283
    - KB922770
    11. Install .NET Framework 3.0 (Note: 1013139)
    http://www.microsoft.com/downloads/details.aspx?familyid=10CC340B-F857-4A14-83F5-25634C3BF043&displaylang=en
    12. Install the DHTML Editing Control for Applications Redistributable Package (Windows Vista Only)
    http://www.microsoft.com/downloads/details.aspx?familyid=B769A4B8-48ED-41A1-8095-5A086D1937CB&displaylang=en
    13. Install Microsoft Visual J# .NET 1.1 (Note 964495)
    http://www.microsoft.com/downloads/details.aspx?FamilyId=E3CF70A9-84CA-4FEA-9E7D-7D674D2C7CA1&displaylang=en
    14. Install Microsoft Visual J# .NET 2.0 (Haven't validated this requirement yet)
    http://www.microsoft.com/downloads/details.aspx?familyid=f72c74b3-ed0e-4af8-ae63-2f0e42501be1&displaylang=en
    15. Install SAPGUI 7.10 Core
    - 50083078_4 - SetupAll.exe
    16. Run SAP Install for BI 7.0 Addon for SAPGUI 7.10
    - SetupAll.exe
    - (This keeps BI Addon at SP0 but updates revisions of files to newer build for frontendu2026)
    17. Install SAPGUI 7.10 (patch 2) or later
    - gui710_2-10002995.exe
    18. Manually add shortcut for Bex WAD to Business Explorer in Windows Start Menu
    19. Install MSXML Parser 6.0 or later:
    - http://www.microsoft.com/downloads/details.aspx?FamilyID=993c0bcf-3bcf-4009-be21-27e85e1857b1&DisplayLang=en
    20. Install Adobe SVG Viewer 3.0
    - http://www.adobe.com/support/downloads/product.jsp?product=46&platform=Windows
    21. Install Adobe Flash Player
    - http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash
    22. Run Frontend Check Tool (Note: 1013202)
    Regards,
    Sathya

  • Does the web server of weblogic support any plugins

    Does the web server of weblogic support any plugins similar to the ISAPI plugins for IIS or apache plugins?

    i can't seem to get it to work either AND I can't seem to find an answer here or any search that I do.  It seems that you can only view your calendar and not delegate calendars via the web view

  • Web Viewer links through https ?

    I'm working with a client on their DPS apps and they want to install Web Viewer features. Now I'm not completely familiar with the technical ins-and-outs of the Direct Entitlement server and its requirements, but they mentioned their IT department isn't happy with this feature running off insecure http protocols, in stead of https. (All their web services run on https.) Does this remark make sense ? Did they overlook some option in the implementation of it all ? Or is https support indeed still something to be waited for ? (Many other services of DPS are supported by https.)

    Hi Sanoosh,
    There seems to be a routine problem with Adobe on HTTPs even when it says HTTP/HTTPS in dataconection.
    follow the below post with similar issue.
    Re: Calling HTTPS Webservice error
    the final post from Otto there gives you series of steps to resolve this.
    Regards,
    Sai

  • View Report in Web Viewer Error

    I am using Eclipse 4.3 Kepler with BIRT 4.3.2 on a 64-bit machine running Windows 7 and Java 8.
    When I select Run -> View Report -> In Web Viewer I get the following error message:
    HTTP ERROR: 500
    Problem accessing /viewer/frameset. Reason:
    Server Error
    Powered by Jetty://
    How can I fix this?

    Thank you for the link.
    Setting up BIRT Viewer to work with a local instance of (say) Tomcat, using a workspace that Tomcat can access, etc., is not quite the simple solution I was hoping for.
    We do use BIRT Viewer to render our reports in our application - and we use the Ant "sync" task to update reports (from an Eclipse workspace to a Tomcat webapps context) during development, which is a good workaround for when a BIRT report is already wired into an application that can (in turn) be used to invoke the report. (You do not even have to re-start Tomcat to see the changes, which is cool.)
    What I was hoping for was a standalone solution whereby a developer does not need to be running Tomcat (or any other Servlet container) with BIRT Viewer deployed, etc.
    I am sure that at one time the BIRT Viewer feature worked out-of-the-box, but I could be wrong about that.

  • Windows installer trying to install smart web printing

    Hi, 
    Everytime I click on my computer to open a folder or on the start button, windows installer tries to install smart web printing and I get an error message everytime. I have to manually close the window everytime. 
    I tried to remove smart web printing in the control panel but it didn't work. I also tried to install the new version of Smart web printing and unstall it but it didn't work.
    How can I solve this issue? I want to stop windows installer to try to install smart web printing everytime I open a folder. 
    I have Windows 7. 
    Thank you very much. 
    Marie 
    This question was solved.
    View Solution.

    Hi, 
    Finally I've figured out a way to solve this. I typed msconfig in "run", and unchecked all the HP, Smartweb printing and windows installer items in the services and startup tabs. I don't have the problem anymore.
    But thank you very much for your help!

  • Site Minder Web Agent for Weblogic 6.1

    Hello,
    I am installing Netegrity Peoplesoft connector for Weblogic 6.1 on Solaris. For this as a prequisite I need to install a Site Minder Web Agent for Weblogic 6.1. Can anyone tell me from where I can download this ? appreciate your help

    You need to contact Netegrity Sales representative and register for an evaluation.
    KBL
    Sreekumar <[email protected]> wrote:
    Hello,
    I am installing Netegrity Peoplesoft connector for Weblogic 6.1 on Solaris.
    For this as a prequisite I need to install a Site Minder Web Agent for
    Weblogic 6.1. Can anyone tell me from where I can download this ? appreciate
    your help

  • Exporting issues -- Crystal & web viewer

    I have two issues that I'm trying to working through with Crystal XI.  I have Crystal XI R2 and Crystal Report Server XI R2 SP2 installed.
    First, when I open a report from the server in the web viewer, I don't have an option to export to CSV.  Has that been added in SP4 or is there any way to add that option in?
    Also, when I export a report directly from Crystal XI R2, the file name is generated in all lower-case, regardless of how it's typed in in the dialog.  Is there a way to fix this so that it keeps the case I typed in?
    Thanks.

    Hi Mike,
    Never seen that Dev tool before so it won't be in our supported platforms.
    I recall something similar and it was due to the screen resolution or zoom level.
    Have a look at the source code of the page to see what it is doing. Compare it to a VS .NET ASP.NET app to see what the differences are.
    Thank you
    Don

  • How to display local HTML file in web-view?

    Hello everyone,
    we have no problem with showing of remote HTML content from server in box on page in web view. But how we can show such a content when included in HTMLResources? In guide is just "Display a local HTML file in an in-app browser", which works wihout problem, but we don't want to show this HTML content in in-app viewer, it should be part of page.
    Thanks
    Martin

    Now i'm confused. In guide is this:
    To use local HTML files, click the folder icon and specify the local HTML file. The HTML file (such as index.html) should appear in a folder that includes any images or scripts used in the HTML file.
    But no info where such a local HTML file should reside. If this file is in HTMLResources, it is ignored.

Maybe you are looking for

  • I am trying to organize my photos by date taken.

    I have been looking on here for my answers. I now know I can organize by 'date taken' by using the exif file. I know how to pull up the info for each photo individually but is there a way to pull up ALL photos in an event or album and organize by dat

  • Appending a character to a string

    Hi I am trying to read in a sequence of numbers from a file, theyre of the form: 0.034 0.113 0.987 etc. What i am trying to do is read in the line of these numbers, and if we are not at a space in the numbers or at the end of file I want to append th

  • How to import a song in GB 8 ?

    I'm on an imac with Tiger and using GB 08. I recorded a song in GB and have a copy of it on an external hard drive. How can I import from the external HD back into GB but, in a NEW song location ?

  • How to Transport a Role

    hello, Experts.  I have a small problem. I have added a New Workbook to Developer Role,  i want to Transport it to QA .  what are the steps i need to do. i went to Transport Connections and in that i selected the Role which i want to Transport ,  and

  • Being offered 6.0-beta as a "security and stability" update from 5.0-stable

    My Mac is, or should be, on the -stable channel for Firefox updates, yet I am being offered an upgrade from 5.0-stable to 6.0-beta rather than to 5.0.1. about:config has "beta" in app.update.channel, and labels this "default" rather than "user set" -