What's the possible reason to lock a login account?

If a login account locked not by sp_locklogin. what 's the possible reason to lock a login account?
for testing purpose, I try to connect ASE 15.4 with a specific account and put a wrong password intentionally more than 5 times with sybase central but the account not locked.

Do you have ASE configured to lock logins after 5 failed attempts?
This can be configured serverwide with
sp_configure "maximum failed logins", 5
-bret

Similar Messages

  • What are the possible reasons why I cannot reactivate using my AppleID, even though I already change its password with the help of Apple personel

    What are the possible reasons why I cannot reactivate my Iphone5 using my AppleID, even though I already change its password with the help Apple personel

    If the password for your Apple ID works at id.apple.com > Manage Apple ID, then it's likely that the Apple ID the device wants you use is not the same as the Apple ID you are using.
    Exactly what screen are you at on your iPhone?  It sounds like it is in Activation Lock.

  • My Personal Hotspot suddenly Stopped working..What is the possible reason??plzz reply ASAP

    Please help me. I'm Switching on my Personal Hotspot option but still hotspot isn't getting ON. what are the possible reasons reply ASAP

    iOS: Troubleshooting Personal Hotspot - Apple Support

  • What are the possible reasons why this R3 info not getting to BW?

    Hi,
    I have data coming into BW from R3 a datasource DataSorce1; When it gets to BW, SalesOrg numbers 22941 and 22942 comes to BW without problem but 22943 which is a new config. In the R3 master data does not get to BW.
    1. What are the possible ways to troubleshoot this?
    2. How can I confirm that the data shows in R3: i.e. showing my SalesOrg 22941 and 22942 in R3, and also confirm that 22943 truly exists in R3.
    3. How do I confirm that 22943 did not get to BW (if it exists in R3)?
    4. What if this is some custom program bringing 22941 and 222942 to BW? How do I see the program name and track down why the third one is not getting to BW?
    Please provide the necessary to tcode in all the discussions
    Thanks

    1. 1st thing... If there is no Sales againest Sales Organization. you won't see in Cubes if it is part of Transactional Data. <u>Load New Sales Organization Texts</u>.
    1.  If it is new Sales Organization as Navigation Attribute only(Assume for Sales Order), try activate your master data for Sales Order. check in your Sales Organizatio IO Master Data and Sales Order Master Data
    2. If it is Part of Transactional Data, Check in your RSA3, PSA.
    How to check in RSA3?: If you are usng 2LIS_11_VAHDR. goto se16, provide VBAK table, press enter. in the Select for Sales Organization. Put 22943. Provide Order type Standard Order. and Execute. Take any Order Number from output list.
    Goto RSA3, provide your choosen sales order in the RSA3 selection in Sales Order field Execute it.
    If you are able to find this Sales Order in Both RSA3 and PSA. You are getting Data for 22943 Sales Organization.
    case 1: If you are able to see Choosen Sales Order in RSA3, not in PSA. check User Exit Code.
    case 2 : If you are able to see Choosen Sales in PSA and Not in Targets. check all transformation.
    Are you working with Standard DS(2LIS_11_) or Custom Datasource(Z)?
    Nagesh Ganisetti.
    Assign points if it helps.

  • If the trigger is not working what is the possible reason

    I update the form then suppose auto update the table PaymentRecords , but today it sudden not working , not error on the trigger , what is the possible mistake ??
    delimiter $$
    CREATE TRIGGER Date_PaymentRecord
    AFTER UPDATE ON tableA
    FOR EACH ROW BEGIN
    IF NEW.Ast= 'on' THEN
    UPDATE PaymentRecords SET DueDate = New.ADate
    WHERE FeeType = 'Fee 1st Instalment'
    and PaymentRecords.UserId=New.UserId;
    end if;
    END$$
    delimiter ;
    not error at all , just not work

    This is the forum for issues with the SQL Developer tool. You should ask your question in the SQL and PL/SQL forum.

  • What's the possible reason to cause dbcc running automatically?

    I have a sp which truncates a large table(large 3G) and insert data into the table again(rebuild data for this table). When I run it on a production, it is fine.
    but when I run it on a dev, it is very slow. After check the info in detail, I found there are lot of dbcc running during the sp running time.
    when running the sp, got output like frequently:
    09:35:58.865
    DBMS
    mysyb -- SQL Text: exec myproc ...
    09:35:58.896
    DBMS
    mysyb -- DBCC execution completed. If DBCC printed error messages, contact a user with System Administrator (SA) role.
    09:35:58.912
    DBMS
    mysyb -- DBCC execution completed. If DBCC printed error messages, contact a user with System Administrator (SA) role.
    09:36:00.599
    DBMS
    mysyb -- DBCC execution completed. If DBCC printed error messages, contact a user with System Administrator (SA) role.
    Not sure why. Before running the sp, somebody try to partition this table and then remove the partition. not sure if this is the reason.
    So how to find out the reason for this dbcc? it is running automatically. If dbcc checktable or dbcc reindex will resolve this problem?

    I can't think of any obvious way to trigger a dbcc on those actions, aside from rewriting sp_extendsegment, etc. to include a dbcc command.
    A couple more possible approaches:
    1)  If the dbcc is one that doesn't normally send output to the client except for the "dbcc exection complete" message, then turning on switch 3605 will direct the output to the errorlog and possibly allowing us to figure out which dbcc command(s) are being run, which may help figure out why and how they are being run.   ("undocumented" DBCCs like page, usedextents, etc. don't send output to the client by default)  3605 won't  help if the dbcc is one that normally sends output to the client (checkdb, checkindex etc.), nothing additional will be sent to the ASE errorlog.
    set switch on 3605
    go
    execute <yourprocedure>
    go
    2) You might run your procedure under the stored procedure debugger utility sqldbgr and step through it while watching the output to see what statements trigger the dbcc message.
    -bret

  • What are the possible reasons for bill simulation fail on one day or

    one period?  Thanks.
    ie:
    Bill sim process flag is X in table ZET_SM_BIL_DAILY on a particular day or a particular short period.
    Edited by: dan421 on Oct 24, 2011 11:23 PM

    Hi,
    There are many reason for faliur of bill simulation, can you please eloborate what error message you are getting.
    Ritesh

  • What are the possible reasons for a procedure to go into uncompiled state?

    hi,
    we are working on a warehousing project where in we have a set of procedures that run every day to fetch the data from the source and populate it into the target. For the past few days some of these procedures are going into un-compiled state even though nobody has touched these procedures for a long time.
    The behavior of these procedures is not consistent in the sence that when these procedures are run through the scheduler, these procedures are getting failed, where as when we run them manually they are working fine and subsequently when we try running them through the scheduler again they seem to be working.
    following is the error message that is displayed when this procedures are failed:
    ORA-04062: timestamp of package has been changed.
    Kindly help me.
    Thanks,
    Raaji.

    Thanks for the reply.
    No, My procedure is not using any db links. And i have checked for remote_dependencies_mode, by using the below query and I got the VALUE as TIMESTAMP.
    SELECT name, value
    FROM gv$parameter
    WHERE name = 'remote_dependencies_mode';
    Do I need to change this value to SIGNATURE?
    Thanks,
    Raaji.

  • What are the possible reasons for adobe flash player crashing constantly?

    I utilize mixcloud, soundcloud,and podomatic on a daily basis, and recently have been having problems getting these three to play.  I'm not certain if there is a clash between the various plug-ins within my mozilla firefox browser.  The error messages that I have been receiving sometimes acknowledge the problem as a adobe flash player error, a shockwave flash player error, and sometimes as a flash blocker being enable in my browser, which keeps me from receiving any audio playback and the music from downloading onto the page. I'm constantly being asked to reload the page, or request a crash report. Has anyone encounter this problem?  Help!

    Uninstall BOTH Flash Player and Shockwave using the Control panel.
    Reinstall both using Flash Player Plug-in (All other browsers)
    and http://get.adobe.com/shockwave/
    Reboot
    In Firefox, click Tools>Addons
    Check to be sure BOTH plugins are enabled and the LATEST version

  • The web developer toolbar wont load on my computer, what are the possible solutions?

    when i click to download the toolbar now, firefox refreshes as it should be nothing happens.
    maybe i dont see the toolbar? i cant find it.
    what are the possible reasons its not downloading and what can i do?

    Hey lydiabat10,
    Thanks for using Apple Support Communities.
    Looks like the iPhone won't allow explicit content on it. One thing you may want to look at is the Restrictions.
    iOS: Understanding Restrictions (parental controls)
    http://support.apple.com/kb/HT4213
    Have a nice day,
    Mario

  • Iphone 5s, Can't easily send sms. already updated in ios 7.1, What could be the possible reason and solution?

    I got my iphone 5s last 2 months, and it's ios is 7.0.6, after a month i can't easily send SMS, i have several apps and games. I tried to update my ios but still the problem persist. What could be the possible reason and what are the solutions? Please help me. 

    Technoboy14 wrote:
    I got my iphone 5s last 2 months, and it's ios is 7.0.6, after a month i can't easily send SMS, i have several apps and games. I tried to update my ios but still the problem persist. What could be the possible reason and what are the solutions? Please help me. 
    What does "can't easily send SMS" mean? What problems are you having with SMS? Without details, no one could possibly give you a reason or solutions.
    Have you tried resetting your device by pressing and holding the Home button and power button until the silver apple appears?

  • What are the various reasons that result in locking an user login id .....

    what are the various reasons that result in locking an user , for development server?

    Hi,
    Basic reason behind the locking user id is incorrect logons.
    Goto Tcode : S_BCE_68001402 .
    You can find the exact number of incorrect logons and reason.
    regards,
    Raju

  • What could be the possible reason for a deployed application to run slow after the target pc comes out of standby mode?

    What could be the possible reason for a deployed application to run slow after the target pc comes out of standby mode?  PC running XP and using the USB to communicate with the DAQ and driver boards.  Application generated with 2010.
    Thanks

    Hello,
    Usually default property is checked 
      system property -> devices ->usb root -> power management -> allow system to switch off device
    Hope this help
    Regards
    Tinnitus
    CLAD / Labview 2011, Win Xp
    Mission d'une semaine- à plusieurs mois laissez moi un MP...
    RP et Midi-pyrénées .Km+++ si possibilité de télétravail
    Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
    Don't forget to valid a good answer / pensez à valider une réponse correcte

  • What are the possible errors that can happen in data loads(rsmo monitor)?

    hi all,
    what could be the error that could result in red color in the RSMO  monitor of data load transaction?
    1. request everything ok
    (what are the possible error type which make here red)
    2. extraction everything ok
    (what are the possible error type which make here red)
    3. transfer (idocs and trfc) error occured?
    (what are the possible error type which make here red)
    4. processing
        - data package
    5. process chain
    (what are the possible error type which make here red)
    6 other messages.
    (what are the possible error type which make here red)
    thanks
    pooja

    Hi,
    I can tell you the most common reasons of these failures.
    1. request everything ok
    Here it will be telling you if the request was properly send to source system and got triggered there.
    2. extraction everything ok
    In this step the actual extraction of data happens, issue slike sysfail or CPIC error may cause this to fail.
    3. transfer (idocs and trfc) error occured?
    When extraction is complete and data is being send to BW. But if dur to some reason it fails, error may come here.
    4. processing
    Processing in BW fails for each data packet is displayed here.
    This can also happen when you have sysfail in source.
    5. process chain
    This can show the logs of the chain here and also status of subsequent process.
    6 other messages.
    Any other error message.
    Refer
    What is the information we can get the through details tab in RSMO
    working with RSMO errors
    http://help.sap.com/saphelp_nw70/helpdata/en/12/43074208ae2a38e10000000a1550b0/frameset.htm
    Also
    Data Load Errors
    /people/siegfried.szameitat/blog/2005/07/28/data-load-errors--basic-checks
    Data Load issues
    Errors in loading
    data loading errors
    load Errors
    Process Chain Errors
    /people/mona.kapur/blog/2008/01/14/process-chain-errors
    Common Process chain errors
    process chain issues or errors
    Hope this helps.
    Thanks,
    JituK

  • Please explain the possible reasons of manufacturing through Subcontractor.

    Dear experts,
         The question was asked to me in interview -
         Why we prefer Material manufacturing by Subcontracting Procedure?
         Even though the company is having own machinery set up and man power, then also what  
         Are the Reasons for manufacturing the components by Subcontracting?
         Please mention all the possible reasons on this question.
         Thanks in Advance !

    Hi Kiran,
    Some of the reasons for sub-contracting-
    1. Cost
    2. Capacity not available at our plant, due to overload or full capacity booking by other processes
    3. Subcontractor has requisite tools and / or better know-how of that process.
    4. The volumes does not justify carrying out the process in-house.
    Hope the above was helpful.
    Regards,
    Vivek

Maybe you are looking for

  • Getting general error when saving site using "create PDF from"

    I'm using Adobe Acrobat Professional 8.0.0 for Mac, trying to save websites. This started working fine, but I had to shut down in the middle of a site being saved. Now when I try to save a site  using Web Capture/create PDF from I get a "general erro

  • Help required in the installation of Designer package

    Hi, I have a query from the user on the installation of Designer package of Oracle Forms 6i. He says "I have successfully isntalled a version of the runtime application but I am unable to install the Designer Package. The installer stops at plus80.ma

  • Customer Down Payment w.r.t sales order only

    Q1- We are posting Customer Down payment w.r.t Sales order number with line item number. How come we enter sales order number only without line item number at the time of down payment. Q2- After the down payment posting F-29 , how its possible to cha

  • Memory upgrade - how much

    Is 8GB the max ram I can install in my Macbook Pro 5,3

  • Weblogic.rmi.internal.LocalServerRefMissing

    I am Attempting to serialize and deserialize a stateful session bean. The deserialization seems to be the problem. I have figured out that the line throwing the error is the "readObject" line. A similar problem was reported on Jan 31 2002, but the so