Interface Controller Issue

Hi,
Hope you can help me on this one. We're trying to use an interface controller to use an external Web Dynpro app in our current Web Dynpro project. Whenever we try to do some context mapping in our Wed Dynpro project, it seems that our Web Dynpro project (during build time) fails to identify context of our component controller (it gives an <insert context node name / context objects here> cannot be resolved errors).
Did anyone experience this error or would anyone know how to resolve this?
Thanks!
Angelo

Hi Angelo,
Please have a look at below document might helps for your issue In[Inter Application Communication and Navigation (Design Time) in WebDynpro|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0ae5f90-1679-2c10-4183-8c64cf932088?quicklink=index&overridelayout=true]
Suppose there are two DC1 and DC2.
DC1 having context node XYZ/attrubute available in DC1 component Controller and interface controller and mapped it properly.
- then build and deploy DC1.
- Now sync sources and sync used DC for DC2
- then click on component name of the DC2 and bind interface controller to component controller and drag n drop context node XYZ to component controller.
- once done then try to re-build and use the contect node XYZ
Hope it will helps
Regards
Arun

Similar Messages

  • Software needed for the USB device, "USB Interface Controller TEST2.0"

    My mother recently acquired a digital camera. She acquired it from a second-hand store, which did not include an interface cable or software. The manual (and the USB port on the camera) indicates that a male-male USB cable is necessary for photos to be copied to the hard drive.
    I was not successful in locating such a cable at any local electronics store (I assume such a cable is now out-of-date). I purchased one from a seller on eBay. The brand is "e circuit electronics".
    Upon powering up the camera with the cable connected to it and the computer, the following message appeared:
    "Software needed for the USB device "USB Interface Controller TEST2.0" is not available. Would you like to look for the software on the Internet?"
    I clicked "Yes". After an approximate two-minute wait, another message appeared stating:
    "Software Update is not able to connect to the Internet. Please check your configuration and try again."
    I deleted, "Software Update Preferences" in the Preferences folder inside the System Folder, without solving the problem. How do I solve the issue of allowing Software Update to connect to the Internet?

    Thank you for your continued assistance, BDAqua. Unfortunately, the driver you linked to does not seem to be compatible with the camera. It is a driver for the V20 model, whereas my model would correspond to be a V2755, as referenced from a list of other Vivicam models when during a search at the Open Drivers web site.
    From the system requirement about the card reader you gave me, it will not work, as this system is running 9.1. I am hesistant to upgrade this computer to 9.2, as I have experienced system unstability with that version, with even the 9.2.2 update applied.
    In the mean time, I have e-mailed Vivitar regarding this issue, but have as of yet received a reply.
    I am not certain as to other specifics to give you, in order to solve the Software Update problem. Please elaborate.
    Yes eww, the computer in question is able to fully connect to the Internet for all that I need. I am fully aware of the difference between a computer connecting to the Internet, and a computer connecting to a digital camera. I have 15 years of Macintosh experience.

  • Windows 7 and DV6500t (ICH8M LPC Interface Controller)

    I recently loaded (via dual boot) Windows 7 onto my HP dv6500t.  All went fine and all is working OK except for one issue.  In Device Manager, I have one unknown device.  Looking at its properties, it shows a location of: "ICH8M LPC Interface Controller - 2815" and the driver is unavailable.  I tried to use sp36881 (Intel Chipset Installation Utility for ICH8) from HP's site and this did not work.  Any help?
    Message Edited by MagicPinball on 09-15-2009 09:00 AM
    This question was solved.
    View Solution.

    HP Quick Launch Buttons here
    ** Say thanks by clicking the "Thumb up" icon which is on the left. **
    ** Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue. **

  • How to create a method in Interface Controller

    Hi Guys,
            I am working with webdynpro ABAP sample application "Component usage" . There i got a issue like i am not able to create a method in Interface controller. There i am not able to edit anything. Can anybody please let me know how to do that.
                Thanks In Advance
    Regards
    Ravikumar

    Hi Ravi,
              Check This
    If one Web Dynpro component (parent component) needs access to another Web
    Dynpro component (child component) the parent component can declare the use
    of the child component. A specific component usage instance is then created and
    the parent component accesses the functionality of the child component via its
    component interface controller.
    The only parts of a Web Dynpro component that are visible to the user, are the
    interface controller and the interface view(s).
    All Web Dynpro components have only one interface controller. Via the
    interface controller, data, methods, and event handlers can be exposed to
    other components.
    Interface views represent the visual interface of a Web Dynpro component.
    There is a one-to-one relationship between a Window and an interface view.
    Each time a window is defined, a related interface view is automatically
    generated, which makes the window accessible from outside the component.
    The interface view only exposes those inbound and outbound plugs to the
    component user that have the interface property checked. Methods and
    context data of the window are not accessible via the related interface view.
    If the component has no views, there is no need to have Windows. In this
    case, the component will not implement an interface view. Such components
    having no visual interface are known as faceless components.
    Regards
    Sarath

  • Interface Controller.............

    Hi,
    <b>Q A.</b>
    1.  I have Two components in one application.
    2. I am using comp2 in comp1 under Used Components.
    3. Comp2 has service method Display_Data() which i am calling from Comp 1    onAction of some Button.
    4. In Comp2 Interface Controller to display Second Component view i am using
    wdComponentAPI.getWindowManager().createModalWindow(wdComponentAPI.getComponentInfo().findInWindows("Display_Window")).setWindowPosition(4,5);
    wdComponentAPI.getWindowManager().createModalWindow(wdComponentAPI.getComponentInfo().findInWindows("Display_Window")).show();
    I am getting this exception after Run......
    #1.5#001320E59E5700660000033300000954000427111FAE5B3B#1168854405962#com.sap.tc.webdynpro.clientserver.cal.
    ClientManager#sap.com/tcwddispwda#com.sap.tc.webdynpro.clientserver.cal.ClientManager.handleThrowable#anon2
    #0####501ebaa0a47d11dbcccb001320e59e57#ID\#(J2EE4809100)ID2063658050DB00682137272770519926End.4ea38c50a47
    d11dba965001320e59e57##0#0#Error#1#/System/UserInterface#Java###
    <b>Exception(com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Duplicate instance exception:
    The interface view Display_WindowInterfaceView in component Display_Component is already in use.) during processing a Web Dynpro Application.</b>
    [EXCEPTION]
    #1#com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: <b>Duplicate instance exception:
    The interface view Display_WindowInterfaceView in component Display_Component is already in use.
         at com.sap.tc.webdynpro.progmodel.controller.Component.addUsageOfInterfaceView(Component.java:177)</b>     at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.<init>(WebDynproWindow.java:79)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.<init>(WebDynproWindow.java:93)
         at com.sap.tc.webdynpro.clientserver.window.InternalWindow.<init>(InternalWindow.java:32)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.createModalWindow(ClientComponent.java:953)
         at com.sap.smitic.Display_ComponentInterface.Display_ResultView(Display_ComponentInterface.java:121)
         at com.sap.smitic.wdp.InternalDisplay_ComponentInterface.Display_ResultView(InternalDisplay_ComponentInterface.java:127).............
    can anybody pls help to find actual reson.......?
    Thanks in advance!!
    Smita

    Hi ,
    Have you walk thru the Excel application then it wold be the simple.
    First create the comp2 and add theserveice what u said and create the comp1 and create ur button in your View.
    In Comp2 crete the a method like in component controller exportToExcel2003() and implemet your code for displaying the popup also .
    that would be like this.
    public void exportToExcel2003( com.sap.tc.webdynpro.progmodel.api.IWDNode dataNode, java.util.LinkedHashMap columnInfos )
    this.openExcelLinkPopup();
    private void openExcelLinkPopup() {
        excelLinkWindow =wdComponentAPI.getWindowManager().createModalWindow(wdComponentAPI.getComponentInfo().findInWindows("ExcelLinkPopup"));
        excelLinkWindow.setWindowPosition(WDWindowPos.CENTER);
        excelLinkWindow.open();
    //begin
    // private member variable for storing instance of an opened popup window.  
      private IWDWindow excelLinkWindow;
      //@@end
    And you mentioned this name in interface controller
    and configure this mehod as in comp1 Create on Demand
    And you can utilize in the Ur button of comp1 first View
    register this to ur view ExcelExportComp Interface Controller
    In Button on action u add the code like this.
    wdThis.wdGetExcelExportCompInterface().exportToExcel2003()
    This might helps you .
    Or gothru applciation that will useful or not getting post your issues
    Thanks,
    Lohi.

  • Interface Controller does not exist

    Having implemented Compliance Calibrator 5.3, I've configured the JCo and am getting the following error message below.
    WARNING: *** Job Exception: Interface Controller does not exist for Component Instance VirsaXSR3_02 in Component Usage VirsaXSR3_02
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Interface Controller does not exist for Component Instance VirsaXSR3_02 in Component Usage VirsaXSR3_02
    I have searched the forum and found only one other message pertaining to this issue.  I need to figure out how to address this error.  Here is what I have done already:
    1. Tested the JCo - it tested and pinged properly
    2. Tested the RTA user - the user has the necessary authorizations
    I'm considering deleting and recreating the connector, but I don't see the point as the connector obviously connects to the backend.  I know this because I had some RFC errors that disappeared when I granted the authorizations to the user specified in the JCo.
    Please let me know.
    Thanks,
    Santosh

    Here you go.
    Row     VSYSKEY SYSNAME SYSTYPE SYSCON1 SYSCON2 SYSCON3 SYSCON4 SYSCON5 STATUS  MGMTRLVNT       SYSCON6 SYSCON7 SYSCON8 SYSCON9 EXTOBJ
    1       SANDBOX1        SB1     SAP     JCO     VIRSAXSR3_01_MODEL      VIRSAXSR3_01_METADATA   JAVA            0       0       rdgspd2s                                N     
    2       SB3     SANDBOX3        SAP     JCO     VIRSAXSR3_03_MODEL      VIRSAXSR3_03_METADATA   JAVA            0       0       rdgspd2s                                N     
    3       SANDBOX2        SB2     SAP     JCO     VIRSAXSR3_02_MODEL      VIRSAXSR3_02_METADATA   JAVA            0       0       rdgspd2s                                N     
    4       SANDBOX Sandbox environments    LSYS    SANDBOX SANDBOX                         0       1                                             
    5       SB2_RE  SB2_RE  SAP     JCO     VIRSAXSR3_01_MODEL      VIRSAXSR3_01_METADATA   JAVA            0       0       rdgspd2s                                N     

  • Intel 82801BB/GR (ICH7 Family LPC Interface Controller 27B8 - Server 2008 will not load this driver

    I have downloaded the latest driver from Intel, Ver. 9.1.1.1016 for the Intel 82801BB/GR (ICH7 Family LPC Interface Controller 27B8 and Server 2008 Standard will not recognize the controller or hardware (Code 0028) I have checked on every possible thread discussing this event and no one has seemed to resolve this issue. The Mainboard being used is a Asus P564WS WS Professional LGA775
    NOTE: All of the latest MS Server updates are downloaed and installed.

    Hi,
    It seems there is no Windows sever 2008 compatible driver for Asus p5w64 motherboard.
    For your information, you can check if hardware is compatible with Windows Server from the following website:
    Windows Server catalog
    http://www.windowsservercatalog.com/default.aspx
    Thanks.
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • RM CL-51 laptop driver missing (intel(r) 82801DBM LPC Interface Controller CODE 28

    As the heading i have an UNKNOWN DEVICE with a yellow ? beside it. the only thing i can see is it is to do with intel(r)82801DBM LPC Interface Controller with the CODE28 which is no driver installed. I went to intel and downloaded and installed the R114079
    driver but still the same. I have tried downloading the drivers from RM and running them but again no help. Can anyone help me with this. it would be much appreciated. i have just bought the laptopwith a fresh install so i think there is a missing driver but
    i cannot find it.,....

    Unfortunately the hardware drivers are the sole responsibility of the hardware manufacturer.  If the device is defective then there is nothing you can do in Windows to make it work.  You will have to have some hardware diagnostics run on your system
    by a computer repair technician.  Troubleshooting hardware problems are not within the scope these forums.
    You might obtain more information about the controller in one of the Intel forums where you will find people much more qualified to discuss issues with Intel hardware than here.
    Your Intel 82801 chipset is part of the Intel southbridge family:
    http://www.intel.com/design/chipsets/datashts/290655.htm
    Otherwise you will have to discuss the problem directly with RM technical support.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • IN Compsition Environment: interface controller in web dynpro

    Hi All,
    I've installed NW CE 7.1 and am trying to trigger an event created in the Interface controller. I observed that the methods and the events declared in the interface controller are not accessible in the view level. Has the WD design time concepts undergone a change?. In short, I'm not able to add the Interface controller as a required controller in any of the views that are present inside the same component.
    Any clues on this?
    Regards
    Satish.

    Hi All,
    I've installed NW CE 7.1 and am trying to trigger an event created in the Interface controller. I observed that the methods and the events declared in the interface controller are not accessible in the view level. Has the WD design time concepts undergone a change?. In short, I'm not able to add the Interface controller as a required controller in any of the views that are present inside the same component.
    Any clues on this?
    Regards
    Satish.

  • Intel(R) 82801GB/GR (ICH7 Family) LPC Interface Controller - 27B8

    Intel(R) 82801GB/GR (ICH7 Family) LPC Interface Controller - 27B8
    The drivers for this device are not installed. (Code 28)
    There are no compatible drivers for this device.
     DVD / CD RW not working. 2 different drives  installed together . Duel Roms not running media but are seen in My Computer.

    Try the suggestions outlined in
    this post.
    Carey Frisch

  • Question about Intel 82801FBM LPC Interface Controller in a Tecra A3X

    I have had to replace the HDD in a A3X. XP pro sp2 loaded fine and all's well but the device mngr is reporting this Intel 82801FBM LPC Interface Controller as an Unknown Device.
    The Intel Chipset ID Utility identifies this as a component of the Chipset 82915GM/GMS/910 GML
    I have run the Intel software update utility several times with no joy.
    I can find reference's to this driver but cannot find a download for it.
    Like I said the laptop seems to running fine except for this Unknown Device.
    Any suggestions greatly appreciated

    Hi,
    "Dont go to the seas when you can fish from the coast" - quoted the user from another forum which wrote this solution for your problem:
    1)Go into device manager
    2) Right click 82801
    3) Update driver
    4) No, not this time -> next
    5) Install from a specifin location -> next
    6) Dont search I will choose... -> next
    7) From the left box choose Intel and from the right scroll down until you meet this strange 82801FMB.... -> next
    Thats it!
    Thanks to google. :)
    Greets

  • Component Interface , INterface controller in WEB UI

    Hi Experts,
    Can anyone tell me what is a component interface, component usage , Interface controller and interface view?
    I am a beginner in WEB UI and is getting confused with these terms.
    Please help.
    Many Thanks,
    Neeraj

    Hi,
    component interface -> interface view:
    Here you can define which Comp/Window should be accessable from outside the component
    For example: COMP_1/MainWindow in component interface means this can be accessed as usage from other component
    component interface -> interface controller:
    In this node there is 2 child nodes: Context and Events:
    I don't know how to use Events. But in Context you can add context node from component controller, which can be accessed from outside. This is specially important, when you want to bind two context nodes from two different components.
    You can see how this can be used in component controller class in the method WD_USAGE_INITIALIZE
    component usage:
    Here you can define a usage of of other component.
    For example: In your COMP_2 you can create a usage from other component (COMP_1/MainWindow).
    Regards,
    Steve

  • Using Interface controller in OCA application

    Hi,
    My requirement is to pass information and screen control between two components in two different DCs.
    My parent DC Component has to pass information to my child DC Component and also call the view assembly of the child DC.
    I am using CE7.1 SP07 PAT003.
    In my child DC I have created a component Interface Definition say ChildInterface. In the context of interface controller of ChildInterface I have added a string attribute. ChildInterface also has a view container.
    Now in my Child component I add ChildInterface as my Implemented Interface. I map the window of the child component to the ChildInterface. To the view container I add the default view of the component.
    Now I have created a public part and added the ChildInterface as an entity.
    I add a dependency in my Parent Component to this child DC's public part.
    At design time I can access my ChildInterface's context from my parent component. However, while adding a link from parent default view to ChildInterfaceView, it gives me an error. however on reload it suppress the error but doesnt open the java editors.
    While trying to deploy the applications it gives me a deployment failure message.
    Following is the trace-
    <r id="1240744927041" t="16:52:07" d="2009-04-26" s="E" c="000" u="" g="" m="Missing app.xml in component C:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.tc.mobile.dt.oca.rt\MI\bin\..\inbox\demo.sap.comparentimplementation\demo.sap.comparentimplementation.wdl">
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.deploy.oca.OCADeployer:OCADeployer)"/>
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1240744927042" t="16:52:07" d="2009-04-26" s="E" c="000" u="" g="" m="Deployment of Mobile Component parent(1.0) failed --&gt; java.io.IOException: Missing app.xml in component C:\Program Files\SAP\IDE\CE\eclipse\plugins\com.sap.tc.mobile.dt.oca.rt\MI\bin\..\inbox\demo.sap.comparentimplementation\demo.sap.comparentimplementation.wdl
         at com.sap.tc.mobile.cfs.deploy.oca.OCADeployer.deploy(OCADeployer.java:81)
         at com.sap.tc.mobile.cfs.deploy.DeploymentManager.processDeploymentStatusObjects(DeploymentManager.java:550)
         at com.sap.tc.mobile.cfs.deploy.DeploymentManager.processInbox(DeploymentManager.java:197)
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init(FrameworkInitializer.java:192)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.tc.mobile.cfs.startup.pda.Startup.main(Unknown Source)
    ">
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1240744927695" t="16:52:07" d="2009-04-26" s="E" c="000" u="" g="" m="Resourcebundle sap.comtcmobilewdlitecontainer could not be found. Trying to use the default bundle.">
    <f n="LocationName" v=" (com.sap.tc.mobile.wdlite.renderer.exception.OCAExceptionLocalizeHelper:)"/>
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1240744927696" t="16:52:07" d="2009-04-26" s="E" c="000" u="" g="" m="Internal Error. Please check the log file. --&gt; java.lang.NoSuchMethodException: com.sap.tc.mobile.wdlite.framework.Start.setUpSystemMenu()
         at java.lang.Class.getMethod(Class.java:1581)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.resetSystemMenu(Application.java:260)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.enter(Application.java:242)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.setCurrent(Application.java:119)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.launch(Application.java:143)
         at com.sap.tc.mobile.wdlite.progmodel.core.Application.launch(Application.java:175)
         at com.sap.tc.mobile.wdlite.progmodel.core.WDLite.launchApplication(WDLite.java:334)
         at com.sap.tc.mobile.wdlite.framework.Start.runOnContext(Start.java:580)
         at com.sap.tc.mobile.wdlite.framework.Start.startApplication(Start.java:604)
         at com.sap.tc.mobile.wdlite.framework.Start.startContainer(Start.java:641)
         at com.sap.tc.mobile.cfs.framework.spi.FrameworkManager.startContainer(FrameworkManager.java:259)
         at com.sap.tc.mobile.cfs.init.FrameworkInitializer.init(FrameworkInitializer.java:230)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.sap.tc.mobile.cfs.startup.pda.Startup.main(Unknown Source)
    ">
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1240744927697" t="16:52:07" d="2009-04-26" s="E" c="000" u="" g="" m="Internal Error. Please check the log file.">
    <f n="LocationName" v=" (com.sap.tc.mobile.wdlite.renderer.exception.OCAExceptionHandler:)"/>
    <f n="ThreadName" v="main"/>
    Please help.
    Regards,
    Nisha

    please do attach the trace files..
    Meanwhile , just check the way you have implemented the interface and the interface defintion of achild node are correct.
    Once the implementations are correct,there should not be problem in deployment.
    Let us know if you need more info on interface definton creation ...
    Regards,
    Lakshmi
    Edited by: Lakshmi Reddi on May 28, 2009 6:03 AM

  • Map context node  web dynpro to context DATA of  interface controller ALV

    Hi Experts,
    I have started creating simple ALV by following the example in the below mentioned link.
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/3439404a-0801-0010-dda5-8c14514d690d
    I have completed 95% development but stuck with last bit of
    Set data to ALV for display (via reverse context mapping).
    When Click on the Controller Usage button. The component controller of your Web Dynpro component DOES NOT appears on the right side of the screen.
    Therefore I can not  Map context node NODE_FLIGHTTAB of your Web Dynpro component to context DATA of the interface controller of the ALV component.
    Could you please shed me light on this.
    Your time and help much appreciated.
    Best Regards
    CB

    Hi Chandra,
    You need to add component controller first. Just go to the property tab of interface controller of the alv component and click on create button and then add the component controller. After that you'll be able to see the node in the context tab.
    Regards
    Arjun

  • In PP Interface related issues the role of functional consultant

    In PP Interface related issues what is the role of functional consultant .  what is the approach steps to analyse and resolve the issues  in XI, interface, idoc, etc.,

    For issues relating to interfaces, a functional person would need to diagnose what is causing the issue & thereby informing the technical person where to fix it, if the issue is due to system setup.
    As regards to the steps, I just wish there was a manual which read something like
    10 steps on how to analyze....
    unfortunately there is none that I have come across or even if one is ever written on those lines will be very specific, so not much of use for your need. A good approach would be to have a clear understanding of what the interface is supposed to do, which would assist you in fixing the issues.

Maybe you are looking for

  • Help Clean Up my iTunes

    I use an external hard drive to store all of my iTunes data.  Recently, I was getting worried that it may crash, so I bought a new hard drive.  While making the switch, I decided it was time to clean everything up and start fresh. So.... What I've be

  • 24" iMac 2.8GHz "Color Profile"

    Hello,what do you think is the best Color Profile in System Preferences for your 24" Aluminum iMac?There are 14 different profiles and I do not notice much of a difference between most of them.I am using the Wide Gamut RGB Profile.I just would like s

  • My iphone is locked, need to unlock it.

    I have purchased an iphone from a friend. He bought it from USA and sod it to me. The phone shows Verizon lock. I need to unlock it. Kindly Help!

  • PLEASE someone explain 2x Apple ID and Apple TV

    I have an Apple TV HD. And I have an Apple ID that is my own for years. I have an iPhone, iPad and a PC and a Mac that all use my Apple ID. I can watch vids from any of my computers on my Apple TV with no issues. Very smart. Then I got married. My wi

  • Data Migration Best Practice

    Is the a clear cut best practice procedure for conducting data migration from one company to a new one ?