How to find a server is SSO configured or not

Hi,
Recently our server is configured as SSO login.Is there any posbility to find this property whether my server is single signon log in through sql query.And how to find the SSO login url of the server.Is there any profile option to find out these two values.

You might have better luck on the EBS forum
General EBS Discussion
Your DBA or SA should have this information and be able to give it to you. Someone had to configure the servers, etc. to enable SSO.

Similar Messages

  • How to find the server hosting office communication ?

    Hello
    How to find the server hosting office communication ?
    Thanks,
    Dom
    System Center Operations Manager 2007 / System Center Configuration Manager 2007 R2 / Forefront Client Security / Forefront Identity Manager

    Hello,
    I have:
    DG URL Internal;https://OCS.ad.xxxxxx.xxxx.xxx/GroupExpansion/Int/service.asmx;--;
    DG URL External;;--;
    Quality Metrics URI;;--;
    URL Internal From Server;https://OCS.ad.xxxxxx.xxxx.xxx/Abs/Int/Handler;--;
    URL External From Server;;--;
    Voice mail URI;sip:[email protected];opaque=app:voicemail;--;
    MRAS Server;;Not Configured;
    GAL Status;https://OCS.ad.xxxxxx.xxxx.xxx/Abs/Int/Handler;--;
    Controlled Phones;TRUE;--;
    PC to PC AV Encryption;AV Encryption Enforced;--;
    Focus Factory;sip:[email protected];gruu;opaque=app:conf:focusfactory;--;
    Telephony Mode;Telephony Mode Disabled;--;
    Line;;--;
    Line Configured From;Auto Line Configuration;--;
    Location Profile;;--;
    Local Log Folder;C:\Users\me\tracing;;
    MAPI Information;MAPI Status OK;MAPI Status OK;
    Inside User Status;TRUE;;
    Auto Update Download Started;--;--;
    Auto Update Download Completed;--;--;
    Last Auto Update Request;--;--;
    Pairing State;Communicator cannot connect to your desk phone because the USB cable is not plugged in. Make sure that you connect the cable.;Enabled;
    I see my email on the sip line but no server... what do I miss?
    Is it by the URL?
    Thanks,
    Dom

  • How to find out server name in reports9i

    hi all
    how to find out server name in reports9i
    i need the report server name to call a report
    thanks
    Edited by: vikas singhal on Nov 5, 2008 1:02 AM

    You do not need to do anything, if your Report server is on the same machine as the Forms server (which is usually the case) you simply use the url as
    /reports/rwservlet?report=myreport' and the server will automatically use the default report server.
    then you simply use
    web.show_document('/reports/rwservlet?userid=scott/tiger@orcl&report=myreport&desformat=htmlcss&desname=test.html'Tony
    Try it now
    Edited by: Tony Garabedian on Nov 5, 2008 2:00 PM

  • How to find sql server backup was taken under compression mode

    Hello,
    How to find SQL server backup was taken under compression mode ? I have disabled the Compress Mode backup setting but I want to make sure the backup is taken without compression.
    Is there a script for that?
    Thanks
    JK

    I have disabled the Compress Mode backup
    That is only a default setting, in backup command you can always overwrite it to a different value.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Cockpit- How to find B1i Server Address

    Hi,
    I am trying to enable Dashboard. It is asking for B1i Server address. I have tried "http://127.0.0.1:8080/B1iXcellerator/exec/ipo/vP.001sap0004.in_HCSX/com.sap.b1i.vplatform.runtime/INB_HT_CALL_SYNC_XPT/INB_HT_CALL_SYNC_XPT.ipo/proc" but it gave me an error message that it is unable to connect. Does anybody know how to find B1i server address?
    Thanks.
    Abdul...

    Abdul,
    Instead of using 127.0.0.1 ... try using either the actual B1i Servers IP address or the name of the machine.  You can also review the B1iC troubleshooting guide here ...
    [Guide Deleted 31 OCT 2011 - Contained Out of Date Information]
    Eddy
    Edited by: Jason Lax on Oct 31, 2011 10:48 AM

  • How to find the server connected from multiple switched netwtwork

    I have one server connected to distrubted switch or acces switch  in network .
    They were 45 switches in netwrok and need help how to find that server  connected switch  from  Core switch ?
    How many  mehtodes and process we can use to find that connected physical switch ?
    Thanks in advance !!!

    It's a bit of a tedious process. but if you ping the IP address of the server from the core switch and then check the ARP entry to get its MAC address, you can then trace the address tables in the switches to find the switch that the server is physically connected to. Once you have the MAC address, you'll have to check the address table in each switch in the path between the core and the server to find it.

  • How to find whether remote database is up or not (connected via dblink)

    Hi,
    I am using dblink to connect Biz database from Dev database.(Biz, Dev - database names)
    Running dbms job using the dblink from the Dev database to update data on Biz database...
    Problem is dbms job should run if and only if the Biz database is up for which i created the dblink...
    1) How to make sure or implement the check to find whether the Biz is database is up or not in Pl/sql or sql...
    2) How to reschedule the dbms jobs once the database is up
    pls suggest me how to find whether the database is up or not b4 running the dbms job?
    Using- Oracle 10g

    The only way to know whether the remote database is up (and whether the network between the two databases is up and whether the remote database's listener is up and whether the password configured in the database link is correct and whether the local TNS alias is correct, etc) would be to actually run a query against the remote database over the database link. In other words, the way to figure out whether the link is up is to let the job run and catch & handle exceptions when there are problems.
    By default, a job scheduled via DBMS_JOB will automatically reschedule itself if there is an unhandled exception by geometrically backing off (it waits 1 minute after the first failure, 2 minutes after the second, 4, 8, 16, 32 minutes, etc until it's marked as broken after 16 failures). You could, of course, catch appropriate exceptions and handle them in a reasonable fashion and manually reschedule jobs at intervals that make more sense for your particular job.
    Justin

  • How to find out each Cell having Data or Not in Excel File by Using WDJ

    Hi Friends,
    I have one doubt on WDJ.
    I have to Upload Excel File. Click on Upload Button in Excel file Data will move to One Bapi. This is I was done. But my Requirement is if any empty Cell in Excel That File not uploaded it display one error message Please upload Correct Excel File
    How to find out each Cell having Data or Not in Excel File by Using WDJ. Please tell me.
    By Using this Code I have Upload Excel File
    InputStream text = null;
         int temp = 0;
         //wdComponentAPI.getMessageManager().reportSuccess("filePath Vijay:::");
         try
                   File file = new File(wdContext.currentContextElement().getResource().getResourceName().toString());     
    FileOutputStream op = new FileOutputStream(file);
                   if (wdContext.currentContextElement().getResource()!= null)
                          text = wdContext.currentContextElement().getResource().read(false);
                             while((temp=text.read())!= -1)
                                  op.write(temp);
                                  op.flush();
                                  op.close();
                                  path = file.getAbsolutePath();
                                  //wdComponentAPI.getMessageManager().reportSuccess("Path Name :::::"+path);
         catch(Exception ex)               
                   ex.printStackTrace();
    But my Requirement is If excel having any Empty Cell that excel file not uploaded.How to do this...
    Regards
    Vijay Kalluri

    Hi my friend
    I would like to share you some APACHE APi´s that i use when i have to read excel files in Web Dynpro.
    JAR = poi-3.2-FINAL-20081019.jar
    Some Example:
    POIFSFileSystem fs;
    HSSFWorkbook wb;
    HSSFSheet sheet;
    String myMexican_ValueFromExcelis = "";
    try {
             fs = new POIFSFileSystem(new FileInputStream();
             // and select the cell "y"
            cell = row.getCell( 0 );
            myMexican_ValueFromExcelis = cell.getCellValue();  
    }cach(Exception e){
    REgargds

  • How to find back my lost iphone 5s if not install "Find My Iphone" apps

    How to find back my lost iphone 5s if not install "Find My Iphone" apps&software...???

    There is no way sorry
    If your iPhone, iPad, or iPod touch is lost or stolen

  • How to find whether the cookies are enabled or not

    Hi All,
    Please suggest me, while sending the first request only how to find whether the cookies are enabled or not.
    thanks.

    you could use a servlet, write a cookie and then try to read it, if it's read then it's enabled else not.

  • HT1766 How to find Macbook Pro using Itunes. Do not have Icloud or find my phone function.

    How to find Macbook Pro using Itunes. Do not have Icloud or find my phone function.

    1. This is the iPad forum.  For Macbook questions use the Macbook forum.
    https://discussions.apple.com/community/notebooks/macbook_pro
    The hosts will likely move the thread there shortly.
    2.  You can't use iTunes to find your computer.   You can use icloud.com from another computer to find it if you setup Find my Mac on the lost macbook pro.
    http://support.apple.com/kb/PH2698

  • How to find if Reconciliation Ledger is Active or not for Controlling Area

    Hi,
    How to find if Reconciliation Ledger is Active or not for Controlling Area?
    Thanks

    Hi,
    You can check using OKKP.
    Further TCode KALA is useful in activating/deactivating etc., for the Controlling Area.
    Rgds.

  • How to find out if Role is active or not and also delimited or not ?

    How to find out if Role is active or not and also delimited or not ?

    Hi,
    Basically this job is done by BASIS (Technical) Team.
    They can check whether role is active or not by using tcode "PFCG" by giving role name.
    Regards,
    Rameshwar

  • How To find Changes in Excise Group Configurations??

    Dear All,
    Can you please help me how to Find the Changes done at the Configuration level at Excise Groups(Log-General>>Tax on Goods Movement>>India>>Basic Settings>>Excise Groups)
    I need to find the user involved in Changing the Field""Excise Invoice During Billing""(Due to this change some invoices have been created without Excise Invoice which has been rectified in later times)
    Note: I already Checked in Change Logs--where system suggesting no Logs Found for the Selected Period
    (I kept the Period from the Date SAP implemented at my client)
    Pl Help or Is there any need to implement any OSS notes/Reports..
    Phanikumar

    Respected Sir,
    Thank you for your valuable help to my requirement.
    Just I tried the way you suggested and able find the Transport requests and changes(almost 24 requests and i followed as per your Guidance sir in finding the details).
    Unfortunately i am not able to find the Root cause who is the User involved..
    (because at my production server they have maintained the Option of
    "Changes without automatic recording,No-transports allowed in SCC4)
    Is there any other way to find this?
    thank you sir again for your help.
    Phanikumar

  • How to find SMTP server name on AIX 5.3 ?

    Hi All/Guru
    how can i find SMTP Server name on my aix server which i need to configure E-mail notification for database alerts.
    Thanks in advance.
    Tina

    Check in the file /etc/sendmail.cf

Maybe you are looking for

  • Songs won't continuous play in playlist on itunes, Please Help!!

    Just recently when I try to play my music on my computer on itunes it won't continuous play in my playlists. Just one song at a time. I cannot figure it out. Can anyone help? Any suggestions?

  • Is there any way to upload iOS 5 on my 2nd gen iPod Touch?

             I purchased a 2nd generation iPod Touch, in January 2010, and at the time, this was the most current version available. It is the iPod touch, before the last one to not include a Camera (3rd Gen). I would really like the new features, and wo

  • K7n2d Ram or Psu?

    Well I've read all of the trouble shooters 101 and ran around through buying the right psu and memory threads.  But I'm not really sure if this isn't a mobo issue rather then one of the aboce. I've got: amd xp barton 2500+ Kingmax 512 mb ddr 333 KDL3

  • T540p I7-4710MQ running at 800Mhz

    Hi All, While installing my new t540p I noticed that my cpu is not throttling and keeps running at a slow 800Mhz when running at battery. When I connect the psu all seems to work fine, cpu speed throttles from 800Mhz to 3.5Ghz as it should. I bios ->

  • JDeveloper 10g, ADF, ANT:How to define ant task for EAR & WAR file creation

    I am trying to automate the deployment process of our ADF Faces & BC application. I have reviewed this doc: http://download.oracle.com/docs/cd/B31017_01/web.1013/b28951/anttasks.htm and followed the procedure for integrating ant onto the server. I ca