CUPC 8.6 Login Server

Hi,
following scenario:
CUPS 8.6 Cluster of 2 Nodes. Clients using CUPC 8.6. DNS SRV Record _cuplogin._tcp.company.com is configured and is working fine. Thing we noticed is, when a user login to CUPS by using DNS SRV Record or A Record, hostname is resolved to an IP address and this IP address is saved somehow in the CUPC config instead of the initial DNS SRV or A Record. So next time before the user login, you can see, there is always an IP address in the Server Address field.
I don't know if this is the right behaviour of CUPC (hope not), as it would destroy the CUPS/CUPC High Aavailabilty dream anyway
regards

I'm not sure. Once the Local cache file is populated, it uses it. Deployment guide states:
Cisco Unified Personal Communicator uses the following logon process when making use of the DNS SRV feature:
1. Application start up.
2. Local cache file is checked for server address.
3. If the cache file does not have the address, the local registry is checked for the server address.
4. If the local registry does not have the address, a DNS request is made against the connection specific suffix. If that fails the default Active Directory domain is queried.  If the registry is populated, a DNS SRV request is made against the  value in the registry. If the registry is populated and the DNS SRV  request against the registry value fails, the registry value is put into  the Login Address field in Cisco Unified Personal Communicator.
http://www.cisco.com/en/US/partner/docs/voice_ip_comm/cups/8_6/english/install_upgrade/deployment/guide/deploy.html#wp1102338

Similar Messages

  • Partner Application and Login Server

    I have created a partner application using the samples provided in the ssosdk. In the SSOSignServlet I am checking a table to determine if the user returned from the login server has access to the partner application. If the user has access, I set the cookie and the user is redirected to the application. If the user does not have access, am not sure how to handle it. I can use response.sendRedirect(response.encodeUrl(m_cancelUrl), yet would rather display a message indicating that dont have access and are being redirected. If I try to output a message in the SSOSignOnServlet, I get into a loop. ANy ideas?

    I finally got it working by VERY CAREFULLY reading the instructions in the install.txt document in the SSO SDK package. You have to set up the partner application with a new schema in the login server database, and run the regapp.sql script AFTER editing it to insert data from the Login Server Partner Application admin screen. After you register the partner app in Portal, it gives you some info (site token, listener token, encryption key, etc). You have to MANUALLY copy these and paste them into the regapp.sql script, then run the script in the partner app schema. Make sure you don't confuse capital I with numeral 1 (like I did, since Oracle so nicely uses a non-serif font where you can not tell the difference).
    Also make sure you copy the exact values for these parameters into your code when you use the SSOEnabler class. The listener token was very confusing since different documents appear to disagree on whether it should include the partner app name or not. It does require the partner app name:
    app-name:hostname:port
    hostname and port are for the web server that is handling http requests for the login server (usually your main portal web server).
    John H.

  • Export/import login server and user grup security

    Hi,
    I followed the instructions to export Login server, user group
    security using the ssoexp.csh, secexp.csh. Then I imported the
    login server, and user group security using the ssoimp.csh,
    secimp.csh .
    I then logged into Portal and check the users, all the users are
    imported properly. However, I didn't see any group that are
    supposed to be imported. Do I missing anything?
    The syntax to run the secimp is as follows:
    secimp.csh -s portal30 -p portal30 -o portal30 -m reuse -d
    sec.dmp -c target_database
    The import finished w/o error. How can I see the groups in the
    new portal instance that I tried to import objects in?
    I noticed that the wwsec_group$ in the source area is over 3000,
    and in the target the count is only 10, which is the number of
    group I have before the import. But during the export, I don't
    see the wwsec_group$ table being exported, is that the problem?
    P.S. versions are: 9iAS 1.0.2, portal version 3.0.9.8 on solaris.
    Thanks;
    Kelly.

    This question is best suited to the Oracle9iAS SSO and Portal Security forum.
    Thanks

  • Loadjava error while installing Login Server

    Hello,
    I am having some difficulty installnig the login server. The log shows an error
    in the linstall.cmd where the script is trying to load the SSOHash class.
    The error message says that the user does not
    have privileges to add a class to a restricted package.
    Due to this error, subesquent pkgs are invalid.
    Please help

    Fixed it by reinstalling JVM as follows:
    To install the required Java classes, perform the following commands:
    1. Connect as SYS User.
    2. Run %ORACLE_HOME/javavm/plsql/jlib/initjvm.sql
    3. Run %ORACLE_HOME/rdbms/admin/initplsj.sql
    4. Rerun Oracle Portal 3.0 Configuration Assistant
    Eveything works now.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Seni Williams ([email protected]):
    I have the same problem. Platform is Windows 2000 Professional, Oracle db EE 8.1.7. Oracle 9iAS 9.0.2.
    Tks<HR></BLOCKQUOTE>
    null

  • MBAM 2.5 Recovery DB Prerequisite - Required Permission - instance login server roles "processadmin"

    technet.microsoft.com/en-us/library/dn645331.aspx
    We have successfully deployed MBAM 2.5 Stand-alone topology in a lab environment.
    Now we are moving to install / deploy MBAM 2.5 in a QA DB server.
    Prerequisites for the Recovery Database
    Required SQL Server permissions
     Required permissions:
      SQL Server instance login server roles:
       dbcreator
       processadmin
      SQL Server Reporting Services instance rights:
       Create Folders
       Publish Reports
    Question: The QA team is reluctant to assign processadmin permission.
    1. Is there any document where is explains exactly WHY we need to assign "processadmin"?
    2. If we assign "processadmin" will it by any chance have any effect on other DB instance running on that SQL server?
    Thank you in Advance for your help.

    1. I haven't seen any document on why it needs to be assigned processadmin permission.
    2. processadmin permission have rights to start stop and restarts the  sql instance not other instanceses.

  • Load Balancing And the Login Server

    We have just added load balancing to our cluster of 30980 portal servers. The load balancing works only sporadically. We noticed a round-robin approach was taken in the configuration guides, which is not acceptable to our infrastructure team.
    Questions: Is there a problem with using load balancers such as Resonate with Oracle portal? If not, should one machine in the cluster be specifically identified as the login server? Can they each act as login servers for any of the others?

    I have had the same problem.
    I think whoever programmed the logon routine at that point should be fired immediately and banned from programming for life! Logging on is a very basic and well-understood task, and programmed gozillions of times since 1940s. Common sense and unwritten rules of programming dictate simply if you make something case-sensitive, then you should accept an input in its original form (i.e. password in smalls, or whatever) but not change it to uppercase and then work case-sensitively. Either this, or you program everything case-insensitively.
    Fire that programmer or give him to us gollumvoice

  • I am doing a login server...

    i am doing a school assignment and it requires me to implement an application which is very much similar to icq...
    the server connects to a ms access database
    this is the main interface
    http://hk.geocities.com/iamsupersuperman/DLS.JPG
    this is the login server
    http://hk.geocities.com/iamsupersuperman/ls.JPG
    this is the access database
    http://hk.geocities.com/iamsupersuperman/access.JPG
    each client must be able to see other clients in the online list ( of course when they are online)
    the access database holds the status and ip address of the clients
    but how can i make sure every client has a most up-to-date online list??
    am i doing it in an appropriate approach?
    please give me some ideas on how i can finish this assignment~~~thanks!!!!!

    i got a problem..
    should i use a vector to hold the login id and ip address of all clients who are online??
    and then send these information to every client for every few seconds so that they can have a most up-to-date online list??
    thanks!!
    the login server:
    import java.net.*;
    import java.io.*;
    import java.util.*;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.sql.*;
    import java.util.Properties;
    import java.io.InputStream;
    public class Server3in1 extends Thread{
        protected Socket s=null;
        static LoginServer ls;
        public static void main(String args[]) {
            ls=new LoginServer();
            ls.setVisible(true);
            ls.loginMon.append("Login Server Started");
            ls.loginMon.append("\n" + "Waiting for connection...");
            try {
                ServerSocket listen=new ServerSocket(1234);
                while(true) {
                    Server3in1 aRequest=new Server3in1(listen.accept());
            catch(IOException ioe) {
        public Server3in1(Socket s) {
            this.s=s;
            start();
        public void run() {
            try {
                BufferedReader is=new BufferedReader(new InputStreamReader(s.getInputStream()));
                String loginid=is.readLine();
                //beginning JDBC
                Connection myConn;
                Statement myStmt;
                ResultSet myRs=null;
                Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                myConn=DriverManager.getConnection("jdbc:odbc:Assignment1");
                myStmt=myConn.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE,ResultSet.CONCUR_UPDATABLE);
                myRs=myStmt.executeQuery("select * from login where loginid='" + loginid +  "';" );
                if(myRs.next()){
                    ls.loginMon.append("\n" + "User " +loginid + " from " + s.getInetAddress() +" connected.");
                else
                {  ls.loginMon.append("\n" + "User " + loginid + " from " + s.getInetAddress() +" tried to connect but his id was invalid.");
                //end of JDBC
            catch (Exception e) {
                e.printStackTrace();}
    class LoginServer extends JFrame implements ActionListener {
        JScrollPane JP;
        JTextArea loginMon;
        JButton shutdown;
        LoginServer() {
            setTitle("Login Server");
            setSize(450,500);
            setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            setLocation(280,210);
            Container container=getContentPane();
            container.setLayout(new BorderLayout());
            container.add(new JLabel("Login Server Monitor"),BorderLayout.NORTH);
            loginMon=new JTextArea(3,5);
            // loginMon.setEditable(false);
            JP=new JScrollPane(loginMon);
            container.add(JP,BorderLayout.CENTER);
            shutdown=new JButton("Shut Down");
            container.add(shutdown,BorderLayout.SOUTH);
            shutdown.addActionListener(this);
        public void actionPerformed(ActionEvent e) {
            if(e.getSource()==shutdown) {
    }

  • Error when clicking login server administration link

    Hi
    I am using Portal 3.0.7 on NT.
    When I click the login server administration link in the services portlet under the administer tab I get the following error
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL30_SSO.WWSSO_LS_PRIVATE", line 2356
    ORA-01403: no data found
    ORA-06512: at "PORTAL30_SSO.WWSSO_APP_ADMIN", line 54
    ORA-06512: at "PORTAL30_SSO.WWSSO_APP_ADMIN", line 495
    ORA-06512: at line 8
    DAD name: portal30_sso
    I am logged in as portal30. I get the same error when I log in as portal30_sso.
    Thanks
    null

    Hi
    I am using Portal 3.0.7 on NT.
    When I click the login server administration link in the services portlet under the administer tab I get the following error
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL30_SSO.WWSSO_LS_PRIVATE", line 2356
    ORA-01403: no data found
    ORA-06512: at "PORTAL30_SSO.WWSSO_APP_ADMIN", line 54
    ORA-06512: at "PORTAL30_SSO.WWSSO_APP_ADMIN", line 495
    ORA-06512: at line 8
    DAD name: portal30_sso
    I am logged in as portal30. I get the same error when I log in as portal30_sso.
    Thanks
    null

  • Instagram on my iPhone 4S keeps saying that it cannot connect to login server, it won't work!

    I went onto instagram and it kept on saying it couldn't refresh the feed. So I turned my phone on and off, deleted and re-installed the app, but when I try to login it says: 'Error: Sorry, we couldn't connect to our login server. Please confirm you have an internet connection and try again.'
    I have home wifi as well as 3 bars of reception with optus, I'm at home and it has never done this until today. I tried resetting my network setting but it is still saying the same thing. Safari and facebook still work.
    Pleaseeee does anyone know what I can do!?!?

    Error connecting to login server / "logging in" message displays, but I can't log in
    ON ANDROID, I SEE THE "LOGGIN IN" MESSAGE, BUT I'M NOT ABLE TO LOG IN AND DON'T RECEIVE ANY ERROR MESSAGE
    ON MY APPLE DEVICE, I SEE THE ERROR: "SORRY, WE COULDN'T CONNECT TO OUR LOGIN SERVER. PLEASE CONFIRM YOU HAVE AN INTERNET CONNECTION AND TRY AGAIN IN A MOMENT ."
    If you receive this error when trying to create an account or sign in to your account, and you believe your internet connection is stable, we suggest that you try to reset your WiFi router, as this may resolve the issue.
    Alternately, if your device is enabled with service through a carrier (ie 3G or EDGE), we'd suggest disabling WiFi and attempting to connect using your service provider's connection.
    If that doesn't help, please open the Settings app on your phone, then tap General > Date &amp; Time and be sure Set Automatically is turned ON. Finally, if you're still having trouble, please follow these troubleshooting tips.
    If the troubleshooting tips don't help, please email us with the following information:
    Are you able to access this webpage from your mobile device's browser: https://instagram.com/accounts/edit/
    Visit this website on the mobile device
    Hope that helped:-) ( got it off the instagram website )
    you're using to access Instagram and let us know your IP address : http://www.whatismyip.com/

  • Whenever I try to login to my instagram an error appears saying that they couldn't connect to their login server ... What is that for? And how to fix that?

    Whenever I try to login to my instagram an error appears saying that they couldn't connect to their login server ... What is that for? And how to fix that?

    I called Apple Support and they walked me through it. They told me to basically copy and paste my music to the external hard drive. (I think.) Or maybe it was they had me transfer a folder to the EHD. I don't exactally remember it was a few years back. But I tried to plug in the EHD before starting and...nothing. Still says same thing, "locate file."

  • Library/startupitems/login server  error messgae

    Sorry if this is the wrong place to post this but I can't start a topic in an other forum. There is no "POST NEW TOPIC" at the top.
    I am gettin an error message
    "library/startupitems/login server security settings arre wrong" I get three choices. LATER DISABLE FIX. I have no idea what this means. Iam not on any net work.
    Thanks
    MacBook   Mac OS X (10.4.7)   Ipod

    Does this article contain anything useful?
    (20788)

  • External user list synchronisation with Login Server

    Hello:
    I am using a Portal external applications to allow users to access the application from Portal without having to login again.
    If the username or password of the extenal application should change, how can this be synchronised with login server?
    null

    There is no automatic way that passwords are synced between the login server and the external application. The user is responsible for updating the login server's stored password for the external app when the user updates it in the external app.
    This is done by clicking Customize on the External Applications portlet and clicking the "Edit" icon beside the application of interest.
    null

  • Cannot find SECURE LOGIN SERVER software

    Hi.
    I am trying to setup SAP NW Single Sign On.  I have been trying to download Secure Login Server but cannot find it in SAP software download page. I searched for SINGLE SIGN ON, SSO, SECURE LOGIN SERVER,  SLSERVER, etc...The SAP download page returned 0 match.  Can anyone direct me to the right download link please?
    Thank you for your help.
    Tuan

    Hi Kristen,
    Thank you for your prompt reply. I did follow your instruction but Single Sign-On is nowhere to be found in that page. I read the SSO implementation and follow download instruction there as well but again, cannot find it.  

  • How can I stop the yellow browser bar from appearing? the one which says "unable to contact the login server"???

    this yellow bar appears constantly while I am using the internet. It says" LastPass was unable to contact the login server, etc., etc."
    It is very annoying, and causes my screen to jump about when it is being active.
    I am using windows 7 on a HP desktop.

    hello Larryrush, please contact lastpass's support about this issue - they can likely give you better advice and are the only people who can resolve server errors in their network.

  • Instagram is saying 'we couldnt connect to our login server' but my internet is okay and so is my AT

    instagram is saying 'we couldnt connect to our login server' but my internet is okay and so is my AT&amp;T connection. ive tried logging using both my wifi and AT&amp;T network

    It may well be that Instagram's server is having problems.

Maybe you are looking for

  • Problem with signing in with new apple id

    i changed the apple id. i logged off and logged into my new account but when i "update all" from the app store on the phone, i get prompted to enter my password for my old e-mail address / account which is no longer valid what should i do? PLEASE HEL

  • Tiger on an external hard disk

    Hi, I'd know if it is possible to install Tiger on an external usb hard drive and to boot from it. Until now, I was unable to accomplish this. I've a ibook 12'' and a Lacie hard drive. Thanks, davide

  • How do you Install Win XP using Boot Camp without use of an optical drive?

    So I'm about at my wits end. I'm try to get Windows XP on my OS 10.5.5 MacBook Pro. I've run into what seems to be a bit of a dead in. Unfortunately my optical drive has gone stupid on me and won't allow me to get through the entire set-up. The Mac h

  • LONG TIME FOR SLEEP?

    My 27" iMac haas been going to sleep when instructed, almost straightaway but for the past few days it has taken at least half a minute to do so.   Will anyone give a hint on what may be causing this?   T.I.A.

  • Ipad calander - seems like a bug

    it seems like a bug: a whole day event in ipad calander appears 1 day earlier than the event day. Whether the event was generated on MS Outlook and was synchronized to the ipad, and wheater the event was generated on the ipad while not connected to t