How to find the xi server wheather it is present or not

hi all,
i have  one doubt regarding xi server,how to find out wheather the xi server is there or not in our sap server.
thanks & regards,
subba reddy

Hi
What u mean by SAP Server (Hope u r saying SAP ECC R/3)
XI / PI is a Seperate Server installation which doesnot come with ecc
ECC >=  6.2 only has Integration Serve inbuilt which allows it to communicate with XI in Proxy langauge.
Still u want to check if u r x System is having XI r not then
Transaction SXMB_IFR ---> IE opens --> Press IR Design , if it opens IR u r in XI
Srini

Similar Messages

  • How to find the SQL Server Instances running across the given activer directory domain?

    How to find the SQL Server Instances running across the given activer directory domain?
    I have though of OSQL -L , Microsoft Assessment and Planning ( MAP ) tool and SQLPing3 (SQLSecurity) might help me.
    I would appreciate if there any other way of finding the SQL Servers / Instances running across the given active directory domain.
    Sivaprasad S
    http://sivasql.blogspot.com
    Please click the Mark as Answer button if a post solves your problem!

    Dear ,
    Very simple u find all instances through the customized sp which is get all details about inventory. Like i put the sp bellow. This is without any tool. 
    USE [master]
    GO
    /****** Object:  StoredProcedure [dbo].[DBStatus]    Script Date: 08-01-2015 19:46:11 By Damodar Patle Sr. DBA Mumbai India ******/
    SET ANSI_NULLS ON
    GO
    SET QUOTED_IDENTIFIER ON
    GO
    ALTER PROCEDURE [dbo].[DBStatus] 
    AS
    SELECT 
    SERVERPROPERTY('servername') AS ServerName,
    ConnectionProperty('local_net_address') AS 'local_net_address',
    ConnectionProperty('local_tcp_port') AS 'local_tcp_port',
    CONVERT(VARCHAR(25), @@VERSION) as  VERSIONSQL,
    SERVERPROPERTY('ErrorLogFileName') AS ErrorLogFilePath,
    database_id,
    CONVERT(VARCHAR(25), DB.name) AS DBName,
    CONVERT(VARCHAR(10), DATABASEPROPERTYEX(name, 'status')) AS [Status],
    CONVERT(VARCHAR(10), DATABASEPROPERTYEX(name, 'Recovery')) AS [Recovery_Model],
    create_date as DBCreate_Date, --physical_device_name,
     (SELECT COUNT(1) FROM sys.master_files WHERE DB_NAME(database_id) = DB.name AND type_desc = 'rows') AS DataFiles,
     (SELECT SUM((size*8)/1024) FROM sys.master_files WHERE DB_NAME(database_id) = DB.name AND type_desc = 'rows') AS [Data MB],
     (SELECT COUNT(1) FROM sys.master_files WHERE DB_NAME(database_id) = DB.name AND type_desc = 'log') AS LogFiles,
     (SELECT SUM((size*8)/1024) FROM sys.master_files WHERE DB_NAME(database_id) = DB.name AND type_desc = 'log') AS [Log MB],
     (SELECT physical_name FROM sys.master_files WHERE DB_NAME(database_id) = DB.name AND type_desc = 'rows') AS MDF_File_Location,
     (SELECT physical_name FROM sys.master_files WHERE DB_NAME(database_id) = DB.name AND type_desc = 'log') AS  LDF_File_Location,
       user_access_desc
       FROM sys.databases DB
       ORDER BY dbName, [Log MB] DESC, NAME

  • How To Find The Right Server........

    Hi Friend�s I am Again Here
    I Have A Question. I have Tool That�s Work is To Check The Duplicate CDR from Three day�s dump and Then Load this CDR�s in Database. I runt his tool on 2.4 GHz System with 1GB ram and I got the result
    74 CDR�s /see Processing.
    This time I Have A problem that I need server to run this tool and I am not getting that how I calculate the right server so that I can get the result upto 500 CDR�s/see
    How Much CPU I need and How Much Ram I Needed. As per My Knowledge this can run fine on 2*2.4 GHz dual core CPU with 8GB ram.
    Is it Fine,,,,,,,,,,,,,,,,,,,
    Can anyone Help to Find Right System for this tool.

    Your post is hard/annoying to read. In English only the start of a sentence is capitalized. There is no need to capitalize every word within a sentence, unless required otherwise, like the pronoun "I" or the person/product names, e.g. "John Doe" and "Java".
    Apart from that, your question has nothing to do with Java at all. Look for a CDR software forum or so.

  • How to find the smtp server on a linux box?

    Hello,
    I am trying to set up Notification Methods in OEM and I need to know the SMTP server and port. Which command can I use on Linux to find this information? Thank you in advance.

    Netstat is not necessarily the right tool for this task.
    Sorry, but "netstat -a | grep 25" will not be useful. For example:
    netstat -a | grep 25
    unix  2      [ ]         DGRAM                    128925
    unix  3      [ ]         STREAM     CONNECTED     11825 Better grep for "smtp". For example:
    netstat -a | grep smtp
    tcp        0      0 vm015.example.com:smtp      *:*                         LISTEN
    lsof is a better tool, but requires "root" or superuser privileges. For instance:
    lsof -i :smtp
    COMMAND   PID USER   FD   TYPE DEVICE SIZE NODE NAME
    sendmail 3098 root    4u  IPv4  13077       TCP vm015.example.com:smtp (LISTEN)Keep in mind however that processing and routing email in is usually a more complex task and involves either to know firewall and mail gateway configurations, or ask your mail administrator. The local mail server may not be permitted to relay email to the company wide smtp gateway depending on routing policies.

  • How to find the payment status for check is bounce or not?

    hi all,
    i am looking for scenario like how to find check is bounce or not from system.
    please help in this, like any  tables or function modules for checking the status for check bounce or check cleared in the payment.

    Hi,
    Normally rejected payments (including cheques) must be processed as  IS-U "Returns".
    Therefore the returns history report RFKKRF02 (transaction FPM3) will provide you the history of the rejected payment/s.
    I hope this gives you what you are looking for.
    Regards,
    Ivor Martin

  • How to find the DB server IP or Name from session?

    I login into an Oracle DB (10g). I want to find out the sever IP the DB is in? Or server name? How to get it?

    Channa wrote:
    I login into an Oracle DB (10g). I want to find out the sever IP the DB is in? Or server name? How to get it?==> For ip address
    connect to your database and fire this sql and filter accordingly your need
    SQL> select sid, machine,UTL_INADDR.get_host_address (substr(machine,instr(machine,'\')+1)) ip
    from v$session;
    ==> For database name
    SQL>select name from v$database;
    Hope you find that you need :)
    --neeraj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to find the app.server version

    Hi all,
    i hope this question has already raised in this forum (i.e).Anyway i i tried the query
    SELECT * FROM IAS_PROPERTIES;
    SELECT * FROM INTERNET_APPSERVER_REGISTRY.SCHEMA_VERSIONS;
    i got error table or view does not exist.
    how can i proceed further?
    is there anything which needs to be installed?
    pls let me know
    thanks in advance..

    There might be better ways but you can try one of these two too:
    - Launch Oracle Installer (using runInstaller executable) and check under "Installed Products".
    - On Unix/Linux, try this:
    cd $ORACLE_HOME/inventory
    ls -d Components*/*/*
    Thanks
    Shail

  • How to find the URL server

    I can' t play my down loaded videos on my iPad , it states something about an URL server?

    Where have you downloaded these videos from, and in which app are you trying to play them?

  • How to add the SSO Server Administration portlet to portal

    hi
    I want to use SSO Server Administration portlet ,but when i Navigator to the administer tab .in the portal suntab there is not SSO Server Administration .I want to know why? and how to add the SSO Server Administration portlet to portal.(note:the portal system havn't SSO Server Administration portlet ) .how could i can do it. help !~help!

    thank you IPeters .this problem was solved. the way is: login the portal with orcladmin and the password is the Infru password. In the administrator sub i see the SSO Server Administration portlet .
    thank you very much.

  • How to find the proprietor of iPhone 5

    how to find the proprietor of iPhone 5

    The Google translation is not clear. Is this correct?: - you found an iPhone. The owner has sent a message to the phone. He has given his phone number.
    The iphone itself is probably locked. Can you call his number from another phone?
    If you are unable to contact him there is little you can do. You should probably hand the phone in to the police as being lost.
    Traducerea Google nu este clar. Este corect?: - Ai găsit un iPhone. Proprietarul a trimis un mesaj pe telefon. El a dat numărul lui de telefon.
    IPhone-ul în sine este, probabil, blocat. Puteți apela numărul lui de la un alt telefon?
    Dacă nu puteți să-l contacteze există puține care le puteți face. Probabil ar trebui să predea la telefon la poliție ca fiind pierdut.

  • How to Find the number of Databases in a server.

    HI,
    Please tell me how to find the number of Databases are in a server . when the DB is not up.
    ps -ef | grep ora_
    This i know whether our DB is up or not. But i want to know how many databases are in a server .If the database is down .
    Cheers,
    Gobi.

    Hi,
    [oracle@oralinux admin]$ lsnrctl status
    LSNRCTL for Linux: Version 9.2.0.4.0 - Production on 01-DEC-2006 16:25:41
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    TNS-01169: The listener has not recognized the password
    [oracle@oralinux admin]$
    Plz give me the solution.
    Cheers ,
    Gobi.

  • How to find the webclient in SAP MDM server

    How to find the webclient in SAP MDM server
    Thanks In Advance
    GuruvaReddy

    Hi Guruva,
    If you are talking about MDM APIs, then you will get them from Service place when you download the complete MDM 5.5 Suite. You need to choose the API which is appropriate to you. MDM comes with 2 different APIs - Java API and COM API as of SP1(The news is.. ABAP API is under development).
    Pre-requisite for building applications using Java APIs is basic Java skills.
    Regards,
    Rajani Kumar K

  • How to find the Data source name on linux server

    Hello All,
    Good Morning...
    I created a rpd in my local machine and deployed on the server through Fusion middle ware.
    and copied the catalog file there in the server.
    While working on my local machine I have two odbc connections... one is for development and other is for production.
    at the time of deployment to the server I changed the development instance to production instance throught the connection pool.
    I am encountering the following error while working on the analyis....
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE HY000] [nQSError: 10058] A general error has occurred. [nQSError: 43113] Message returned from OBIS. [nQSError: 16001] ODBC error state: IM002 code: 0 message: [DataDirect][ODBC lib] Data source name not found and no default driver specified. (HY000)
    I think this is because of the mismatch of the datasource name in server and my local machine...could you please tell me how to find the datasource names on the server?
    Thanks!

    Hi Dpka-
    I created two ODBC connections in my system.
    one for development and another for Production.
    while deploying the rpd to the server I changed the development login credentials with production login.
    The problem here is I just want to know whether Iam giving the same datasource name which was presented on the server or not.
    I don't have access to the server now.
    Is there any way to find out the datasource names which were presented on the server with the help of admin console?
    Thanks!

  • How do I find the report server name, and then run paper report from forms?

    How do I find the report server name, and then run paper report from forms?
    I am having a problem running report 9i from forms 9i (see below thread). How do I find out the name of the report server? I checked my C:\ids\reports\conf directory but don't see anything that gives me the name of the reports server. I also don't have a iashome directory.
    Also, I just want to run the paper report (not the web version).
    Thanks.

    Hi,
    please read teh Forms / Reports integration paper in teh Collateral section for Oracle9i Forms at otn.oracle.com/products/forms
    In summary, you have to create an external Reports Service that you can then give a name.
    Frank

  • How do i find the ftp server address information in business catalyst, adobe technical support says

    how do i find the ftp server address information in business catalyst, adobe technical support says mine are wrong. I haven't changed nothing and it used to connect. someone please meassge me, not too sure how to use a forum and do not know how to get catalyst support.

    Hi Michael,
    I think you are referring to the changes switching from regular FTP to SSH connection which is now required. 
    Please review the article below covering this recent update and the changes needed to establish your connection via (DW or FTP client).
    - http://forums.adobe.com/docs/DOC-2841
    Kind regards,
    -Sidney

Maybe you are looking for

  • SBS 2011 Standard SP1 - Randomly rebooting after svchost crash

    Last week 10/22, my SBS 2011 server began restarting randomly anywhere from every 2 hours to as long as every 4 hours. In reviewing the logs, it appears that an svchost process crashes (in Application log) which surrounds ntdll.dll and then many serv

  • Oracle Gird Control 11g (11.1.0.1.0) having "No Data Found" in SOA SCA

    Dear All, Having strange problems while using Weblogic Middleware Targets in Grid Control. After successful registration of new WebLogic Domain, I can not control/administer managed servers, SOA composites, WLS domain application deployments as after

  • Include User Defined Language Items

    I am currently developing an app that needs to let users define their own editable text for some items. I didnt want to include all of these options in the database to avoid having a large database and lots of cfquery's so I though having them in a f

  • UML in the Developer Studio

    Hi,   I am just a little disappointed about the fact that the together modeling function needs to be purchased separatedly from Borland. I just want to know in the public release of Netweave 04, will together be included for free? Thanks Tom

  • Newbie Java Question

    Hi I am running jasper reports through an oracle DB connection and am having some problems with a piece of Java code in the report. The code is used in one of the variables of the report and within the code I am manipulating a user input parameter fo