WdComponentAPI cannot be resolved or is not a field in a WebDynpro DC proj

Hi All,
We have a WebDynpro DC project containing some UI screens.
We have added external JAR file 'com.sap.security.api' through creating a External JAR file type DC project and creating public parts for the same, and have added the same to this Webdynpro project.
But still we are facing errors as below:
a)  The import com.sap cannot be resolved for the lines below: -
     import com.sap.security.api.IUserAccount;
     import com.sap.security.api.IUserAccountFactory;
     import com.sap.security.api.IUserFactory;
     import com.sap.security.api.IUserMain;
     import com.sap.security.api.UMException;
     import com.sap.security.api.UMFactory;
     import com.sap.security.api.util.IUMParameters;
b) Multiple markers at this line :
- The method wdGetAPI () is undefined for the Type IPrivateCreateUserView.
- wdComponentAPI cannot be resolved or is not a field
    this.wdControllerAPI = wdThis. wdGetAPI ();
We have tried the option of using 'Organize Imports' as well and also repairing and reloading the project several times. But still the error persists.
ANy inputs are welcome.
Regards,
Shailesh

Hi Shailesh,
Check this thread for more information
Adding external jar to Web Dynpro project
Regards,
Ganesh N

Similar Messages

  • Error: "cannot be resolved or is not a type" of webservice proxy class

    Hello I'm novice in Web Dyn Pro, could you please assist me.
    I have project that was developed before by others, now I encountered with errors during compilation of web service project based on ejb. If more concretely, problems occured in one auto-generated proxy class that refer to another proxy class that I don't know why was absent.
    Problems occures in lines like this
    com.accenture.mdp.company.model.companybasic.proxies.DefaultServiceImpl service = com.accenture.mdp.company.model.companybasic.CompanyBasic. getServiceImpl ();
    Error com.accenture.mdp.company.model.companybasic.proxies.DefaultServiceImpl cannot be resolved or is not a type     Request_CompanyServiceViDocument_addCompany.java
    I suppose that exists the way to generate absented proxies automaticaly, may be by using wizards, but I don't know how.
    Could anybody help me ?

    Hi Sergy,
    Welcome to SDN!
    Did you try Repair, Reload and Rebuild options?
    (Right click on the project, you will get the options)
    If still the problem exists, Close and Open the project.
    Check the versions of your NWDS and the project developed NWDS are same?
    Regards,
    Siva

  • IWDTabStrip cannot be resolved or is not a type

    I receive the following error:
    IWDTabStrip cannot be resolved or is not a type
    and
    IWDTab cannot be resolved or is not a type
    If I choose organize imports, but nothing changes.
    if (wdContext.currentAdviceElement().getRequestType().equals("TA")) {
         IWDTabStrip TabStrip = (IWDTabStrip) view.getElement("TabStrip");
         IWDTab Tab = (IWDTab) TabStrip.getTab(1);
         Tab.setVisible(true);
    } else {
         IWDTabStrip TabStrip = (IWDTabStrip) view.getElement("TabStrip");
         IWDTab Tab = (IWDTab) TabStrip.getTab(1);
         Tab.setVisible(false);
    Somebody a idea?

    Hi all,
    As mentioned in my first post, organize imports doesn't work.
    WD_Runtime exists because all other parts of the code doesn't have any errors, and correct imports
    Repair project, also tried => no success
    Which library is responsible for the TabStrip?
    Edited by: M. KUSTERS on Feb 11, 2008 11:46 AM

  • Servlet config cannot be resolved

    Hi, I have used:
    http://java.sun.com/developer/technicalArticles/Intl/HTTPCharset/
    to change my program to unicode.
    When I put this section into my servlet:
    ServletConfig config = getServletConfig();
    encoding = config.getInitParameter("PARAMETER_ENCODING");it says that ServletConfig cannot be resolved or is not a type.
    Any ideas why it says this?
    Cheers.

    Make sure that you have imported ServletConfig interface as
    import javax.servlet.ServletConfig;or
    import javax.servlet.*;

  • The import org.apache cannot be resolved

    Hi All,
    I am a Java\Eclipse newbie. I am trying to import the org.apache.xerces package, and the import is failing with this error:The import org.apache cannot be resolved
    I am not using Maven\Ant for building the project. I know I need to download some class files\jar files to get this to work, but I am not sure where to download these packages from. Could someone please help me out here?
    import org.w3c.dom.Node;
    import org.apache.xerces.parsers.DOMParser;
    import org.apache.xerces.dom.traversal.TreeWalkerImpl;
    import org.apache.xerces.domx.traversal.NodeFilter;
    import org.apache.xerces.dom.DocumentImpl;
    THanks a lot!

    Well, if you are in fact looking to download the JARs for the Apache Xerces project, you should be able to find them at the Apache Xerces project page.
    If you already have the JARs downloaded, you need to make sure that they appear on your CLASSPATH, otherwise your application will never find them. Since you are using an IDE, this should be as easy as adding the JARs to your project.

  • Unable to compile java classes in NWDS- "JSPDynPage cannot be resolved "

    Hi All,
    I am trying to write small JSPDynaPage when i am getting following complilation error in my Java classess.
    1) "PageProcessorComponent cannot be resolved or is not a valid superclass"
    2) "JSPDynPage cannot be resolved or is not a valid superclass"
    I did check for the existance of
    com.sap.portal.htmlbbridge.jar & prtapi.jar which is present in my C:\NetWeaverDevStudio\eclipse\plugins\com.sap.ep.applicationDevelopment and
    ECLIPSE_HOME=C:/NetWeaverDevStudio/eclipse but for some reason i am unable to compile my classes. Please help me to resolve this issue.
    Thanks,
    Manju

    Try the following link.
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6
    The download in the above link has NWDS and portal as well. Unzip the file and install NWDS studio.

  • EJB and JMs cannot be resolved

    hello,
    I was running an example of message bean driven and it worked.
    I am on Windows XP, j2sdk 1.4.1_02, and jonas 3.1 and eclipse 2.1. all my classpath seem to be set correctly.
    I use a ant script to compile it but when I run on the concole this is the same error.
    But today nothing works when I am compiling the code I 've got the following error:
    [javac] ----------
    [javac] 1. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbBean.java (at line 34)
    [javac] import javax.ejb.MessageDrivenBean;
    [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import javax.ejb cannot be resolved
    [javac] ----------
    [javac] 2. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbBean.java (at line 35)
    [javac] import javax.ejb.MessageDrivenContext;
    [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import javax.ejb cannot be resolved
    [javac] ----------
    [javac] 3. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbBean.java (at line 36)
    [javac] import javax.jms.JMSException;
    [javac] ^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import javax.jms cannot be resolved
    [javac] ----------
    [javac] 4. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbBean.java (at line 37)
    [javac] import javax.jms.Message;
    [javac] ^^^^^^^^^^^^^^^^^
    [javac] The import javax.jms cannot be resolved
    [javac] ----------
    [javac] 5. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbBean.java (at line 38)
    [javac] import javax.jms.MessageListener;
    [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import javax.jms cannot be resolved
    [javac] ----------
    [javac] 6. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbBean.java (at line 39)
    [javac] import javax.jms.TextMessage;
    [javac] ^^^^^^^^^^^^^^^^^^^^^
    [javac] The import javax.jms cannot be resolved
    [javac] ----------
    [javac] 7. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbBean.java (at line 49)
    [javac] public class MdbBean implements MessageDrivenBean, MessageListener {
    [javac] ^^^^^^^^^^^^^^^^^
    [javac] MessageDrivenBean cannot be resolved or is not a valid superinterface
    [javac] ----------
    [javac] 8. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbBean.java (at line 49)
    [javac] public class MdbBean implements MessageDrivenBean, MessageListener {
    [javac] ^^^^^^^^^^^^^^^
    [javac] MessageListener cannot be resolved or is not a valid superinterface
    [javac] ----------
    [javac] 9. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbBean.java (at line 51)
    [javac] private transient MessageDrivenContext mdbContext;
    [javac] ^^^^^^^^^^^^^^^^^^^^
    [javac] MessageDrivenContext cannot be resolved (or is not a valid type) for the field MdbBean.mdbContext
    [javac] ----------
    [javac] 10. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbBean.java (at line 78)
    [javac] public void setMessageDrivenContext(MessageDrivenContext ctx) {
    [javac] ^^^^^^^^^^^^^^^^^^^^
    [javac] MessageDrivenContext cannot be resolved (or is not a valid type) for the argument ctx of the method setMessageDrivenContext
    [javac] ----------
    [javac] 11. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbBean.java (at line 80)
    [javac] mdbContext = ctx;
    [javac] ^^^^^^^^^^
    [javac] mdbContext cannot be resolved
    [javac] ----------
    [javac] 12. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbBean.java (at line 107)
    [javac] public void onMessage(Message message) {
    [javac] ^^^^^^^
    [javac] Message cannot be resolved (or is not a valid type) for the argument message of the method onMessage
    [javac] ----------
    [javac] 13. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbBean.java (at line 110)
    [javac] TextMessage mess = (TextMessage)message;
    [javac] ^^^^^^^^^^^
    [javac] TextMessage cannot be resolved or is not a type
    [javac] ----------
    [javac] 14. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbBean.java (at line 110)
    [javac] TextMessage mess = (TextMessage)message;
    [javac] ^^^^^^^^^^^
    [javac] TextMessage cannot be resolved or is not a type
    [javac] ----------
    [javac] 15. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbBean.java (at line 112)
    [javac] }catch(JMSException ex){
    [javac] ^^^^^^^^^^^^
    [javac] JMSException cannot be resolved or is not a type
    [javac] ----------
    [javac] ----------
    [javac] 16. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 34)
    [javac] import javax.jms.Session;
    [javac] ^^^^^^^^^^^^^^^^^
    [javac] The import javax.jms cannot be resolved
    [javac] ----------
    [javac] 17. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 35)
    [javac] import javax.jms.TextMessage;
    [javac] ^^^^^^^^^^^^^^^^^^^^^
    [javac] The import javax.jms cannot be resolved
    [javac] ----------
    [javac] 18. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 36)
    [javac] import javax.jms.Topic;
    [javac] ^^^^^^^^^^^^^^^
    [javac] The import javax.jms cannot be resolved
    [javac] ----------
    [javac] 19. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 37)
    [javac] import javax.jms.TopicConnection;
    [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import javax.jms cannot be resolved
    [javac] ----------
    [javac] 20. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 38)
    [javac] import javax.jms.TopicConnectionFactory;
    [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import javax.jms cannot be resolved
    [javac] ----------
    [javac] 21. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 39)
    [javac] import javax.jms.TopicPublisher;
    [javac] ^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import javax.jms cannot be resolved
    [javac] ----------
    [javac] 22. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 40)
    [javac] import javax.jms.TopicSession;
    [javac] ^^^^^^^^^^^^^^^^^^^^^^
    [javac] The import javax.jms cannot be resolved
    [javac] ----------
    [javac] 23. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 53)
    [javac] static TopicConnectionFactory tcf = null;
    [javac] ^^^^^^^^^^^^^^^^^^^^^^
    [javac] TopicConnectionFactory cannot be resolved (or is not a valid type) for the field MdbClient.tcf
    [javac] ----------
    [javac] 24. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 54)
    [javac] static TopicPublisher tp = null;
    [javac] ^^^^^^^^^^^^^^
    [javac] TopicPublisher cannot be resolved (or is not a valid type) for the field MdbClient.tp
    [javac] ----------
    [javac] 25. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 55)
    [javac] static Topic topic = null;
    [javac] ^^^^^
    [javac] Topic cannot be resolved (or is not a valid type) for the field MdbClient.topic
    [javac] ----------
    [javac] 26. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 66)
    [javac] tcf = (TopicConnectionFactory) ictx.lookup(conFactName );
    [javac] ^^^
    [javac] tcf cannot be resolved
    [javac] ----------
    [javac] 27. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 66)
    [javac] tcf = (TopicConnectionFactory) ictx.lookup(conFactName );
    [javac] ^^^^^^^^^^^^^^^^^^^^^^
    [javac] TopicConnectionFactory cannot be resolved or is not a type
    [javac] ----------
    [javac] 28. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 67)
    [javac] System.out.println("JMS client: tcf = " + tcf.toString());
    [javac] ^^^
    [javac] tcf cannot be resolved
    [javac] ----------
    [javac] 29. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 69)
    [javac] topic = (Topic) ictx.lookup(topicName);
    [javac] ^^^^^
    [javac] topic cannot be resolved
    [javac] ----------
    [javac] 30. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 69)
    [javac] topic = (Topic) ictx.lookup(topicName);
    [javac] ^^^^^
    [javac] Topic cannot be resolved or is not a type
    [javac] ----------
    [javac] 31. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 75)
    [javac] TopicConnection tc = null;
    [javac] ^^^^^^^^^^^^^^^
    [javac] TopicConnection cannot be resolved or is not a type
    [javac] ----------
    [javac] 32. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 76)
    [javac] TopicSession session = null;
    [javac] ^^^^^^^^^^^^
    [javac] TopicSession cannot be resolved or is not a type
    [javac] ----------
    [javac] 33. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 78)
    [javac] tc = tcf.createTopicConnection();
    [javac] ^^^
    [javac] tcf cannot be resolved
    [javac] ----------
    [javac] 34. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 80)
    [javac] session = tc.createTopicSession(false, Session.AUTO_ACKNOWLEDGE);
    [javac] ^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] Session cannot be resolved
    [javac] ----------
    [javac] 35. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 81)
    [javac] tp = session.createPublisher(topic);
    [javac] ^^
    [javac] tp cannot be resolved
    [javac] ----------
    [javac] 36. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 81)
    [javac] tp = session.createPublisher(topic);
    [javac] ^^^^^
    [javac] topic cannot be resolved
    [javac] ----------
    [javac] 37. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 90)
    [javac] TextMessage message;
    [javac] ^^^^^^^^^^^
    [javac] TextMessage cannot be resolved or is not a type
    [javac] ----------
    [javac] 38. ERROR in C:\Java\Workspace\MDBTest\com\iratensolutions\test\MdbClient.java (at line 94)
    [javac] tp.publish(message);
    [javac] ^^
    [javac] tp cannot be resolved
    [javac] ----------
    [javac] 38 problems (38 errors)
    [javac] BUILD FAILED: file:C:/Java/Workspace/MDBTest/com/iratensolutions/test/build.xml:107: Compile failed; see the compiler error output for details.
    Total time: 610 milliseconds
    Thank you for your help

    Hi,
    You need to place ejb.jar and jms.jar present in
    <jonAs-home>\lib\common\j2ee directory in the classpath.
    -Amol

  • IConnectionFactory Cannot be resolved.

    Hi,
    I am trying to connect to BI system. I am getting error like this.
    IConnectionFactory cannot be resolved or is not a type     ResultView.java
    IBIConnection cannot be resolved or is not a type     ResultView.java
    IBIDataSet cannot be resolved or is not a type     ResultView.java
    IBIOlap cannot be resolved or is not a type     ResultView.java     
    Even if i click the organise import i am not able import any package of that.
    Do i need to add any jar file to the application if yes where it should be placed.
    And where do i get those Jar file.
    Can any one help me in this.
    Regards,
    H.V.Swathi

    Hi,
    Thanks for ur help.I am able to run the application but when i enter the query in text edit, and  give submit it is showing this error.
    The initial exception that caused the request to fail, was:
       java.lang.NullPointerException
        at bitest.ResultView.getResult(ResultView.java:195)
        at bitest.wdp.InternalResultView.getResult(InternalResultView.java:128)
        at bitest.ResultView.onPlugFromSelectionIn(ResultView.java:273)
        at bitest.wdp.InternalResultView.wdInvokeEventHandler(InternalResultView.java:138)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
    what might be the problem. Querry which i wrote is this
    SELECT
    [Measures].MEMBERS ON AXIS(0) ,
    NON EMPTY [0VENDOR].MEMBERS ON AXIS(1)
    FROM [0PUR_C01/0PUR_C01_DB_Q04]
    I am getting error in this line
    connection =
         (IBIConnection) connectionFactory.getConnectionEx(null);
    Regards,
    H.V.Swathi
    Edited by: H.V Swathi on Dec 30, 2008 11:24 AM

  • IWDEventHandlerId cannot be resolved - ESS Web Dynpro

    Hi There,
    We are trying to modify the SAP's ESS Web Dynpro code. I stored the DC (ess/us/addr) locally from DTR. When I try to build this DC, I am getting the following error messages. We have restarted the CBS server and also there is no dirty DC's in CBS. Can someone pls help me out to solve this problem? Should I import any packages?
    Thanks,
    Senith
    Kind     Status     Priority     Description     Resource     In Folder     Location
    Error               IWDEventHandlerId cannot be resolved (or is not a valid type) for the field IPrivateCcPerAddressInterfaceView.WD_EVENTHANDLER_HANDLE_DEFAULT     IPrivateCcPerAddressInterfaceView.java     CMB_ESSTrack_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc/wdp     line 21
    Error               com.sap.tc.webdynpro.progmodel.gci.impl cannot be resolved or is not a type     IPrivateCcPerAddressInterfaceView.java     CMB_ESSTrack_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/cc/wdp     line 21
    Error               IWDEventHandlerId cannot be resolved (or is not a valid type) for the field IPrivateDetailView.WD_EVENTHANDLER_ON_ACTION_DUMMY     IPrivateDetailView.java     CMB_ESSTrack_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/detail/wdp     line 26
    Error               com.sap.tc.webdynpro.progmodel.gci.impl cannot be resolved or is not a type     IPrivateDetailView.java     CMB_ESSTrack_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/detail/wdp     line 26
    Error               IWDEventHandlerId cannot be resolved (or is not a valid type) for the field IPrivateBizCardsView.WD_EVENTHANDLER_ON_ACTION_DELETE     IPrivateBizCardsView.java     CMB_ESSTrack_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/overview/wdp     line 21
    Error               com.sap.tc.webdynpro.progmodel.gci.impl cannot be resolved or is not a type     IPrivateBizCardsView.java     CMB_ESSTrack_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/overview/wdp     line 21
    Error               IWDEventHandlerId cannot be resolved (or is not a valid type) for the field IPrivateBizCardsView.WD_EVENTHANDLER_ON_ACTION_EDIT     IPrivateBizCardsView.java     CMB_ESSTrack_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/overview/wdp     line 24
    Error               com.sap.tc.webdynpro.progmodel.gci.impl cannot be resolved or is not a type     IPrivateBizCardsView.java     CMB_ESSTrack_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/overview/wdp     line 24
    Error               IWDEventHandlerId cannot be resolved (or is not a valid type) for the field IPrivateBizCardsView.WD_EVENTHANDLER_ON_ACTION_CANCEL     IPrivateBizCardsView.java     CMB_ESSTrack_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/overview/wdp     line 27
    Error               com.sap.tc.webdynpro.progmodel.gci.impl cannot be resolved or is not a type     IPrivateBizCardsView.java     CMB_ESSTrack_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/overview/wdp     line 27
    Error               IWDEventHandlerId cannot be resolved (or is not a valid type) for the field IPrivateBizCardsView.WD_EVENTHANDLER_ON_ACTION_NEW     IPrivateBizCardsView.java     CMB_ESSTrack_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/overview/wdp     line 30
    Error               com.sap.tc.webdynpro.progmodel.gci.impl cannot be resolved or is not a type     IPrivateBizCardsView.java     CMB_ESSTrack_Dessusaddrsap.com/gen_wdp/packages/com/sap/xss/hr/per/us/address/overview/wdp     line 30
    Warning               [Warning]: Version for file SapDictionaryTypeServices.jar not found.     CMB_ESSTrack_Dessusaddrsap.com          
    Warning               [Warning]: Version for file SapDictionaryTypesRuntime.jar not found.     CMB_ESSTrack_Dessusaddrsap.com          
    Warning               [Warning]: Version for file SapMetamodelWebdynproContent.zip not found.     CMB_ESSTrack_Dessusaddrsap.com          
    Warning               [Warning]: Versions of '_webdynpro_admin.jar' are different.     CMB_ESSTrack_Dessusaddrsap.com          
    Warning               [Warning]: Versions of '_webdynpro_clientserver.jar' are different.     CMB_ESSTrack_Dessusaddrsap.com          
    Warning               [Warning]: Versions of '_webdynpro_model_dynamicrfc.jar' are different.     CMB_ESSTrack_Dessusaddrsap.com          
    Warning               [Warning]: Versions of '_webdynpro_modelimpl.jar' are different.     CMB_ESSTrack_Dessusaddrsap.com          
    Warning               [Warning]: Versions of '_webdynpro_progmodel.jar' are different.     CMB_ESSTrack_Dessusaddrsap.com          
    Warning               [Warning]: Versions of '_webdynpro_runtime_designtime_coupling_api.jar' are different.     CMB_ESSTrack_Dessusaddrsap.com          
    Warning               [Warning]: Versions of '_webdynpro_runtime_designtime_coupling.jar' are different.     CMB_ESSTrack_Dessusaddrsap.com          
    Warning               [Warning]: Versions of '_webdynpro_runtime_repository_pmr.jar' are different.     CMB_ESSTrack_Dessusaddrsap.com          
    Warning               [Warning]: Versions of '_webdynpro_runtime_repository.jar' are different.     CMB_ESSTrack_Dessusaddrsap.com          
    Warning               [Warning]: Versions of '_webdynpro_services.jar' are different.     CMB_ESSTrack_Dessusaddrsap.com          
    Warning               InputField AreaCode: UIElement does not have a label     DetailView.wdview     CMB_ESSTrack_Dessusaddrsap.com/src/packages/com/sap/xss/hr/per/us/address/detail     
    Warning               InputField Begda: UIElement does not have a label     DetailView.wdview     CMB_ESSTrack_Dessusaddrsap.com/src/packages/com/sap/xss/hr/per/us/address/detail     
    Info               TextView TextView: UIElement does not have a label     DetailView.wdview     CMB_ESSTrack_Dessusaddrsap.com/src/packages/com/sap/xss/hr/per/us/address/detail     
    Info               TransparentContainer rootContainer [Children]: Container does not contain children     BizCardsView.wdview     CMB_ESSTrack_Dessusaddrsap.com/src/packages/com/sap/xss/hr/per/us/address/overview     
    Info               TextView AreaCode: UIElement does not have a label     ReviewView.wdview     CMB_ESSTrack_Dessusaddrsap.com/src/packages/com/sap/xss/hr/per/us/address/review     
    Info               TextView Title: UIElement does not have a label     ReviewView.wdview     CMB_ESSTrack_Dessusaddrsap.com/src/packages/com/sap/xss/hr/per/us/address/review

    Thanks Shubham,
    That's useful. Let me update the support package and see if it works. If you find any other solutions please let me know. Do you think, I should import any packages locally to resolve this problem?
    IWDEventHandlerId cannot be resolved (or is not a valid type) for the field IPrivateConfirmationNaviView.WD_EVENTHANDLER_ON_ACTION_GO_TO_HOMEPAGE     IPrivateConfirmationNaviView.java     CMB_ESSTrack_Dessper~sap.com/gen_wdp/packages/com/sap/xss/per/vc/confirmationnavi/wdp     line 21
    Error          
    com.sap.tc.webdynpro.progmodel.gci.impl cannot be resolved or is not a type     IPrivateConfirmationNaviView.java     CMB_ESSTrack_Dessper~sap.com/gen_wdp/packages/com/sap/xss/per/vc/confirmationnavi/wdp     line 21
    Thanks,
    Senith

  • Palm Pre crazy symptoms: "phone offline", will not charge battery, will not start, error message "an error has occured that cannot be resolved"

    This is a long description of a series of problems with my new Palm Pre. You may wish to search the text to find your specific issue(s). There is no solution in my post. Look for possible answers in the responses to come.
    I bought my Palm Pre 4 days ago and it arrived 2 days ago. Phone worked great. Last night I plugged in the phone and updated the OS. After completion, I selected "Done" and went to bed.
    - First Series of Issues: "Phone Offline", will not charge battery -
    In upper lefthand corner of the phone there is the message "phone offline". Although the phone has been charging all night it reads "26% battery". I called the general Sprint tech support number and we tried the following things:
    1) Restart phone (press and hold power button, then select "turn off". after power down, press and hold power button to power on.)
    2) Reset the phone (several different ways - call tech support so that you do this correctly)
    The individual at Sprint then sent me to another tech support person, presumably 2nd tier.
    - Second Series of Issues: Error message "an error has occured that cannot be resolved" -
    Sprint tech support person #2 also had me restart and reset the phone in a number of ways. In her words "we've tried every palm pre trick I know" and each time the phone was unresponsive. Often we received the error message "phone is offline". We did a full erase and after that the phone would no longer restart. At this point the error message came up saying "an error has occured that cannot be resolved" which referred me to www.palm.com for assistance. I think it's important to note here that this was not the typical error message (black screen with white letters) but rather the blue sky background with a semitransparent box over it with white text.
    Sprint tech support person #2 then connected me with Palm support and the dance continued. Again we tried a whole bunch of resetting and restarting and erasing options. Palm support instructed me to go to: www.palm.com/rom to download WebOS Doctor, which I did. I downloaded the file. While that was happening he had me hold the "volume up" button and plug the phone into the charger. This caused a USB symbol to appear on the phone. When the file was complete I received an error message that the file couldn't run. Palm tech support person seemed surprised. I mentioned that I was on a Mac and he said he couldn't help me. He then transferred me to another Palm support person who works with Mac users.
    Palms tech support person #2 then informed me that I should have selected the "mac" download option on www.palm.com/rom. I verbally walked her through the whole series of webpages, telling her that it says that you need Windows (version whatever) or Mac (version whatever) but that at no time was there an option to download a different WebOS Doctor for different operating systems. After some more discussion she told me she would have to have someone call me back tomorrow.
    - Third Series of Issues: phone stuck on USB symbol -
    So at the moment the phone is completely useless. Not fantastic. I booted up the mac in Windows 7 and downloaded WebOS Doc and received the same error. I also ran Windows Vista virtually and received the same error. Later this afternoon I'm heading into work to try the same thing on Windows XP.
    In the meantime, I got onto this forum and located a thread that provided a direct link to the necessary file:
    palm.cdnetworks.net/staging/rom/webosdoctorp100ewwsprint.jar
     After downloading that file, which I realized could totally be a virus, I was able to get WebOS Doc working on my computer. It required that I recharge the phone completely before beginning and now it's on the screen that says "Don't disconnect your phone" and the file is at 3% complete. Only... it's been at 3% complete for almost 30 minutes.
    I am hoping that Palm will follow up with me tomorrow, but I'm leaving at 7am on a business trip and would love to have the thing working. Any suggestions are welcome, even if you can just tell me how to get the think disconnected safely before my flight tomorrow. I don't fancy getting through security with my phone wired to my laptop.
    Thanks.
    Post relates to: Pre p100eww (Sprint)
    This question was solved.
    View Solution.

    Hello and welcome to the forums;
    Our phone support is open every day Monday through Sunday, although there are different hours of operation for the weekend. If after a webOS Doctor reset you are still experiencing the same problems, I would likely recommend replacement, either in a local store for your carrier or through our technical support department.
    There may be additional technical support offered or suggested over the phone, this would need to be done first before a replacement could be issued.
    Hope this helps,
    TreoAide

  • Cannot start Outlook 2013: "name cannot be resolved" / "connection to Microsoft Exchange is unavailable" / "___.ost is not an Outlook data file (.ost)"

    My work e-mail has a double-login system, where my credentials for work access are one username and my e-mail is an alias of that first username, so they differ from one another. I suspect that's why I've been having the hardest time with Outlook 2013. I
    was able to add my account just fine once but changed my mind about using Outlook and removed the account. Now I can't get back into Outlook for the life of me. The error messages that show up are:
    1. It asks me to verify server and Mailbox. I've tried it with both usernames (the official work username and the e-mail alias) as my Mailbox info, followed by the email domain (even tried it without the domain) and it still won't verify when I click "Check
    Name".
    2. This message comes up: The name cannot be resolved. The connection to Microsoft Exchange is unavailable. Outlook must be online or connected to complete this action.
    3. Then once I click "OK" another pop-up says: Cannot start Microsoft Outlook. The file C:\Users\FirstLastname\AppData\Local\Microsoft\Outlook\FirstLastname.ost is not an Outlook data file (.ost).
    Help?

    Hi,
    As per this KB article, the issue might occurs when some required registry key does not exist on your computer. 
    Please try the steps mentioned in it and see if it is helpful to you:
    http://support.microsoft.com/kb/2264398/en-us
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • How to resolve "movie was not copied to the iPod because it cannot be played on this iPod".

    how to resolve "movie was not copied to the iPod because it cannot be played on this iPod".

    See:
    iTunes: May be unable to transfer videos to iPhone, iPad, or iPod
    iTunes: Frequently asked questions about viewing and syncing videos
    iTunes: Sync purchased HD videos to iPod or iOS device
    iTunes says my purchased video isn't...: Apple Support Communities

  • ID4220 SAML Assertion is either not signed or the signature's KeyIdentifier cannot be resolved to a SecurityToken. Please help!

    Hi Everyone,
    I really would appreciate some help or pointers on my situation. I have a SharePoint 2013 farm, 1 server is the DC and runs SQL, the other is the WFE Server with SharePoint and ADFS. I've configured Active Directory Certification Services and followed an
    excellent ADCS blog here. 
    I've gone ahead and configured ADFS and believe my Certificates to be sound as I have no warnings or anything for the Service Communication, Token Signing nor Token Decrypting Certificate. Below are my certs.
    I also configured the trusted relying party following numerous blogs (I did this a couple of times to make sure I didn't do anything wrong) but followed this blog.
    My Adfs RP looks like this:
    Upon configuring the relying trust for me SharePoint Web Application, I used a powershell script, added 3 claim mappings and specified the exported token signing certificate as the main certificate. Running Get-SPTrustedIdentityTokenIssuer I can confirm
    that I've added the Token Issuer, what I believe to be correct:
    ProviderUri                   : https://adfsportal.mvdb.com/adfs/ls/
    DefaultProviderRealm          : urn:sharepoint:adfs
    ProviderRealms                : {}
    ClaimTypes                    : {http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn, 
                                    http://schemas.microsoft.com/ws/2008/06/identity/claims/role, 
                                    http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress}
    HasClaimTypeInformation       : True
    ClaimTypeInformation          : {Email Address, Account ID, Role}
    ClaimProviderName             : 
    UseWReplyParameter            : False
    UseWHomeRealmParameter        : False
    RegisteredIssuerName          : 
    IdentityClaimTypeInformation  : Microsoft.SharePoint.Administration.Claims.SPTrustedClaimTypeInformation
    Description                   : ADFS SAML Provider
    SigningCertificate            : [Subject]
                                      CN=tokensigning.adfs.mvdb.com
                                    [Issuer]
                                      CN=mvdb-MVDBPRIME-CA, DC=mvdb, DC=com
                                    [Serial Number]
                                      24000000036DEE002044F8EC45000000000003
                                    [Not Before]
                                      2014-03-24 10:35:17 AM
                                    [Not After]
                                      2016-03-23 10:35:17 AM
                                    [Thumbprint]
                                      ED85DB5F1FF564FD7F645E365EB52C2DB406B825
    AdditionalSigningCertificates : {}
    MetadataEndPoint              : 
    IsAutomaticallyUpdated        : False
    Name                          : SAML Provider
    TypeName                      : Microsoft.SharePoint.Administration.Claims.SPTrustedLoginProvider
    DisplayName                   : SAML Provider
    Id                            : 2f59bcca-6ee1-43ae-b9fa-f1b415cdd58b
    Status                        : Online
    Parent                        : SPSecurityTokenServiceManager Name=SecurityTokenServiceManager
    Version                       : 22046
    Properties                    : {}
    Farm                          : SPFarm Name=SharePoint_Config
    UpgradedPersistedProperties   : {}
    So then went and extended my Web Application, added a host header (secured with wildcard cert) and chose my trusted provider I've just added with the script. When logging on, sure enough, I get prompted with the login dropdown but as soon as I choose the
    adfs option I get:
    ID4220: The SAML Assertion is either not signed or the signature's KeyIdentifier cannot be resolved to a SecurityToken. Ensure that the appropriate issuer tokens are present on the token resolver. To handle advanced token resolution requirements,
    extend Saml11TokenSerializer and override ReadToken
    So far I have not been able to get further than this. I've double checked that I have given permissions on the token signing cert's private keys (read permissions on the ADFS service account as well as Network Service).
    Please help!
    -Mike

    Hi,
    According to your post, my understanding is that you got the “ID4220 SAML Assertion is either not signed or the signature's KeyIdentifier cannot be resolved to a SecurityToken” error.
    I recommend to run Get-SPTrustedIdentityTokenIssuer PowerShell command on SharePoint server and look at the Trusted Identity Token Issuer to see if certificate associated was correct version of ADFS Token signing certificate.
    If you export ADFS Communication Certificate for ADFS Login URL instead of ADFS Token Signing Certificate, please export the correct version of ADFS Token Signing Certificate and rerun the
    following command on SharePoint Servers using SharePoint Install account to associate correct version of ADFS Signing certificate with SharePoint TrustedIdentityTokenIssuer and it should resolve the issue.
    $cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2(“C:\Host\ADFS Signing.cer”)
    $sts = Get-SPTrustedIdentityTokenIssuer
    $sts | Set-SPTrustedIdentityTokenIssuer -ImportTrustCertificate $cert
    More information:
    SharePoint and ADFS Configuration Error – ID4220: The SAML
    Assertion is either not signed or the signature’s KeyIdentifier cannot be resolved to a SecurityToken
    Thanks,
    Linda Li
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Context binding of property value cannot be resolved. not contain any eleme

    I have a binding of a inputelment to a context element. the context can be empty. when it is empty it throws the error only when i have that binding. I thougt its not interesting for an inputfield to have a value or? 
    Following error occurs: The following error text was processed in the system DBW : Adapter error in &VIEW_ELEMENT_TYPE& "ZPM_PROJ" of view "ZPM_MD_PMON.STARTVIEW": Context binding of property VALUE cannot be resolved: Node STARTVIEW.1.PROJ does not contain any elements

    Hi,
    The thing is that you're trying to access node which might be from 0 to 1 or n records (cardinality). And at runtime point you have 0 records with 0 elements. That's why you have problem.
    There might be something wrong with logic how you trying to display some data in your text fields.
    At runtime there is no context element from which system could take values.
    Or you have to change parent node cardinality to 1..1 if that meets logic or review your logic.

  • WdContext cannot be resolved

    Hi,
    I am facing very strange problem in my NWDS. I had created a DC and it was working fine but suddenly it started giving me problem as "wdContext cannot be resolved" rest everything is fine i.e. it is reognizing wdControllerAPI, wdComponentAPI. Only problem is coming for "wdContext" and "wdThis" It is coming in all the Views and Controllers. Guys I am stuck and I am not able to trace out why it is coming.
    Please help me out..
    Its really urgent.
    Thanxs in advance

    I have done the Repair then it was showing that Project cant be build due to some classpath is mising then I added the JRE System library in the Java Build path and now its working.
    Thanks alot
    can you tell me the reason for this problem.
    Just want to confirm whether this Repair can create any problem in the future        {I have heard this},

Maybe you are looking for