Defining multiple inports in OVP floorplan

Hello,
seems to me that you cannot define multiple inports for a single UIBB in the OVP wiring model.
Is this correct? Does anyone have any experience in building/using any solution where multiple inports have been used?
Only way I could see currently is some sort of component level sharing (contextual or singleton) to pass data between seperate UIBBs.
Would be very interested to be able to have multiple inports, but can't figure out how to do it.
Cheers,
Chris

Hi  Saravanan,
Unfortunately inports are defined at the component level (via requirement for component to implement WDA interface IF_FPM_UIBB_MODEL ) this implements method GET_MODEL_API - when this is called it seems there is no reference to which window/UIBB is being called - so having two windows on the same component doesn't allow for two inports - as only one handler ( IF_FPM_FEEDER_MODEL ) can be defined/returned per instance of a component.  Within that class interface the method GET_INPORT_KEY only seems to allow for the definition of one inport.
Even in the OVP config if you try to map multiple wires to a single inport you get a warning message. (I guess if you enabled/disabled different UIBBS/wires in the floorplan dynamically, then this would make sense rather than an error).
I'm thinking that it is a design limitation of the solution - but would love to hear from someone who has direct experience of using multiple inports.
From prior discussions with @thomas_jung I'm thinking that OVP is really designed for quite tightly coupled solutions rather than loosely coupled reusable components. It seems that is more the domain of CHIPs.
Unfortunately in the use case I have, I need to move from page to page, rather than just keeping all the objects on the same page - so CHIPs wouldn't appear to work.
Thanks for the suggestions though!
Cheers,
Chris

Similar Messages

  • Define Multiple Taxes with different Accounts

    Dear Members
    I have defined tax in Oracle R12 . and defined multiple rates. these all tax deducted in a single Tax account. but my requirement is, there should be multiple taxes with different acccounts. when I define multiple taxes the system gives error unable to Calculate the tax. when I only enable one tax it works.
    Current sanario tax rates
    2% Account # 666461
    3% Account # 666461
    3.5% Account # 666461
    Required Sanario
    2% Account # 666461
    3% Account # 666462
    3.5% Account # 666463
    Should be different
    Do you have any Idea How I configure it.

    Hmmm, thought I did that but ran into issues...Will give it a harder look.
    Thank you for your reply, tt2...BTW, I've been reading these forums for awhile now and your replies in other posts have helped me so thanks for all of them, too...

  • Define multiple crop area's, same size with overlap

    Is it possible to define multiple croparea's at once in CS3/CS4?
    Is it possible to define them and move each crop area a certain amount?
    I want to split a citymap into different page's (like an atlas) and export them separately as PDF or EPS.
    Daniel Hoogendoorn
    Cito-plan b.v.

    Daniel,
    You are not going to get Illustrator to replicate your FreeHand workflow. So far, every new function which Illustrator has borrowed from FreeHand since Adobe aquired it (including multiple pages) has fallen far short of FreeHand's treatment.
    There still is no Lens feature in Illustrator. There still is no option to export just the selection (absolutely stupid).
    Yet another unsatisfying workaround that might work for youi in CS3:
    If you haven't already, in Document Setup, set the artboard to the size of the full map.
    In the Print Dialog, General pane, set Media Size to the desired size for one portion of the map.
    In the Print Dialog, Setup pane, set Tiling to Tile Full Pages. Click Done (not Print).
    View>ShowPageTiling. Illustrator displays dotted lines indicating the numbered page tiles.You can get the utterly lame Page Tool (it's under the Hand tool), and click somewhere to set the page tiling origin where you want it (usually at the bottom left of the Artboard.
    Save A Copy as PDF. Turn on the option for Create Multi-page PDF from Page Tiles.
    The resulting PDF will have separate pages, with the map sliced up according to the Page Tiles. The artwork does not actually get sliced; objects which cross the bounds of a PageTile just get masked in the PDF.
    JET

  • Defining Multiple operations for async calls in OSB

    Hi,
    I have three Asynchronous BPEL processes- BPELProcessA, BPELProcessB and BPELProcessC
    I am trying to invoke BPELProcessB and BPELProcessC from BPELProcessA through an OSB Proxy service. I want to use a single proxy service to make calls to BPELProcessB and BPELProcessC from BPELProcessA . To do this I defined multiple operations in the wsdl of the proxy service. This is not working
    But I am able to implement the following
    1. If BPELProcessB and BPELProcessC are Synchronous, I am able to invoke BPELProcessB and BPELProcessC by defining multiple operations in the proxy service wsdl
    2. I am able to invoke and receive response from 1 Asynchronous BPEL process by defining 1 operation in the proxy service wsdl. I followed the approach described at [http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/bpelpmtransport/transport.html#wp1111338]. Does this mean for each asynchronous BPEL, I need a separate pair of OSBs for each async process ( 1 for request and 1 for callback)?
    Has anyone tried invoking multiple asynchronous processes by defining multiple operations in the wsdl?
    Kindly request every to give inputs

    Hi Eric
    Below is the flow and error we are getting:
    ProcessA is calling ProcessB and ProcessC through common OSB. In OSB we have created individual business services for ProcessB and ProcessC.I am using common Proxy service for calling these two Business Services using different operations.I have created one callback business service and Proxy service for ProcessA.
    I am successfully able to call BPEL processes, ProcessB and ProcessC, but during callback client activity these two BPEL processes are failing with below error and ProcessA is going in waiting on receive activity state:
    nested exception is:ORABPEL-00000
    Exception not handled by the Collaxa Cube system.
    An unhandled exception has been thrown in the Collaxa Cube system. The exception reported is: "ORABPEL-08010
    Failed get operation definition.
    Failed to get the WSDL operation definition of "onResult" in portType "{http://xmlns.oracle.com/AsyncBPELProcess}AsyncBPELProcessCallback".
    Please verify that operation "onResult" is defined in portType "{http://xmlns.oracle.com/AsyncBPELProcess}AsyncBPELProcessCallback".
         at com.collaxa.cube.ws.wsdl.WSDLUtils.getOperation(WSDLUtils.java:216)
         at com.collaxa.cube.ws.wsdl.WSDLUtils.getOperation(WSDLUtils.java:208)
         at com.collaxa.cube.ws.wsdl.WSDLManager.isOneWayOperation(WSDLManager.java:517)
         at com.collaxa.cube.engine.core.BaseCubeProcess.getOperationType(BaseCubeProcess.java:735)
         at com.collaxa.cube.engine.delivery.DeliveryHandler.getOperationType(DeliveryHandler.java:778)
         at com.collaxa.cube.engine.delivery.DeliveryHandler.post(DeliveryHandler.java:71)
         at com.collaxa.cube.ws.WSIFInvocationHandler.invokeLocalService(WSIFInvocationHandler.java:1338)
         at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIFInvocationHandler.java:287)
         at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInvocationManager.java:528)
         at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:248)
         at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:829)
         at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:412)
         at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:199)
         at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3714)
         at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1657)
         at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:220)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:317)
         at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5787)
         at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:1089)
         at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:589)
         at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleInvoke(CubeDeliveryBean.java:421)
         at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAs(Subject.java:396)
         at com.evermind.server.ThreadState.runAs(ThreadState.java:695)
         at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
         at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
         at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
         at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
         at CubeDeliveryBean_LocalProxy_4bin6i8.handleInvoke(Unknown Source)
         at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(InvokeInstanceMessageHandler.java:37)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:141)
         at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTask.java:58)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
         at java.lang.Thread.run(Thread.java:595)
    Exception: ORABPEL-08010
    Failed get operation definition.
    Failed to get the WSDL operation definition of "onResult" in portType "{http://xmlns.oracle.com/AsyncBPELProcess}AsyncBPELProcessCallback".
    Please verify that operation "onResult" is defined in portType "{http://xmlns.oracle.com/AsyncBPELProcess}AsyncBPELProcessCallback".
    Handled As: com.collaxa.cube.CubeException

  • Defining multiple hierarchies for single dimension in Administrator?

    Hello,
    We are attempting to define multiple hierarchies in a single dimension in Administrator. The following two examples are representative use cases for what we're trying to do:
    DateDim
    ----By Calendar Quarter
    --------By Calendar Month
    ------------By Week
    ----------------By Day
    ----By Fiscal Quarter
    --------By Fiscal Month
    ----By Calendar Month
    --------By Week
    Note that "By Calendar Month" can't really be a shared level because we do not want to include "By Day" in the third hierarchy.
    ServiceLocationDim
    ----By Sales Region
    --------By State
    ------------By City
    ----By State
    --------By City
    ------------By Zip
    ----------------By Store
    Note again that "By State" can't be a shared level because its children differ in the two hierarchies.
    The goal is to have multiple drilldown paths supported. If there is a different way to do this in Administrator that does not use hierarchies, that would be acceptable.
    Can anyone point me in the right direction?
    Thanks,
    Matt Warden
    Balanced Insight, Inc.
    http://www.balancedinsight.com

    Hi,
    when defining multiple hierarchies in a dimension, the lowest level needs to be the same for each hierarchy...that's a prerequisite.
    But I think you can define them this way...and restrict your 'drill' level on your fact table...as I think you will have a different aggregation level overthere.
    So for your dimension you'll set the logical level on the lowest level and in your fact you can play with the logical level depending on to the drill level?
    Can that help you?
    A.

  • Defining Multiple Groups in PDF template

    Hi,
    I am having trouble defining multiple groups in my pdf template. I would like to set up multiple groups for printing po data such as (G_LINES, G_SHIPMENTS, etc.) How is this done in Acrobat? I am using 7.0 Professional. I have created BODY START and BODY END text fields and inserted the <?rep_field="BODY_START"?> and <?rep_field="BODY_END"?> syntax into the Tooltip area as instructed in the user's guide. I have entered the <?rep_field="T1_G1"?> syntax for each element in my lines group. This works fine. But, how do I set up the group for the shipment information?
    Thanks!

    Put all the fields inside the innermost for-each loop.
    You can be better helped with such questions in the specialized BI Publisher forum:
    BI Publisher

  • Personalization Publication with user defined / multiple / discrete values

    Hello,
    I try to personalize a main report ( with Enterprise XI 12.1.0, Crystal Report XI  )
    ( parameter p_company_code ( as string ),  with user defined / multiple / discree and range values )
    with dynamic recipients ( Crystal Report ).
    For a single value it works.
    But I did not find a solution how to set up the values for my parameter p_company_code so that I can start the main report
    with the following company codes  ( 4711, 4712, 0815-0890 ) for one recipients ( only one report for all this company codes  )
    Thans for your help
    H. Blum

    Hi Fabio,
    It works as follows.
    let's say you have 3 multiple single lines for your cost center variable.
    once you are in the folder, select any single value & the layout is ready for planning with the corresponding cost center.
    now, select the "Cost center variable row" in the header of the folder within section "Name of Variable" & click on "Trash Can" icon to "Delete Selection" of variable.
    this basically deletes all the entered selections (3 entries) & displays for all.
    It works this way, because we don't have "resriction of values required by user".
    if am not wrong & correct me if am wrong,
    overall, this is nothing but equal to "planning level not restricted with any variable".
    I just tested this & the flaw in this is that, it is not only displaying for all the initially entered 3 lines but it displays for each & every cost center irrespective of the variable selections.
    hope it is clear.

  • Logical Difference of defining Multiple Logical level keys

    Hi All,
    We add logical level keys in BMM layer by right cliking the logical level column of a dimesional hierarchy, doing so defines a new logical key, i already have another logical level column defined as logical level key.
    When i double click on logical level hierarchy, it has keys tab where i have two keys now.
    say the two keys are: "channel desc key" and "channel id key"
    My question is in one key say "channel id key" if we click edit, i am getting all the columns including channel desc column, so if i click it as key, it forms a composite key of (channel id) + (channel desc) inside "channel id key". Then what is the use of maintaining another key = "channel desc key"
    Is there any logical difference of ("maintaining two keys having single column defined as key in either of them") and ("maintaining one key having two logical columns defined as keys in a single logical level key")?
    Thanks in Advance.
    Regards,
    Sreekanth.

    Hey got the answer, there is a difference, if i add multiple columns as keys under a single logical level key, they both come under one key and its drill down on both the columns, i cannot select selectively out of which column of the two drill down is applicatble.
    If i create two different logical keys for two columns i can selectively choose which column drill down is applicable to.
    Drill Down is based on "Logical Level Key" not on Logical Level Column selected as key.
    Thanks,
    Sreekanth.

  • Meaning of defining multiple logical components in mainenance project?

    Dear friends of SolMan,
    I have a question regarding a possible functionality of ChaRM .
    In the maintenance project, defined in SOLAR_PROJECT_ADMIN, there is on the tab "system landscape" another tab "systems" where you define the logical component for which the maintenance belongs to.
    In the list for the logical components you have the possibility to define more than one logical component.
    Now my question is:
    - Why and for what am I able to define more than one logical components?
    Thanks for your help in advance.
    Best regards,
    Alex

    Alexander
    Yes it is very important part of CHARMS
    Because logical component tells you which client is dev or QA or Prd for any system
    When you activate CHARMS in your project where you have added the logical comp then system check for this logical comp ...the needed things ...like rfc or transport route etc
    You can have multiple logical comp for various systems in one project i& it s enough to support them with one maintenance cycle working ...........to support CHARMS functionality
    Hope it clarifies
    Regards
    Prakhar

  • Define multiple views

    I'm trying to build a simple app which has multiple views. When the user clicks on the worksetItem I want to change the view, and display an other table in the shell. But I dont know how can I define another view, and add it to the shell.

    Hy Venkatesh
    I've found the link too that you've posted.
    I've used the following tutorial to buld the base of my app:
    Developing a simple List based SAPUI5 Application
    And now I want to spereate the BP data, and create a subview for it, and do the same for Sales, than load it to the main view, when the user clicks on the menu. But I dont really know how to write my own view. (what to write to the "createContent()").

  • How to Define Multiple Notification Rules for Different E-Mail Channels?

    In C4C we can define a notification rule for New tickets, for example, that provides an acknowledgement of receiving the customer's e-mail. 
    This works great for a single support team, but what if we have multiple support teams, each with their own e-mail address, and each with unique requirements for their auto-acknowledgement?
    When setting up a new notification rule, there doesn't appear to be any option to define the e-mail channel, service and support team value, or a "from" e-mail address.
    We're on-boarding over a dozen e-mail teams, and I'd hate to tell them that they'll all have to share one auto-acknowledgement template from a single do-not-reply address.
    Does anyone know if this is possible to:
    Define the e-mail channel or service and support team as an condition in the notification rules.
    Define the outgoing "from" e-mail address for a notification rule.
    Thanks for any insight the community might have!
    Mike
    T-Mobile USA

    Hi Mike,
    As of release 1402, your analysis is correct.  The out-of-the-box notification rules do not include the "incoming email channel" as one of fields on which to build condition, and all notifications are sent from a common do-not-reply address.
    You can easily overcome the first limitation by using the SDK.  For example, when the ticket is created you could set an extension field based on the email channel, and then use the extension field to define different notification rules, using different templates.  All extension fields are automatically available to be used as conditions.
    Thank you for your feedback and for bringing this item to our attention.  We will definitely keep this in mind as we plan for future releases.
    Kind regards,
    Gabriele Bodda
    Product Management

  • BulkLoader: how to define "Multiple Restricted" values in md.properties?

    I have defined a new type (myType) in the BEA Repository with a Property (myProp)
    which is a "multiple Restricted" string (values: "A", "B", "C").
    What do I need to put in the md.properties file in order to set more than one
    value?
    myProp=A
    myProp=B
    results in only the value B is retained. I've also tried using a variety of separators
    (e.g. myProp=A B), but this always causes BulkLoader to fail with "Property value:
    myProp must be from restricted list."
    Has anyone had any success with this?

    This patch is currently only available for SP1.
    We have requested the patch for SP2.
    "tanya" <[email protected]> wrote:
    >
    there's a patch for 8.1 (i'm assuming that's what you're running?) that
    will fix
    this.
    contact bea portal support for "patch_CR134752.zip"
    -tanya
    "Graham Patterson" <[email protected]> wrote:
    I have defined a new type (myType) in the BEA Repository with a Property
    (myProp)
    which is a "multiple Restricted" string (values: "A", "B", "C").
    What do I need to put in the md.properties file in order to set more
    than one
    value?
    myProp=A
    myProp=B
    results in only the value B is retained. I've also tried using a variety
    of separators
    (e.g. myProp=A B), but this always causes BulkLoader to fail with "Property
    value:
    myProp must be from restricted list."
    Has anyone had any success with this?

  • Defining Multiple BADI Interfaces

    Hi All,
    Is it possible to define more than one interface for a BADI?  I know there is one interface that comes with the BADI definition, but I would like to add one more interface.
    I went to the Implementing Class and added the new interface there, and it compiled just fine. However, the methods that come from that new interface do not get triggered, and do not appear in the BADI method list.
    So, do you know if there is a way to specify an extra interface for a BADI?
    Thanks!
    Roman D.

    Hi,
    Single Use Business Add-Ins
    – Do NOT select the Multiple use checkbox
    from the Administration tab when defining
    a Single Use BAdI
    – BAdI has a single Implementation
    – Similar to procedures
    – Return values can be expected
    – Can use importing, changing and
    returning parameters
    – N/A
    – A single implementation will be triggered
    by the application program
    Multiple Use Business Add-Ins
    – Select the Multiple use checkbox from
    the Administration tab when creating the
    BAdI definition
    – BAdI has multiple implementations
    – Similar to event calls
    – Cannot expect return values
    – Can use importing and changing
    parameters
    – For multiple implementations there is no
    sequence control because at the time of
    BAdI definition it does not know which
    implementation will be active
    – All active implementations will be
    triggered by the application program
    using the BAdI
    regards
    Manoj
    Message was edited by: Manoj Gupta

  • EH&S - Label - define multiple language variantions - one template

    Dear all,
    We would like to generate an Product Safety Label from the system (by using a WWI template). The difficulty is that these lables should contain as much as possible languages and they deviate from time to time, as of shipping to other countries.
    As far as we know, we can change the Symbol catagory by using the following IMG path:
    IMG path: EHS > Basic data tools > Report Definiton > Report Symbols > Check and Specify Report Symbols. Here we can change the report symbol type to paramater or change the rep. sym. group so that an pop-up will appear at the display (generation) of a Label from one specification. We would like to use the input parameters to define the specific languages on the Label (e.g. 6 languages for e.g. First Aid measures phrases), this with only one WWI template.
    Would this be feasible? Or are there other options/ways to configure/develop the report so that we can display (on-demand) the specific languages we would like to have on the label?
    Thank you in advance!!
    Kind regards,
    Rob Greijmans

    Hello
    in addition of what has been explaned:
    you need a good understanding how to maintain WWI layouts and what is needed on the level of the generation vairaiant in addition  (GLM topic). This topic is a little bit "sophisticated" and you should start only if you understand the basic concepts in doing so and there will be many "pitfalls".
    Take a look here:
    http://help.sap.com/erp2005_ehp_04_sp/helpdata/en/a1/4eeaa2eaab5f4ebd8272e143831f06/frameset.htm
    and especially using the EH&S sap help you will find the topic:
    "Example: Repeating Group of Type G"
    And you need to have a look here as well in EH&S hel
    "Taking Validity Areas into Account" 
    with best regards
    CB

  • How to define multiple jca operations in one db adapter wsdl

    When I create a partnerlink in the designer, click on the adapter service, choosing db adapter, it will automatically generate a wsdl with the specifying service name and operation name(query name).
    But the generated wsdl has only one operation(query). How do I add multiple operations(queries) to the wsdl using the designer? The mapping generated from the query is pretty complex, I don't think I can do it manually.
    Thanks, Jenny

    For an outbound operation, you can select multiple operations (insert or update, delete, select), but using the wizard you can only create one read query operation.
    (You will also get a 'queryByExample' operation in every outbound wsdl too).
    Using the command line WSDLGenerator, you can point it at a TopLink project and it will generate one operation for every named query in the project, plus a number of other operations.
    To access the command line tool, see orabpel/samples/tutorials/122.DBAdapter/misc/WSDLGenerator.

Maybe you are looking for

  • Printer in use error message

    I set up my printer and it was working fine but now everytime I use it (once every few days) it has a problem which won't let me print. Comes up with a 'printer in use' message when nothing is being printed or says that my laptop can't connect to the

  • Create folder in FTP site

    Hello, I have an FTP site that is used in conjunction with one of my processes. I would like to be able to check if a particular folder already exists in the FTP site, and if it doesn't create one. I have been able to do this within the regular file

  • Anyone else have uneven lid when macbook is closed???

    when i close my macbook the is raised a tad more on the right side than the left.....it is raised maybe a millimeter more than the left side....anyone else have this probelm and know how to fix it??

  • Address Book locks up -- not responding

    OK, at wit's end here. Address Book locks up with spinning beachball every time it opens and I need to force quit it. Here's what I've tried after search through these forums: Deleted plist file Deleted all files in Application Support (after backing

  • Identity Asserter is not invoked

    Hi, I am trying to write a custom identity asserter. I deployed the jar file to the MbenTypes directory, added asserter to the providers list under realm, chose correct token. I followed the every step in the document. But the assertIdentity method i