ERROR IN CLIENT SIDE AFTER PUBLISHING

HI,
javax.servlet.ServletException: olam18.main._start.class not found
I GET THE ABOVE WHEN I TRY TO GET INTO THE APPLICATION FROM CLIENT SIDE WHICH I PUBLISHED SUCCESSFULLY...PLZ HELP ME OUT...

I know this question is two months old, but we had the exact same issue so I wanted to share our solution. This error is actually caused by the tightened security added by Java 6 Update 24. This update made it so that you can't use web.show_document to display local content in a web browser.
Our solution was to use webutil and have the operating system open the local files. Here's what we used:
webutil_host.nonblocking('rundll32 url.dll,FileProtocolHandler '||i_url);
If you pass in a .XLS path, it opens Excel; if you pass in a .PDF path, it opens Acrobat; etc.
HTH,
Brian
PS - One more disclaimer: we did this in Forms 10.1.2.3 and have not fully tested it in Forms 11.1.2 yet.
PPS - Since you're using 64-bit Java, you'll need 64-bit webutil, which is only in Forms 11gR2 (11.1.2).

Similar Messages

  • Error at Client Side

    Hi Experts
                 My problem is that after developing model deploying when trying to run in EP at client side geting error as
                   " Visual Composer FlexiviewsrequireAdobe Flash 7.0 for proper viewing.It  Seems your browser does not have appropriate version installed." in internet explorer
               I am making use of VC 7.0 & EP 7.0 And had Flash and SVG Viewer. Can any one suggest me why we are getting this error at run time.
    Regards
    Ashwin

    Hi Ashwin,
    for VC7 EP7 you should use Internet Explorer 6 with the latest flash plugin.
    > Hi Marcel
    >
    > It is working well, but while accessing
    > the developed VC screens through portal url, the
    >  pages were throwing error.
    If you deploy the model, you deploy it to portal. What do you mean with portal url and which errors?
    > So, do u mean that , for using the developed vc
    > application , the client should have flash installed
    > in his system???
    Yes, you need on your machine IE6 with the latest falsh plugin (and for developing you need MSXML parser 4 and the adobe svg viewer 3).
    > Regards
    > Ashwin
    Best Regards,
    Marcel

  • "ORA-03113: end-of-file on communication channel error" in client side

    Problem Description: we have a production server that oracle 11gr2 installed and oracle clients (application servers) with 11gr2 clients. Sometimes we encounter internal server error 500 at the application server side; and when we check out the application server logs we see ORA-03113 error code.
    when we look at the corresponding error on the Oracle Database Server side we saw the following output in the alert_orcl.log :
    Fatal NI connect error 12170.
    VERSION INFORMATION:
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
    Oracle Bequeath NT Protocol Adapter for 64-bit Windows: Version 11.2.0.1.0 - Production
    Windows NT TCP/IP NT Protocol Adapter for 64-bit Windows: Version 11.2.0.1.0 - Production
    Time: 09-ŞUB-2011 12:46:15
    Tracing not turned on.
    Tns error struct:
    ns main err code: 12535
    TNS-12535: TNS: İşlem süresi aşıldı
    ns secondary err code: 12609
    nt main err code: 0
    nt secondary err code: 0
    nt OS err code: 0
    Client address: (ADDRESS=(PROTOCOL=tcp)(HOST=10.1.10.144)(PORT=59999))
    Wed Feb 09 12:46:15 2011
    what could be the problem or how can i trace it in order to determine the exact problem? is there any parameter that i need to adjust in client side to ensure that every connection reaches the production server ?

    There is often an ORA-0600 or ORA-7445 behind these.
    These should produce an entry in the alert log and an associated trace file which a) can be used in the ORA-600/7445 lookup tool on Metalink and also uploaded to Oracle Support.
    Edited by: Dom Brooks on Feb 10, 2011 1:08 PM
    A bit quick to answer - I didn't see the large section of TNS information from the alert log.

  • Detecting validation error on client side

    If there is some error in validation on the field of ViewObject which is binded with a page, that component shows error message. I want to set some javascript fields on client side when a component gets error. How i can do that?

    Hi,
    for this you will need to catch the error in a custom error handler and call JavaScript from a managed bean (see chapter 5 of the Web Developer guide in the OTN documentation for JDeveloper and ADF).
    Frank

  • Error in building schema after publishing PL/SQLwebservice

    which return multiple rows. I am attaching the wsdl after generation please let me know if any wrong in wsdl. Procedure which is published is working fine in sql
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <!--Generated by the Oracle JDeveloper Web Services WSDL Generator-->
    <!--Date Created: Mon Feb 18 17:58:53 IST 2008-->
    <definitions
    name="EmployeeWebService"
    targetNamespace="http://pimdb/EmployeeWebService.wsdl"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:tns="http://pimdb/EmployeeWebService.wsdl"
    xmlns:ns1="http://pimdb/EmployeeWebService.xsd">
    <types>
    <schema
    targetNamespace="http://pimdb/EmployeeWebService.xsd"
    xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://www.w3.org/2001/XMLSchema">
    <complexType name="pimdb_EmployeeWebServiceImpl_getemplyeeTest_Out" jdev:packageName="pimdb" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="employeesdataOut" type="ns1:pimdb_EmployeewebserviceMytable"/>
    </all>
    </complexType>
    <complexType name="pimdb_EmployeewebserviceMytable" jdev:packageName="pimdb" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="array" type="ns1:ArrayOfpimdb_GetemployeeMyrecordUser"/>
    </all>
    </complexType>
    <complexType name="pimdb_GetemployeeMyrecordUser" jdev:packageName="pimdb" xmlns:jdev="http://xmlns.oracle.com/jdeveloper/webservices">
    <all>
    <element name="myIdNumber" type="decimal"/>
    <element name="myName" type="string"/>
    <element name="myHireDate" type="dateTime"/>
    </all>
    </complexType>
    <complexType name="ArrayOfpimdb_GetemployeeMyrecordUser" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <complexContent>
    <restriction base="SOAP-ENC:Array">
    <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="ns1:pimdb_GetemployeeMyrecordUser[]"/>
    </restriction>
    </complexContent>
    </complexType>
    </schema>
    </types>
    <message name="getemplyeeTest0Request">
    <part name="inputName" type="xsd:string"/>
    </message>
    <message name="getemplyeeTest0Response">
    <part name="return" type="ns1:pimdb_EmployeeWebServiceImpl_getemplyeeTest_Out"/>
    </message>
    <portType name="EmployeeWebServicePortType">
    <operation name="getemplyeeTest">
    <input name="getemplyeeTest0Request" message="tns:getemplyeeTest0Request"/>
    <output name="getemplyeeTest0Response" message="tns:getemplyeeTest0Response"/>
    </operation>
    </portType>
    <binding name="EmployeeWebServiceBinding" type="tns:EmployeeWebServicePortType">
    <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="getemplyeeTest">
    <soap:operation soapAction="" style="rpc"/>
    <input name="getemplyeeTest0Request">
    <soap:body use="encoded" namespace="EmployeeWebService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    </input>
    <output name="getemplyeeTest0Response">
    <soap:body use="encoded" namespace="EmployeeWebService" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
    </output>
    </operation>
    </binding>
    <service name="EmployeeWebService">
    <port name="EmployeeWebServicePort" binding="tns:EmployeeWebServiceBinding">
    <soap:address location="http://kecoraclelab1.ad.infosys.com:7778/Phase2-WSDLInvoke-context-root/EmployeeWebService"/>
    </port>
    </service>
    </definitions>

    Hi Lokesh,
    Iam not able to understand what you are trying to say. But my Input variable and Invoke Input variable are compatible, no problem on this. I got some clue from your reply.
    Finally I got it worked by doing it in another way.
    In my Invoking BPEL Process(ie. BPEL Process is trying to invoke the another BPEL Process using Partnerlink) wsdl I imported the partnerlink BPEL schema and it get solved my problem.
    eg) <import namespace="http://xmlns.oracle.com/BpelProcessname" schemaLocation="ParnerLinkBPELSchema.xsd"/>
    This can be usefull for others and I never did this to import the schema manually before, but it works without any errors.
    Now only it causing this problem, whether it is any Jdeveloper issue.
    And i tryed this using Jdev version 10.1.3.4.0, but still the same exception.
    This workaround will usefull for others.
    Thanks for your reply.
    bye.....

  • Plz Solve this Error in    " Client Side Address Validation in Struts "

    Hi,
    i have created struts project and foll code is written as foll :
    plz find out error in code :
    struts-config.xml code
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
    <struts-config>
    <data-sources />
    <form-beans >
    <form-bean name="AddressForm" type="com.projectvalidator.form.AddressForm" />
    </form-beans>
    <global-exceptions />
    <global-forwards />
    <action-mappings >
    <action
    input="/validateaddress.jsp"
    name="AddressForm"
    path="/address"
    scope="request"
    validate="true"
    type="com.projectvalidator.action.AddressAction">
    <forward name="success" path="/success.jsp"/>
    <forward name="failure" path="/validateaddress.jsp"/>
    </action>
    </action-mappings>
    <message-resources parameter="MessageResources" />
    <!-- Validator plugin -->
    <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
    <set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/>
    </plug-in>
    </struts-config>
    MessageResources.properties file code
    AddressForm.name=Name      
    AddressForm.address=Address
    AddressForm.email=EmailAddress
    validation.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <form-validation>
    <formset>
    <!-- Address form Validation-->
    <form name="AddressForm">
    <field property="name"
    depends="required" >
    <arg key="AddressForm.name"/>
    </field>
    <field property="address"
    depends="required" >
    <arg key="AddressForm.address"/>
    </field>
    <field property="email"
    depends="required" >
    <arg key="AddressForm.email"/>
    </field>
    </form>
    </formset>
    </form-validation>
    validationaddress.jsp
    <%@ page language="java" pageEncoding="UTF-8"%>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles" %>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-template" prefix="template" %>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-nested" prefix="nested" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html:html locale="true">
    <head>
    <html:base />
    <title>validateaddress.jsp</title>
    <meta http-equiv="pragma" content="no-cache">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="expires" content="0">
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="This is my page">
    </head>
    <body bgcolor=#fdffca>
    <html:form action="/address" method="post" onsubmit="return validateAddressForm(this);">
    <p>
    <html:errors/><p>
    name : <html:text property="name" size="30" maxlength="30" />
    address : <html:text property="address" size="30" maxlength="30" />
    emailaddress : <html:text property="email" size="30" maxlength="30" />
    <html:submit>Submit</html:submit>
    <html:cancel>Cancel</html:cancel>
    <!-- Begin Validator Javascript Function-->
    <html:javascript formName="AddressForm"/>
    <!-- End of Validator Javascript Function-->
              </html:form>
         </body>
    </html:html>
    AddressForm.java
    //Created by MyEclipse Struts
    // XSL source (default): platform:/plugin/com.genuitec.eclipse.cross.easystruts.eclipse_3.9.210/xslt/JavaClass.xsl
    package com.projectvalidator.form;
    import org.apache.struts.validator.ValidatorForm;
    * MyEclipse Struts
    * Creation date: 02-23-2006
    * XDoclet definition:
    * @struts:form name="AddressForm"
    public class AddressForm extends ValidatorForm {
         // --------------------------------------------------------- Instance Variables
         /** address property */
         private String address;
         /** emailaddress property */
         private String email;
         /** name property */
         private String name;
         // --------------------------------------------------------- Methods
         * Returns the address.
         * @return String
         public String getAddress() {
              return address;
         * Set the address.
         * @param address The address to set
         public void setAddress(String address) {
              this.address = address;
         * Returns the emailaddress.
         * @return String
         public String getEmail() {
              return email;
         * Set the emailaddress.
         * @param emailaddress The emailaddress to set
         public void setEmail(String email) {
              this.email = email;
         * Returns the name.
         * @return String
         public String getName() {
              return name;
         * Set the name.
         * @param name The name to set
         public void setName(String name) {
              this.name = name;
    AddressAction.java
    //Created by MyEclipse Struts
    // XSL source (default): platform:/plugin/com.genuitec.eclipse.cross.easystruts.eclipse_3.9.210/xslt/JavaClass.xsl
    package com.projectvalidator.action;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import org.apache.struts.action.Action;
    import org.apache.struts.action.ActionForm;
    import org.apache.struts.action.ActionForward;
    import org.apache.struts.action.ActionMapping;
    import com.projectvalidator.form.AddressForm;
    * MyEclipse Struts
    * Creation date: 02-23-2006
    * XDoclet definition:
    * @struts:action path="/address" name="AddressForm" input="/validateaddress.jsp" scope="request" validate="true"
    * @struts:action-forward name="success" path="success.jsp" redirect="true"
    * @struts:action-forward name="failure" path="validateaddress.jsp" redirect="true"
    public class AddressAction extends Action {
         // --------------------------------------------------------- Instance Variables
         // --------------------------------------------------------- Methods
         * Method execute
         * @param mapping
         * @param form
         * @param request
         * @param response
         * @return ActionForward
         public ActionForward execute(
              ActionMapping mapping,
              ActionForm form,
              HttpServletRequest request,
              HttpServletResponse response) {
              AddressForm AddressForm = (AddressForm) form;
              // TODO Auto-generated method stub
              //String forward="";
              //if (AddressForm.getName().equalsIgnoreCase("admin"));
              //return mapping.findForward(forward);
              return null;
    ==========================================
    PLZ REPLY ME ANYONE , I AM NOT GETTING OUTPUT , i am using jboss application server, i am getting a pop-up window as below:
    null is required
    null is required
    null is required
    i hope any one replies me

    Hi,
    i have created struts project and foll code is written as foll :
    plz find out error in code :
    struts-config.xml code
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
    <struts-config>
    <data-sources />
    <form-beans >
    <form-bean name="AddressForm" type="com.projectvalidator.form.AddressForm" />
    </form-beans>
    <global-exceptions />
    <global-forwards />
    <action-mappings >
    <action
    input="/validateaddress.jsp"
    name="AddressForm"
    path="/address"
    scope="request"
    validate="true"
    type="com.projectvalidator.action.AddressAction">
    <forward name="success" path="/success.jsp"/>
    <forward name="failure" path="/validateaddress.jsp"/>
    </action>
    </action-mappings>
    <message-resources parameter="MessageResources" />
    <!-- Validator plugin -->
    <plug-in className="org.apache.struts.validator.ValidatorPlugIn">
    <set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/>
    </plug-in>
    </struts-config>
    MessageResources.properties file code
    AddressForm.name=Name      
    AddressForm.address=Address
    AddressForm.email=EmailAddress
    validation.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <form-validation>
    <formset>
    <!-- Address form Validation-->
    <form name="AddressForm">
    <field property="name"
    depends="required" >
    <arg key="AddressForm.name"/>
    </field>
    <field property="address"
    depends="required" >
    <arg key="AddressForm.address"/>
    </field>
    <field property="email"
    depends="required" >
    <arg key="AddressForm.email"/>
    </field>
    </form>
    </formset>
    </form-validation>
    validationaddress.jsp
    <%@ page language="java" pageEncoding="UTF-8"%>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles" %>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-template" prefix="template" %>
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-nested" prefix="nested" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html:html locale="true">
    <head>
    <html:base />
    <title>validateaddress.jsp</title>
    <meta http-equiv="pragma" content="no-cache">
    <meta http-equiv="cache-control" content="no-cache">
    <meta http-equiv="expires" content="0">
    <meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
    <meta http-equiv="description" content="This is my page">
    </head>
    <body bgcolor=#fdffca>
    <html:form action="/address" method="post" onsubmit="return validateAddressForm(this);">
    <p>
    <html:errors/><p>
    name : <html:text property="name" size="30" maxlength="30" />
    address : <html:text property="address" size="30" maxlength="30" />
    emailaddress : <html:text property="email" size="30" maxlength="30" />
    <html:submit>Submit</html:submit>
    <html:cancel>Cancel</html:cancel>
    <!-- Begin Validator Javascript Function-->
    <html:javascript formName="AddressForm"/>
    <!-- End of Validator Javascript Function-->
              </html:form>
         </body>
    </html:html>
    AddressForm.java
    //Created by MyEclipse Struts
    // XSL source (default): platform:/plugin/com.genuitec.eclipse.cross.easystruts.eclipse_3.9.210/xslt/JavaClass.xsl
    package com.projectvalidator.form;
    import org.apache.struts.validator.ValidatorForm;
    * MyEclipse Struts
    * Creation date: 02-23-2006
    * XDoclet definition:
    * @struts:form name="AddressForm"
    public class AddressForm extends ValidatorForm {
         // --------------------------------------------------------- Instance Variables
         /** address property */
         private String address;
         /** emailaddress property */
         private String email;
         /** name property */
         private String name;
         // --------------------------------------------------------- Methods
         * Returns the address.
         * @return String
         public String getAddress() {
              return address;
         * Set the address.
         * @param address The address to set
         public void setAddress(String address) {
              this.address = address;
         * Returns the emailaddress.
         * @return String
         public String getEmail() {
              return email;
         * Set the emailaddress.
         * @param emailaddress The emailaddress to set
         public void setEmail(String email) {
              this.email = email;
         * Returns the name.
         * @return String
         public String getName() {
              return name;
         * Set the name.
         * @param name The name to set
         public void setName(String name) {
              this.name = name;
    AddressAction.java
    //Created by MyEclipse Struts
    // XSL source (default): platform:/plugin/com.genuitec.eclipse.cross.easystruts.eclipse_3.9.210/xslt/JavaClass.xsl
    package com.projectvalidator.action;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import org.apache.struts.action.Action;
    import org.apache.struts.action.ActionForm;
    import org.apache.struts.action.ActionForward;
    import org.apache.struts.action.ActionMapping;
    import com.projectvalidator.form.AddressForm;
    * MyEclipse Struts
    * Creation date: 02-23-2006
    * XDoclet definition:
    * @struts:action path="/address" name="AddressForm" input="/validateaddress.jsp" scope="request" validate="true"
    * @struts:action-forward name="success" path="success.jsp" redirect="true"
    * @struts:action-forward name="failure" path="validateaddress.jsp" redirect="true"
    public class AddressAction extends Action {
         // --------------------------------------------------------- Instance Variables
         // --------------------------------------------------------- Methods
         * Method execute
         * @param mapping
         * @param form
         * @param request
         * @param response
         * @return ActionForward
         public ActionForward execute(
              ActionMapping mapping,
              ActionForm form,
              HttpServletRequest request,
              HttpServletResponse response) {
              AddressForm AddressForm = (AddressForm) form;
              // TODO Auto-generated method stub
              //String forward="";
              //if (AddressForm.getName().equalsIgnoreCase("admin"));
              //return mapping.findForward(forward);
              return null;
    ==========================================
    PLZ REPLY ME ANYONE , I AM NOT GETTING OUTPUT , i am using jboss application server, i am getting a pop-up window as below:
    null is required
    null is required
    null is required
    i hope any one replies me

  • How to start streaming from server side after applet initialized on client

    Hi,
    I am using JSP for on demand streaming server.
    I have included an applet in jsp page which start new player on client side after on streamreceive event.
    But my problem is how to give call to server that applet on client side has been initialized and now streaming can go on.
    Is there any method / way to call class file which will start streaming?

    Oracle is designed to support connection from client to server. The client originates the connection.
    If you want the server to initiate the connection, you need to make the server pretend it is a client. Oracle even does this internally, when they want to use 'External Procedures'
    You may also use Oracle's Message Queue mechanism, called 'Advanced Queueing' to use a 'publish subscribe' model instead of a connection model. That is discussed in the Advanced Queue manual in the documentation at http://docs.oracle.com
    Finally, you can explore the possibility of using RMI from the database, as discussed in the Java related documentation at the same location.

  • EP6 Client Side IE Jscript Errors

    Hi,
    Lately we have been experiencing severe client side issues involving javascript IE errors.  This means that when the portal page loads for the user, it appears for the user incomplete.  Meaning perhaps they will see their first and/or second level navigation and then everything else is white.  On the bottom left corner of their IE window I have noticed there is the IE symbol with a yellow exclamation point over either stating 'Done,' 'Done with Errors,' 'Error on Page,' or something similar.  Basically it's always a javascript error. 
    Clearing cache, cookies, temp files, refreshing, and rebooting does not help.  These clients are all running IE6 w/128bit encryption.  One fix we have found so far is that after we performed our Patch4 upgrade, we found that somehow not all PRTBridge files were updated according to the primary server node's files.  We had to manually copy these files to each server node for that portal environment.  So far it appears that has helped.
    I'm just curious if anyone else has experienced this issue?
    Thanks - Danielle

    Hi,
    Is it possible that you have experienced the problems described in note 785308, that are caused after installing MS Security Hotfix KB834707?
    Best Regards,
    Elad

  • Error message when trying to view calender after publishing

    After publishing my calender I get an offer to send email to invite viewing/subscribing. The email goes through but when I try to follow the link to view I get this error
    We're sorry but we cannot find the iCal you've requested.
    It's possible that it has been deleted or renamed.
    I have tried unpublishing and signing out and then back into MobileMe - both after the suggestion of the chat support for MobileMe.
    Any help would be appreciated - would be very handy to have co-workers be able to view my calendar.
    Thanks in advance

    Hi
    Common issues for this :
    1. Once you install crystall add on ,you need to go to Crystal report Administration >Account setup .
    Put on the user name and password and click on creating ext tables
    Try then running the report .
    If not the case ,
    make sure you install runtime .
    You need :
    1.Crystal report basic from SAP download -(Not necessary if you want only report viewer >
    2.You need to have crystal integration addon (I think service pack is SP1)
    3.Make sure you have runtime install
    When you are installing ,make sure you restart your PC before you do or remove temporary file s
    Hope this solves your issue
    Bishal

  • Error 404 when opening pdf files after publishing website

    Hello,
    i included pdf files in a blog. They open properly when testet but after publishing approx. 50% of them do not show up and i receive the error 404 (file not found). Are there any suggestions?
    Thanks

    Great Input!!!
    Thanks!!! Due to your comment i found out why the files coulnd't be opened: The names included "Umlaute" and the German "sharp s". These letters were transformed automatically and than coulnd't match anymore. So easy and so difficult.
    have a nice weekend!
    Matthias

  • Client Side Error Message in Notification Region

    Hi,
    Is there any way I can display my client side validation in NOTIFICATION region.
    My Scenario,
    In my application, I have dynamic Apex Items (Generating Using APEX_ITEM API).
    I have added client side validation (Javascript) when users clicks the button and I am showing my error message in alert window. (which is working fine). But now my customer wants to display the error message in Notification region instead of ALERT message.
    Can anyone help me to solve this issue. Thanks in Advance..
    Regards
    Balaji S

    Hi
    Yup, just create a div in the page template in the right place to hold your messages and give it an id like...
    <div id="noteArea"></div>Now in you javascript, rather than using alerts, you can use
    var noteObj = document.getElementById('noteArea');
    noteObj.innerHTML = 'my message with any HTML needed';Is this what you mean?
    Cheers
    Ben

  • Error in a array populated using jsp in client-side in java-script

    hii ,
    I have this problem.
    I have populated an array with records in jsp.The array is being populated correctly ..i hav check it .
    Now I need to get back this array in client side in a java-script function.
    I need this bcoz i need to check whether the value entered in a particular field in the form is there in the table before the form is submitted...hence the need of array.
    Surprisingly in my java-script function i can get back the length of array,but as soon as i am writing something like arr[0] where arr is the name of array populated in server side using jsp,i am get scripting error.
    i.e a code like
    funtion partynamecheck()
    var n=<%arr[0]%>
    alert (n) ;
    is giving scripting error.i.e showing error in page at the bottom left -side of browser.
    but code like
    funtion partynamecheck()
    var n=<%arr.length%>
    alert (n) ;
    } is working fine.
    Please help ..all wrk stuck.
    Arnab

    Hi,
    i cann't help you with javascript, but the jsp-expression must have this syntax
    var n=<%=arr[0]%>
    Hope this help!
    Roland

  • Error writing data to client-side row cache.  URGENT!!!

    Hi everyone
    I had had this error for 3 weeks and I don't know what am I doing wrong?
    I have an Oracle Database. and when I Run my project from JSC I get this error:.
    Description: An unhandled exception occurred during the execution of the web application. Please review the following stack trace for more information regarding the error.
    Exception Details: javax.faces.FacesException
    java.sql.SQLException: [sunm][Oracle JDBC Driver]Error writing data to client-side row cache.
    Possible Source of Error:
    Class Name: com.sun.jsfcl.data.RowSetDataModel
    File Name: RowSetDataModel.java
    Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
    I uninstalled and installed the JSC and the first time that I run my project worked fine, but just that time, because then the error appeared again.
    What can I do????
    Thanks!!!
    Wendy,
    Costa Rica

    Duplicate thread of
    http://swforum.sun.com/jive/thread.jspa?threadID=53424&tstart=0

  • SERVER_MS_NOT_AVAILABLE Internal error during authentication - client side

    Hi Experts,
    I reviewed the various threads here concerning this topic, and not found one that fits my situation. We have a well functioning SAP-PI 7.11 landscape, and normally 10+ support team members connecting with no issues. Except for a 2nd PC i have just installed. Our normal desktop is Corporate imaged XP PC. my problem child though is a Linux PC (I would think it should be the other way around ) Anyway the Linux box uses the exact same LAN, same DHCP, same DNS server as it's XP brethen. it connects to the http portion of PI just fine, but fails with the SERVER_MS_NOT_AVAILABLE error when I attempt to connect to the ESB or IB. Just to be safe I have placed the FQDN of the PI hosts into the Linux hosts file. no effect. What am I missing? Anyone else ever see this? suggestions on troubleshooting?

    hi Abhishek,
    Yes I reviewed it and several others.  I am confident alll our sever side settinsg are correct otherwise the exiting Pcs would not be connecting. The only item that applies to the client side is #4 - using the FQDN on the local hosts file, which I have already tried.

  • Client side ERROR MESSAGE THROWN TWICE

    Hi,
    In our application we are having a af:inputText component, which has a client side validation. When the validation fails the intended error message is thrown twice on the screen. Below is the component code snippet,
    <af:inputText label="#{inventoryUIBundle.RANGE_TO}" autoSubmit="true"
    rendered="#{pageFlowScope.TelephoneNumberEditBean.addMode}" columns="20"
    maximumLength="#{pageFlowScope.TelephoneNumberEditBean.maxLength}"
    value="#{pageFlowScope.TelephoneNumberEditBean.maskedRangeTo}"
    binding="#{backingBeanScope.rangeToComponent}"
    id="number-rangeto">
    <af:validateRegExp pattern="[\\d\\s\\*\\#\\+\\-\\.\\,\\(\\)\\\\\/]+" messageDetailNoMatch="Only number, space and special character - + ( ) . , / \ * # are allowed."/>
    </af:inputText>
    Can any one provide any clue as to why this is happening.
    regards,
    Chandra.

    Another location where I have this issue,
    <af:inputText value="#{pageFlowScope.PlaceEditBean.entityObject.vertical}"
    label="#{inventoryUIBundle.VERTICAL}"
    maximumLength="25" autoSubmit="true"
    id="place1-vertical" partialTriggers="place1-latitude place1-longitude"
    binding="#{backingBeanScope.verBinding}"
    valueChangeListener="#{pageFlowScope.PlaceEditBean.onChangeVnH}">
    <af:validateRegExp pattern="(-)?(\\d){1,10}\\.(\\d){1,10}" messageDetailNoMatch="Only decimal numbers are allowed for vertical."/>
    </af:inputText>
    In the above tag set, there is a ValueChangeListener. This also has a double message issue.
    regards,
    Chandra.

Maybe you are looking for

  • Can we call a task-flow from a bean in adf?

    Sir, Can we call a task-flow from a bean in adf? Regards

  • Problem in web.xml  -- servletcontext

    Pls look at the code and web.xml file for invoking servlet. index.html <html> <head> <title>Servlet Context Example</title> </head> <body> <form method="get" action="callservlet"> <input type="submit" value="Submit"> </form> </body> </html>ServletCon

  • Change color on visited links

    Firefox 35.0.01 Intel Core i7-3770 CPU @ 3.40GHz, 32.0GB RAM, NVIDIA GeForce GTX 580 I recently did a "refresh" (?) on Firefox and my visited links are no longer changing color. I've gone to Options - Content - Fonts & Colors - Colors... and the Link

  • Kodo JDO 2.5.0 now available

    All, Kodo JDO 2.5.0 is now available. Thanks, everyone, for helping out throughout the 2.5.0 public beta period. You're all great. You can get Kodo JDO 2.5.0 at: http://solarmetric.com/Software/Purchase/download.php Major changes include: - Major que

  • Need a sample Oracle Database Design Document

    Looking for a sample database design document. Which may include below high level steps if possible. 1. Hardware & software specifications. 2. Database Sizing/ estimate. 3. Schema Design 4. Data transformations/ feeds Thanks Mallikharjuna