SSL: Portal and Third-Party-Tool

Hello everybody,
I need an advice how to solve the following problem: We integrated a Third-Party-WebTool with the Application Integrator. If we lauch the portal and the special iView with HTTP everything works fine but with HTTPS we get an error message: "Session Management will not work! Please check DSM log files for details. You can turn off this alert inside 'Support Desk' -> 'SAP Application'"
Do I need those logs? Because if I understood the message correctly this deals only with SAP Applications. What about Third-Party-Tools with own SSL certificates? How solve the problem described above? Do I need to import the certificate of my Third-Party-Tool into my portal keystorage? Do I need to configure anything else?
Thanks in advance...
Regards
Steffen

I would be very appreciated if anybody could give me an advice...
Steffen

Similar Messages

  • Knowledge Sharing -Tools ( SAP and Third Party Tools approved by SAP)

    Dear All,
    I am compiling information on Tools ( SAP and Third Party Tools approved by SAP) which are widely used in any SAP Project ( Implementaion, Roll-out, Support, Maintenance, Upgrade etc) .
    Tools will be categorized on the basis of following parameters:
    a) Tools Provided by SAP
    b) Third Party Tools approved by SAP
    In both a) and b) we can have following categories:
    1) Project Tracker Tools-Remedy
    2) Module specific Tools-Tools used for SD, FI, MM, BW etc.
    3) Reporting Tools
    4) Tools from SAP
    5) Data migration related Tools ( Extraction, uploading, downloading)
    6) Generic Scenario tools ( Tools for Effort Estimation etc.)
    7) Performance Enhancement and Optimization Tools
    Request you all to please contribute and share your knowledge and experiences (theoretical and practical).
    Regards,
    Rakesh

    Hi,
    I think that you can start with SAP Solution Manager. It is really interesting tool.
    Cheers

  • API and Third party tools ?

    Hi,
    its not exactly a java related. I need some help regarding understanding of API and Third party tools.
    can anyone give me defination and example of API and THIRD PARTY TOOLS. Also, is API a THIRD PARTY TOOL ?
    Please help me in understanding it properly.
    Thanks

    Hi,
    Hmm.. program code a can be a third party tool, but what you describe is normally not called a tool, but rather a third party library.
    Lets have an example.
    Lets say that I'm building an IDE, and with my IDE I also deliver Ant and JUnit. Both Ant and JUnit are tools that haven't been developed by me, they are third party tools.
    When I develop my IDE I want others to be able to write addins/plugins for it. So I provide an API that lets other call functions within the IDE.
    /Kaj

  • SAP tools and Third party tools

    Hi SAP frinends,
    I want to know some information of the tools. Now we are using CCMS tool to check the SAP Applications. Is there any tool either SAP or Third party tool to check SAP applications and system perfomance Grafically. We are looking for grafical mode tool. Which tool is better to check running application on SAP systems. Please give your advices for me......
    Best regards,
    Prasanna.

    Hai,
    CCMS is the best way to monitor your SAP applications, SAP has introduced lots of things to encourage use of CCMS for system monitoring. You can Install agents to monitor your systems. If you have a CEN system (SOLMAN) then you can Install agents in all the satellite systems and monitor all the satellite systems from CEN. You can also monitor the availablity of the satellite systems from CEN using CCMSPING agent.
    For checking the Performance of the system if you have only ABAP stack then you can use ST03N where you can get the graphical representations as well. For JAVA stack you can use Eclipse which is a tool from SAP.
    Check the below link.....
    http://www.basisconsultant.com/blogs/91-tips/264-an-experience-with-java-memory-analyzer.html
    Regards,
    Yoganand.V

  • TREX, Portal and third party DMS

    Hello,
    I would like to have the possiblity to search for documents in the portal. The problem with it is that the documents are in a third party DMS called D3. The points I get stuck in the middle of nowhere are:
    - How is it possible to connect the portal documents with the DMS (as content server). What do I have to configure?
    - How to configure (if possible) TREX that he is indexing the documents in the DMS (there is not only the way from the portal to the DMS but also to put the documents in the DMS's normal way into the DMS.
    - Where to start, what to read and how to make light in the black darkness?
    I think at this point anything that helps me to understand the mechanismen behind TREX, portal content and content server will help me.
    Thx in advance,
      Vanessa

    Hi Vanessa,
    for the Portal to connect to D3, you'd have to develop a so-called "Repository Manager" for D3.
    This is Java development against the "Repository Framework" (RF) API. You will find hints how to do this in the developer guide for enterprise knowledge management.
    [http://help.sap.com/saphelp_nw04s/helpdata/en/42/631a15c81f0bcce10000000a114cbd/frameset.htm|http://help.sap.com/saphelp_nw04s/helpdata/en/42/631a15c81f0bcce10000000a114cbd/frameset.htm]
    If you manage to achieve this, the connection for indexing and searching to TREX is taken care of for you by the RF.
    Best,
    Karsten

  • Database schema and third party tools

    I would like to make a list of thumbnails, filenames and FULL captions for selected files. Given the difficulty completing this straight-forward task it occurs to me that a third-party db tool may be easier to use rather than wrestle with Organizer.
    I have had a look in the main catalog file with Portable Apps SQLite Database Explorer but can't see where caption field resides.
    Does anybody know where are captions stored please?

    Hi Trevor,
    I've also used PSEDBTOOL to look at the database tables.  However, that's all I can do.  Can you actually fix things with the SQLite Database Explorer tool?
    Paul

  • Communication between ADF Application and third party tool

    Hi,
    JDev 11.1.1.5.0
    I am a new bee to SOA Suite :). I am looking for a suggestion on below usecase.
    We have Arbortext Editor which is a dynamic publishing tool for creating technical publication. We are planning to develop a UI tool
    using ADF/JDev. As POC, we are able to invoke our ADF application from Arbortext Editor as shown below.
    AccessURL accessURL = new AccessURL();
    String myURL = "http://127.0.0.1:7101/IFS_Object_Selector_1-
    ViewController-context-root/faces/object_selector_main?";
    java.awt.Desktop myNewBrowserDesktop = java.awt.Desktop.getDesktop();
    java.net.URI myNewLocation = new java.net.URI( myURL);
    myNewBrowserDesktop.browse( myNewLocation );
    So, Arbortext is having it's own JVM and can have standalone java program with main method. If we can able to provide communication between our ADF application and Arbortext JVM, that can solve our issue.
    We need to pass some information back to Arbortext editor from ADF application on some action (Button click).
    Can you suggest any clue on this?
    It would be really helpful, if you can provide some pointers for similar usecases.
    Thanks,
    Samba.

    Hi Samba,
    I'd suggest better raise it in he ADF forum.
    However, this should be possible by calling the Arbortext functions on click of ADF form buttons. Or you may send the information to a placeholder (JMS, File, DB etc.) from where Arbortext can pick that information.
    Regards,
    Neeraj Sehgal

  • Integrate third-party-tool with service desk (SOAMANAGER)

    Hello,
    to activate the web service for interface between service desk and third-party-tool I have to use transaction SOAMANAGER. My problem is that I can't find any documentation about this transaction belonging to the mentioned interface.
    Has anybody experience how to activate and test the web service with SOAMANAGER?
    Best regards
    Klaus

    Hi Santosh Asuthkar,
    thank you for your answer.
    I've already read the steps in trx. spro and several documentations in sdn.
    There was a hint to trx. ictconf, wsconfig, lpconfig, wsadmin. If you call these transactions there
    is a message that these trx. are old and trx. SOAMANAGER should be used.
    Question is how to activate the webservice "ICT_SERVICE_DESK_API" in SOAMANAGER.
    I've never handled with bindings and proxy classes.
    Best regards
    Klaus

  • Anyone able to run SOAP over SSL with Weblogic 5.1 and without purchasing third party tools???  If so, how???

    Anyone able to run SOAP over SSL with Weblogic 5.1??? If so, how??? And
    without purchasing third party tools??? Thanks.
    -Freddie

    Anyone able to run SOAP over SSL with Weblogic 5.1??? If so, how??? And
    without purchasing third party tools??? Thanks.
    -Freddie

  • Can we achieve SSO in the SAP Portal without a third party tool

    Can we achieve SSO in the SAP Portal without a third party such as Netegrity?

    Kirk,
    Sorry I misunderstood what you were trying to setup. 
    If you want to connect the Portal to a Non-SAP Application then I believe that you would need to use a third party tool like Netegrity Siteminder.
    We have a portal that is protected by Siteminder and then we have a .NET application that is also protected by Siteminder and SSO is setup between the two since Siteminder is used.
    Hope that helps,
    Keith

  • What easy to use (MS or third party) tool can I use to create and host a webservice API on a SQL server database

    I'm looking for a (MS or third party) tool with which I can create, publish and host webservice API's on a custom SQL database. For example a API which presents all customers, or validates a user login.
    I prefer a tool that can be used without .NET programming skills, just using database scripts and queries.
    Could somebody suggest a tool for this?
    Many thank,
    Slowytech

    Use Visual Studio (Microsoft Visual Studio Express 2013 for Web ) and the WebAPI framework.  You can easily create REST endpoints for your data.  You can even
    use ODATA to enable RESTful queries over your data.
    See
    http://www.asp.net/web-api/overview/odata-support-in-aspnet-web-api
    David
    David http://blogs.msdn.com/b/dbrowne/

  • Third party tool in portal

    Hi
        Where is the extract location in the portal where we implement third party tools.
    with
    vi

    What exactly do you mean by "third party tools". The more information you supply the more likely someone will be able to help you. By putting as little information as possible, then there is a chance that no-one will be able to help you
    Therefore, if you defined what you mean by that statement, then perhaps I might be able to help
    D

  • Oracle Third Party Tools and Oracle Database

    Hi
    There are ample third party tools that can be used with an Oracle Database. But does Oracle have some support programs (recommendations which tools are best along with Oracle Database).
    So sort of link or document would be a great help.
    Adith

    Oracle isn't responsible if you have a bad experience with a third party tool (i.e. the tool doesn't do what you want it to do as well as you'd like it to do it). If the database is the source of the problem, Oracle support is happy to help diagnose and resolve the problem, though you may need to provide a test case that doesn't involve the third party tool. It's certainly not a violation of any license agreements to use a third party tool unless you allow the tool to do something you're not allowed to do (i.e. access the AWR repository if you haven't licensed that access).
    Justin

  • Configuring the POS in ECC w/o having any third party tool and SAP IS Retai

    Hi All,
    I would like to know whether is there any way of configuring the POS in ECC without having any third party tool and SAP IS Retail.
    Becuse client can't efford to invest for the sake of small functionality like just sales and service at his compay owned outlets.
    Hope the query is clear to you all.
    Best regards,
    sushil kumar

    Hi Guru's
    I am closing this thread due to no reply  nor solutions from the forum
    Thanks for your time
    Regards,
    sushil

  • No of classes, Methods, Lines of codes, DLL's used and Third Party Libraries details identifying tools

    We have started a project to migrate 100+ Web Applications developed using legacy Microsoft technologies to latest .Net 4.5 Framework.
    The following are the planned migration approach
    Classic Asp à                                                   
    Asp.Net 1.1 Framework à Asp.Net 4.5 Framework
    Asp.Net 2.0, 3.5, 4.0 Framework à         Asp.Net 4.5 Framework (Direct Migration)
    Asp.Net 2.0, 3.5, 4.0 Framework à         Asp.Net 4.5 Framework (Application Rewrite
    using MVC/Entity Framework)
    VB 6 (COM/DCOM) à                                  
    C# .Net 4.5 (Web Services)
    We have to analyze 100+ applications to categorize them as Simple/Medium/Complex conversions for planning the timeline for completing the migration activities.
    Analysis includes identifying the following details - No of classes, Methods, Lines of codes, DLL’s used and Third Party Libraries  details
    for 100+ Microsoft applications.
    Could you please let me know do we have any effective tool to identify above mentioned details?

    This forum is for Microsoft Project Server, an EPM tool. You will need to find a more suitable forum for your question.
    Good Luck with the conversion!
    Rod Gill
    Author of the one and only Project VBA Book
    www.project-systems.co.nz

Maybe you are looking for