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

Similar Messages

  • How to delete object in Integration Repository SAP PI 7.0

    how to delete object in Integration Repository SAP PI 7.0

    Hi Rashmi,
    Right click on the object, you would find the option to delete--> select it. Goto Changelist Tab and activate the changes.
    Ref: /people/siva.maranani/blog/2005/05/22/how-to-delete-software-component-from-integration-builder
    Re: How to delete/remove the software component from integration repository
    Thanks,

  • Not able import SLD setings into my Integration repository

    Hi,
    I am not able import SLD setings into my Integration repository.
    It says error while doing import via tools menu.
    Please help to import SLD.
    Regards,
    Bala Raja

    Hi,
    While doing 'import of software component versions' in the IR thro tools menu, I have encountered an error like below.
    "Unable to read software component versions from System Landscape Directory "sapserv:50000".
    Note: I was not able to select SXI for related integration server in the Business System Wizard(SLD Setting).
    Kindly advice me.

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

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

  • Login problem in Integration Repository

    Dear All,
    I am able to login into my XI Development server with the user name and pwd provided to me successfully, but when i run transaction sxmb_ifr and click on any one of the component IR, ID.... and login with the same pwd and username i am getting error as unauthorized username or pwd .
    i was able to login earlier but i dont know why this problem has come now . Could anyone help on this.
    Points will be awarded.
    Regards,
    VJP

    Hi,
    Thanks for all your kind inputs.... i was able to do my dev earlier. since two days i am facing this problem.
    Already we went live and we are doing some new developements in XI Dev server .At the same time i am able to login with same credentials into my production box ... i didnt find any problem in logging in there...
    Please let me know is it a basis activity or consultant job to fix this issue ?
    Regards,
    VJP

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

  • How to, login into the yahoo groups/clubs,....

    Hi,
    I would like to write a offline browser utility to follow up my yahoo groups and clubs.
    I took several attempts before I wrote this mail and I discoverd that it are the redirections and cookies that cause the problems.
    Does anyone know a class capable to download a URL dispite of cookies and redirections?
    I tried with the swing-brower that comes as example with the JDK but he has also problems with the cookies and redirections.
    Greetings
    Frank

    Hi,
    I found the sollution to my problem with the help of the sniplet of madhu77 "Dealing with cookies" from nov 8, 2000 10:05 AM
    I worte a class to login to the yahoo clubs, I just added the hidden parameters from HTML form, and two methods, one to retrieve the login page and a second to get a HashSet of String(URLs) to the clubs your a member of. The constructor accepts login name and password as parameters.
    import java.net.*;
    import java.io.*;
    import java.util.*;
    public class YahooClubsLogin
    private String loginName="";
    private String password="";
    private String loginPage="";
    public YahooClubsLogin(String pLoginName,String pPassword)
    try
    loginName=pLoginName;
    password=pPassword;
    String firstcookie="";
    URL u = new URL("http://clubs.yahoo.com/clubs.html");
    URLConnection uc = u.openConnection();
    HttpURLConnection huc = (HttpURLConnection)uc;
    huc.setFollowRedirects(false);
    String cookie1 = huc.getHeaderField("set-cookie");
    if(cookie1!=null)
    { int index = cookie1.indexOf(";");
    if(index > 0)
    firstcookie = cookie1.substring(0, index);
    URL loginurl = new URL("http://login.yahoo.com/config/login");
    URLConnection con = loginurl.openConnection();
    HttpURLConnection httpcon = (HttpURLConnection)con;
    httpcon.setDoInput(true);
    httpcon.setDoOutput(true);
    httpcon.setUseCaches(false);
    httpcon.setRequestProperty("Content-Type","application/x-www-form-urlencoded");
    httpcon.setRequestProperty("Cookie", firstcookie);
    httpcon.setFollowRedirects(false);
    OutputStream raw = httpcon.getOutputStream();
    OutputStream buffered = new BufferedOutputStream(raw);
    OutputStreamWriter out = new OutputStreamWriter(buffered);
    String query = ".tries"+"="+URLEncoder.encode("1")+"&"+
    ".done"+"="+URLEncoder.encode("http://clubs.yahoo.com/clubs/")+"&"+
    ".src"+"="+URLEncoder.encode("grp")+"&"+
    ".intl"+"="+URLEncoder.encode("us")+"&"+
    "login"+"="+URLEncoder.encode(loginName)+"&"+
    "passwd"+"="+URLEncoder.encode(password)+"&"+
    ".persistent"+"="+URLEncoder.encode("Y")+"&"+
    ".chkP"+"="+URLEncoder.encode("Y")+"&"+
    "Submit"+"="+URLEncoder.encode("Login");
    out.write(query);
    out.write("\r\n");
    out.flush();
    out.close();
    for(int p=0; p<15 ; p++)
    String header2 = httpcon.getHeaderField(p);
    String key2 =httpcon.getHeaderFieldKey(p);
    String location = httpcon.getHeaderField("location");
    int j=1;
    int count = 0;
    String[] cookies = new String[4];
    while(httpcon.getHeaderFieldKey(j)!= null)
    String key =
    httpcon.getHeaderFieldKey(j).toLowerCase();
    if(key.indexOf("set-cookie")!=-1)
    String header = httpcon.getHeaderField(j);
    int ind = header.indexOf(";");
    if(ind > 0)
    String cookie = header.substring(0, ind);
    cookies[count] = cookie;
    count++;
    j++;
    String cookiestring = new String();
    for(int k=0; k<count; k++)
    cookiestring = cookiestring.concat(cookies[k]+";");
    URL verifyurl = new URL(location);
    URLConnection loccon = verifyurl.openConnection();
    HttpURLConnection lcon = (HttpURLConnection)loccon;
    lcon.setFollowRedirects(false);
    lcon.setRequestProperty("Cookie", cookiestring);
    for(int r=0; r<15 ; r++)
    String header3 = lcon.getHeaderField(r);
    String key3 = lcon.getHeaderFieldKey(r);
    int code = lcon.getResponseCode();
    String response =lcon.getResponseMessage();
    String location2 = lcon.getHeaderField("location");
    String secondcookie = new String();
    String cookie2 = lcon.getHeaderField("set-cookie");
    if(cookie2!=null)
    int index2 = cookie2.indexOf(";");
    if(index2 > 0)
    secondcookie = cookie2.substring(0, index2);
    secondcookie = cookiestring+";"+secondcookie;
    URL myurl = new URL(location2);
    URLConnection mycon = myurl.openConnection();
    HttpURLConnection hmycon = (HttpURLConnection)mycon;
    hmycon.setFollowRedirects(false);
    hmycon.setRequestProperty("Cookie", secondcookie);
    for(int s=0; s<15 ; s++)
    String header4 = hmycon.getHeaderField(s);
    String key4 = hmycon.getHeaderFieldKey(s);
    InputStream data = hmycon.getInputStream();
    InputStream in = new BufferedInputStream(data);
    Reader r = new InputStreamReader(in);
    StringBuffer tmpPage=new StringBuffer(20000);
    int c;
    while ((c = r.read())!= -1)
    tmpPage.append((char)c);
    loginPage = tmpPage.toString();
    catch(Exception e)
    String getLoginPage()
    return loginPage;
    HashSet getClubURLs()
    HashSet urls = new HashSet();
    int loginNamePos = loginPage.indexOf(loginName);
    int endOfClubsTable = loginPage.indexOf("/table>",loginNamePos);
    int positionOfClub = loginPage.indexOf("http://clubs.yahoo.com/clubs/",loginNamePos);
    while (positionOfClub > loginNamePos && positionOfClub < endOfClubsTable )
    int positionEndClub = loginPage.indexOf("\">",positionOfClub);
    urls.add(loginPage.substring(positionOfClub,positionEndClub));
    positionOfClub = loginPage.indexOf("http://clubs.yahoo.com/clubs/",positionEndClub);
    return urls;

  • How to run Integration Repository Designer

    Hello,
    I have installed NetWeaver 2004S SR2 ABAP+Java, Windows 2003 32-bit with MS SQL Server 2005. Did not install anything beyond that.
    The goal for me is to create the connectivity between our own application and SAP NW with use of PI module.
    Now, I'm trying to follow step-by-step guide "Step-By-Step Approach for Implementing XI" Scenarios(SAP on DB2 for Linux, UNIX, and Windows) and at certain point they ask to open the Integration Repository Designer, which I cannot find on my system.
    Questions:
    1. Do I need to install anything beyond already installed components to get access to PI/XI design and runtime tools?
    2. If not, how can I run this Integration Repository Designer?
    Thanks,
    Maxim.

    After running the transaction mentioned, I just get the Windows Explorer popped up with the folder "C:\Documents and Settings\Sap\SapWorkDir"
    Those are the files in this folder:
    SAP_Cache_Sap\
    SAPHistorySAP.mdb
    SAPHistorySAP.ldb
    sapfewdll_01_0007_00_692_1716.err.trc
    errorlog.gui
    No errors or any other messages in the SAP System window. Any suggestions?
    Maybe I'm not good at terminology, but saying "...while installing XI/PI..." did you mean I need to install that separately from the installation I ran from the SAP Solution Manager disc, providing NW Kernel 7.0 as a part of that installation?
    Thanks,
    Maxim.

  • Import of SAP Objects into Integration Repository in XI 3.0

    Hi all,
    I am not able to import SAP objects into the Integration Repository in XI 3.0. This option is under any Software Component  Version. I have selected the radio button "Import of RFC and IDoc interfaces from SAP systems permitted", in the Software  Component Version settings. After the connection data is specified for the SAP system nothing appears under the IDoc, Whereas  the import of RFCs is successfull.
    We also have another installation of SAP XI 3.0, here this option is working properly. Can anyone tell me what is the  problem, is is there something else to be configured inorder to do this.
    Best regards,
    Norway

    Hi Stephan
    Thank you for your answer. We have followed your instructions but did only get half a success. Here is what we have done:
    1) Created "External Definitions" for all related xsd-files with the same name as the xsd-filename and in our own namespace. Our namespace is different from those specified in the xsd-files. We have not change the namespaces in the xsd-files.
    2) Maintained the "source"-field with the name for the xsd-file and not the url as specified in our answer. When we used the filename only we got a value the field "name" in the "External References".
    3) We made a message mapping and imported the "top-level-xsd-element" from the "External Definition". This resulted in only the top level element and nothing else. What we expected was the possibility to drill down through the complete structure.
    What did we doe wrong? Perhaps I could talk you into spending 10 min. and try it your self? This url leads to a zip file with all the related xsd files: http://rep.oio.dk/ubl/xml/schemas/0p71/documentation/resources.html
    Do you know if it will be possible to make references across namespaces in a later version of XI?
    Regards
    Christian

  • Import BPEL process into integration repository ???

    Hey all,
    I know that it's possible to export an integration scenario to BPEL4WS.
    My first question is if it's also possible to import such a BPEL4WS process into the integration repository?
    Second question: Somewhere I read that it's optional to design integration scenarios with the graphical designer. Is that true and is there another way to create such a scenario?
    Thanks for your help!
    Regards
    Matthias

    >My first question is if it's also possible to import such a BPEL4WS process into the integration repository?
    Yes you can import BPEL4WS, in IR.
    1. Create Integration process
    2. Switch to BPEL4WS display sceen and import your BPEL.
    go through the following link
    http://help.sap.com/saphelp_erp2004/helpdata/en/9f/7a7440036f6d1de10000000a1550b0/frameset.htm
    >Second question: Somewhere I read that it's optional to design integration scenarios with the graphical designer. Is that true and is there another way to create such a scenario?
    Aris is a tool to configure your Integration scenario other than graphical scenario.
    I dont think it is available today with XI3.0.
    There is lot of documentation available on ARIS with SAP.
    Best regards,
    Satish

  • Objects locked after crash in Integration Repository (Design)

    Hi there,
    Unfortunately the integration repository (Design) crashed during an import of some IDOCS from a R3 system.
    Now when I try to login again into the Integration Repository and do any changes in the software component, I get a warning telling me that the object Im trying to edit is currently beig edited by my own account.
    How can I remove this object lock so I can continue working with this object? is there any admin tool from where I can release the locked objects or something like that?
    Thanks Rob.

    Hi Rob
    I presume you use XI 2.0.
    Execute transaction sm12 to release the locks.
    Regards
    Venu

  • Users not able to create new ojects in Integration Repository

    Hi,
        We did a heterogeneous copy of PI from AIX to HPUX. After that we have done few post installation steps w.r.to PI Specific usage type.
        all the developers are able to login to the integration repository, but when they are trying to "Edit" or "Create" new objects they are getting the following error
    "You are not permitted to create new objects since the software component cannot be changed".
       this is working with PISUPER user but not with any development user id and passwd.
        any response is higly appreciated.
      Thanks
      Sourav

    Hey NM,
        Thanks a lot for your suggestion. problem got resolved when i did what you said (checking the attributes with developers user id's)
    Thanks
      Sourav

Maybe you are looking for