Javascript error 'EPCM is not identified'

I am having an issue on one desktop that when the associate logs on to EP7.0 all they see if the branding image on top and rest of the screen is blank, the content is not loading.   I saw in the bottom left hand corner that there was javascript error and when I went to view it it said 'EPCM is not identified'.   I have checked the IE6.0 settings on this machine and compared to another machine that the portal is working fine on and from what I can see all the settings are the same.  I am not sure what this error means??

Hi Kathy,
It sounds to me like there is some issue with JavaScript in the browser of that user. Double check that the user has enabled JavaScript for the portal site (you can do this easily by making your portal a trusted site for the browser under Tools --> Internet Options --> Security --> Trusted Sites --> Sites). Then I would recommend clearing out the cache Under Tools --> Internet Options --> General --> Delete Files --> Delete All offline content.
Close the browser and login again.
Hope that helps,
Simon
FYI... EPCM is a JavaScript object used by the portal JavaScript framework.

Similar Messages

  • Messanger Express: Javascript Error: ungelesen is not

    Symtom:
    As soon as user with locale german has one or more mail in a folder, he gets an Javascript Error: ungelesen is not defined (i18n.js Line 569).
    No Mails are displayed at all, white patch appears.
    Sun Java(tm) System Messaging Server 6.2 (built Dec 2 2004)

    Found it. Somebody tried to translate the variable unread :-)
    Was fine in last version...
    /opt/SUNWmsgsr/config/html/de > vi i18n.js
    Line 567
    Is:
    -snip-    if (total > 0) {
          s = '<nobr>' + total + ' Mitteilung' + (total > 1 ? 's' : '')
          if (unread == 0)
            s += ' (' + ungelesen + ' ungelesen) -'
          else
            s += ' (<b>' + ungelesen + ' ungelesen</b>) -'-snip-
    should:
    -snip-    if (total > 0) {
          s = '<nobr>' + total + ' Mitteilung' + (total > 1 ? 'en' : '')
          if (unread == 0)
            s += ' (' + unread + ' ungelesen) -'
          else
            s += ' (<b>' + unread + ' ungelesen</b>) -'-snip-
    Some more poor/missing german translation:
    html/de/i18n.js:
    Line 565 just change the 's' to 'en' (see snip above). "Mitteilungen" is the Plural.
    Line 180 i18n['to'] = 'An'
    Line 211 i18n['get mail'] = 'Mails abrufen'
    Line 221 i18n['lookup'] = 'Adresse'
    line 278 i18n['fldr messages'] = 'E-Mails'
    line 481 return 'Alle Nachrichten dauerhaft aus ' + fname + ' l�schen ?'
    line 987 '<td nowrap>' + font() + 'Suche in' +
    html/de/pab_fs.html
    line 60 var ITEMSP=(len>1 ? ' Eintr�ge ' : ' Eintrag' );
    line 62 var ENTRIESSP=(TOTALENTRIES>1? ' Kontakte' : ' Kontakt');
    line 64 var GROUPSSP=(TOTALGROUPS>1 ? ' Gruppen' : ' Gruppe');
    more Bugs in MsgExpress::
    Symtom:
    If you want to create a group in the address book, you get a Javascript Error "missing ; before statement"
    and a white page.
    Fix: Remove the quotes next to Abbrechen
    html/de/editPabGroup_fs.html:
    line 58 s += '<TR><TD colspan=2 valign=top width=1% nowrap><IMG src="' + main.srcHREF + 'imx/qu
    estion.gif" width=32 height=32></TD><TD>' + main.font() + 'Ein Eintrag bzw. eine Gruppe mit dem N
    amen  ' + main.unescape_crlf(g.cn) + '  ist bereits vorhanden. W\303\244hlen Sie eine der folgend
    en Optionen, um fortzufahren, oder klicken Sie auf Abbrechen.</FONT></TD></TR>' +Interesting if engineering ever gets this information...

  • Delete document button in ribbon gives javascript error: g is not a function

    Hello,
    We have a default SharePoint 2010 installation. So an out of the box site template, out of the box document libraries/lists etc, out of the box theme (default one) etc.
    When we check the checkbox next to a document in the shared documents library, the tab in the ribbon automatically switches to the document tab. In this tab there is a button "delete document". When I click that I get a confirmation request, I click OK,
    and then I get a little yellow box in the upper right corner that tells me SharePoint is deleting the document, and then nothing happens.
    The document stays where it is, no refresh of the page as SharePoint should do...
    I have a javascript error, and in FireFox it tells me "g is not a function" on line 2 of the file inplview.js?rev=AohvE9XEf%2FI78tuaw1TGAA
    Line 2 contains like 100 javascript functions on the same line, so it's impossible to find out which function or command throws the error.
    This is not a file created by me, so I guess it comes with SharePoint and that I should not touch it.
    So what do I do now?
    I have another server that we use for SharePoint testing, and there the button works as it should, so it's not SharePoint either...
    Problem is that we use this server to give basic SharePoint trainings to our employees, so it's not a very good start when we have to say the delete button is broken but will work in the actual production environment...

    Hi Stefan,
    In our case the problem was caused because initially we had set the authentication to basic authentication, and then changed the setting to claims based authentication. Somehow this causes SharePoint to give errors.
    I don't know if the same error occurs when you choose claims based authentication from the beginning (so without changing it after creating the web application).
    In our case we had the same behavior, in the ribbon the button didn't work, but in the context menu it did work.
    I don't have any other info, as I said in my previous post, I couldn't find any info on this issue on the net. We figured this one out ourselves. I don't know how to keep the claims based authentication, for us it was just a test to try out that type of
    authentication. Since we were running into problems and we didn't really need it we reverted it back to basic authentication.

  • Javascript error in orginal application but not in translated one

    Hi,
    We export / import our application from dev to test server. Our problem is that we got a javascript error saying : $ is not defined - in firebug.
    What I don't understand is that our translated application works perfectly!
    Any idea what could cause that error?
    Thanks

    Hello,
    >> Our problem is that we got a javascript error saying : $ is not defined
    This type of error usually means that the application doesn’t have access to the APEX provided JavaScript library. First, you should check if the alias for the images directory is defined the same on your dev and test instance.
    >> What I don't understand is that our translated application works perfectly
    A translated application can have its own alias to an images directory. Are you using this option? (go to shared components, Globalization, translate application and choose the first option of mapping your primary language. In the mapping wizard screen you have a field called Image Directory).
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Forthcoming book about APEX: Oracle Application Express 3.2 – The Essentials and More

  • JavaScript Error for Web Control Value

    Hi,
    I'm trying to follow the code mentioned in this post:
    https://sharepointantics.wordpress.com/2009/11/24/publishingpage-field-modify-field-output/
    To parse the values of the multifield control.
    When I use the script I get javascript errors: "Uncaught SyntaxError:Unexpected Identifier".
    The string returned from the field value for the line of JavaScript is:
    var inputOptionsString = '<a onclick="OpenPopUpPage('http://portal/teams/Data/_layouts/15/listform.aspx?PageType=4&ListId={85548e8f-58c5-4dea-9278-d7d941bf1cce}&ID=9&RootFolder=*', RefreshPage); return false;" href="http://portal/teams/Data/_layouts/15/listform.aspx?PageType=4&ListId={85548e8f-58c5-4dea-9278-d7d941bf1cce}&ID=9&RootFolder=*">Install</a>; <a onclick="OpenPopUpPage('http://portal/teams/Data/_layouts/15/listform.aspx?PageType=4&ListId={85548e8f-58c5-4dea-9278-d7d941bf1cce}&ID=15&RootFolder=*', RefreshPage); return false;" href="http://portal/teams/Data/_layouts/15/listform.aspx?PageType=4&ListId={85548e8f-58c5-4dea-9278-d7d941bf1cce}&ID=15&RootFolder=*">SQL</a>'
    Could the slashes be the issue, or the single quote in the begging after the
    OpenPopUpPage?
    Thanks,
    Reuvy

    There might not be a need for two Java plugins, in order to remove the vulnerable one:
    # Open in a url bar about:plugins
    # Next to the Java plugin marked vulnerable click "Remove"
    #Restart Firefox
    Javascript is a bit different from Java.
    *[[JavaScript settings and preferences for interactive web pages]]
    The web console is a web developer tool used to look at what makes the webpage. Since the video is not playing, something is blocking it. It can be permissions, an extension, hardware acceleration etc. Usually an error message in the console can give a clue. It is located in Tools > Web Developer > Web Console

  • JavaScript error on WD

    Hi Friends,
    the same issue, opening again.
    I am getting JavaScript error on WebDynpro aplication.
    The error is "Object Required on line number .."
    because of this, when I run the aplication on browser IE6.0 build 2900.2180, SP2, the application manages to display all the popup windows through link to action provided.
    BUT in case of IE 6.0 build 2800.1106, SP1, not able to see the the popup windows because of JavaScript error.
    There should be some way, because in other screens too, I have popup windows, but  am able to se popup using same old IE 6.0 version.
    Is there any clue how to get rid of it?

    Hi Friends,
    I resolved it.
    This bug was because of one textView field value missing.
    I feel, in this case too, we should not get javaScript error, as its not possible to handle it.

  • Javascript error on Workspace ES2

    What is this warning dialog talks about?
    Nith

    Hi Friends,
    I resolved it.
    This bug was because of one textView field value missing.
    I feel, in this case too, we should not get javaScript error, as its not possible to handle it.

  • CCP 2.6 Javascript error and display issues

    Hello ,
    I am atttempting to run CCP2.6 and have tried clearing cache on IE (temp internet/website files, cookies, history) and removed all Java files including trace/log files, chaced apps and applets , and installed apps and applets.Also ran CCP as admin. Essentially followed all guidelines to solution to discussion "CCP 2.5 Javascript Error" but has not resolved issue.
    I still get the error below and the bottom 2/3 of the CCP screen is not displayed/rendered. Content is only rendered within a sliver of entire window size , at top part of the window. It appears as if Java should be rendering content at mid/bottom section of window but never does, although a tempory splash screen does appear as if it is "attempting".
    netscape.javascript.JSException: No such method "invokeLaunchDashboard" on JavaScript object
    at sun.plugin2.main.client.MessagePassingJSObject.newJSException(Unknown Source)
    at sun.plugin2.main.client.MessagePassingJSObject.waitForReply(Unknown Source)
    at sun.plugin2.main.client.MessagePassingJSObject.call(Unknown Source)
    at com.cisco.xdm.CounterpointSDMApplet.init(CounterpointSDMApplet.java:310)
    at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
    at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    I am using
    System:
    Windows 7 SP1
    IE10
    java version "1.7.0_21"
    Flash 11.7.700.169
    Looking forward to using the application.
    Please Help!
    Thanks
    Pablo

    Hello ,
    I am atttempting to run CCP2.6 and have tried clearing cache on IE (temp internet/website files, cookies, history) and removed all Java files including trace/log files, chaced apps and applets , and installed apps and applets.Also ran CCP as admin.
    But I still get the error below and the bottom 2/3 of the CCP screen is not displayed/rendered. Content is only rendered within a sliver of entire window size , at top part of the window. It appears as if Java should be rendering content at mid/bottom section of window but never does, although a tempory splash screen does appear as if it is "attempting".
    netscape.javascript.JSException: No such method "invokeLaunchDashboard" on JavaScript object
    at sun.plugin2.main.client.MessagePassingJSObject.newJSException(Unknown Source)
    at sun.plugin2.main.client.MessagePassingJSObject.waitForReply(Unknown Source)
    at sun.plugin2.main.client.MessagePassingJSObject.call(Unknown Source)
    at com.cisco.xdm.CounterpointSDMApplet.init(CounterpointSDMApplet.java:310)
    at com.sun.deploy.uitoolkit.impl.awt.AWTAppletAdapter.init(Unknown Source)
    at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    I am using
    System:
    Windows 7 SP1
    IE10
    java version "1.7.0_21"
    Flash 11.7.700.169
    Looking forward to using the application.
    Please Help!
    Thanks
    Pablo

  • Javascript Error when calling EPCM.raiseEvent

    Hi all!
       I'm having a Javascript error when calling EPCM.raiseEvent function. The error is :
       'The object does not accept the method or property'
      Maybe the traslation is not perfect (I'm using spanish for my browser). Here is my call:
       EPCM.raiseEvent('myPar','myEvent','myParam');
      What can be wrong?
      Thanks in advance, and sorry for my terrible english.

    Hi!
       This error is very strange... I accidentally changed the event name at consumer, but not at producer.... and the error didn't appear... Obviuslly it did'nt work, but it's so strange that if the event is not cought, there is no error (but nothing happens)
       I also noticed that doesn't matter which event I raise (I have two of them), the error is thrown at the same line, and they have totally different caller and receiver functions....
    Thanks In advance.
    Message was edited by:
            Eneko Rodriguez

  • File not found error (no error number or file identified)

    Hi,
    I am getting a file not found error when trying to render a project. The message box does not identify which file is not found nor is there an error message number. I by trial and error tracked the file to a video connected to the PAL_Projector Menu. It is the PAL_Projector.m2v file. I reconnected it but it still gives a file not found error on render. Any suggestions and why do we get these ridiculous error messages in this day and age. The message should identify the file and how to fix the problem.
    Regards
    Richard

    gday
    Is the error on the client or server?
    What role in the application does applications-mapping.xml fulfill?
    How are you loading the file in?
    -steve-

  • I get a "JavaScript Application - Reference Error: XPCSafeJSObjectWrapper is not defined" error every time I try to open a new tab.

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/777191]</blockquote><br>
    Just like the title says, starting with Firefox 4 Beta 6 or 7, I forgot. Any time I try to open a new blank tab (sometimes even when I start up Firefox and the app tabs load) I get an error that says "JavaScript Application - Reference Error: XPCSafeJSObjectWrapper is not defined" If I close it everything works as normal again (until I open a new tab) but it is very annoying to have to do this. Is there any fix for this or is the bug just still there?

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • Aperture help not working - getting JavaScript error message

    My Aperture 3 has been having a lot of strange issues lately, most, but not all of which have been cleared up by holding down command + option while starting up and going through all three of the choices there.
    One problem that remains is the inability to open the Help files. I keep getting the following message:
    “The Help Library requires JavaScript.
    If JavaScript is not enabled, you will not
    be able to view all the content.”
    Help works in all other applications, like Pages and Final Cut Pro. I don’t get JavaScript error messages in any other applications.
    I’ve already done an erase and restore from a Time Machine backup, and an archive and install. I reinstalled Aperture, although not by using the Terminal command suggested in the kbase article # HT3805.
    If I go the Terminal command route, will I lose all my projects, albums, and editing? What about Mobile Me galleries?
    I have a guest user on the computer, and when I log on to that user and open Aperture, the Help Library works fine. So, I know the problem is in my user account somewhere, but I don’t know how to address it. Any ideas?

    Welcome to the forums.
    The fact that you have access to java in another user suggests that it is a local setting or preference.
    In the applications folder/utilities there is an application Java Preferences, try resetting this and seeing if it works.
    If not, try deleting the java preferences file in your users folder
    systemHD/Users/user/Library/Preferences/com.apple.java.JavaPreferences.plist
    relaunch the app Java Preferences which creates a new preferences file for you, then try Aperture again.
    Let us know how this goes.
    Tony

  • "ReferenceError: prepareFFB is not defined" I started getting this JavaScript error recently whenever I start Firefox. I would like to stop getting this error

    I get the following JavaScript error every time I start Firefox:
    ReferenceError: prepareFFB is not defined.

    hello, this sounds like it's possibly caused by an addon. do you have any extension/theme installed, you can connect the "FFB" to? if not try disabling them all in firefox > addons > extensions & reenable them one by one to find out which of them might be causing the error message.

  • Javascript Error - Uncaught ReferenceError: $s is not defined in ApEx 3.0.1

    Hi,
    I am using Oracle ApEx 3.0.1 and am trying to implement the Ajax Loading animation on a report I am running. The problem though, is that I am getting a javascript error on the following line:
    window.setTimeout('$s("AjaxLoading",$x("AjaxLoading").innerHTML)', 10);Looks like in Oracle ApEx 3.0.1, I am getting the javascript error:> Uncaught ReferenceError: *$s is not defined*
    What would I need to change, to get this to work with no javascript errors in Oracle ApEx version 3.0.1 ?
    Thanks.
    Tony.

    Hi,
    It might be that $s function is not introduced on 3.0
    Try
    window.setTimeout('document.getElementById("AjaxLoading").value=document.getElementById("AjaxLoading").HTML)', 10);Regards,
    Jari

  • BPM Inbox not displayed, gives Javascript error

    Hi,
    I am trying to open the BPM Inbox via https://<host>:<port>/bpminbox, but it throws a Javascript error:
    Uncaught TypeError: Cannot read property 'dataServices' of undefined in ODataMetadata.js:13
    If I remove the roles UnifiedInboxUserRole and com.sap.bpem.Enduser, the BPM Inbox is shown fine, but it states correctly I don't have the appropriate roles.
    Have I missed some configuration? The standard UWL works just fine

    Hi Christian,
    In the defaultTrace the only hint is :
    WARNING: Interceptor for {http://odata4j.sap.com/}BPMEntitiesRequestResourceImpl has thrown exception, unwinding now
    com.sap.engine.services.servlets_jsp.server.exceptions.WebIllegalStateException: The stream has already been taken by method [getWriter()].
    at com.sap.engine.services.servlets_jsp.server.runtime.client.HttpServletResponseFacade.getOutputStream(HttpServletResponseFacade.java:244)
    at org.apache.cxf.transport.http.AbstractHTTPDestination.flushHeaders(AbstractHTTPDestination.java:535)
    at org.apache.cxf.transport.http.AbstractHTTPDestination.flushHeaders(AbstractHTTPDestination.java:502)
    ...but not sure if this is a root cause

Maybe you are looking for

  • How to pop up "save" and "open" window - Help with construct xml

    In my report there is a column link which is pointing to another HTML page that has xml data displayed in a textarea field. So when user clicks on the column link, he gets to directed to the page that have the xml data in text format. My question is,

  • HELP! I need to get rid of my headache.

    My JSP program works in this way: 1. It is runing in Server A and will import a text file from Server B. --I make this part work by using java.net.URL. I import the file and save it on the hard drive of Server A. 2. After obtaining the file from serv

  • Accounting Document not created during settlement

    Dear Experts, We are using New GL.  When we execute settlement of maintenance orders (settle from order to cost center), only CO documents are created.  I use tcode IW33 to view order and can see the CO docs, but no accounting docs are created. I do

  • Aperture cannot import iPhoto library

    I am unable to import iPhoto library into Aperture.  It complains that the iPhoto version is older than 7.1.5 and thus not supported.  However, I'm working with iPhoto version 9.4.3. Any clues how to address this - rather odd...  Just bought the soft

  • How to build a cluster array dynamically from another cluster array?

    I'm working on a problem where I seem to be getting lost in a sea of possibilities, none of which strikes me as optimum. Here's what I need to do. I've got an input array of clusters (ARR1). Each cluster contains the following components: an integer