EPCM Undefined

I have user using IE 5.5 and trying to access EP 7.0. The login is successful but the navigation never shows up. It gives a Javascript error of "EPCM is Undefined". However, I can access it fine as well as 200 users. I am using IE 6.0, not sure if that matters or not.
Thanks,
kevin

Hi Kevin
The issue arises due to the difference in terms of javascripts between EP on J2EE Engine 6.40 and EP on J2EE Engine 7.0 (NW-04s). In 6.40 the .js file is present in NeverCompressed property of http service by default, while in 7.0 it was removed.
I have also written a WiKi FAQ on this. Kindly follow the URL :
https://wiki.sdn.sap.com/wiki/pages/pointstab/viewpageversion.action?pageId=31097&version=2
Kindly follow these steps:
1. Enter the J2EE Config tool.
2. drill down: Global Server Configuration->services->http
3. on the right hand side, click on NeverCompressed
4. on the bottom, add at the end: ,*.js
5. Apply the changes
6. restart the J2EE.
After this clear the browser cache and then log onto the portal and check if the issue gets resolved.
Regards,
Nitin Mehra

Similar Messages

  • Epcm permission denied

    Hello, i search in the forums, but i don't find an answer!
    We have the following problems:
    We use the epcm-object to fire events! To get the instance we use the following coding in the site:
    <script language="javascript">
    function myPortalEPCM() {
      try{
         var ldFrame = window;
         while ( typeof(ldFrame.EPCM)=="undefined" && ldFrame != top)
            ldFrame = ldFrame.parent;
         return ldFrame.EPCM;
      }catch(ex){ }
    </script>
    It works in the SAP HR BSP-Applikations and in the last months also in the Business Warehouse (BW) BSP-Applikations, but now we installed some supportpackages and now it doesn't work in BW!?
    He find the EPCM and he will return, but then he go into the catch-part und this is the reason that the calling code doesn't get the instance of EPCM!?
    What can i do!?
    I debugged it with the mozilla firefox javascript debugger, but i can't explain it!?
    The browser said, permission denied, but why!?
    Is it possible to get the epcm with other way!
    Thanks
    Lars

    Hi Lars,
    > sorry, but it doesn't help.
    > Now i have no javascript errors,
    So - it helps!!! That is the first step into the right direction, as so far you have tried cross-site scripting, which doesn't work, now it works!
    > but the eventing doesn't work!
    > Have you any others ideas!?
    That's a bit to small information. Also this normally is only really debugable on client site, live. Anyhow, I expect you have used the EPCMPROXY object with the extra window parameter, to subscribe?!
    Hope it helps
    Detlev
    PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!

  • PAR Iview resizing problem....

    Hello Gurus,
    I have the following problem. I've develop a PAR Iview and i want to resize it on runtime. I've write on my PAR app. a javascript code, but the system shows me a javascript's error when i launch it on my portal, after open the error it says "EPCM Undefined" on this line:
    EPCM.subscribeEvent('urn:com.sapportals.portal:browser', 'load', initFooter);
    In my profile i've set EPCFLevel = 2, but my question is: do i have to reference or include a external jar or lib to my PAR??? witch one???. For General culture...a general info about my iview is: The type of my PAR (Iview) is: AbstractPortalComponent and it has a different namespace (com.<company>.portal.addon.footer) than the namespace i want to subscribe the event.... Please Help!!!!!, i dont know why this error happens...and how can i solve it...what am i missing here within my source code????....
    Regards,
    Mariana

    Hi Rajat,
    Thanx for answer me... now i have a question...why with the standard PAR Iviews that doesnt happens???... because that doesnt happens with all the iviews...happens only with mine's. I know that header Iviews (masthead) use the EPCM object, and it is working just fine, that is why I'm asking if there is an external library, jar, etc., that i have to include in my PAR in order to make it work. is This the only solution in my case???
    I will wait for your answer,
    Best regards,
    Mariana

  • Error:EPCM is Undefined

    Hi All,
    While logging to portal we are getting an error in logon page named "EPCM is Undefined".
    Can any one suggest a solution for this..??
    Regards,
    Vinoth

    Hi,
    Pls see this
    "'EPCM' is undefined"  error while logging onto EP
    aneez

  • EPCM is undefined

    Hello,
    after Login to the SAP Netweaver Portal I receive at the following page the script-error "EPCM is undefined". I don't get the full navigation because of this script-error.
    This problem is only at one PC, at all other it works fine. All settings are same to other PCs.
    Please help me.
    Regards
    Philipp

    Hi Philipp
    Did you find a solution? I have a similar problem - the portal (EP7 SP13) works fine for most users, but one user gets javascript errors (EPCM is undefined, object required) and cannot display most of the portal screen. He has the same IE version (IE6 SP2) and settings (default "Low" in security zones) as other users. I have added *.js to NeverCompress and restarted, but still it does not work for him.
    Any ideas?
    Many thanks & regards
    Jane

  • EPCM.getSAPTop().LSAPI is undefined

    Hi
    I was trying to customize AFP following SAP documents. But after changing the framework page when I logon to portal always I am getting a javascript error.
    EPCM.getSAPTop().LSAPI is undefined.
    I checked both in IE6 and Mozila and my portal version is EP7.3 SP4.
    I have followed all the steps mentioned in the links below.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/70bfe58d-1ed9-2d10-42b6-821d62777d6f
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/6032df6e-7625-2e10-418a-ba5c4cb7ead5
    Could anyone tell me how to get rid of this js error.
    Kind Regards
    Kaushik

    Hi Kaushik,
    Are you using the AFPisLoaded event ? You need to subscribe to this event and put your scripts inside. this event will fire after all AFP have been loaded and are now ready for use.
    example:
    EPCM.subscribeEventReliable('urn:com.sapportals:navigation', 'AFPisLoaded', function _afpLoaded() { //write your script here });
    Best Regards,
    Saar

  • Citrix & EPCM is undefined

    We are currently upgrading our EP6 portal to NW04s SPS7.
    About 30% of our users access the portal via citrix metaframe.
    When a user access the portal normally via LAN, the portal works fine. But when we access the portal from citrix the portal does not load properly and we get a javascript error 'EPCM is undefined'
    I greatly appreciate any help in resolving this problem.
    Regards,
    Ranganath Tirumala

    Hi Ranganath
    Did you ever find a solution??
    Many thanks
    Jane

  • EPCM proxy undefine

    Hello ,
    I am getting this error while excuting the iview in RS_TEMPLATE_Maintian program.
    I have seen the library where it says epcfproxy.js need to be included in the portal..
    Can any one help me where this statement need to be included in the java script.
    I tried includeing in the header part but still i ma getting the error. We have epcfproxy.js file in the Javasciprt Mime file
    Thanks

    >
    Kapsek27 wrote:
    > Hello ,
    >
    > I am getting this error while excuting the iview in RS_TEMPLATE_Maintian program.
    >
    > I have seen the library where it says epcfproxy.js need to be included in the portal..
    >
    > Can any one help me where this statement need to be included in the java script.
    >
    > I tried includeing in the header part but still i ma getting the error. We have epcfproxy.js file in the Javasciprt Mime file
    >
    >
    > Thanks
    Seems like that the EPCF level is set to 0 in your iview (that means that actually no EPCM and also no EPCMPROXY object will be available). Maybe you can change it in the properties of your iview by setting the property "EPCFLevel" to 1.
    But this is just an assumption...
    Another question: Is you IView URL isolated or Embedded? When the iview is embedded you don't have to use the EPCMPROXY object but the normal EPCM object...

  • EPCM is Undefined-- Issue

    Dear All,
    I deployed com.sap.portal.epcf.loader.par file into the portal through nwds , after that when I logged into the portal nothing is getting displayed inthe content area. Only header is getting displayed . And in content area no iviews or worksets or navigation is getting displayed..plz help it became a serious problem
    Thanks in advance

    Hi Jitan,
    Please check that if you missed any jar files while deploying into portal.
    Extract the original par file using an unzip program -> navigate to the folder PORTAL-INF -> lib
    if there are any files then copy the files and paste into the lib folder of your NWDS project -> refresh and rebuild -> export
    Ram

  • Error "EPCF Undefined" in URL Iview after upgrading portal from 7.0 to 7.3

    Hi All,
    We have upgraded our portal from 7.0 to 7.3 recently. After upgrade when we are trying to open URL iviews(which will open a page in a sesparate window) it is giving some error in left bottom corner of browser. The error is as follows
    Message: 'EPCM' is undefined
    Line: 463
    Char: 1
    Code: 0
    URI: http://<host>:50100/irj/portal?NavigationTarget=navurl://25fd58cd6bc575491c6b9c692e5debd6&InitialNodeFirstLevel=true&windowId=WID1318828789495
    Please let me know the solution to solve this issue.
    Thanks & regards,
    Sandeep

    Hi sandeep ,
    Hence the problem was not there with previous versions where the .js files were simply not compressed by default.
    Solution :
    I believe switching off javascript compression is a suitable option in this case as the script files are usually cached by the browser as well and will not be transmitted every time.
    Kindly follow these steps:
    1. Enter the J2EE Config tool.
    2. drill down: Global Server Configuration->services->http
    3. on the right hand side, click on NeverCompressed
    4. on the bottom, add at the end: ,*.js
    5. Apply the changes
    6. restart the J2EE.
    After this clear the browser cache and then log onto the portal and check if the issue gets resolve
    I hope it will useful to you.
    Thanks@ Re grads
    G.srinu

  • EPCMPROXY undefined.

    Hello all,
    We are working on integrating the BW templates from Web Application Designer and the Visual Composer. We are following the step by step solution as given by SAP in their doc to get ahead with this integration. The resolution for the above error is supposed to be some changes that are to be done in the hosts file of the client system. I am unable to understand what exactly are the changes to be made. Can any one throw some light on what exactly are the steps to be followed so that this error can be avoided. Also is there anything we need to do from the eventing options available under the SYSTEM CONFIGURATION->SUPPORT option in portal for this scenario to work?
    Arun E V

    Hi Prakash,
    Sorry for the late reply. I used a trial version of the HTTP Watcher available. I dont observe the javascript loading. But if the Javascript isnt loaded then how can the page pop up the error EPCMPROXY undefined?
    the java script code
    <script language=javascript>
    function raiseEvents(value) {
    extvalue = "<Params version='2' ><Row F0CALWEEK='" +
    value + "' /></Params>";
    EPCMPROXY.raiseEvent( "urn:com.sap.vc:epcm", "Filter1",
    extvalue, null );
    </script>
    The BW object that raised the event tothsi javascript
    <FORM name="Week" action="" method=post>
    <b>Select Week</b>
    <select name="Select_Week" onchange="raiseEvents(document.Week.Select_Week.options[document.Week.Select_Week.selectedIndex].value);"
    >
    <object>
             <param name="OWNER" value="SAP_BW"/>
             <param name="CMD" value="GET_ITEM"/>
             <param name="NAME" value="DROPDOWNBOX_3"/>
             <param name="ITEM_CLASS" value="CL_RSR_WWW_ITEM_FILTER_DDOWN"/>
             <param name="DATA_PROVIDER" value="DP"/>
             <param name="WIDTH" value="250"/>
             <param name="BORDER_STYLE" value="NO_BORDER"/>
             <param name="CLOSED" value="X"/>
             <param name="GENERATE_CAPTION" value=""/>
             <param name="IOBJNM" value="0CALWEEK"/>
             <param name="BOOKED_VALUES" value="Q"/>
             <param name="SHOW_LABEL" value=""/>
             <param name="ONLY_VALUES" value="X"/>
             ITEM:            DROPDOWNBOX_3
    </object>
    </select>
    </FORM>
    In VC i have a Signal IN that lsitens to this event.
    this is the BW WAD 3.X version on BW 7.0
    Arun E V

  • Error while deploying a composite  (Message part "body" is undefined)

    Hi All,
    I am trying to deploy a composite but i am getting the following error.
    Buildfile: C:\Oracle\MiddlewareJdev\jdeveloper\bin\ant-sca-compile.xml
    scac:
    [scac] Validating composite "C:\JDeveloper\mywork\Sample\SampleDequeueBPEL\composite.xml"
    [scac] /C:/JDeveloper/mywork/Sample/SampleDequeueBPEL/Outputftp.wsdl: error: Message part "body" is undefined [element = EmpCollection
         [scac] Setting BPELC option 'classpath' to C:\Oracle\MiddlewareJdev\jdeveloper\jdev\extensions\oracle.sca.modeler.jar;C:\Oracle\MiddlewareJdev\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-runtime.jar;C:\Oracle\MiddlewareJdev\jdeveloper\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;C:\Oracle\MiddlewareJdev\oracle_common\modules\oracle.fabriccommon_11.1.1\fabric-common.jar;C:\Oracle\MiddlewareJdev\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel.jar;C:\Oracle\MiddlewareJdev\jdeveloper\soa\modules\oracle.soa.mediator_11.1.1\mediator_client.jar;C:\Oracle\MiddlewareJdev\oracle_common\modules\oracle.mds_11.1.1\mdsrt.jar;C:\Oracle\MiddlewareJdev\oracle_common\modules\oracle.adf.model_11.1.1\adfbcsvc.jar;C:\Oracle\MiddlewareJdev\oracle_common\modules\oracle.adf.model_11.1.1\adfbcsvc-share.jar;C:\Oracle\MiddlewareJdev\oracle_common\modules\commonj.sdo_2.1.0.jar;C:\Oracle\MiddlewareJdev\modules\org.eclipse.persistence_1.1.0.0_2-1.jar;C:\Oracle\MiddlewareJdev\oracle_common\modules\oracle.webservices_11.1.1\wsclient.jar;C:\Oracle\MiddlewareJdev\oracle_common\modules\oracle.web-common_11.1.1.jar;;C:\JDeveloper\mywork\Sample\SampleDequeueBPEL\SCA-INF\classes
    [scac] C:\JDeveloper\mywork\Sample\SampleDequeueBPEL\composite.xml:21: error: SCAC-50012
    BUILD FAILED
    C:\Oracle\MiddlewareJdev\jdeveloper\bin\ant-sca-compile.xml:272: Java returned: 1 Check log file : C:\JDeveloper\mywork\Sample\SampleDequeueBPEL\SCA-INF\classes\scac.log for errors
    Total time: 4 seconds
    This is an integration from Dequeue to FTP . Dequeue have a payload of message type which is transformed to Ftp message type. Below is the wsdl file where i am getting error
    <wsdl:definitions
         name="Outputftp"
         targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/ftp/Sample/SampleDequeueBPEL/Outputftp"
         xmlns:jca="http://xmlns.oracle.com/pcbpel/wsdl/jca/"
         xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
         xmlns:tns="http://xmlns.oracle.com/pcbpel/adapter/ftp/Sample/SampleDequeueBPEL/Outputftp"
         xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
        >
      <plt:partnerLinkType name="Put_plt" >
        <plt:role name="Put_role" >
          <plt:portType name="tns:Put_ptt" />
        </plt:role>
      </plt:partnerLinkType>
        <wsdl:types>
          <schema targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/ftp/Sample/SampleDequeueBPEL/Outputftp"
                  xmlns="http://www.w3.org/2001/XMLSchema" >
            <include schemaLocation="xsd/FileFTP.xsd" />
          </schema>
        </wsdl:types>
        <wsdl:message name="Put_msg">
            <wsdl:part name="body" element="EmpCollection"/>
        </wsdl:message>
        <wsdl:portType name="Put_ptt">
            <wsdl:operation name="Put">
                <wsdl:input message="tns:Put_msg"/>
            </wsdl:operation>
        </wsdl:portType>
    </wsdl:definitions>XSD of FTP:
    <?xml version= '1.0' encoding= 'UTF-8' ?>
    <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
        <xs:element name="EmpCollection">
            <xs:complexType>
                <xs:sequence>
                    <xs:element name="Emp" maxOccurs="unbounded" minOccurs="0">
                        <xs:complexType>
                            <xs:sequence>
                                <xs:element type="xs:string" name="name"/>
                                <xs:element type="xs:byte" name="id"/>
                                <xs:element type="xs:byte" name="dept"/>
                                <xs:element type="xs:string" name="address"/>
                            </xs:sequence>
                        </xs:complexType>
                    </xs:element>
                </xs:sequence>
            </xs:complexType>
        </xs:element>
    </xs:schema>Could someone help me on this. Thanks in advance.
    Thanks
    Gnanaprakasam R

    Gnanaprakasam ,
    Check log file : C:\JDeveloper\mywork\Sample\SampleDequeueBPEL\SCA-INF\classes\scac.log for errorsDid you managed to look into logs.
    Try to reconfigured the ftp adapter from scratch.
    I had ran into same error as yours what i did was, restarted the Jdeveloper and was able to compile !!
    Regards,
    Abhinav Gupta

  • Adobe Bridge CS6 undefined in not an object Help Please

    I am so sick and tired of getting this error message when I try to create a pdf contact sheet - undefined is not an object.  Can someone help me?
    What frustrates me the is there is no log file telling me what image has the problem which Bridge does not like.
    This example is of brand new eps files that were created in the last month
    I also have the same undefined object is not an object using AI files but none are shown in this example.
    If there is no solution to tell me what eps or ai file(s) bridge does not like - is there a setting I can change so Bridge skips the file it does not like?  Sorta silly skipping a file for a contact sheet but if that is a workaround to make it bridge work that would be a huge improvement versus the program not working at all, LOL...
    1. I have tried using another program to rename all my files to be sequential numbers too, so that is taking more time and I am losing the ability to find my files by name and I still get the undefined is not an object.
    2. I am to the point of using other programs to create jpeg images of AI and EPS files and then using bridge to make contact sheets and doing that takes a ton more time and is just silly to do so now I am to the point of asking for help. 
    3. Operating system is Wondows 7 - I use CS6 - Adobe Bridge for making contact sheets - screen shoot is attached - all CS6 items are up to date with updates.
    4. Yes, I have searched the internet for help and searched adobe for help --- seems like no one has posted a solution.

    I am having this same issue. I'm attempting to make a pdf in Bridge but am getting the error message "undefined is not an object." A log or a report of some kind would be very useful here to find out which object is the offender. Looking at my files they appear to be in order but obviously something is amiss....

  • Upgraded to Firefox 4 now can not access my inbox in email. Error message say I have undefined new mails in the inbox

    Downloaded update toi mFirewfox 4. ISP is Talktalk. Can open My mail and get to screen with inbox but page seems to stopp loading then as it doesa not show amount of space being used etc which it normally does. Instead message says 'You have undefined new mails in your inbox' Nothing then happens and the button to open the inbox does not work. Can however access my email and inbox through Outlook express. Contacted TalkTalk help line and after running some checks was told that the problem is with the browser. Canb anyone help solve this please.

    Me too, problem is being googled alot by other tiscali users also.

  • View attributes can not be retrieved. View instance not found or undefined

    Hi,
    I am creating a simple master detail OAF page. For this I have done following steps:
    1. Created ParentEO and ChildEO
    2. Created ParentVO with a transient attribute called "SelectFlag" with default value "Y" .
    3. Created ChildVO
    4. Created a UserViewLink.
    5. Created Application module (UserAM).
    6. New Page UserPG
    7. In the main region I have defined Application Module.
    8. Under the main region, I have created a new advanced table region with following properties:
    View Instance : ParentVO1
    Detail View Attribute : SelectFlag
    View Link Instance: UserViewLink.
    Now when I click to select the "Child View Attribute", it gives a pop up saying "View attributes can not be retrieved. View instance not found or undefined".
    Please help, I am not able to proceed on this.
    Thanks,
    Anupam

    Anupam,
    I do not see in your steps where you associated the VO with the AM. In order to select an attribute, the AM must have an instance of the VO associated with it. Double click the AM in the navigator. Click Data Model and shuttle the VO's you want to be available from the left to the right.
    Hope this helps.
    Kristofer

Maybe you are looking for

  • Will TM-restore just recreate permission and disk problems I was having?

    My tale of woe, that of course happens the day before I need by machine for a meeting: Last night, when I ran check permissions, and then repair permissions on my MacBook Pro, I got the message that permissions could not be repaired. After this, I ma

  • DRAM configuration is 64 bits wide with parity enabled?

    What is the meaning of this?... How much DRAM has our router(CME)?...how can I know this?.. CME-ROUTER#show version               Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.0(1)M7, RELEASE SOFTWARE (fc2) Technical Support: h

  • Elements Premiere and Photoshop will not intall

    my adobe elements premeire and photoshop will not install, the error says with shared technologies. What can I do please help

  • D-Link Bluetooth Adapter

    Will the wireless keyboard and Mighty Mouse work with a D-Link Bluetooth USB Adapter? If so, where would I find a D-Link Bluetooth USB Adapter?

  • Want  install socket server on OSB

    I want create 1 socket transport provider and if any client can connect to the server socket and get data back . The example (given URL below) showing an option to choose ''socket" in protocol dropdown box under Transport Configuration in BusinessSer