Is SSO support in Portal - R3 backend ?

Hi all:
    I would like to use jsp/servlet instead of webdynpro to write one application to connect to backend R/3 backend.
    Is it supported in EP 7.0 ? How to init this JCO connection ?

Hi Sir:
When I write code like following:
     JCO.Client jcoclient =
          JCO.createClient(
     "110",
     "MYSAPSSO2",
     mysapcookievalue,
     "zh",
     "cnhost002",
     "02" );
     jcoclient.connect();          
     mysapcookievalue is the cookie value,
I meet this error:
ISUser SAPSYS has no RFC authorization for function group SYST.[Ljava.lang.StackTraceElement;@758b758b
If I write one certain username and password, the jco can be connected without any problems.

Similar Messages

  • Digital Signature expiry warning in Portal to backend access

    Hi All,
       we are facing below  issue in portel to access workflow in SRM system
    The application's digital signature has an error. Do you wan to run the application ?"
    and/or
    Plz advice how to correct the issue.
    Tks,
    Thiru

    Hi,
    Is SSO configured fine between portal and backend? Are you able to open SAPGUI through portal? ie., in System Administration->Support->SAP Application->SAP Transaction-> <System Alias>
    Also check if the portal certificate is valid under System Administration-> Keystore administration. 
    Rgds,
    Soujanya

  • SSO between SAP Portal 7.3 and Ruby on Rails

    Hello Everyone,
    We are planning to integrate SAP Portal 7.3 and a RoR application and I am wondering If someone can share some experience (If you have any of course) on how to establish SSO between SAP Portal and RoR.
    The SAP Portal will act as service provided and RoR as a consumer, we don't have LDAP, so the Portal UME is in ABAP and RoR uses an own UME database. We have SSO between our Portal and SAP Backend systems.
    In RoR customers will have access to their own information (Invoices, etc..) that will be provided by the backend system.
    URL transaction and iFrames is not an option for us.
    The second option is to call Web Services, directly or through the SAP Portal (we are using a central sr).
    I am a NetWeaver consultant who heard about RoR but have no experience in this field.
    All help and tips are greatly appreciated!.
    Regards,
    Ridouan

    We used Client certificates. Still working on the PoC.

  • How to set up SSO between e-portal employee node & ebill customer node?

    We have a requirement to set up SSO between e-portal employee node & ebill customer node.
    I am told that sso is possible only between 2 employee nodes.
    Please advise.

    Not sure I understand which part is failing.
    Is it the C program calling your packaged function? Or does the error occur in the PL/SQL code, in which case you should be able to pinpoint where it's wrong?
    A few comments :
    1) Using DOM to build XML out of relational data? What for? Use SQL/XML functions.
    2) Giving sample data is usually great, but it's not useful here since we can't run your code. We're missing the base tables.
    3) This is wrong :
    vStrSqlQuery := 'SELECT * FROM ' || vTblName                     || ' WHERE record_update_tms <= TO_DATE(''' || TO_CHAR(vLastPubTms, 'MM/DD/YYYY HH24:MI:SS') || ''', ''MM/DD/YYYY HH24:MI:SS'') ' ;
    A bind variable should be used here for the date.
    4) This is wrong :
    elmt_value := xmldom.createTextNode (doc, l_clob(1));
    createTextNode does not support CLOB so it will fail as soon as the CLOB you're trying to pass exceeds 32k.
    Maybe that's the problem you're referring to?
    5) This is most wrong :
         l_clob(1):=REPLACE(l_clob(1),'&lt;?xml version=&quot;1.0&quot;?&gt;', NULL); 
         l_clob(1):=REPLACE(l_clob(1),'&lt;', '<'); 
         l_clob(1):=REPLACE(l_clob(1),'&gt;', '>'); 
    I understand what you're trying to do but it's not the correct way.
    You're trying to convert a text() node representing XML in escaped form back to XML content.
    The problem is that there are other things to take care of besides just '&lt;' and '&gt;'.
    If you want to insert an XML node into an existing document, treat that as an XML node, not as a string.
    Anyway,
    Anyone that can help me to find out the required magic number
    That would be a bad idea. Fix what needs to be fixed.
    And please clearly state which part is failing : the C program or the PL/SQL code?
    I'd vote for PL/SQL, as pointed out in [4].

  • SSO b/w portal and webdynpro application customized login??

    Hi,
    I  have one webdynpro application which has a login screen (Created as Webdynpro view). If user enters user/passord, the same gets checked from a custom table in the db (Method for checking user credtentials has been written in view controller). if user credentials are correct it performs some actions defined in webdynpro application.
    I want to configure SSO b/w portal and this webdynpro application sothat when user logon to the portal and open this webdypro application, Login page of webdynpro application should not be shown i.e user credentials should be passed from portal and corresponding authentication method in webdynpro should be called to authenticate the user.
    How to do the same without touching webdypro application ?
    Can we call a method of webdynpro application from portal?
    Regards
    Deepak

    1) To enable ticket authentication for the web dynpro iviews, you must maintain the definition of the system running the Web Dynpro application and set logon method to "SAPLOG"
    2)Since you have customized login screen, you need to bypass this screen manually when you login from portal.
    Add parameter to the application while defining the iview.Give some constant value.
    Check value of this parameter in webdynpro and fire to next view.

  • Required components for Forms&Reports 11.1.2 with SSO support

    Hi.
    Dont know if this is the right forum but I would like to know if any of you has an experience in integrating Forms&Reports 11.1.2 with Oracle Access manager.
    I am in process of upgrading Oracle Forms&Reports 10g configured to use single sign-on to 11.1.2 with Identity and Access management for SSO support. As I read the installation manual I got confused by how to integrate Forms&reports with Access manager to be able to configure it to use single sign-on with MS Active Directory authentication. I am not sure is there enough just to install Access Manager or the installation also requires Identity Management component.
    I would appreciate if one could point me to the right direction. Thanks.
    Best regards.

    I recommend starting with baby steps. First ensure that the FMw installation is working. Can you run a form, and report, and so on. Then add single-signon with OAM. Verify that it is working. Then add AD support. If you try to dive directly into making AD work and something before this step wasn't working, you will have a difficult time troubleshooting.
    Generally speaking, if you have OAM and SSO installed prior to installing FMw, connecting the two is fairly easy because the FMw installation will prompt you during the process. However, even after the fact, linking up can be done from within the EM console even though some external steps may be needed. Once this is working, they you can investigate adding AD to the mix.
    If you already have OAM installed, you are ready to dive into the Forms Deployment Guide.
    http://docs.oracle.com/cd/E24269_01/doc.11120/e24477/sso.htm
    This part of the Deployment Guide will cover things like, which versions of the Identity Management components can be used with Forms/Reports 11.1.2. It will also discuss the functional information need in order to understand how it all works together. Also included are instructions on how to connect the FMw installation to sso. Be careful as you read any of the documents as it is easy to get confused when seeing references to "SSO". In some cases, the term "sso" means single signon and in others it is referring to the product, "Oracle SSO".
    Information about using Active Directory is scattered around the IM documentation, but this is probably a good place to start:
    http://docs.oracle.com/cd/E23943_01/oid.1111/e10031/odip_actdir.htm

  • SSO issue in portal and BW report resources

    Hi
    I have a BW reports displayed in portal. user mapping is configured in such a way thta multiple users in portal are mapped with single user of BW system.
    When BW report is displayed on portal, some of resources ( like images and js files as i see in http watch) are not fetched with reports and for those we need to login again as BW user.
    i checked SSO configuration between portal and BW, it seems to be correct as data is displayed in BW report.
    could you please suggest the solution of getting it fixed?
    Thanks in advance
    Pranav

    Hi,
    The problem is in the BEx Web configuration.
    Check whether the the Mime repository has the images or not in BI 7 server.
    If Mime has the images then the BI and portal configuration is not done properly using the BI template installer.
    You need to set the set the BWMANDT in table RSADMINA to current used default client.
    Also try to set the BEx web,
    The problem might get resolved after setting BEx Web.
    Required Steps
    You can perform an initial check of the automatic configuration with the
    following steps:
    Note 917950 - SAP NetWeaver 2004s: Setting Up BEx Web
    1. Execute the report RSPOR_SETUP with transaction SE38 (or SA38; or you
    can execute the report from the SAP Reference IMG, see Documentation
    below)
    2. Use value help of entry field Program ID (or RFC Destination) to
    choose <BI_SID>_<J2EE_HOSTNAME>_<J2EE_SID> as RFC Destination (this
    destination is created by the Template Installer)
    3. Enter Portal SID (required to check step 10)
    4. Press button Execute
    Placeholder <BI_SID> correspond to the field BACKEND_SID of the Template
    Installer's Data Entry. <J2EE_HOSTNAME> correspond to the field J2EE HOST
    and <J2EE_SID> to J2EE SID.

  • Welsh language support in Portal

    Does anyone know if/when the Welsh Language will be supported in Portal?
    UK Government related sites have to have this language as well as English.
    Regards
    Jenny

    Hi Jenny,
    I can support this - I am struggling to design an intranet in both Welsh and English.
    Who do we need to talk to in Oracle to get this one rolling.
    Bye the way I understand you did some work recently for the Forestry Commission in Edinburgh. I am also looking for some similar work to be undertaken but have not been offered your name as a consultant. Are you interested? Please mail me URGENTLY if you are.
    Cheers
    Clive
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Jennifer Beech ([email protected]):
    Does anyone know if/when the Welsh Language will be supported in Portal?
    UK Government related sites have to have this language as well as English.
    Regards
    Jenny<HR></BLOCKQUOTE>
    null

  • Implementing Application gateway for 2 enterprise portals with backend syst

    Hello Experts,
    We have a scenario where in we have 2 different portal with backend SAP systems attached to them. We want to expose those to internet. we have an SSL certificate with a FQDN https://www.XXX.com
    Can we have a mechanism in the application gateway wherein we can bifurcate the two portals by https://www.XXX.com/abc and https://www.XXX.com/xyz so that different users can logon to specific portal. 
    should we use a web dispatcher or apache reverse proxy for this scenario.
    Awaiting your reply.
    Regards,
    Vinayak

    Hi,
    A while ago you had no choice then Apache Reverse Proxy...
    Since a while now SAP has enhanced the Web Dispatcher so that one web dispatcher installation can handle more than one system. Check the following articles for details:
    Overview: http://help.sap.com/saphelp_nw70ehp2/helpdata/en/03/afe24bfeb7419b9172ffb6e7636926/frameset.htm
    Detail: http://help.sap.com/saphelp_nw70ehp2/helpdata/en/b0/ebfa88e9164d26bdf1d21a7ef6fc25/frameset.htm
    Example: http://help.sap.com/saphelp_nw70ehp2/helpdata/en/b0/ebfa88e9164d26bdf1d21a7ef6fc25/frameset.htm
    PS you still can choose to use the Apache Rev Proxy foor this but now you also have an native SAP alternative ....
    Cheers and good luck,
    Benjamin Houttuin
    Edited by: Benjamin L.F. Houttuin on May 31, 2011 10:10 AM

  • Customizing Portal and Backend

    Hello to all,
    My job is to get the portal running (EP 6.0). The EP has already been installed and setup with MSS and ESS SAP Business Packages. I must now start customization on both sides - for that I must know the tasks of customizing the Portal and Backend.
    Anyone has a document with simply the step by step procedure for customizing (from iviews, users, homepage framework, etc…), covering Backend and Portal? Of course I already know a lot of the tasks but I don’t want to be miss something, and I want to do things in the right order. Problem is I’m not sure what must be done first.
    Thanks a lot

    Hi,
    You can start with this blog and the document attached to it for a good overview some ESS/Portal and backend configuration.
    Configuring The Business Package For Employee Self Service (ESS)-mySAP ERP 2004
    Help on Homepage framework
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/aa/9f75620a8d4a2e9181db37f2fa2a62/frameset.htm
    Regards,
    PK

  • Installing Enhancement Package in portal x backend

    Hello,
    Please kindly help this colleague.
    Miroslav is facing an issue in his system. He has some mismatch in the components of his portal and backend. He wants to be in Enhancement Package 3.
    Please kindly help him to install the correct sp levels in the portal and in the backend.
    Best regards,
    Márcio Leoni

    > Marcus, is part of the scope of this forum help someone with a consulting issue or a problem concerning SAP system. So, my colleague faced this issue and Andreas Rudolph have replied with the solution
    No offense
    If "the solution" is pointing to documentation - then well - yes. Your question was much wider initially.
    > That's the point
    Agree!
    Markus

  • What is system admin- support - Support Desk - portal content directory .

    what is System Admin -> Support -> Support Desk ->Portal content directory . why is this used for so that we can get any idea for which it is used, there are object and principal option which is like search criteria.

    Hello Jaya,
    You can find information about what portal content directory is in the following SAP documentation:
    http://help.sap.com/saphelp_nw70ehp2/helpdata/en/45/a8029ecf140039e10000000a11466f/frameset.htm
    I hope this helps you.
    Regards,
    Blanca

  • Please help : "Configuring Windows SSO for Sun portal server 7.1"

    Hello friends,
    I have a problem when create Single Sign On ( SSO ) on the portal server 7.0
    If you have configured successfully.Please give me the way you have used.
    Thank you very much.
    DungT
    Related document and information :
    http://docs.sun.com/app/docs/doc/819-4670/6n6qardtu?a=view#gbaqc
    http://forum.java.sun.com/thread.jspa?threadID=5140689&messageID=9519196
    Edited by: dungtran on Mar 13, 2008 4:35 AM

    There is a ZIP Install available for Windows that bundles the Access Manager, Directory Server,and Portal Server in a pre-configured deployment. Try this download instead:
    PS 7.1u1
    [https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_us/-/USD/ViewProductDetail-Start?ProductRef=PortalSvr7.1U1-OTH-G-F@CDS-CDS_SMI]
    PS 7.2
    [https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=PortalSvr7.2-OTH-G-F@CDS-CDS_SMI]
    - Jim

  • No Oracle SSO support for POSTing data to protected resource [yet]

    Hi,
    I am using OHS infront of JBOSS and redirecting all requests from OHS to JBOSS after SSO Authentication.
    Everything works fine except that I get 500 error when I try to post data from HTML form.
    When i click on a button on a JSP page that submits page with the Form Post, the request goes to the OHS and is not getting forwarded.
    OHS log shows the following
    127.0.0.1 - - [11/Sep/2007:08:57:23 -0400] "POST /Sample/protected/standard.do HTTP/1.1" 500 788
    Proxy_error.log shows the followin error
    [Tue Sep 11 08:57:23 2007] [error] [client 127.0.0.1] [ecid: 1189515443:10.6.2.137:268:5568:74,0] \n[OSSO] E09: No Oracle SSO support for POSTing data to protected resource [yet].\n
    Any idea?
    Thanks
    Srikar.

    This error does no occur in our dev or test environments, only production. A workaround for us was to disable SSO by commenting the line to load it in the file $ORACLE_HOME/Apache/Apache/conf/httpd.conf. The line to comment out looks like: include "/u01/app/oracle/product/mid/Apache/Apache/conf/mod_osso.conf" where the /u01/app... above is the expansion of $ORACLE_HOME/Apache/Apache/conf/mod_osso.conf.
    We do not use SSO for our application, so this is not a problem. I next plan to try to figure out why this behaves like this, so I can keep all the server configurations consistent.
    HTH,
    Mark

  • Where can i find what kind of certificates are supported by portal

    gurus,
    is there a whitepaper that gives information about what kind of
    certificates are supported by portal ?
    i've a client who wants to know if portal supports TEDS x.509v
    PIK certificate ...
    any help would be greatlyy appreciated ...
    thanx

    Compatibility Table.

Maybe you are looking for

  • Update window 8 to 8.1

    hi  please help me know my hp pavilian g6 is compatible window 8.1 my Product number: C9M35PA#ACJ

  • How to send a mail in webdynpro for abap

    Hi experts, Am working on webdynpro for abap. My requirement is to send a mail to end-user, he 'l fill that form and send it to me back. once I received that mail I 've to convert that pdf into xml and 've to parse that xml file and pass those values

  • Quicktimes wont open

    quicktime wont open and when i try installing itunes it says quicktime is not installed but it IS cus after i installed it it said quicktime installation complete

  • Cannot open Icloud calendar in outlook 2010 since upgrade to win 8.1

    Since upgrading to Windows 8.1 cannot open iCloud calendars or contacts. I get "This set of folders cannot be opened. Theinformation store could not be opened."

  • T-Code for Rebate Condition Record

    Hi, Can someone help me with this. I need to create a condition record for Rebate Condition type. Please give me the T-Code to create the Condition Record for Rebate condition type. Cause I am unable to create this thru VK11. Thanks, Sumit