Please help me for checking the userid and password process

hi master
sir how i find any record such as user give userid and password in normat textfield thad not bound with data provider only i drop in page and also i drop dataprovider in page and i check that userid and password from table
if found userid and password in table then move user to next page oterwise give message not righet user
i am use this code but this code give me error
see
try {
RowKey userRowKey = customerDataProvider.findFirst
(new String[] { "CUSTOMER.USERID", "CUSTOMER.PASSWORD" },
new Object[] { loginUserId.getText(), loginPassword.getText() });
if (userRowKey == null) {
error("Invalid user id or password");
return null;
i try this but this command also give me error
textfieldy.setValue(partytableDataProvider.getValue("PARTYTABLE.PARTYID"));
==========
textfiedlsetValue(getSessionBean1().getPartytableRowSet().setObject(1,partytableDataProvider.getValue("PARTYTABLE.PARTYID"));
===========
texfield.setValue(partytableDataProvider.getValue("PARTYTABLE.PARTYID").toString());
see error
Possible Source of Error:
Class Name: com.sun.data.provider.impl.CachedRowSetDataProvider
File Name: CachedRowSetDataProvider.java
Method Name: getFieldKeyInternal
Line Number: 481
Source not available. Information regarding the location of the exception can be identified using the exception stack trace below.
Stack Trace:
com.sun.data.provider.impl.CachedRowSetDataProvider.getFieldKeyInternal(CachedR owSetDataProvider.java:481)
com.sun.data.provider.impl.CachedRowSetDataProvider.getFieldKey(CachedRowSetDat aProvider.java:439)
com.sun.data.provider.impl.AbstractTableDataProvider.findFirst(AbstractTableDat aProvider.java:143)
logintestform.Page1.button2_action(Page1.java:442)
sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-2)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun
please give me idea how i find record in table
thank's
aamir

Hi ,
Wondering if you were able to get past this issue. If not , I would suggest checking the prefix's on the metadata of the column name.
Radhika

Similar Messages

  • HT5622 Please help I've lost the question and answer confidential My Account

    Please help I've lost the question and answer confidential My Account

    Hi Saad al saad,
    If you are having an issue with the Security Questions for your Apple ID, you may find the following articles helpful:
    Apple ID: All about Apple ID security questions
    http://support.apple.com/kb/HT5665
    Apple Support: Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/ht5312
    Regards,
    - Brenden

  • Please help I've lost the question and answer confidential My Account

    Please help I've lost the question and answer confidential My Account

    If you have a rescue email address (which is not the same thing as an alternate email address) set up on your account then the steps half-way down this page should let you reset them : http://support.apple.com/kb/HT5312
    If you don't have a rescue email address (you won't be able to add one until you can answer 2 of your questions) then you will need to contact iTunes Support / Apple to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if you don't already have a rescue email address) you can then use the steps half-way down the HT5312 link above to add a rescue email address for potential future use

  • Dear Friends, I am trying to draw a structure in Adobe Illustrator with 3D effect. But I am unable to give it proper shape. Can someone please help me for drawing the similar structure as showed below. I have facing problems in giving 3D effect.

    Dear Friends, I am trying to draw a structure in Adobe Illustrator with 3D effect. But I am unable to give it proper shape. Can someone please help me for drawing the similar structure as showed below. I have facing problems in giving 3D effect.
    Thanks a lot for your great help...

    i made a quick example:
    and what it's made of:
    just shapes and gradients. used a combination of pathfinder and shape builder to get the shapes exact.

  • How do pass the UserID and Password in the SOAP header for web services

    I am encountering issues trying to pass the userid and password in the SOAP header when consuming a 3rd party web service.  Rostewitz posted something similiar but I don't know how to type iv_xml.  Any help would be greatly appreciated.
    Thank you,
    jpina

    It helps to post a link to a thread when you refer to it.  If you are trying to implement that solution though, you can look at the parameter of the corresponding method being called.  The parameter has type 'SIMPLE' which means that it is compatible with all of the predefined elementary ABAP types.  In this case, you should use 'STRING'.

  • How to avoid prompting the userid and password in Drop Down Menu

    Hey Guys hope you can help me.
    I have created a page wherein within that page I have a drop down menu using a javascript here is the code (please see my code below): Now the problem is each time I click any of the selection below the useid and password prompt me.
    Is their any way that this can be fixed so that I cann pass the userid and password as a parameter? I have already tried to pass the &SESSION but it does not work.
    Please enlighten me on this one....
    Thanks,
    Henry
    <select name="P300_selected_alert" size="1" onChange="bringMeHere(this.options[selectedIndex].value)">
    <option value="" selected>-Select One-</option>-->
    <option value="All Alerts">All Alerts</option>
         <option value="Acknowledged">Acknowledged</option>
    <option value="Unacknowledge">Unacknowledge</option>
    <option value="Acknowledged-Resolved">Acknowledged-Resolved</option>
         <option value="Acknowledged-Unresolve">Acknowledged-Unresolve</option>
    <option value="Target Name">Target Name</option>
         </select></td>
    </td>
    <script language="JavaScript1.1" type="text/javascript">
    function bringMeHere(a)
    if (a == "Acknowledged")
    location.href="f?p=103:295:12375097291676676231:NO::";
    else
    location.href="f?p=103:300:12375097291676676231:NO::";
    </script>
    ---------------------------------------------------

    Henry,
    See the change I made to your reports region template on page 1, adding the session id to the links as was suggested earlier:
    var Session_Id = html_GetElement('pInstance').value;
    if (a == "Name")
    location.href="f?p=35225:3:"+Session_Id;
    else if (a == "Employee")
    location.href="f?p=35225:2:"+Session_Id;
    else
    location.href="f?p=35225:1:"+Session_Id;
    And again, you do not want to be hard-coding the application ID anywhere in your code.
    Scott

  • How to use the userid and password infor from Oracle DB in BO

    Out client has the userid and passwords(encrypted) infomration stored in oracle table.
    Is it possible to import this useid and password information into BO .And use the same userid and password from Oracle table for its login authentication and for data security...?
    In other words can the userid/pwd info from Oracle Profile Table imported and re-used in BO Enterprise Edition.

    If the users/pw are in an Oracle LDAP v3 compliant server then you can import them via LDAP plugin, else you would need to bring them in an enterprise users via script. The Import wizard can do this and the SDK (see the SDK forums for more info on how)
    Maintaining the passwords would be difficult unless you are using and industry standard directory like LDAP.
    Regards,
    Tim

  • How to recover the userid and password with out losing data in c drive

    Hi, i have ibm server and installed windows server 2008 r2 standard. i forgot the userid and password for login so i used the password crack tool after that try to login but it shows " The login credentials are in correct" so how to login to
    system and get the c drive data safely with out loose.

    Hi,
    According to your description, I assume you have forgotten the administrator’s password. If you have another administrator account, you can use it to reset the password.
    If you don’t have another administrator account, then there is no Microsoft recommended way to reset passwords due to security considerations.
    Here are some similar threads below I suggest you refer to:
    Forgot Password for Windows Server 2008 R2
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/cc3a6a12-66e9-4a06-97fd-2a5c89d627bc/forgot-password-for-windows-server-2008-r2?forum=winservergen
    forgot windows server 2008 r2 admin password
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/ab435f7e-3927-4fda-a991-80f42e18089b/forgot-windows-server-2008-r2-admin-password?forum=winservergen
    Best Regards,
    Amy Wang

  • How to embed the UserID and Password in WSDL

    Hi
    is there any way to embed the UserID and Password in the WSDL file that is generated by XI.
    Thank You,
    Madhav

    Hi,
    It is not possible by using SOAP adapter. But you can use http adapter with user and password instead of SOAP adapter.
    Follow Stefan Grube's postings in thread how to add the username and password into the WSDL
    Regards,

  • I HAVE TRIED TO PAY MY CREDIT CARD ONLINE BUT WHEN I CLICKED ON CONTINUE I GOT A QUICK FLASH ON MY SCREEN SAYING FIREFOX HAS BLOCKED A POP U,CAN YOU PLEASE HELP ME FOR IN THE FUTURE.

    i tried paying by the same means last time and it did the same again,but managed a payment then but today i had to telephone them,but need to pay online in future could you please help me sort this out,thank you m j wilson.

    This can be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox

  • In SE30 hit list, please help me to understand the GROSS and the NET column

    Here a line from the Hit List :
    Call       = Perform TRANSFER_TO_UNIX  
    Number = 6
    Gross    = 5662 microsecond
    Net       =  810  microseconds
    The whole program execution takes 1.705.253 microseconds.
    Can somebody explain me the meaning of the GROSS and the NET time using this example ?
    The routine TRANSFER_TO_UNIX   has been executed 6 times. That is clear.
    Is the gross time the total time required for a call or for 6 calls ?
    => following documentation , "the gross time is the total time required for A call. This includes the runtime of all modularization units and abap statement called by the subject."
    => but following a blog read on this forum, the gross time is “the total times, not the times per execution”.
    That confused me very much ….
    Can somebody clarify that for me ?
    Also, what I don't understand at all is the NET time
    => following documentation, the net time “is the gross time less the time required for modularization units (MODULE, PERFORM, CALL FUNCTION, CALL SCREEN, CALL TRANSACTION, CALL METHOD, CALL DIALOG, SUBMIT), and for the ABAP statements listed separately. For statements such as APPEND, the gross time is the same as the net time.
    If the gross and net runtimes of a call are different, the call must either contain further calls or modularization units”
    Here is the code of the routine :
      add 1 to w_nb_ok.
      clear l_record.
      l_record-gpart = <f_vkont>-gpart.
      l_record-vkont = <f_vkont>-vkont.
      l_record-mahnv = <f_vkont>-mahnv.
      l_record-zzfbdate = <f_vkont>-zzfbdate.
      l_record-zzcastatus = <f_vkont>-zzcastatus.
      l_record-ktokl =  <f_vkont>-ktokl.
      l_record-regiogr_ca_b =  <f_vkont>-regiogr_ca_b.
      l_record-mahnv_new = <f_vkont>-mahnv_new.
      l_record-zzfbdate_new = <f_vkont>-zzfbdate_new.
      l_record-zzfbdate_upd = <f_vkont>-zzfbdate_upd.
      l_record-zzcastatus_new = <f_vkont>-zzcastatus_new.
      l_record-zzcastatus_upd = <f_vkont>-zzcastatus_upd.
      transfer l_record to w_output_file.
    I
    Thanks in advance
    Marie

    > the call must either contain further calls or modularization units,
    yes
    Check in your measurment setting what is traced separately, for an exercise you can switch off everything besides the call function, methods and forms,
    then you will see  gross = net if there no other call inside.
    But the recommended setting is described in the blog.
    Note, the sum of all net times is the total runtime, and the maximum of the gross times should be the same. Unfortunately there are slight deviations in the gross
    times and the displayed total time in the SE30 is taken from the gross times.
    Siegfried

  • Plz help me for checking the Header record exists or not

    Hi
    How we check the whether the Header record exists or not.. if it is not exists i have raise an exception.. i wanna do this using UDF
    Plz help me  its urgent..
    venkat

    Maybe you should read all the responses in your earleir threads and read the rules of engagement also,
    /thread/117188 [original link is broken]
    Regards
    Bhavesh

  • Please help me for  identify the ACTIVITIES in CRM

    how to identify the bapis for Activities

    Hi Suma latha,
    Apart from the above
    Getting List of activities : you can try FM "CRM_SEARCH_BUSINESSACTIVITY".
    Chk these BAPI for CRM.
    IB_CRM_ADD
    CRM_IBASE_CHECK_TYP
    IB_CRM_API
    CRM_IBASE_ADDRESS_SEARCH
    CRM_IBASE_CHANGE
    CRM_IBASE_COMP_ADDRESS_SEARCH
    CRM_IBASE_COMP_CHANGE
    CRM_IBASE_COMP_CHANGE_TYPE2
    CRM_IBASE_COMP_CREATE
    CRM_IBASE_COMP_DELETE
    CRM_IBASE_COMP_FIND
    CRM_IBASE_COMP_FIND_MULTI
    CRM_IBASE_COMP_FIND_MULTI_R
    CRM_IBASE_COMP_GET_ADDRESS
    CRM_IBASE_COMP_GET_DETAIL
    CRM_IBASE_COMP_GET_FATHER
    CRM_IBASE_COMP_GET_HIERARCHY
    CRM_IBASE_COMP_GET_PARTNER
    CRM_IBASE_COMP_GOTO_DETAIL
    CRM_IBASE_COMP_GOTO_PARTNER
    CRM_IBASE_COMP_IMPORT_DETAIL
    CRM_IBASE_COMP_IMPORT_SUBSCR
    CRM_IBASE_COMP_INDOBJ_SEARCH
    CRM_IBASE_COMP_INDOBJ_SEARCH_R
    CRM_IBASE_COMP_MOVE
    CRM_IBASE_COMP_PARTNER_SEARCH
    CRM_IBASE_COMP_PARTNER_SEARCHR
    CRM_IBASE_COMP_TABLEINFO
    CRM_IBASE_COMP_TRANSL_PARAM
    CRM_IBASE_COPY
    CRM_IBASE_CREATE
    CRM_IBASE_DEQUEUE
    CRM_IBASE_DRILL_DOWN_FOR_COMP
    CRM_IBASE_ENQUEUE
    CRM_IBASE_FIND
    CRM_IBASE_FIND_MULTI
    CRM_IBASE_FREE
    CRM_IBASE_GET_ADDRESS
    CRM_IBASE_GET_ALL
    CRM_IBASE_GET_CHANGE_STATUS
    CRM_IBASE_GET_DETAIL
    CRM_IBASE_GET_HANDLE
    CRM_IBASE_GET_PARTNER
    CRM_IBASE_GOTO_DETAIL
    CRM_IBASE_GOTO_PARTNER
    CRM_IBASE_INITIALIZE
    CRM_IBASE_PARTNER_SEARCH
    CRM_IBASE_PARTNER_SEARCH_RANGE
    CRM_IBASE_SAVE
    CRM_IBASE_SET_HANDLE
    CRM_IBASE_TABLEINFO
    CRM_IBASE_TRANSL_PARAM
    IB_BAPI_IBASE
    BAPI_IBASE_CREATE
    BAPI_IBASE_GET_DETAIL
    BAPI_IBASE_SAVE
    IB_BAPI_COMP
    BAPI_IBASE_COMP_CREATE
    BAPI_IBASE_COMP_GET_DETAIL
    BAPI_IBASE_CREATE
    IB_IBASE_CREATE
    IB_IBASE_CREATE_INITIAL
    CRM_IBASE_COMP_CREATE
    CRM_IBASE_CREATE
    IB_COM2_CREATE_IBASE
    IB_COM_CREATE_IBASE_INITIAL
    <b>Reward Points if this helps,</b>
    Regards
    Satish

  • Please Help me to check the blue screen problem

      BCCode: d1
      BCP1: 000000000000002C
      BCP2: 0000000000000002
      BCP3: 0000000000000001
      BCP4: FFFFF88006B0FC7E
      OS Version: 6_1_7601
      Service Pack: 1_0
      Product: 256_1

    YS
    These were Related to
    NETwNs64.sys Wireless WiFi Link Driver from Intel Corporation AND Avast.  I would remove the current wifi driver (2010) install the most recent and remove Avast and use Microsoft Security Essentials in its place.
    Microsoft (R) Windows Debugger Version 6.3.9600.17237 AMD64
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [C:\Users\Ken\Desktop\Minidump\110514-7581-01.dmp]
    Mini Kernel Dump File: Only registers and stack trace are available
    ************* Symbol Path validation summary **************
    Response Time (ms) Location
    Deferred SRV*D:\symbols*http://msdl.microsoft.com/download/symbols
    Symbol search path is: SRV*D:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is:
    Windows 7 Kernel Version 7601 (Service Pack 1) MP (4 procs) Free x64
    Product: WinNt, suite: TerminalServer SingleUserTS
    Built by: 7601.18409.amd64fre.win7sp1_gdr.140303-2144
    Machine Name:
    Kernel base = 0xfffff800`03859000 PsLoadedModuleList = 0xfffff800`03a9c890
    Debug session time: Tue Nov 4 23:39:55.693 2014 (UTC - 5:00)
    System Uptime: 0 days 0:01:31.568
    Loading Kernel Symbols
    Loading User Symbols
    Loading unloaded module list
    * Bugcheck Analysis *
    Use !analyze -v to get detailed debugging information.
    BugCheck D1, {2c, 2, 1, fffff88006b0fc7e}
    *** WARNING: Unable to verify timestamp for NETwNs64.sys
    *** ERROR: Module load completed but symbols could not be loaded for NETwNs64.sys
    Probably caused by : NETwNs64.sys ( NETwNs64+21ac7e )
    Followup: MachineOwner
    0: kd> !analyze -v
    * Bugcheck Analysis *
    DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1)
    An attempt was made to access a pageable (or completely invalid) address at an
    interrupt request level (IRQL) that is too high. This is usually
    caused by drivers using improper addresses.
    If kernel debugger is available get stack backtrace.
    Arguments:
    Arg1: 000000000000002c, memory referenced
    Arg2: 0000000000000002, IRQL
    Arg3: 0000000000000001, value 0 = read operation, 1 = write operation
    Arg4: fffff88006b0fc7e, address which referenced memory
    Debugging Details:
    WRITE_ADDRESS: GetPointerFromAddress: unable to read from fffff80003b06100
    GetUlongFromAddress: unable to read from fffff80003b061c0
    000000000000002c Nonpaged pool
    CURRENT_IRQL: 2
    FAULTING_IP:
    NETwNs64+21ac7e
    fffff880`06b0fc7e ?? ???
    CUSTOMER_CRASH_COUNT: 1
    DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT
    BUGCHECK_STR: 0xD1
    PROCESS_NAME: chrome.exe
    ANALYSIS_VERSION: 6.3.9600.17237 (debuggers(dbg).140716-0327) amd64fre
    DPC_STACK_BASE: FFFFF80004FC4FB0
    TRAP_FRAME: fffff80004fc4610 -- (.trap 0xfffff80004fc4610)
    NOTE: The trap frame does not contain all registers.
    Some register values may be zeroed or incorrect.
    rax=fffff88001952110 rbx=0000000000000000 rcx=fffff88001955ec0
    rdx=fffff80003ad3af0 rsi=0000000000000000 rdi=0000000000000000
    rip=fffff88006b0fc7e rsp=fffff80004fc47a0 rbp=fffffa800716bbc8
    r8=0000000000000000 r9=0000000000000000 r10=002900520028006c
    r11=fffffa800a581298 r12=0000000000000000 r13=0000000000000000
    r14=0000000000000000 r15=0000000000000000
    iopl=0 nv up ei ng nz na pe nc
    NETwNs64+0x21ac7e:
    fffff880`06b0fc7e ?? ???
    Resetting default scope
    LAST_CONTROL_TRANSFER: from fffff800038ce169 to fffff800038cebc0
    STACK_TEXT:
    fffff800`04fc44c8 fffff800`038ce169 : 00000000`0000000a 00000000`0000002c 00000000`00000002 00000000`00000001 : nt!KeBugCheckEx
    fffff800`04fc44d0 fffff800`038ccde0 : fffff800`03a49e80 fffff880`0691405e fffff800`03a5e780 00000000`00000000 : nt!KiBugCheckDispatch+0x69
    fffff800`04fc4610 fffff880`06b0fc7e : 00000000`00000000 fffffa80`0716bbc8 fffffa80`00000002 00000000`000000c0 : nt!KiPageFault+0x260
    fffff800`04fc47a0 00000000`00000000 : fffffa80`0716bbc8 fffffa80`00000002 00000000`000000c0 00000000`000004ba : NETwNs64+0x21ac7e
    STACK_COMMAND: kb
    FOLLOWUP_IP:
    NETwNs64+21ac7e
    fffff880`06b0fc7e ?? ???
    SYMBOL_STACK_INDEX: 3
    SYMBOL_NAME: NETwNs64+21ac7e
    FOLLOWUP_NAME: MachineOwner
    MODULE_NAME: NETwNs64
    IMAGE_NAME: NETwNs64.sys
    DEBUG_FLR_IMAGE_TIMESTAMP: 4d10df1b
    FAILURE_BUCKET_ID: X64_0xD1_NETwNs64+21ac7e
    BUCKET_ID: X64_0xD1_NETwNs64+21ac7e
    ANALYSIS_SOURCE: KM
    FAILURE_ID_HASH_STRING: km:x64_0xd1_netwns64+21ac7e
    FAILURE_ID_HASH: {a35c5204-7d0b-74c4-0f08-42299b8d29b5}
    Followup: MachineOwner
    Wanikiya and Dyami--Team Zigzag

  • FM for splitting the records and then processing

    Hi all
    i have this requirement that there are records to be picked in my background job and to be processed. now the background job has to pick number of records first and process them e.g it has to pick the first 5,000 records, process them and then pick the next 5,000 records and so-on. now this is called a functionality of threading i think... and i have heard that there ia a standard FM in SAP to do this. but i am not coming across it. can anybody help me in this.
    please ask questions if doubt any.
    helpful answers will be rewarded.
    thanks
    jai

    Hi,
    try this short example.
    REPORT ZGRO_TEST.
    TABLES: BKPF.
    DATA: I TYPE I.
    START-OF-SELECTION.
      SELECT * FROM BKPF.
        I = SY-DBCNT MOD 5000.
        IF I = 0.
      do what you want.
          WRITE: / SY-DBCNT.
        ENDIF.
      ENDSELECT.
    END-OF-SELECTION.
    Hope it helps
    Regards, Dieter

Maybe you are looking for

  • HP Officejet Pro 8600 N911g won't print from applications from IMac OS 10.7.5

    Just had a software update today, now it won't print from applications (Excel, Word, etc).  I've done all the troubleshooting in the exact orders and have also shut everything down, reinstalled, turned off router, etc.  Don't know what else to do.  P

  • How to swap the list on the screen

    I have used the list item of width(200) on the page  in left side and i want that when i will swap from left side then list item will come from left side on the screen. I want to use the same fuctionality in code as when windows phone is lock off the

  • To revoke Visual Studio Licence from PC to use it on new one

    Hello There, I have Genuine Visual Studio 2013 Professional Licence. I am using it in the Windows 10 Technical Preview Virtual machine ( Parallels ) on my mac. When Microsoft will release final build of windows 10, I am gonna buy it. and install it a

  • Web Service Runtime

    Hi all, I am deploying a web service in a new system, but after I have created a web service correctly: 1) I cannot see in wsadmin (maybe because it's obsolete?) 2) I cannot test the service by the web service navigator I think some service have to b

  • IMac 27" uneven backlight?

    This is my first iMac on 1 day old and I'm noticing on darker backgrounds that the bottom 3 inches of the screen is slightly darker than the rest, is this typical? I have no dead or stuck pixels and not sure if this is worth a return if it's normal.