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

Similar Messages

  • COM License bridge :addons works fine on server side but not on client side

    hi,
    i'm using the com license bridge to fetch license information for my addon. When i start my addon on the server where the license bridge was installed and registered everything works fine.
    But when i start my addon at client side the following error occurs:
    System.Runtime.InteropServices.COMException(0x80040154): Retrieving
    the COM class factory for component wiht CLSID
    {80D2BE0E-15FF-4793-A4DE-0C053B19D0A} failed due to the following
    error: 80040154
    at WindowsApplication1.CLicense..ctor()
    Can anybody help me?
    thanks
    Markus

    Hi,
    The following is written in the COM License Bridge documentation in SDN (https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/508623e3-425c-2910-38be-cbe56e65930c):
    "Please note that the COM License Bridge will only work on the system where the actual License Service is running."
    Regards
    Trinidad.

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

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

  • 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

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

  • 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

  • Fixing of client side package error..!!

    hi,
    I am having a scenario like below ....
    pkg2 is called by pkg1.
    pkg2 is called by pkg4.
    pkg2 is called by pkg3 also but from client side.
    now if i do change in pkg2 then pkg1,3,4 will be in invalid state till then i again recomplie all them.in this case client side application which is working on pkg3 will be fail bcoz pkg 3 is in invalid sate.
    but i need that if i do any change in pkg2 then my pkg3 which is in client side sholud not be affexted.Mean to say there should be no affect on client side pkg if i make any change in pkg2.
    how i can achieve it.
    rgds,
    pc

    user1044532 wrote:
    how i can achieve it.Hm... if possible do the change only in the package body and not in the package specification. This would avoid that the other packages will become invalid.
    However any client session that has opened this package might still get a one time error (current package state has been discarded or something similiar).

  • Error Reading setup Intialization file on client side

    Hi Expert,
    When i install the Client setup at client side it's give me the error "Error Reading setup Intialization file".
    I take the setup from the Server B1_shr folder.
    Please reply ASAP.
    Thanks & Regards,
    Tushar Nathwani

    Hi Tushar Nathwani,
    "Error Reading setup Initialization file" implies the setup file is corrupted. You have to find a working copy of it.
    There is no other way around.
    Thanks,
    Gordon

  • Error running a client side program through the worklist app

    I am trying to run a simple client side application (actually just a command script
    that does a pause). I construct a send xml to client with a "call-program" message
    with attributes of name="c:\testscript" and mode of async.
    It appears that I need to register the program - how do I do this?
    SecurityException: Cannot execute the system command "c", because it has not been
    registered in the
    WLPI Security Manager configuration file C:\Documents and Settings\nvernon\WLPISec.properties
    java.lang.SecurityException: Cannot execute the system command "c", because it
    has not been registered in the
    WLPI Security Manager configuration file C:\Documents and Settings\nvernon\WLPISec.properties
         at com.bea.wlpi.client.common.WLPISecurityManager.checkExec(WLPISecurityManager.java:141)
         at java.lang.Runtime.exec(Runtime.java:548)
         at java.lang.Runtime.exec(Runtime.java:477)
         at com.bea.wlpi.client.worklist.WorklistPane$6.run(WorklistPane.java:1441)
         at java.lang.Thread.run(Thread.java:484)

    The reason I asked about the computer OS was in case you needed to do a clean install of iTunes. It works differently on the Mac computer than on Windows. A complete uninstall and reinstall on a Windows computer requires you to follow specific instructions in a support document, while on a Mac, I have read you just have to reinstall over the old one.
    I'm not sure if installing/updating to iTunes 11 would be the same on Windows or not, but since you report using a Mac, then it is probably a mute point. Good luck.

  • How to generate rule log on client side

    I am looking for a solution where I could generate a rule log and make it available on client side. I know generating a log during consolidation and save it on server. However, I want to make it available on client side.
    I have created four scenarios in HFM application, namely -
    1. ACTUAL_REPORTING - To capture TB data and use it for reporting
    2. ACTUAL_ICP - To capture ICP data and run custom business rule as per requirement
    3. ACTUAL_ADDINPUT - To capture additional memorandum inputs
    During consolidation,data is copied from ACTUAL_ICP and ACTUAL_ADDINPUT to ACTUAL_REPORTING. However, problem is that user should consolidate ACTUAL_ICP AND ACTUAL_ADDINPUT scenarios first. If they miss executing the consolidation in these scenarios, then the data copied would be wrong. Just as to ensure this, there's a provision is HFM to check calculation status in rule file and looking at that, calcuation could be stopped and a message could be sent to the user. But delimma is, how to report the same on the user side.
    Possible solution that I could have thought are -
    1. To generate a rule log and post the same to the client, but how to do this? As path of the rule log could be of the server only (that is C:\Hyperion\Logs\Rule)
    2. To generate a rule log and pop a web page terminating consolidation, but how to do this?
    3. To raise an error from the rule file and direct it to the system messages, but how to to this?
    Please advice and any further clarification is required please contact me.
    Thanks & Regards,
    Mustafa

    You can define the output folder as a share, which has already been mentioned. I strongly advise against implementing any solution that in production will regularly generate an external file.
    1) The output file is generated by the DCOM user. If you want this user to generate a file in a specific location, it must be writeable by the DCOM user, and readable by the intended human user. Make sure both NTFS and share level permissions on the target file and its containing folder consider this. Latency for the file write can degrade performance.
    2) Most HFM implementations have two or more HFM application servers. You have no control over which server will execute the file, and also no control over what happens if two or more servers try to write to the same file. You can create a process which causes HFM to become single threaded if every time Sub Calculate for any entity on any server needs to open a single file. This is because the file object is single threaded. It could be multi-threaded if you write out to a database, but certainly far more complex.
    3) Wait state: while as in #2, this can single thread the process, and you have to consider whether your process will error out during moments when another process has access to the file, or if you will ignore that and simply proceed. This can have a significant impact on performance time if you decide to wait until the file becomes available.
    While I have done implementations where the overall solution required combining data across multiple scenarios, I consistently find this a cumbersome, error-prone, and poorly performing approach. For this reason, I always try to keep all of the data required in a single scenario. This is one key reason why the "DataSource" or "DataType" (or whatever you call it) approach is so popular and successful.
    Finally, you cannot write to the HFM system messages. You can, on the other hand, use Calc Manager to write out to a system log.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for