Alert at login time

Hi Experts,
We want to create an Alert at the time of Oracle Applications Login time for specific user and responsibility only.
How can I accomplish this ?
Can anyone help me in this regards ?
Thanks in advance
Sanjay

Create an alter on FND_LOGS table -- http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=FND_LOGINS&c_owner=APPLSYS&c_type=TABLE
What is the Relationship Between the ICX_SESSIONS Table and the FND_LOGINS Table? (Doc ID 358823.1)
Oracle Alert User's Guide
http://docs.oracle.com/cd/E18727_01/doc.121/e12951/toc.htm
Thanks,
Hussein

Similar Messages

  • Need clarification on App-Insights alert rule response time

    Hi All,
    I have created availability test (Multi steps test) for one scenario of my application. Using Alert rule functionality of App-Insights I am trying to set alert for response time alert. There is option to set response time alert for location-wise. Here my
    confusion is this response time alert for my webtest (which I created for scenario of my application like registration process or login process etc) or for location. See the below screenshot for more details
    Regards,
    Sandip

    Hello Sandip,
    Each multi-step web test is executed from the different locations of your choice.
    Say, it's executed from location A and "Response Time" is higher than a threshold but at the same time, the same test executed from location B has "Response Time" fast enough to be under the threshold... Then the alert logic kicks-in:
    if alert is set to fire in case of >=1 location with the threshold violation, then you'll get an alert; on the other hand, if it's set to fire in case of >2 locations with the violation, then location A is not enough and no alert will be issued.
    Dmitry Matveev

  • User Login Time in obiee 11g

    Hi all,
    we can get get the user login time using
    *@{session.loginTime}*
    But my requirement is to get the last login time ie., Previous login time.
    How to achieve this.
    Thanks,
    Haree.

    Hi MK,
    Thanks a lot for your response.
    I am not aware about that. Can you please explain me in brief.
    Possibly if you have any document related to it please share with me.
    Thanks,
    Haree.

  • Help with exception: A connection could not be obtained in the specified login time of 5 seconds

    Hi Kodo gurus,
    I run into following problem:
    Since I start to use JDOQL queries, the system I am developing start to
    throw Exception saying:
    javax.jdo.JDODataStoreException:
    com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper:
    [SQL=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = 'learningMode1']
    [PRE=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = ?]
    A connection could not be obtained in the specified login time of 5
    seconds. [code=0;state=null]
    NestedThrowables:
    com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper:
    [SQL=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = 'learningMode1']
    [PRE=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = ?]
    A connection could not be obtained in the specified login time of 5 seconds.
         at
    com.solarmetric.kodo.impl.jdbc.runtime.SQLExceptions.throwDataStore(SQLExceptions.java:23)
         at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager.executeQuery(JDBCStoreManager.java:732)
         at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCQuery.executeQuery(JDBCQuery.java:93)
         at com.solarmetric.kodo.query.QueryImpl.executeWithMap(QueryImpl.java:792)
         at
    com.solarmetric.kodo.query.QueryImpl.executeWithArray(QueryImpl.java:668)
         at com.solarmetric.kodo.query.QueryImpl.execute(QueryImpl.java:609)
    It seems it always happens when we are doing a query. I had the
    "javax.jdo.option.MaxPool=20" and for postgresql I have "max_connections
    = 80", the action I am doing at that time is quite simple (and the
    system is just freshly started) and I would not expect it is using more
    than 2 connections since there is only one read and one write going on.
    Do you guys have any clue how could this happen? do I miss something
    obvious? and how are the connections managed for the query?
    thanks a lot!
    Tao

    Hi, Steve,
    Sorry I am late on the responding - was distracted by some other stuff -
    here is the stack trace I got:
    // STATCK TRACE
    //###############################################################javax.jdo.JDODataStoreException:
    com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper:
    [SQL=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = 'learningMode3']
    [PRE=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = ?]
    A connection could not be obtained in the specified login time of 5
    seconds. [code=0;state=null]
    NestedThrowables:
    com.solarmetric.kodo.impl.jdbc.sql.SQLExceptionWrapper:
    [SQL=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = 'learningMode3']
    [PRE=SELECT t0.JDOIDX, t0.JDOCLASSX, t0.JDOLOCKX, t0.booldefaultval,
    t0.datatype, t0.name, t0.strdefaultval FROM PROPERTYDEFX t0 WHERE
    t0.name = ?]
    A connection could not be obtained in the specified login time of 5 seconds.
    at
    com.solarmetric.kodo.impl.jdbc.runtime.SQLExceptions.throwDataStore(SQLExceptions.java:23)
    at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager.executeQuery(JDBCStoreManager.java:732)
    at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCQuery.executeQuery(JDBCQuery.java:93)
    at
    com.solarmetric.kodo.query.QueryImpl.executeWithMap(QueryImpl.java:792)
    at
    com.solarmetric.kodo.query.QueryImpl.executeWithArray(QueryImpl.java:668)
    at com.solarmetric.kodo.query.QueryImpl.execute(QueryImpl.java:609)
    at
    com.cloverworxs.impl.as.profile.PropertyHelperImpl.findPropertyDefByName(PropertyHelperImpl.java:37)
    at
    com.cloverworxs.impl.as.profile.ProfileBase.getStringProperty(ProfileBase.java:103)
    at
    com.cloverworxs.app.struts.handler.ProfileHelper.getLearningModes(ProfileHelper.java:177)
    at
    com.cloverworxs.app.struts.handler.KuarkHandler.handleTree(KuarkHandler.java:106)
    at
    com.cloverworxs.app.struts.handler.MovableKuarkHandler.handleTree(MovableKuarkHandler.java:89)
    at
    com.cloverworxs.app.struts.handler.RecorderKuarkHandler.handle(RecorderKuarkHandler.java:111)
    at
    com.cloverworxs.app.struts.action.RecorderController.detail(RecorderController.java:251)
    at
    com.cloverworxs.app.struts.action.AbstractModelAction.execute(AbstractModelAction.java:118)
    at
    org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:465)
    at
    org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at
    com.cloverworxs.app.struts.RequestProcessor.process(RequestProcessor.java:44)
    at
    org.apache.struts.action.ActionServlet.process(ActionServlet.java:1422)
    at
    org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:505)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
    at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    at
    org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:260)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2396)
    at
    org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at
    org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:170)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at
    org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
    at
    org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at
    org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at
    org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at
    org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
    at
    org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405)
    at
    org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:380)
    at
    org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508)
    at
    org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533)
    at java.lang.Thread.run(Thread.java:536)
    NestedThrowablesStackTrace:
    java.sql.SQLException: A connection could not be obtained in the
    specified login time of 5 seconds.
    at
    com.solarmetric.datasource.DataSourceImpl$AbstractPool.timeout(DataSourceImpl.java:615)
    at
    com.solarmetric.datasource.DataSourceImpl$AbstractPool.getConnection(DataSourceImpl.java:589)
    at
    com.solarmetric.datasource.DataSourceImpl.getConnection(DataSourceImpl.java:326)
    at
    com.solarmetric.datasource.DataSourceImpl.getConnection(DataSourceImpl.java:319)
    at
    com.solarmetric.kodo.impl.jdbc.runtime.DataSourceConnector.getConnection(DataSourceConnector.java:51)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.getConnectionFromFactory(SQLExecutionManagerImpl.java:183)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.getConnection(SQLExecutionManagerImpl.java:142)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.prepareStatementInternal(SQLExecutionManagerImpl.java:807)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.executePreparedQueryInternal(SQLExecutionManagerImpl.java:761)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.executeQueryInternal(SQLExecutionManagerImpl.java:691)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.executeQuery(SQLExecutionManagerImpl.java:372)
    at
    com.solarmetric.kodo.impl.jdbc.SQLExecutionManagerImpl.executeQuery(SQLExecutionManagerImpl.java:356)
    at
    com.solarmetric.kodo.impl.jdbc.ormapping.ClassMapping.selectPrimaryMappings(ClassMapping.java:1221)
    at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCStoreManager.executeQuery(JDBCStoreManager.java:707)
    at
    com.solarmetric.kodo.impl.jdbc.runtime.JDBCQuery.executeQuery(JDBCQuery.java:93)
    at
    com.solarmetric.kodo.query.QueryImpl.executeWithMap(QueryImpl.java:792)
    at
    com.solarmetric.kodo.query.QueryImpl.executeWithArray(QueryImpl.java:668)
    at com.solarmetric.kodo.query.QueryImpl.execute(QueryImpl.java:609)
    at
    com.cloverworxs.impl.as.profile.PropertyHelperImpl.findPropertyDefByName(PropertyHelperImpl.java:37)
    at
    com.cloverworxs.impl.as.profile.ProfileBase.getStringProperty(ProfileBase.java:103)
    at
    com.cloverworxs.app.struts.handler.ProfileHelper.getLearningModes(ProfileHelper.java:177)
    at
    com.cloverworxs.app.struts.handler.KuarkHandler.handleTree(KuarkHandler.java:106)
    at
    com.cloverworxs.app.struts.handler.MovableKuarkHandler.handleTree(MovableKuarkHandler.java:89)
    at
    com.cloverworxs.app.struts.handler.RecorderKuarkHandler.handle(RecorderKuarkHandler.java:111)
    at
    com.cloverworxs.app.struts.action.RecorderController.detail(RecorderController.java:251)
    at
    com.cloverworxs.app.struts.action.AbstractModelAction.execute(AbstractModelAction.java:118)
    at
    org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:465)
    at
    org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    And following is the code of "findPropertyDefByName" method:
    // SOURCE CODE
    public PropertyDef findPropertyDefByName(String propertyName) {
    Extent propertyExtent = pm.getExtent(PropertyDef.class, true);
    String filter = "name == propertyName";
    Query q = pm.newQuery(propertyExtent, filter);
    q.declareParameters("java.lang.String propertyName");
    Collection c = (Collection) q.execute(propertyName);
    int size = c.size();
    if (size == 0) {
    return null;
    if (size > 1) {
    // bad exception type
    if (logger.isWarnEnabled()) {
    Iterator iter = c.iterator();
    while (iter.hasNext()) {
    Object obj = iter.next();
    logger.warn("result=" + obj);
    throw new RuntimeException(
    "Assertion of Uniqueness of propertyName failed");
    PropertyDef pdef = (PropertyDef) c.iterator().next();
    q.closeAll();
    propertyExtent.closeAll();
    return pdef;
    The transaction is started and committed outside of this call.
    Hope this helps you understanding my problem, and Thanks a lot!
    cheers,
    Tao
    Steve Kim wrote:
    Can you post or send me a test case or the applicable portion of the code?

  • How to track the login time and logout times of clients

    hai
    please give me the solution
    suppose there are 5 systems connected in LAN.
    how to track the login time and logout times of clients
    for a given time(may be one day or 1 hour) using any programming language.
    please give me the solution

    When the client logs in you write the client's ID and the current time to a database. Likewise when the client logs out. Assuming of course that you have a program that knows when those events occur.

  • Very Slow VDI Client Login Time

    Hi,
    My environment contains two Hyper-V Servers for DCs, Connection Broker, RD-Web, and two Hyper-V servers as virtualization host to thin clients. All Hyper-V servers are only 35% utilized and all client VMs don't have a performance issue.
    After setting up the roles and creating the "Personalized Pools", I open the RD-Web, click on the collection and here it takes a very long time in securing connection part, then a warning message appears for the connection broker self-signed certificate,
    I accept it and again a very long time to open the VM.
    After searching the internet I figured out that I should install "PFX" certificates for the connection broker (SSO, Publisher). In my environment, we don't use a public certificate from trusted root CAs, however, we have our own "Enterprise
    Root CA".
    I then figured that I should create a certificate with the following attributes:
    Advanced Key Usage: Server Authentication, Client Authentication
    Key Usage: Data encipherment, Digital Signature, Key Agreement
    I created the certificate and imported it to the RD CB, however, the "securing connection" part was even slower than before, so I duplicated the "Computer" certificate, and configured 1024 bit certificate instead of the old one "2048".
    The "securing connection" part is taking half the time now, however it is still very long "+60 seconds" to open the VM.
    I still suspect that it is a certificate issue and not sure if I have done the correct certificate.
    Would anyone help in this case and providing the correct steps to install a certificate for the RD CB from internal CA.
    Thanks.

    Hi,
    To avoid confusion, let's focus on the same thread.
    http://social.technet.microsoft.com/Forums/en-US/17fb24d7-61a7-49be-83b3-35bd9d8b6863/very-slow-vdi-login-time?forum=winserverTS
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • Creating alert at run time

    Our current forms use the MESSAGE built-in to display
    error messages. When people are doing data entry and a message
    comes up, they might hit the enter key as part of their
    processing and never see the message. What we want is
    an alert-type screen that has more than one button so that
    we can place the focus on something other than OK in order
    to make it more difficult for them to miss the error message.
    Something like this:
    while key pressed != 'OK'
    loop
    display message
    end loop
    With this scheme they would have to change the focus from the
    non-OK button, ensuring that they have seen the message.
    An alert would work just fine for this. In order to make
    the integration of this new message processing easier we had hoped
    to put the creation of the alert and the loop in a .PLL file so
    the only change to the application would be to change MESSAGE to
    NEW_MESSAGE in the application's code.
    I can't find any documentation on creating alerts at run time.
    Is there a way to do that, or some other ideas on how to handle
    this situation?
    The applications run in a noisy environment, so having the
    application make a different sound might not work.
    null

    You just need one alert created in each form, rather you can reference one alert from a template and change the alert text runtime.
    Look at set_alert_property.

  • Increased Login Time

    Hi Everybody,
    I have a macbook(intel processor with mac os x 10.6.1) bought it last February, it was working perfectly fine, up until a few weeks ago, that it crashed. I had put it into sleep, after some time when i tried to login, it took too much time in verifying the password, i did a forced shutdown, but after restarting i couldn't login. I repaired with the OS X DVD. Since then my computer hasn't been like what it used to be. I thought maybe a reinstallation might solve the problem. I reinstalled it two weeks ago, it worked find for the first week, but after that it started taking time in every single process.
    Now since last night the login time has increased(by login i mean, from the login window that i write my user/pass it takes more than one minute before its usable!). and also while doing something in finder or launching applications it freezes for some seconds! I tried repairing disk permissions/emptying caches (with Onyx) but the problem still persist.
    Have anyone encountered such a problem? or can anyone atleast give me a clue what the cause might be?
    Thanks

    zap PRAM (restart hold option, command, P and R)
    safe boot (restart holding shift)
    check smart status from disk utility. it should say "verified" if the hard drive is okay

  • Portal Users Login Time during a particular interval

    Hello,
    I have gone through many forums and blogs but didn't find any helpful comments on how do I get the list of users and their respective login times during a particular time interval. All my users are stored inside the portal only, I am not using a dual stack system. Please tell me if there is some way to find out the solution to this problem.
    Thanks  & Regards
    Ashish Patel

    Dear Ashish
    Have you checked the Portal DB Tables ?
    For example this table WCR_USERSTAT  might be of use to you (but there are others).
    But you might not find the information for "a particular interval". I believe you will have to do some development for that.
    Kind Regards
    /Ricardo Quintas

  • ADS application login time takes 2 minutes

    Hi we have deployed 6 applications in one of our managed server and among the 6 applications is the ADS login application which connects to other application modules after loggin in.
    We are using wls-10.3.3. We have given 2GB heap space to that managed server. We are using these applications in our Test environment.
    When ever any single user trying to login in to the ADS login application in windows, it takes about 2 minutes to login and then home page of the application is displayed.
    Please any one give suggestions on how to decrease the login time.

    Hi Rene,
    After giving the userid and password in ads login application and click login we see the browser connecting to the application and we get the message "http://pstest/psadslogin/faces/login/ldappsverify.jspx-Windows Internet Explorer" on the top of the white page and it is displayed for long time, where ps(project sundaram) is the name of our project. It is taking time in authentication and in verifying the ldap directory. The home page of the application is displayed after 2 minutes, some times 1 min,sometimes 30sec, sometimes less than 30 sec and in rare times it displays fast in 5 to 10 seconds. I am not understanding why it is taking long time to login. Suggest any parameters to be set in Weblogic server side.
    Please suggest any ideas on this. We have deployed the applications in Oracle weblogic server 10.3.3, in linux server. And we are using Oracle 11gR2 database.
    Thank you.
    Edited by: yrk16 on Sep 5, 2011 6:11 PM
    Edited by: yrk16 on Sep 5, 2011 8:41 PM

  • Linotype FontExplorer X auto-activation slows login time

    Hello folks,
    My problem is not that the core application FontExplorer X automatically opens at login. I have 'deactivated.. at login' - so the application itself only opens whenever I click it in the dock. However, the application's 'AutoLoad' plug-in starts at login. This is presumably a built-in feature that allows the core application FontExplorer X to load very quickly when selected at a later time. However, as a result, this seriously slows down my computer's login times.
    I've tried to remove it from login items, but it's only a temporary solution - as the next time I select the core application during the course of the day, I've found that the 'AutoLoad' plug-in 'reinstalls' itself in login items. Is there a way I could stop this 'AutoLoad' plug-in from starting up when I login and remove it permanently from 'login items'?
    Thanks.

    Here is the official work-around for this problem.
    1. Locate "FontExplorer X Pro.app" in Applications
    2. Right-click on "FontExplorer X Pro.app" and select "Show Package Contents"
    3. Navigate to /Contents/Helpers/
    4. Double-click "FontExplorerXLauncher-3.app" or right-click and "Open" to launch it manually. This is needed only once, afterwards the plugins will work normally.
    Please make sure you open the version with the "-3" suffix, the other one does not fix the problem.

  • GW Export - Login Time conversion

    Hi,
    When I use GW Import/Export to get the Login Time it is displayed as a very large number. I learned this is actually the number of seconds since January 1, 1970. I'm no math major so is there anyone who has a formula that I could use in Excel to convert this number into a useable and recognizable Date & time value? Thanks in advance.
    Mike

    Take a look @ this thread:
    http://groups.google.dk/group/micros...browse_thread/
    thread/1f645fba2b1a76b3/14eae6665bdbcb65?lnk=st&q=unix+start+date+excel&
    rnum=4#14eae6665bdbcb65
    Best Regards
    Tommy Mikkelsen
    IT Quality A/S
    Denmark
    Novell Support Forums SYSOP
    Please Report back any success or failure, That way we all learn
    Sorry, but no support through email
    "I hate bugs".......Tommy Lee Jones, MIB
    Be a GroupWiseR, go http://www.groupwiser.net

  • Long login times on solaris 10

    I had this nested in another thread, pulling it out to be seen
    easier I hope...
    I have a solaris 10 install that has a very long login time.
    If you telnet or ssh to the machine, you are prompted for the username
    and then password, then the system takes 4-5 minutes
    to get you into the system. (to a prompt)
    We do not use NIS and the home directory is on the local
    root disk, so I don't think it would be an issue of finding
    the home dir.
    Initially I saw this problem above, where I would get a username
    prompt, then the many minute pause, then the password prompt.
    Once I'm in past this point, I have no problems. I don't see any errors
    in the logs either.
    I initally thought it might be the pam.conf causing problems.
    (was just doing ssh) but I've seen the same issue from telnet
    and I've removed the one call in sshd_conf to pam that I
    could find.

    how is the resolver working? Can you reverse-lookup IP addresses?
    When you logon to the machine using ssh SSH will try and reverselookup your IP-address, if this doesn't succeed there will be a timeout of a few minutes.
    So, try and run nslookup <an ip address> to test your resolver.
    Also verify you resolv configuration:
    grep ^hosts /etc/nsswitch.conf
    cat /etc/resolv.conf
    7/M.

  • User Last Login Time

    I'm trying to use DS6 built-in functionality for tracking user's last login time. I created a new password policy and enabled pwdKeepLastAuthTime attribute. Then I tried signing into Access Manager.
    According to the documentation, an attribute pwdLastAuthTime should be added to the user entry, but it is not there.
    Any ideas how I can get this to work?

    Last login time is a feature provided with the new Directory Server password policy implementation introduced in DS 6 and is not part of the compatibility mode. Check the Directory Server password policy compatibility mode:
    $ dsconf get-server-prop ... | grep 'pwd-compat'
    pwd-compat-mode : DS5-compatible-mode
    The Directory Server password policy compatibility mode must be advanced past DS5-compatible-mode:
    $ ldapmodify ...
    dn: cn=Password Policy,cn=config
    changetype:modify
    replace:pwdkeeplastauthtime
    pwdkeeplastauthtime:TRUE
    modifying entry cn=Password Policy,cn=config
    ldap_modify: DSA is unwilling to perform
    ldap_modify: additional info: (Password Policy: modify policy entry) "pwdKeepLastAuthTime: TRUE" is not supported in server mode DS5-compatible-mode ("cn=config" pwdCompat: 0).
    $ dsconf pwd-compat ... to-DS6-migration-mode
    $ dsconf get-server-prop ... | grep 'pwd-compat'
    pwd-compat-mode : DS6-migration-mode
    Now it should work. If not, please try binding directly to the directory server as the user (e.g., do an ldapsearch as that user) and check the entry.

  • LDAP attribute for user's last login time?

    Hi all,
    Is there an LDAP attribute that I could return (via an "ldapsearch" query) that would contain the user's last login time?
    We have:
    Directory Server Version: 5.2_Patch_2 ; Build number: 2004.107.0034
    other...
    Identity Server 2004Q2
    sparc-sun-solaris2.9
    Thanks in advance!

    Hello,
    If you need this info, you will have to create a password policy that log last logon time.
    But be carefull with this function, it can create a lot of cpu load.
    <http://docs.sun.com/app/docs/doc/820-4809/fhkrj?l=en&n=1&a=view>
    Regards
    Eric.

Maybe you are looking for

  • How do I move my itunes library to an external hard drive?

    How do I move my itunes library to an external hard drive?

  • Embed Flash in DW Extension

    Anyone Help!? I'm trying to embed a Flash SWF in a DW extension. So far, so good ( I put it in my Command html page between form tags and it appears). Now I'd like it to communicate back with the JavaScript engine inside DW. Anyone know how? I know t

  • Iphoto/mountain lion problems

    I upgraded to mountain lion and wiped my computer, I am pretty sure when I got my mac iphoto etc was already just on it! now I have had to pay to upgrade and dont have iphoto and have to buy it? Is there any way round this, I do not have an ilife dis

  • Cursors - More number of repeated full table scans

    Hai, If i execute the below mentioned query in sql*plus select distinct cod_acct_no, a.cod_cc_brn, a.cod_prod from account_master a, product_master b where a.prod_no = b.prod_no and b.cod_sc_pkg = var_pi_cod_sc_pkg and cod_acct_stat not in ( 1,5) UNI

  • Oracle 11g compatiblity with Windows Server 2008 R2

    Hello Experts, Can 'Oracle Database 11g Release 1 (11.1.0.7.0) for Microsoft Windows Server 2008 x64' be installed on Windows Server 2008 R2 x64? Thanks, Ashish