How to make XI communicate to Portal

Hello,
  We have a requirement to connect XI to portal, User will enter data on portal and this data then should flow to XI. What options are available to achieve this?

Apart from the above check the usage of the java proxies ..i think proxies can be used for the same...
search SDN for more details if needed
HTH
Rajesh

Similar Messages

  • How to make use of the portal service "xsltransform"

    Hi all,
    I am using EP5 SP4 and is trying to create a component to do xml transformation by using the portal service "xsltransform". However when I run the code (which is reference to an example on web), the following error occured:
    javax.naming.NotContextException: broker should be a Context
         at com.sapportals.portal.prt.repository.AbstractHierarchicalContext.lookup(AbstractHierarchicalContext.java:139)
         at com.sapportals.portal.prt.repository.AbstractHierarchicalContext.lookup(AbstractHierarchicalContext.java:140)
         at com.sapportals.portal.prt.repository.AbstractHierarchicalContext.lookup(AbstractHierarchicalContext.java:74)
         at javax.naming.InitialContext.lookup(InitialContext.java:345)
         at com.mk.kmbrowserid.MkKmBrowseRID$MkKmBrowseRIDDynPage.doProcessBeforeOutput(MkKmBrowseRID.java:167)
    Here is my code:
    Hashtable env = new Hashtable();
         env.put(Context.INITIAL_CONTEXT_FACTORY, "com.sapportals.portal.prt.registry.PortalRegistryFactory");
         InitialContext context = new InitialContext(env);
         IXSLTransformService xslTransService = (IXSLTransformService) context.lookup("/broker/services/"+IXSLTransformService.KEY);
         //retrieve the xsl file and put into string
         String line;
         StringBuffer styleSheet = new StringBuffer();
         IResourceContext resourceContext = new ResourceContext(myUser);
         IResourceFactory resFactory = ResourceFactory.getInstance();
    Where the problem is occured in line 167 "IXSLTransformService xslTransService = (IXSLTransformService) context.lookup("/broker/services/"+IXSLTransformService.KEY);"
    Do any one know how to solve this problem? And setting / config should be done before the service "xsltransform" can be used?
    Thanks
    Sam

    hi
    I need an example please....
    did any one use that FM
    Regards

  • How to make my Ipod Nano communicate in English?

    How to make my Ipod Nano communicate in English?

    Hello Damon Foster,
    The article listed below details how to change the language of your iPod.
    iPod: Changing the display language
    http://support.apple.com/kb/HT1824
    Cheers,
    Allen

  • How to make SSO if a user login from Jetspeed and jump to Sun Portal

    We need to make the Sun Java Portal Server SSO when a user has done the authentication in another remote desktop application or the web applications ( like Jetspeed host ).
    Username and password can be retrieved if a user logs in any other application. In the Access Manager, LDAP is the only authentication module used.
    We made this requirement in the Jetspeed. The general idea is to create a filter which sets the Username and Password into the principal. Thus, Jetspeed checks the existence of the principal and regards the user as being authenticated if the principal is valid.
    Currently, it seems not feasible in the Sun Java Portal Server by using the same way. Anyone met the same the situation before? Who is familar with the process of the second session validation? I read the Sun Java System Access Manager - Technical Overview ( p38, topic: session validation). It just gave me a very general image. Who has some specific references about that ? I am very appreciated for your help.
    Here is the codes of the filter
    Public class EnablerFilter implements Filter {
    public void init (FilterConfig arg0) throws Servlet Exception {}
    public void destroy() {}
    pulic void doFilter (ServletRequest req, ServletResponse res, FilterChain chain) throws IOException, ServletException {
    HttpServletRequest request = ( HttpServletRequest) req;
    HttpServletResponse response = ( HttpServletRequest) res;
    SSOTokenManger tokenMgr =null;
    try {
    tokenMgr = SSOTokenManger.getInstance();
    } catch ( SSOException e) {
    e.printStackTrace ():
    System.out.println ( " failed in creating Token Manger");
    SSOToken token = null;
    // if a token exists in the cookie
    try {
    token = tokenMgr . createSSOToken (request);
    } catch (UnsupportedOperationExcetpion e1) {
    el.printStackTrace() ;
    } catch (SSOException e1) {
    el.printStackTrace ();
    // if a token does not exist in the cookie
    if (token =null ) {
    Principal cfxPrincipal = new CfxPrincipal ( " username");
    try {
    token = tokenMgr. createSSOToken ( cfxPrincipal, " username");
    } catch (SSOException e) {
    e.printStackTrace () ;
    chain.doFilter (request, response);
    }

    Hi,
    Thanks,
    But the note don´t say how to connect the j2ee of the BI-Java with the J2ee of the Portal.

  • How to make two portals share the same UME?

    Hi all,
    Can anybody share some information about how to make two portals share same UME? Is it possible? Thanks.
    B.R.

    Hi Lee,
    Its very much possible for 2 portals to make use of one datasource for UME.
    Lets assume for a scenario sake we are using an LDAP server as the UME for portals environment...so you would simple need to point for the UME's to the LDAP datasource.
    If you have something in particular do post back
    Thanks,
    GLM

  • How to make Portal faster?

    Hi all,
    The portal on which i am working has become very slow.It is NW04S Portal.
    It is taking a lot of time for processing.
    Can any one tell me <b>how to make my portal</b> <b>faster</b> by cleaning or any stuff.
    I vl award points if it is helpful to me.
    Thanks in advance.
    Message was edited by:
            Satish Dhanalakoti
    Message was edited by:
            Satish Dhanalakoti

    Hi,
    Refer this link
    https://websmp101.sap-ag.de/~form/sapnet?_SHORTKEY=01200252310000061538&_SCENARIO=01100035870000000112&_OBJECT=011000358700000590032004E
    Regards,
    Senthil K.

  • How to make 2 clients on same VLAN communicate to each other when tunnel-loop-prevention is enabled?

    Requirement:
    How to make two clients on same VLAN communicate to each other when tunnel-loop-prevention is enabled on tunneled-node configuration at controller?
    Whenever we enable tunnel-loop-prevention on controller while we configure tunneled-node, the communication between two tunneled-node client on same VLAN is blocked or dropped.
    If the tunneled-node clients are of different VLANs then they can communicate between them even when the tunnel-loop-prevention is enabled on the controller.
    Solution:
    To make two tunneled-node client on same VLAN to communicate between them, we need to enable "local-proxy-arp" for the interface VLAN on the controller.
    Once it is enabled now the tunneled-node clients on same VLAN can communicate between each other. 
    Configuration:
    To enable "local-proxy-arp":
    Get to the interface of the VLAN on the controller
    Example :
    (config)#interface vlan 5
    (config)#ip local-proxy-arp
    To enable tunnel loop prevention on controller
    (config)# tunnel-loop-prevention
    Verification
    Show commands:
    To check if tunnel-loop-prevention is enabled or disabled
    #show tunneled-node config
    Tunnelded node Server: Enabled
    Tunnel Loop Prevention: Enabled
    To check if local-proxy-ap is enabled:
    #show interface vlan 5
    Look for in the output "ProxyARP enable"

    streetfi8er wrote:
    Server ready,waiting for client:
    Exception in thread "New THREAD" java.lang.NullPointerException
         at server4$server4Thread.run(server4.java:88)
    Failed to accept client
    when i run the second client programme on different a console in the same system i get the error that:
    Unknown HostOK, I'm no socket programming expert; but I can see a few potential problems with what you've written.
    1. First off, which line is line 88? Line numbers would be useful. Also, indenting your code properly would make it easier to read.
    2. Your 'while(!str.equalsIgnoreCase("close"))' will always fail with a NullPointerException because 'str' is initially set to null.
    3. Your 'while(true)' loop worries me. How does it exit? Relying on an exception is usually very bad practise.
    4. You are not handling SecurityExceptions. While it's unlikely to happen on your machine; it could easily happen on another.
    5. It might be worth indicating the actual exception thrown in your "Failed to accept client" message. accept() can throw three different types of IOException.
    6. All the threads you create will be called "New THREAD", which doesn't provide much value.
    HIH
    Winston

  • How to make a precalculated query

    Hi guys!,
    my problem is this: i have a query, but it last too much to execute, i heard about do it precalculated throught a job after the load of the infocube, i dont know how to make a query precalculated, 1- please can you tell me how to do it  step by step? , 2- the query has one variable of input (You have to write Month/year ), how can i do to the precalculated query take  this variable automatic of the actual month/year, thanks

    Hi Jorge,
    This link has step by step Procedure....
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a101b894-0b01-0010-6c90-e70766b33256
    Hope it answers your query,
    Thanks

  • How to make top level navigation not refresh

    Hello Guys,
    I have a question concerning on my External Facing Portal, my boss wants that when I click on a tab or a link in the Top Level Navigation , to load the content in the Content Area without refreshing the whole page, What I want is that when I click on a tab or link of the Top Level Navigation , the Top Level Navigation and the MasterHead not to refresh and that the content be loaded and refreshed only in the Content Area. The only way I know to do this is by making a frameset of my page and to make the masterhead and toplevel navigation a frame and the detalied navigation a frame and the content area a frame, and in the links to put the target property to the name of the content area frame, but I don't know if this is possible to do in the portal, I see that all is embedded and I don't know how to make a frameset like this in the portal.
    Any highlights to solve this will sure be appreciated.
    Thanks
    Rewarding points will be given.
    Luis

    Hi,
       When you are implementing External Facing Portal, i think you have used Light Framework Page.  In Light Framework Page, only one Framework has been used, so when you click on the top level navigation, the whole page will get refresh, so there is no otherway as of my knowledge.  If you use standard framework page in portal, it is possible to do (i.e. the content area only get refresh)  and the concept of your External Facing Portal is eliminated here.
    Regards,
    Venkatesh. K
    /* Points are Welcome */

  • How to make a search button in a view?

    Hi experts,
    Can anyone tell me how to make a button for a search dialog to search a poste (just like which in ppome) in a view?
    Thanks!

    Hi,
    Create  a transaction iview in portal, call the iview in webdynpro.
    use this code to open the iview in webdynpro java.
    WDPortalNavigation.navigateAbsolute
    ("ROLES://portal_content/<Complete Path of Iview>",
    WDPortalNavigationMode.SHOW_INPLACE,
    (String) null,
    (String) null,
    WDPortalNavigationHistoryMode.NO_HISTORY,
    (String) null,
    (String) null,
    (String) null,
    true);
    see this http://help.sap.com/saphelp_nw04s/helpdata/en/c3/235a428a1e9041e10000000a1550b0/frameset.htm
    Regards,
    Naga
    Edited by: Naga Raju Meesala on Sep 8, 2008 7:51 PM

  • My  MacBook is not communicating with my desk top to enable printing from my MacBook. I need to find out how to make that happen. I have a static IP address on my desktop but don't know what to do on the Mac Book.

    My MacBook is not connecting to the host computer for the printer. The host computer has a static IP address which is different from the IP address that the laptop is looking for. How do I change the laptop so that it looks for the host computer's correct IP? The laptop is connected to the router. I know this because I can get on the internet with the laptop.

    The host computer is Dell and the operating system is Windows 7.  The printer is an Epson, and it is wired to the host computer with a USB cable. It does have host printing turned on.
    The three have been working harmoniously for a long time.  The router had to be reset; and after that, the MacBook documents would no longer print.
    We created a new static IP address on the Dell but the MacBook is not recognizing it.  We have researched the internet trying to figure out how to make the MacBook locate and recognize the correct IP address from the Dell so they can communicate with each other.  The laptop is not communicating with the host computer because is is looking for the wrong IP.  The host IP is 192.168.1.245 and the laptop is looking for 192.168.15.237.
    I hope everything is clear.  The person who originally set it up is no longer available to help me.  Thank you for any help you may give me.

  • How to make the vendor column have figure in GRIR line item with RE document type?

    Dear Experts,
         Could you tell me how to make the vendor column have figure in GRIR line item whose document type is RE?
         Thanks!
    Xinling Zhang

    Hi ,
    You are using FAGLL03 .
    FAGLL03 report vendor code is blank
    vendor number in new FAGLL03 tcode (offsetting account information)
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30b96fed-eb5d-2e10-1792-f3ff9f65df8a?QuickLink=index&…
    Also check OSS note
    Note 112312 - Line item: Display of offsetting a/c information
    Note 1034354 - FAGLL03: Display of offsetting account information
    Many Thanks

  • How to make cell editable alv in WebDynpro for ABAP?

    I make Column editable ALV.(See under source code)
    But I can't make Cell editable ALV.
    How to make Cell editable ALV in WebDynpro for ABAP?
    and..how to get changed data?
    DATA: l_value TYPE REF TO cl_salv_wd_config_table.
      l_value = l_ref_interfacecontroller->get_model( ).
    * { EDITABLE
      DATA: lr_column_settings TYPE REF TO if_salv_wd_column_settings,
            lr_input_field     TYPE REF TO cl_salv_wd_uie_input_field,
            lr_column          TYPE REF TO cl_salv_wd_column.
      lr_column_settings ?= l_value.
      lr_column = lr_column_settings->get_column( 'TOTAL_COUNT' ).
      CREATE OBJECT lr_input_field
        EXPORTING
          value_fieldname = 'TOTAL_COUNT'.
      lr_column->set_cell_editor( lr_input_field ).
      DATA: lr_table_settings TYPE REF TO if_salv_wd_table_settings.
      lr_table_settings ?= l_value.
      lr_table_settings->set_read_only( abap_false ).

    the code seems to be correct....but where are you writing it?
    put the code in the wddoinit method and it should work.
    have a look at this article..
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3133474a-0801-0010-d692-81827814a5a1

  • How to make the buttons INVISIBLE in the Application toolbar

    Hi All,
    I have a requirement to create a button in the Application toolbar of the Module Pool Screen. The field should be made Invisible by default. and it should be displayed based on one condition.
    Could you please let me know how to make that particular button INVISIBLE. I think we can make it invisible by using EXCLUDING statement. But, How to make the button VISIBLE again when the check is satisfied.
    I found from the portal that the FM 'VIEW_SET_PF_STATUS' can be used to make a button INVISIBLE. Could anyone help me out how to pass the parameters to this Function module?
    or is there any Function Module available to make the button VISIBLE and INVISIBLE? Please help me on this issues.
    Is there any possibility to make the button VISIBLE or INVISIBLE as we do for the screen fields using LOOP AT SCREEN..?
    Thank you in advance.
    Regards.
    Paddu.

    Hi,
    Try to use below in the PBO module status_0100 OUTPUT.
    DATA t_fcode TYPE TABLE OF sy-ucomm.
    refresh t_fcode[].
    APPEND 'Function code name of the button' TO t_fcode. 
    Check the condition here for which you want to make field visible.
        DELETE FCODE of the button from T_FCODE table
      ENDIF.
      SET PF-STATUS 'STATUS_0100' EXCLUDING t_fcode.

  • How do I get rid of a few Internet sites, namely: Firefox is not supported? How to Make Firefox supported for these sites?

    Firefox does not support some web sites?
    How to Make Firefox supports these sites?

    Firefox does not support some web sites?
    How to Make Firefox supports these sites?
    This URL
    # http://e-imamu.edu.sa/emam/login/admin/CheckUserRegistrationAction.do
    # http://www.moi.gov.sa/wps/portal/!ut/p/c1/pY_RCoIwFIafKHY2t-mtztSlOSFW5o3sImKQGhE9f1oQFLiCzrn8_v9wPtSgcXtzs0dztUNvTqhGDW-ZqIQM1h5OK-0DSXy6EjwPgOGR73lbKqITKjEO-BID4RmNiq2ENPZ-ab-4KrMYJORxVChFaMr_aQP70t5NrvMJ6j25y23iMDMhfNx__y8X1Mkf9i4--bk4YajMhu6ANuaCzp3WNVhp5SK8A3BThH0!/dl2/d1/L0lDU0NTSUpKSkNncFJBISEvb0VvUUFBSVFKQUFNWXhpbElNNExnbWNBL1lCSkp3NDU0NTAtNGtzbHl0dyEhLzdfNUNQQ0k4TTMxT0Q0NTBJMFVGUkRVTDEwSDcvamF2YXguc2VydmxldC5pbmNsdWRlLnBhdGhfaW5mby8lMFRyYWZmaWNWaW9sYXRpb25zVmlldy5qc3A!

Maybe you are looking for

  • Set Default Report Attributes

    Hi, Is is possible to set the default report attributes for interactive reports so when I create a new one I don't have to go through and change the defaults. Basically I want to set the "Show Null Values as" variable to null rather than a dash for a

  • Key binding confusion

    I'm trying to use key bindings to navigate a table and do a few other things and I'm totally lost. The first picture in this thread gives you an idea of what my application looks like http://www.enginuity.org/viewtopic.php?t=8 In the JInternalFrame,

  • App Store vs. Retail version of iWorks?

    May be a daft question, but is there a material difference between the Numbers '09 / Pages '09 / Keynote '09 that I can download from the App Store for a total of NZ$75 versus the boxed retail set for which I'd have to pay NZ$183? If it's just a ques

  • Remember Customer Details on Checkout form

    Hi, I would like to know if following scenario is possible on Business Catalyst webform, 1. Customer able to create an account on the website 2. Once customer has created an account during check out process it remembers the customer details & fill in

  • HT1657 Will I need wifi to watch the movie I rent from iTunes?

    If I rent a movie from iTunes will I need wifi to watch it?