How to login into NP Identity System using ObSSOCookie?

I am using the Web Services API to Netpoint, generated by WSDL files. I have an ObSSOCookie (from IWA) which I want to use to log into Netpoint Identity System. The usual method is as follows:
Authentication authN = new Authentication();
authN.setLogin("admin");
authN.setPassword("passwd");
port.oblixIDXML_common_search( authN, myrequest);
I could not find a method to use an ObSSOCookie to authenticate against Netpoint Identity System. (I understand that ObSSOCookie can be used to log into a Netpoint Access System protected URL using AccessSDK).
If there is any other solution using utilities like HTTPClient, etc, please let me know.
Thanks,
Prashant.

Hi Pankaj,
I had tried this code earlier once. This is what I wrote:
Authentication authObject = new Authentication();
authObject.setLogin("pshetty");
authObject.setPassword("dummyPassword");
authObject.setDomain(".mydomain.com");
OblixIDXMLPortType port = loc.getOblixIDXML_common_search_Port();
((javax.xml.rpc.Stub)port)._setProperty ("javax.xml.rpc.session.maintain", Boolean.TRUE);
((javax.xml.rpc.Stub)port)._setProperty(HTTPConstants.HEADER_COOKIE, "ObSSOCookie=" + ssoCookie);
port.oblixIDXML_common_search( authObject, myrequest);
The error I get is:
"Invalid Credentials. Login failed."
I guess it is still using the password from the AuthN object instead of the cookie. Am I missing something here?
Thanks,
Prashant.

Similar Messages

  • Can not login to the Identity System Console

    Hi,
    I forgot username and password for logging into OAM Identity System Console. Is there any admin user which can connect?
    How can I find user able to connect and change password.
    Tnx!

    I will answer to myself.
    I have reconfigured IC (change setup.xml status to incomplete) and restart OIM.

  • How to login into 000 client -- sap*   in ecc6.0

    how to login into 000 client--sap*  in ecc6.0
    because i need to generate solution maneger key.
    or tell me any alternate for generating the same.
    Edited by: THIRU MALAI on May 9, 2008 9:55 AM

    Hi,
    1. You have to Configure the Email connections through SCOT tcode.
    2. After that you ccan send/recive a mails from exchange server and SAP R/3 systems.
    Look into the following link.
    http://help.spa.com--> search for E-mail configuration and aslo search for FAX configuration.
    Regards,
    Srini Nookala

  • How to retrieve the Source XML Payload into an External System using message ID?

    Dear Experts,
    I have a requirement to retrieve the inbound XML message payload based on Message ID into Backend ERP system for reference or re-process as needed. Request you to let me know the technique to get the source payload of successful message.
    Kind Regards,
    Madhu

    Hi,
    Check following links:
    http://help.sap.com/saphelp_nw04/helpdata/en/31/6c5c3c3806af06e10000000a11402f/content.htm
    http://wiki.sdn.sap.com/wiki/display/Snippets/PI+Monitoring+Functionality+-+Fetching+Data+from+SXMB_MONI+Standard+Tables+-+Part+I
    https://wiki.sdn.sap.com/wiki/display/Snippets/PI+Monitoring+Functionality+-+Fetching+Data+from+SXMB_MONI+Standard+Tables+-+Part+II
    -Deepak

  • How to login CRM 2007 BSP page use account domain of Microsoft AD

    Dear friends,
    I am finding solution to setup system with the requisite:
    - Login to CRM 2007 Business Server Page use account domain which is managed by Microsoft Acitve Directory.
    - Users use only web browser, they didn't use SAPGUI and they must type username, password ( their username,password are managed in Microsoft AD, not in SAP system) in every login to BSP page, don't use solution like X.509 client certificate.
    I used to configured using SNC and I could login to SAP System using SAPGUI without type SAP username and password when I log in my computer by account domain( my computer is joined in domain).
    But my requisite is have to use account domain( username and password)  and type them in web browser when I want to log in SAP system, could not configured to go to directly SAP application ( BSP page ) without type username/password of account domain.
    After time looking for solution about authentication :
    http://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/8039306e-cea4-2a10-15b9-8e96d40c51ef [original link is broken]
    I think may be I could login to java portal by used username/password of account domain to authenticate after login  to portal I use SSO to switch to BSP page without type username password again. This solution may be accepted because I was login to SAP application from web browser and used account domain.
    Could you show me, there are anymore solution or how could I do to to set up my above solution.
    Thanks and Best Regards.

    The normal way to do this is to configure the authentication stack required on a JAVA stack (e.g. portal or standalone Java instance of NetWeaver or dual stack) and then configure the BSP app in SICF transaction to redirect to Java stack when no SSO2 ticket is sent by browser (e.g. user has already authenticated). The redirect to Java stack will be done, such that after user has authenticated to Java stack they will be issued with an SSO2 ticket and redirected back to the BSP app URL. From end users perspective, they will access the BSP app URL and get authenticated using Active Directory, and they won't know about the redirection since they will be logged into the BSP app once they have authenticated.
    The authentication using Active Directory can be done using two methods:
    - Using credentials already on workstation from workstation logon, e.g. using Integrated Windows Authentication
    - Showing user a form where they enter AD account and password.
    Thanks,
    Tim

  • Login to multiple SAP systems using pwd of single SAP system

    Hi All,
    We have 3 different SAP servers, with sids: ECD, BWD, HRD.
    for each user, a user with the same username is created in all three systems.
    the user does not want to maintain 3 different passwords, instead only single password to be used in all systems. i.e. when he changes the password in system ECD, the changed password should work in other systems BWD and HRD as well.
    if we were using SAP EP, we checked the possiblity of username based SSO and having portal login using only on system ECD.
    but we are not using the portal, and all the users will access 3 sap systems using SAPGUI.
    is there any way, where one system's password will work to login to other systems.
    thanks in advance,
    Madhu_1980

    Hi Tim,
    You're right about the fixed client for the MYSAPSSO2-ticket-issuing system. In the case for Java, the "client" is specified inthe UME parameter login.ticket_client. And the trusting ABAP system will have to add the Java system + "client" into its ACL (in addition to the certificate). This "client" will only play a role in that "trust" relationship.
    As for launching the actual transaction via SSO, this is how it works.
    SAPGUI transaction will be launched by a thing called Portal transaction iview. That iview will have a parameter called the System Object. The System Object will determine which ABAP system-client it will connect and logon on to. So if you want to logon to multiple clients, then create one System Object for each of the system-client combination, and then create transaction iviews to each of the corresponding system object. The iviews will be presented to the user which then allows the user to launch the transaction iview (specificy SAPGUI link in the iview property)
    https://help.sap.com/saphelp_nw74/helpdata/en/4e/1262711e3d2287e10000000a15822b/content.htm
    I hope I understood your questions.
    Cheers
    Donald

  • How to login into another BO from my BO

    Hi
    My requirement is to login into another BO from a link in my BO without asking user to enter uername and password.
    Can you pls help me to know how this can be done.
    Thanks
    Regards
    Amit

    siteminder configuration requires you to set up a web agent and web server which must be 6.x only.
    You may be interested in using trusted authentication which doesn't have any such limitations. Look for the directions in the admin guide or business objects articles above. For siteminder you can enable HTTP_HEADER and the user param is usually smuser. You can also use trusted auth for any otyher authentication mechanism IIS, Oracle, you name it...
    Regards,
    Tim

  • Mapping XML into 3rd party system using XIF adapter

    Hi Gurus,
    First of all let me thank all of you for a tremondous contribution you are making for these kind of topics(CRM XIF) in SDN. I could solve half my problems by looking into your replies.
    But I have a new & similar problem now. I am able to create and send XML file of order data into 3rd party middleware system using XIF & SOAP framework. But the 3rd party system(business connector) is unable to parse this XML file in their system. They keep getting the error message invalid XML file. I tried testing that myself and it gives me the error 'SOAP-ENV' error. They even tried some workarounds using some SOAP wrappers but it still didn't work. They are asking me to provide a DTD (data type definition) to this XML file generated out of SAP. Not sure if anyone has seen a similar problem like this but our interface is stuck at this point.
    Any suggestions would be helpful.
    Thanks,
    Sunil

    Hi,
    We have figured out this problem for ourselves. The 3rd party system gets this error because SAP generated 2 XML tags in the beginning of the XML file which cannot be interpreted by XML spy or many XML parsing software’s. When we deleted the first 2 tags we stopped getting that error. But it wasn't a feasible solution for us to delete the first 2 lines in the XML file and then save it and then parse it. We preferred an alternative approach via IDOC's instead of processing XML files directly. Its also better because the size of XML file is much bigger (15 mega) than Idoc ( max of 4 mega bytes). But if you have to process  XML files only then you cannot do that for real time or near real time processing as the parsing of XML file nearly takes more than 10 min. And it is definitely not preferred way especially if your middleware system has the capability to process Idocs from a middleware architectural stand point.

  • How to send photo to PI system using IDOC

    Hi All,
    We have uploaded employee photos in our HR system and we can see them in pa20.We would like to send them to PI system using IDOC.Please let me know how we can do that
    Thanks
    Bala Duvvuri

    Hi,
    there is no possibility of sending images in Idoc to any other system.
    your requirement might be sending the photos of employee to some some other ssytem Via PI.
    PI can pick the images from your R3 Via FTP and can route it to the target system.
    Suresh

  • How to login into yahoo from j2me midlet?

    Hi all,
    I want to login into yahoo from my j2me midlet and chat with more than one user in my friendlist?How to proceed for doing this?Plz help?What all will be required for doing this
    Thanks
    Sagar

    ask to yahoo to know if it's possible...

  • HOW TO LOGIN INTO iNTEGRATION REPOSITORY

    Hii Guyz , i installed PI 7.0 (NW04s) . Now i hit SXMB_IFR  tx code and it opened Xchange infrastructure window. But what is the userid and password to login into "Integration repository" and "integration directory" . Plzz help me asap
    Thank you

    Hi,
    It is the same user id and password which u have used for login into SAP XI box.
    Have u tried that?
    Or try to first create an user using SU01 transaction assign all the roles to that uses then login.
    Check the roles which needs to be given to users.
    http://www.erpgenie.com/sap/netweaver/xi/xiauthorizations.htm
    Thnx
    Chirag Gohil

  • How to login into XI integration repository

    Hii Guyz , i installed PI 7.0 (NW04s) . Now i hit SXMB_IFR tx code and it opened Xchange infrastructure window. But what is the userid and password to login into "Integration repository" and "integration directory" . Plzz help me asap
    Thank you

    Any ID with proper authorization will be able to login to IR and ID.
    What is the error you are getting while trying to login in?
    -Pinkle

  • Login Issue in Portal system using SSO

    Dear All,
    We have Expressnet system version 7 - windows +SQL DB.
    If the user can able to login to EP using SSO.
    My question is single user is present in different Data Source in LDAP during this case how the user can able to login.
    Ex username: Priyan , It present in CORE_LDAP_DS1 and CORE_LDAP_DS5.
    Kindly let us know the how the user is login to LDAP where and how the user name and password is fetching from?
    Thanks,
    Priyanga G.

    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.

  • How export report into excel sheet automatically using SSRS 2010?

    Hi,
    I have created many reports using SQL Server Data Tool 2010 and at my work, we are using active batch to ran reports every month.
    Now question is, my boss want me to set up reports such a way that when active batch is ran, reports should be exported into excel sheet automatically with the default values given for parameters at some specific folder location. How can I export report
    into excel sheet automatically when active batch is executed?
    Please help me on this. Thanks for the help in advance.
    Vicky

    Check this:
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          filename                = 'C:/test.xls'
          filetype                = 'ASC'
          write_field_separator   = 'X'
        TABLES
          data_tab                = t_output
    Regards.

  • How to insert into DB in batches using XSU

    Hello,
    I am inserting data from xml files into different tables .I have got four queries .I want to inert them using batch so that if in any query exception is raised,then whole thing is rollback.
    Thanks in advance for any help.

    Hi Linda,
    Yes, it makes sense to do it this way... Otherwise there are lots of complications related to calling an insert statement or plsql pkg from code.
    Questions:
    1) Can anybody please paste dummy code to be written in AM?
    2) How to add "AM Commit" from data controls to bindings? (When I click on the + button on my page definition select action it doesn't show 'Commit')
                                                                                           (The only way to add this action is by drag it and drop it as a button)
                                                                                           (How can I override action listener for this button since it would be #{bindings.Commit.execute})
                                                                                           (I am planning to add all my logic to collect attributes, insert in VO and execute commit in one button)
    Thanks
    Rahul

Maybe you are looking for

  • Error while posting to Tax Journal Entry for sales and use tax

    Hi, I am trying to post a journal entry (FB50) to cleanup and correct the liability on our sales and use tax. All  lines are giving warnings and messages.Give me a suggestion  on how to get it to post .  Or if needed, another solution to correcting t

  • The app gets killed on navigating to one or two views without showing any crash logs. How to check the cause of crash?

    On launching the app, it works fine upto two or three pages and gets killed after some time. Currently not able to figure out what is the reason since its not showing any logs in device as well the project. In case there are memory issues , how can I

  • Quality of Display - Mac Vs Windows

    Am running WIndows 7 using bootcamp on m Mac and I have observed the difference in quality of display between Mac and Windows running on same machine. While working on Mac your eyes dont feel strained while in Windows its the other way round. Also th

  • Airtunes speakers "being used by someone else"

    Hello. I have an Airport Extreme running a WDS, and an Airport Express as a remote basestation on that network. Everything works fine, except that, as of last week, choosing the Express' remote speakers in iTunes results in the message that they are

  • Topfield 5500 PVR to iDVD 08

    I'm currently using MPEG streamclip to download and convert the .rec files from my Toppy 5500 PVR. I am trying to get the files onto DVD to play in a DVD player connected to my TV without loss in quality but everytime I write a DVD using iDVD 08, it