Application integrator, how secure is it?

Hi,
  i am using appintegrator to setup sso with usermapping to a third party website.. but i strongly believe that the username and password is passed as a clear text in the URL generated from app integrator. am i right? if that is the case, anyone can use some httpwatch or some sort of network sniffer to get the url and get teh username and password.
any workarounds?
HTTPS ??
i dont think putting that iview in a frame or open in a new window doesnt solve the problem, becuase it still the username and password in url.
any ideas would be really appreciated.
one more question: does it really matter if it is method = get/post in the latest EP SP versions?
thanks
Message was edited by: yogi

Hi Yogi
You are right in assuming that when SSO with user ID and password is used, the user ID and password are transmitted in plain text. (By the way the method used is POST. Check <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/59/12f73b7803b009e10000000a114084/frameset.htm">this</a>).
But SAP recommends the use of HTTPS to protect the connections to backends for protection from unauthorized use.
Also it is recommended that you install the full version of the SAP Java Cryptographic Library if you use user mapping. This toolkit is required so that user mapping data can be stored in encrypted form. If the toolkit is not deployed, user mapping data is stored with weak encryption (base 64 encoding), which is not recommended for production systems.
Check this <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/75b1c1cb174e4d87182d8223a6bd88/content.htm">link</a>
Hope that helps.
Best Regards
Priya

Similar Messages

  • 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 set up web application integration to use hotmail as my default email

    I use hotmail and/or yahoo for my email providers, but when I click on an email link on a website, nothing opens like it did with IE. The website says I can set this up through a "web application integration" but I cannot find instructions on how to do this anywhere. I checked out all the "options" under tools and can't find it. I'm sure it's simple but I can't find it, LOL

    http://support.mozilla.com/en-US/kb/Changing+the+e-mail+program+used+by+Firefox

  • 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 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***************

  • Firefox 5 is apparently incompatible with F-Secure anti-virus; F-Secure repeatedly pops up "Changed Application" messages; How do I restore my previous version of Firefox?

    I just installed Firefox 5. Unfortunately, F-Secure's "Application Control" now repeatedly pops up "Changed Application" messages in an endless string. It will not accept my attempts to "Allow" the new version of Firefox. Since Firefox 5 is not compatible with F-Secure, I must return to my previous version of Firefox. I am very disappointed that you have put me to all this trouble. How do I delete Firefox 5 and return to the previous version of Firefox?

    "F-Secure repeatedly pops up Changed Application"
    So how is this Firefox's fault? Shouldn't you write to F-Secure so they fix that?

  • How to bind  "application policy"  to Security Module

    hi,
    1. Oracle 11.2g, WLS 10.3.5. OES 11.1.1.1.5 clean install of all components.
    2. Created OES Policy after reading the documentation
    Oracle® Fusion Middleware Administrator's Guide for Oracle Entitlements Server
    11g Release 1 (11.1.1)
    Part Number E14096-04
    3. PROBLEM/QUESTION [8.2.2 Binding an Application to a Security Module]
    After creating a Security Module in System Configuration tab from the Home area, cannot bind application-policy to this SM ???!!!
    Here are steps:
    8.2.2 Binding an Application to a Security Module
    To bind an Application to a Security Module, proceed as follows.
    Select the System Configuration tab from the Home area.
    Double-click Security Modules in the Navigation Panel.+ <<<<< problem is here, the OES ADM console does not have this ??!!
    Alternately, right-click Security Modules and select Open. The Security Modules page is displayed.
    Select the name of the Security Module definition from the table.
    Click Add in the Bound to Applications table., either cor select Add from the Actions menu.
    Alternately, select Add from the Bound to Applications Actions menu. The Add Applications dialog displays.
    Enter a search string in the text box and click the arrow to search.
    Alternately, click the arrow with no search string to return all available Applications.
    Select one or more applications from the list returned.
    Click Add.

    Alternately, right-click Security Modules and select Open. The Security Modules page is displayed. <<<< yes SM is there
    Select the name of the Security Module definition from the table. <<<<< yes SM is selected from the table
    Click Add in the Bound to Applications table., either cor select Add from the Actions menu. <<<<< NO "Add in the Bound to Applications table" !!!!!!! please assist
    Alternately, select Add from the Bound to Applications Actions menu. The Add Applications dialog displays.

  • Application Integrator and SSO by SAPLOGONTICKET

    After the docs (e.g. "How to Use the Application Integrator") and blobs mainly focus on user mapping, I wonder how to configure SAPLOGONTICKET in com.sap.portal.appintegrator.sap.Generic efficiently.
    Does combining "URL template" and "URL template fraction for SSO" give a chance for sending a Login Ticket to another server (distinct domain)? Or is the "authentication" part in "URL template" useless for Login Tickets (as stated in <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=21141">Thread 21141</a>)?
    Thanks
    Gerhard

    Hi Gerhard,
    If your system is set to log on with SAP logon tickets for authentication, you can specify an authentication template in parameter SSO2Template, e.g. MYSAPSSO2=<Request.SSO2Ticket>. That's all it takes on portal side to configure the SAP Logon Ticket when using application integrator. .
    If you want to use SAP Logon Ticket for multiple domains (portal server and backend server are in different domains) you have to take special care. Have a look into the <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/a0/88a340fa432b54e10000000a1550b0/frameset.htm">SAP Library</a> to find out how to configure logon tickets for multiple domains.
    Hope I could help!
    Best regards,
    Martin

  • Exception in SAP Application Integrator occured: Unable to process templat

    Hi,
    We are trying to execute a BI report in portal through BEx web and we are getting the below error
    [EXCEPTION]
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to process template &#39;&lt;System.Access.WAS.protocol&gt;://&lt;System.Access.WAS.hostname&gt;&lt;BWLauncherComponent[PORTAL_URL]&gt;;jsessionid=&lt;Request.JSessionID&gt;?sap-ext-sid=&lt;ESID[url_ENCODE]&gt;&amp;Language=&lt;Request.Language&gt;&amp;theme=&lt;LAF.Theme[url_ENCODE]&gt;&amp;sap-lafversions=&lt;LAF.AllVersions[url_ENCODE]&gt;&amp;&lt;Authentication&gt;&amp;&lt;Report&gt;&amp;&lt;BusinessParameters&gt;&#39;, because &#39;Report&#39; is an invalid terminal property of the Root context.
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    I have tested the connection in the system and also checked the webas name and host details in the system. they look fine.
    please help me with your inputs.
    Thanks.
    Kind Regards,
    Priyanka.

    This could be the problem . In your portal , copy the pcd path of a folder under which you would like to place this report and paste it in the bex analyser while publishing (pcd link) , see if this helps . A few more points .
    1) You can also publish these queries as reports in portal using Bex Query designer - there will be an option to publish in portal . You will see it depending upon the version of designer. If you are able to see that option , selecting the pcd location would require you to have content admin role in portal .
    2) Manually create iviews in portal (BI Reports) using the query string given to you by your BI folks . You can create either Bex 3.X or 7.0 depending upon the query string .
    Regards
    Mayank

  • Application Integration Issue

    We want to enable n users access to our r/3 system using portal. We created a link to access our r/3 logon page by using application integrator with UserID and Pswd Method. However, when a user is clicking on portal link he is shown the r/3 gui sign on screen but with error"Unable to resolve the SSO ticket'
    Please note that we are not using SSO
    Regards
    Mohammed.
    We know how to say thank in SDN

    Hi,
    Have you tried connecting your R/3 without using application integrator,by creating SAP R/3 transaction system?still it shows same error??
    or else try this,
    Logon to your R/3 to which you want to connect,run the transaction
    rz10>choose profile=default>choose extended maintenance mode and click on display, see there the property named SSOloginaccept_ticket=2,as you are not using SSO,set this property to 2,and now try.
    Hope this helps,
    Regards,
    Ameya.

  • How secure is information that is submitted using adobe forms?

    I am using adobe forms to creat an online application for students.  How secure is the information submitted?

    All of the the communications with the server are protected with SSL (https). This FAQ explains in more detail:
    http://forums.adobe.com/docs/DOC-1384
    Randy

  • How secure is the default web services?

    Just curious how secure the default web services configuration is.
    Would mod_security need to be installed?
    The server would only host 2 sites but I am concerned about basic security.

    Your question is too vague to be answerable.
    Any web server security depends largely on what you're doing.
    If you're just serving static pages then its pretty secure - there isn't much anyone can do to compromise your server.
    If you're running any kind of dynamic content then your security depends on a) the server-side engine you use (e.g. PHP, Java, Ruby, etc.) and b) the competency of whoever's writing your code.
    If you're using any kind of database-driven content then your security also depends on your database engine, and your ability to secure your database.
    The upshot is that the software as delivered is only as good as how you configure and run it. mod_security (if you take the time to configure it) offers some protection, but it doesn't beat taking the time to code your application correctly.

  • Use of Application Integrator in Portal 7.01

    Hi Experts,
    I want to use Application Integrator in Portal System of version 7.01.
    My scenario is to integrate SAP Service Market Place URL specific to download SAP Notes to functional Users in their SAP Portal account.
    I know that by using SAP URL iView it is possible, but I want to use AppIntegrator instead of it.
    Thanks & Regards,
    Hanif

    Hi Hanif,
    Firstly,As per your requirement its possible to use application integrator instead of URL iview ,you can use the below link for further help.(Applciation Iview)
    1.http://help.sap.com/saphelp_nw70/helpdata/en/70/5a3842134bad04e10000000a1550b0/content.htm
    Secondly, the below link shows how to integrate the applciation fromportal to backend through app integrator:
    2.http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0cbc309-ff89-2a10-8bad-bcde4c152ecb?QuickLink=index&overridelayout=true
    Hope this helps you solve the issue !!!!
    Thanks &Regards
    Brahma Rao Cheruku

  • Exception in SAP Application Integrator occured

    Hi,
    I am facing a problem while opening transaction iviews in portal.In the default trace file below is the logs:
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component :pcd path of the component
    Component class : com.sapportals.portal.sapapplication.SAPApplicationIntegratorComponent
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Exception occured in layer CommonTopLayer
    Please suggest.Its urgent.
    Regards,
    Rajani

    Hi,
    Thanks for the reply.
    Please find the default trace log:
    =============================================
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    Component :  pcd path of component
    Component class : com.sapportals.portal.sapapplication.SAPApplicationIntegratorComponent
    User : name of user as in portal
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:973)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: Unable to parse template &\#39;&lt;System.Access.WAS.protocol&gt;://&lt;System.Access.WAS.hostname&gt;/sap/bc/webdynpro/&lt;WebDynproNamespace&gt;/&lt;WebDynproApplication&gt;/;sap-ext-sid=&lt;ESID[url_ENCODE]&gt;?sap-ep-iviewhandle=007&lt;ESID[HASH]&gt;&amp;sap-wd-configId=&lt;WebDynproConfiguration&gt;&amp;sap-ep-iviewid=&lt;IView.ShortID&gt;&amp;sap-ep-pcdunit=&lt;IView.PCDUnit.ShortID&gt;&amp;sap-client=&lt;System.client&gt;&amp;sap-language=&lt;Request.Language&gt;&amp;sap-accessibility=&lt;User.Accessibility[SAP_BOOL]&gt;&amp;sap-rtl=&lt;LAF.RightToLeft[SAP_BOOL]&gt;&amp;sap-ep-version=&lt;Portal.Version[url_ENCODE]&gt;&amp;&lt;ProducerInfo&gt;&amp;sap-explanation=&lt;User.Explanation[SAP_BOOL]&gt;&amp;&lt;StylesheetIntegration[IF_true PROCESS_RECURSIVE]&gt;&amp;&lt;Authentication&gt;&amp;&lt;DynamicParameter[PROCESS_RECURSIVE]&gt;&amp;&lt;ForwardParameters[QUERYSTRING]&gt;&amp;&lt;ApplicationParameter[PROCESS_RECURSIVE]&gt;&\#39;; the problem occured at position 310. Cannot process expression &lt;System.client&gt; because Invalid System Attribute:
    System:    &amp;\#39;SAP_LocalSystem&amp;\#39;,
    Attribute: &amp;\#39;client&amp;\#39;.
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
         at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         ... 29 more
    =============================================
    Regards,
    Rajani

  • Exception in SAP Application Integrator occured: ApplicationIntegratorExcep

    Hello All
    I have encountered a quite peculiar problem.
    In My Portal( WAS SP 14), whenever i go to
    System admin-> system config->uwl-> Universal Worklist Administration
    It shows me Portal exception.
    [EXCEPTION]
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: ApplicationIntegratorException .
    Also when i check inside Content provided by SAP-> Admin content->system administrator->iviews->Universal worklist iview,( ALL UWL Iviews), throw Portal exception...
    I tried uploading the com.sap.portal.appintegrator.sap.par from another WAS 7.0, SP14
    but still it shows me same error in worklist iviews.
    Also i trannsported the iviews via .epa files to My Portal, But no Success.
    Help...
    What to do????
    Thanks...

    EXCEPTION]
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Exception in SAP Application Integrator occured: ApplicationIntegratorException
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContentPass(AbstractIntegratorComponent.java:123)
    at com.sapportals.portal.appintegrator.AbstractIntegratorComponent.doContent(AbstractIntegratorComponent.java:98)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.doPreview(AbstractPortalComponent.java:240)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:168)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)

Maybe you are looking for