How to use Application Integrator (AI) in EP 710?

Hi all,
I can't find any entry points about application integrator in EP 710, does anyone know how to use it in EP 710?
Thanks and regards,
Bena

Hi,
first you need to check out in your system whether you have a par name com.sap.portal.howtos.webapp is available or not in you system templates.
if it is not their then you need to upload it.
to upload follow the steps
goto system administration -> support -> portal runtime -> administration console
-> browse throught the contents and fine your par file and press upload.
after uploading go back to system administration -> system configuration -> system landscape -> portal content
here you can create your own folder or right click on portal content directly to create system
when you right click on folder or portal directly you will get three option,
system from template, system from par and folder.
you need to choose system from par and after choosing  in portal content you find
par files selction screen here you need to goto the par com.sap.portal.howtos.webapp -> webapplication  which you imported or uploaded to your portal earlier.
and then in new screen you need to enter the required fields such as name and id.
after this save it and close the editor.
then again got your system you created and right click on it and open object.
here you set the object property in navigation as object is a template to yes.
by setting this property you are making the system available on the template selection ie,.
select system from template.
you create another system using this system.
here you have three steps to perform
a) connection properties
b) user management
c) system alias
in connection property here you need to set the url, http(s), and server name.
since you are using sap logon ticket you need to select in user management property to UIDPW and since you are giving authorization to both user as well as end user you need to select admin,user.
then for the system you need to select system alias, so that the end user can map with the system by choosing the alias you set. to set alias goto property editor and choose system alias and enter the name you want and press add.
Now you goto user administrator and choose your user and select him and press modify and choose mapping tab and select the alias name you entered and and enter the mapped user id and mapped password.
after mapping check the connection it should succeed.
then create an iview to verify whether the iview created by this par is working fine or not.
**********please reward points if the information is helpful to you***************

Similar Messages

  • How to use  Application Integrator for iView Creation

    Hi all
    any one can help me how to create an iView(webshop b2b iview) by using the Application integrator in portal
    Regards
    sunil

    1) creating URL ivew , for that you can refer this
    URL iView Creation
    2) You can directly deploy your .net project from the Visual Studio itself(sound's amazing right!!). SAP have provided a add-on to deploy directly from VS 2003/2005.
    For that you need
    SAP Portal Add-in 2.5 for Visual Studio 2005 - Hotfix 1.exe
    SAP Portal Runtime 2.5 for Microsoft .NET - Hotfix 1.exe

  • How to use the integrated camera in Lenovo THINKPAD X301

    Dear All,
    I would like to know how to use the integrated camera for the THINKPAD X301 LAPTOP?
    Please help

    Hi ,
    For Lenovo product , we need application software to activate this camera. You can use the Picasa software which can search from Google to activate this camera.
    After install Picasa > Picasa > Import > Select Device ( then choose your camera )

  • How to use application managed entity manager in EJB?

    I finish reading The EntityManager Interface in JEE tutorial.
    I know I can use container manager entity manager in EJB, but I want to explore how to use application managed entity manager in EJB.
    Can I use application managed entity manager in EJB (container management JTA transaction is used)? Where do I should close entity manager if can?
    The following is an example from JEE tutorial, but didn't find where to calose entity manager. and can I create mutiple EntityManagerFactory objects and Entity Manager objects to use them in a JTA transaction?
    @PersistenceUnit
    EntityManagerFactory emf;
    EntityManager em;
    @Resource
    UserTransaction utx;
    em = emf.createEntityManager();
    try {
      utx.begin();
      em.persist(SomeEntity);
      em.merge(AnotherEntity);
      em.remove(ThirdEntity);
      utx.commit();
    } catch (Exception e) {
      utx.rollback();

    Seems like a very poor example, the whole power of EJBs is to use Container Managed Transactions so you don't NEED to manage the transaction and the entity manager yourself. What you posted is code I would expect in a non-JEE application, or in a piece of code which requires fine-tuned transaction boundaries such as batched data importing logic.
    If I were you I'd research JPA in steps.
    a) learn about JPA as an API outside of the scope of EJBs (recommended reading: the book 'Pro JPA 2')
    b) learn about Container Managed Transactions in EJBs
    c) learn about Bean Managed Transactions in EJBs
    Right now you're rushing into c). I can understand that it raises many question marks at this point.

  • Can we integrate Lotus quickr into ep 7 using application integrator

    hi gurus,
    can we integrate lotus quickr in to ep 7 (i.e sso) using appliction integrator or do we have any other way to do sso,
    helpful replies are appreciated.
    Thanks & Regards
    K Naveen Kishore

    Hi,
    Tobias , thank you for you reply
    yes it is ,Lotus Quickr is a DMS(document management system) which sits on Lotus Domino server.
    i have done integrating Lotus quickr to ep 7,using application integration,
    what i have done:
    1)uploaded par file,
    2)ceated system template,
    3)created system using template,
    4)then iview using par,
    5)done usermapping
    in iview in the property
    URL Template Fragment for User Mapping : i have given
    Username=<MappedUser>&password=<MappedPassword>
    i took Username and password names from source of the login page of quicke
    document.write("<input id=\"user\" class=\"text\" type=\"text\" name=\"Username\" />");
    document.write("
    <label for=\"password\">""Password:""</label>
    document.write("<input id=\"password\" class=\"text\" type=\"password\" name=\"password\" />
    document.write("
    <input id=\"button\" type=\"submit\" name=\"login\" value=\"""Log In""\" />
    when i cliclk on preview
    finally page is displayed without user logedin, when i tried to login with this page with valid username and password same page is displayed .but when i tried with invalid username and password it is saying invalid username and password.
    also as u said  "Best way would be to configure Quickr to user Kerberos authentication"  if possible send me the step by  step guide for this.
    Regards
    K Naveen Kishore.

  • How to use application item in the page template

    How to use application item in the page template.
    Thanks,
    rajendra

    Hi,
    You can refer application item value in template like &MY_ITEM. (note period at end)
    http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/concept_sub.htm
    Regards,
    Jari

  • How to use application.getRealPath()

    Hi all,
    I need to retrieve a document which is external to .war file and with in the same server location. I dont want to hard code the file location path in my jsp. Is there any other alternative by using getRealPath() method. Pl let me know how to use application.getRealPath() if it makes any sense.
    Hoping to hear from you soon :)

    Say, doc1 is in webapps1 and you want to get its real path in webapps2. For that,
    in webapps2, you can use ServletContext.getContext("/webapps1") method , to get the context of webapps1. Then from this context, you can use context.getRealPath("/doc1") method to get the location of the document doc1.
    Hope this helps.

  • SSO to Web App using Application Integrator - not working (SP15)

    Hi,
    I have created a web app system and generic app integrator iview for my web application (and set up user mapping etc.), following the Application Integrator how-to guide but it does not log me into my web application. I have got the Yahoo example working, and if I use a HTTP System & URL iview for my web application, that also works. Can anyone tell me what the problem could be, or where I should start looking?
    If I use a http sniffer, I can see the correct URL and parameters in the following:
    function requestTargetURL() {
          var theURL = "<b>HTTPS://(myserver)/log-in.htm?op=(####)&pwd=(####)</b>";
          var dsmObj;
          if (hasNestedFrameStructure()) {
            location.replace(theURL);
            dsmObj = parent.EPCM.DSM;
          } else {
            document.body.scroll = "no"; // for IE only
            var theIframe = document.getElementById("iframe_GETRedirect_592312569");
            theIframe.style.visibility = "visible";
            theIframe.src = theURL;
            dsmObj = EPCM.DSM;
            document.title = 'JDS';
        function onloadhandler(){
          setTimeout("requestTargetURL()",1);
    but something else must be happening for it not to work. Can anyone give me any pointers?
    Many thanks
    Jane

    Bit of a weird one: I've found a way to make it work but I'm not sure exactly how... the problem was that the portal was opening my web app URL in an iFrame (which can be seen from the code above). I tested this by just creating a html page with the URL + parameters in an iframe, and it wouldn't log me in (and took over the whole browser). So I guess the problem is with my web app rather than the portal.
    However... I then discovered that if I add my web app address to the Local Intranet security zone in my browser (IE6) settings (before it was in the Trusted Sites zone), it no longer minded being in an iFrame, my test html page worked and so does the portal iview. I cannot find which security setting is causing this - I've tried changing the Trusted Sites to match the Intranet zone settings exactly, but it still doesn't work if my web app address is Trusted opposed to Intranet.
    If anyone has any idea what is causing this behaviour, I'd be very grateful - obviously it isn't a portal issue but I'd still like to find out the cause in case it comes up again in the future.
    Many thanks,
    Jane

  • How to use application class reference in the controller methods of BSP

    Hi,
    I have created a bsp application and also created an application class and assigned it to the application class. In the application class, I have created attribute TEXT type string(public and instance parameter).
    In the controller let's say main.do, I am trying to give a value to to the text by adding the following code.
    application->text = 'test'.
    I am getting syntax error saying field 'text' is unknown. It is not contained in one of the specified tables nor defined by DATA statement. 
    Please can someone let me know how to use the application class in the coding with an example. I couldn't find how exactly this has to be reference. Please help.
    Best regards
    Siva

    Hi,
    if you are having main controller and sub-controller then you may need to use below coding to use application class reference.
    *Data declaration
      DATA:  obj_cntrl        TYPE REF TO cl_bsp_controller2,
             obj_sub_cntrl   TYPE REF TO z_cl_sub_cntl,
             application TYPE REF TO z_cl_application.
    *Get the controller
      CALL METHOD obj_main_cntrl->get_controller   "obj_main_cntrl is the object of main controller
        EXPORTING
          controller_id       = 'SUB'   "Controller ID
        RECEIVING
          controller_instance = obj_cntrl  .
      obj_sub_cntrl ?= obj_cntrl  .
      application ?= obj_sub_cntrl ->application.
    or simply use below code in your controller method.
      application ?= me->application.
    Thnaks,
    Chandra

  • How to use application params in .EAR files

    When we build an ear file , Weblogic-application.xml provides application-param
    tag?
    are they similar to env-entry in ejb-jar.xml.
    Can I use application-param tag to define a configurable params
    say myName and value as "Harshad"
    How do i read it in the application say a simple java class that is included in
    a jar inside the ear file.

    application-param tag in weblogic-application.xml may be used to define parameters:
    webapp.encoding.default
    webapp.encoding.usevmdefault
    webapp.getrealpath.accept_context_path
    http://e-docs.bea.com/wls/docs81/programming/app_xml.html#1034632
    "Harshad Nanal" <[email protected]> wrote:
    >
    When we build an ear file , Weblogic-application.xml provides application-param
    tag?
    are they similar to env-entry in ejb-jar.xml.
    Can I use application-param tag to define a configurable params
    say myName and value as "Harshad"
    How do i read it in the application say a simple java class that is included
    in
    a jar inside the ear file.

  • How to use Application Designer with virtual box vm's

    hi all,
    I could use some help please.
    I have everthing installed and working on the VMs but now I want to use Application Designer but I must be doing something wrong.
    I installed the Oracle client on windows and created tnsnames.ora. I can't connect to the database from windows to vm.
    I have some questions which might help me fix this.
    The directory that was mentioned to put tnsnames.ora in (C:\app\Mike\product\11.2.0\client_1\network\admin\) was not there so I had to create it. Was that what I was supposed to do or did the install go bad?
    For the windows host file what should the ip addresses be? I used the IP Addresses of the eth1 network interface from both guests which I created.
    As far as the PeopleTools on windows I used PT 8.52 but with no patch will that work even though the VMs are PT 8.52.06? So if I need the patch in order for App Designer to work how can I get the patch I think I need an account to do that. I think it mentions in the OVM doc that they are included somewhere so should I use those instead?

    <strike>With virtualbox vm's I assume that you mean the OVM templates converted to virtualbox.</strike>
    Didn't notice the OVM category :)
    Which Oracle Client installer did your use?
    You could use the following download from MOS for Database 11.2..02 (since Peoplesoft database is also delivered at 11.2.0.2)
    Patch 10098816: 11.2.0.2.0 PATCH SET FOR ORACLE DATABASE SERVER
    From the patch set download only p10098816_112020_platform_4of7.zip, which is your database client. The rest you will not need to be able to use Application Designer and Datamover.
    Once downloaded start the installer and choose option Runtime (do not choose Instant Client or Administrator).
    Now that you have your connectivity, you can start the PIA-AppBatch vm.
    switch to psadm2 user and go to $PS_HOME.
    Here you will find two files
    toolsclient.zip (PeopleTools 8.52, use client only)
    toolspatchvcd.zip (PeopleTools patch 8.52.06, , use client only)
    Copy these files to your windows workstation and install them in that order.
    Copy the tnsnames from the Database vm to your oracle client install dir network\admin dir and you should be ready to start using Application Designer/Datamover.
    For more detailed information see the post from Nicolas:
    http://gasparotto.blogspot.nl/2012/09/psovm-fscm-91-feature-pack-2.html
    http://gasparotto.blogspot.nl/2011/10/peopletools-852-client-installation.html
    Regards,
    Hakan
    Edited by: Hakan Biroglu on Mar 9, 2013 1:23 PM
    Edited by: Hakan Biroglu on Mar 9, 2013 1:30 PM

  • Portal Favorites when using Application Integration

    Hi,
    We have implemented application integration for BW for rendering reports and display in portal. We have BI Java portal where the reports run and user portal where the rendered report gets diplayed. This has been achieved through Application Integration for BI Java.
    When the user saves the report, its getting saved on BI Java Portal Favorites. So the user is not able to see it. To resolve this we have followed the below steps:
    1. Created a remote iView in user portal which points to the Portal Favorites iView in BI Java portal -- using this we are able to see the user saved favorites in user portal
    2. Renamed the BEx Web(ID:bex) iView in user portal and created a remote bex iView which points to the BEx Web iView in BI Java portal - When I preview it, it displays the prototype properly
    Now when I click on the favorite links, those reports were not running. Only the bex prototype page is coming up.
    When a report is saved its bookmarkId is saved on KM user account in BI Java portal. From there I took the bookmarkId and added to 'application parameters' property value for bex remote iView in user portal. This made the report to run on BI Java and render the report on user portal. But when I click on the favorites link in user portal, it is not running the report.
    Does someone has any suggestion on this.
    Thanks in advance.
    Regards,
    Archana

    I was able to resolve this by creating a remote iView in user portal for the Portal Favorites iView from BI Java portal. And the remote iView created for the bex, we changed one iView property ‘Parameters Forwarded to Remote Application’ to ‘*’ which resolved the issue.
    Thanks,
    Archana

  • How to use BI Integration Wizard ?

    When I click BI Integration Wizard tag,error message is : warning 2003:Zoom the current diagram is to a level of as iview or a service?
    what's wrong with it?
    Anyone know?
    Thanks!

    Hi,
    the error clearly saying the solution.
    if you want to work with BI integration wizard ,creat a model and drag a iview to it them drill down to the iview level then clcik on BI integration wizard then it will work.
    reason is why we are using BI integration wizard ? to get the queries from BI right
    but to drag the query or BI service to VC design board we should be in Iview level.
    hope it helps you
    Regards,
    Govindu

  • SSO to Web App using Application Integrator - not working

    Hi,
    I've set up App Integrator for my web application, following the Yahoo example in the guide. My URL template is <System.protocol>://<System.server><System.uri>?<Authentication> and the fraction for user mapping is op=<MappedUser>&pwd=<MappedPassword>.
    It doesn't log me in. Even if I change the URL template to the actual address of my web app and use a real user & password (rather than <Mapped..>), it still doesn't work.
    I've got SSO to my web app working using a HTTP system and URL iview but I would really like to see the App Integrator working as well. Any ideas?
    Many thanks
    Jane

    Can anyone please help with this? I installed a http sniffer so maybe I could see what was going on. My HTTP System simply goes to the URL with the parameters added as expected, but the app integrator one is a bit more complex - I can see the URL & parameters in this function:
        function requestTargetURL() {
          var theURL = "<b>HTTPS://(myserver)/log-in.htm?op=(####)&pwd=(####)</b>";
          var dsmObj;
          if (hasNestedFrameStructure()) {
            location.replace(theURL);
            dsmObj = parent.EPCM.DSM;
          } else {
            document.body.scroll = "no"; // for IE only
            var theIframe = document.getElementById("iframe_GETRedirect_1593748234");
            theIframe.style.visibility = "visible";
            theIframe.src = theURL;
            dsmObj = EPCM.DSM;
            document.title = 'JDS';
        function onloadhandler(){
          setTimeout("requestTargetURL()",1);
    and the server/username/password are all correct but there's a lot of other stuff in there which I'm not sure how affects it. Anyone know have any ideas why this isn't working? Does it matter that my web app is https but the portal is http?
    Any help greatly appreciated!
    Thanks in advance
    Jane

  • How-to use Application Dictionary ?

    To access an external SOAP service from Forte, I installed iPlanet Integration Server. I also managed to create a Application Dictionary component with Service Information to access the SOAP service. How can I use this Application Dictionary in my Forte application to access the SOAP service ? Interestingly, this component is not visible when i tried to include in my project as supplier plan. It only shows up in supplier plan list for Conductor projects like Process Definition. I am using 3.0.0 version of Fusion and Conductor.

    As SUN/iPlanet had already built an Adapter Designer that was capable of creating SOAP client calls, and as they have built-in server side SOAP interface generators in UDS 5.0, I urgently expect them to deliver such a toolkit with UDS 5.1. Otherwise they would not be reliable with their promises concerning UDS being part of SUN.ONE architecture !!
    I did already issue that as an enhancement request some months ago . But I admit - there was no reply until today !!
    But I am sure, they will be reading this and are already working on that ;-) ???

Maybe you are looking for

  • Please help with my crystal reports server 2008 trial setup

    Firstly, if this is in the wrong section feel free to move it. I find this forum is to big to find the information i need, in fact trying to find anything i need on this website is almost impossible. So far not impressed with SAP at all! we download

  • SPP Error - No valid transportation lane between Supplier and LOC1

    Hi While running the EOQ and SFT planning service, we get the following error "No valid transportation lane between Supplier and LOC1". LOC1 is the entry location for our BOD. We have not created any procurement relationships as we are working on a s

  • Blog Summary Not Displaying

    I'm trying to create a podcast, but the blog summary isn't working. All that displays is the text "Blog Summary Widget". I'm using Fetch to upload my files manually to a university server, and I've checked that all files are there and permissions are

  • How can I add a library of flash movies to my site?

    I posted this same question on the Dreamweaver forum and a suggestion was made that I try over here for help, so please excuse the duplicate question. How can I add a library of flash movies to my site? Hey there everyone and thanks for reading my qu

  • Encore CS4: changing one thumbnail in flowchart changes all

    Working in the flowchart, I have proper links between menu buttons and chapter thumbnails. But in attempting to set end actions and overrides, whatever I do to one thumbnail appears in all of them! Have I inadvertantly triggered some setting that loc