Not passing proper ID after login

Hi,
I have a site set up which requires users to login based on
user name, password and level. I have been testing it and I am able
to log in as different users with different access levels.
The issue is that regardless of who I login as the only ID
that gets passed is the very first one. Any ideas?

I tried the solution from this article
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19204
which unfortunately did not do the trick.
It still only see the first user after I login regardless of
who I login as. I have included the login page and the index page
codes hoping someone can see something. Also included a list page
which is really the master page that displays all of the records.
The funny thing is when I click on "Details" from the list page it
passes the correct "ID" just fine.

Similar Messages

  • Mini-Calendar not passing proper ID's

    Hello;
    I have posted about this little calendar before. But then, I didn't have anything really working, now, I actually have it passing the proper dates from the db and making links in the day an event falls on.... BUT it passes the same ID to all the days in the month instead of the ID or the record it is pulling from.Can anyone help me figure out what I need to add to this to make it separate out the proper ID to link to another dynamic page? I believe it is either my query, or I need to make a cfset that makes the day eq ID or something. I'm not sure and not sure how to write that.
    Here is my code:
    <cfoutput>
    <table border="1" width="100%" cellpadding="0" cellspacing="0">
      <tr>
      <cfloop index="x" from="1" to="7">
            <!--- Change the days of the week to be shorter--->
                <td><FONT face="Arial, Helvetica, sans-serif" color="##000000" size="2">#DateFormat(x, "ddd")#</FONT></td>
            </cfloop>
            </tr>
    </cfoutput>
    <cfset firstOfTheMonth = createDate(year(now()), month(now()), 1)>
    <!--- Add new variable for the end of the month--->
    <cfset endOfTheMonth = createdatetime(year(now()), month(now()), #daysinmonth(firstOfTheMonth)#, 23, 59, 59)>
    <!--- Query the database and search between the start and end--->
    <CFQUERY datasource="#APPLICATION.dataSource#" Name="get_dates">
        Select ID, eventDate, Day(eventDate) AS dd
        From events
    Where eventDate Between #firstOfTheMonth# and #endOfTheMonth#
    </CFQUERY>
    <!--- set the day from the list in the db--->
    <cfset day = ValueList(get_dates.dd)>
    <!---<cfoutput>#day#</cfoutput>--->
    <cfset dow = dayofWeek(firstOfTheMonth)>
    <cfset pad = dow - 1>
    <cfoutput>
        <tr>
    </cfoutput>
    <cfif pad gt 0>
        <cfoutput>
            <td colspan="#pad#"> </td>
        </cfoutput>
    </cfif>
    <cfset days = daysInMonth(now())>
    <cfset counter = pad + 1>
    <cfloop index="x" from="1" to="#days#">
        <cfif x is day(now())>
            <cfoutput><td bgcolor="##f1f09c"></cfoutput>
        <cfelse>
            <cfoutput><td></cfoutput>
        </cfif>
        <cfoutput>
        <!--- Here we compare the day list to the days being outputed if there is a match we link it.--->
        <cfif x is day(now())>
            <cfif listFind(day,x)>
                <a href="/detail.cfm?dd=#get_dates.ID#" class="dateNav"><b>[#x#]</b></a>
      <cfelse>
       <FONT face="Arial, Helvetica, sans-serif" color="##000000" size="2"><b>#x#</b></FONT>
      </cfif>
        <cfelse>
            <cfif listFind(day,x)>
                <a href="/detail.cfm?dd=#get_dates.ID#" class="dateNav"><b>[#x#]</b></a>
            <cfelse>
                <FONT face="Arial, Helvetica, sans-serif" color="##000000" size="2">#x#</FONT>
            </cfif>
        </cfif>
        </td>
    </cfoutput>
    <cfset counter = counter + 1>
    <cfif counter is 8>
        <cfoutput></tr></cfoutput>
        <cfif x lt days>
            <cfset counter = 1>
            <cfoutput>
                <tr>
            </cfoutput>
        </cfif>
    </cfif>
    </cfloop>
    <cfif counter is not 8>
        <cfset endPad = 8 - counter>
        <cfoutput>
            <td colspan="#endPad#"> </td>
        </cfoutput>
    </cfif>
    <cfoutput>
    </table>
    </cfoutput>
    I know this is a lot of code. The problem is from my query down. Really everything before that is working, it is just not passing proper ID's to the proper records. They all have the same ID.
    Can anyone help me?
    Thank you
    CFmonger

    This is the code doing the wrong thing:
    <cfset firstOfTheMonth = createDate(year(now()), month(now()), 1)>
    <!--- Add new variable for the end of the month--->
    <cfset endOfTheMonth = createdatetime(year(now()), month(now()), #daysinmonth(firstOfTheMonth)#, 23, 59, 59)>
    <!--- Query the database and search between the start and end--->
    <CFQUERY datasource="#APPLICATION.dataSource#" Name="get_dates">
        Select ID, eventDate, Day(eventDate) AS dd
        From events
    Where eventDate Between #firstOfTheMonth# and #endOfTheMonth#
    </CFQUERY>
    <!--- set the day from the list in the db--->
    <cfset day = ValueList(get_dates.dd)>
    <cfoutput>
        <!--- Here we compare the day list to the days being outputed if there is a match we link it.--->
        <cfif x is day(now())>
            <cfif listFind(day,x)>
                <a href="/detail.cfm?ID=#get_dates.ID#" class="dateNav"><b>[#x#]</b></a>
      <cfelse>
       <FONT face="Arial, Helvetica, sans-serif" color="##000000" size="2"><b>#x#</b></FONT>
      </cfif>
        <cfelse>
            <cfif listFind(day,x)>
                <a href="/detail.cfm?ID=#get_dates.ID#" class="dateNav"><b>[#x#]</b></a>
            <cfelse>
                <FONT face="Arial, Helvetica, sans-serif" color="##000000" size="2">#x#</FONT>
            </cfif>
        </cfif>
        </td>
    </cfoutput>
    Like I said, it is passing the proper day of the month, because it makes a link on the proper date, it is not passing the proper id to go with the record for the respective date.
    CFmonger

  • Not appearing the forms after login in to EBS

    Hi All,
    After login in to EBS clicking on any form based application foam not appearing through browser just it says done.From there its not getting any thing error also.
    But where as i am opening like this http://localhost.com:8000/dev60cgi/f60cgi i am getting.
    Even i ran the adadmin and autoconf also on both tier.Recently i have upgraded from Jint to Java plug in.
    please let me know if any one has solution for this problem.
    Thanks,
    Venkat.

    Venkat,
    Any errors in Apache log files?
    $IAS_ORACLE_HOME/Apache/Apache/logs
    $IAS_ORACLE_HOME/Apache/Jserv/logs
    $IAS_ORACLE_HOME/Apache/Jserv/logs/jvm
    Recently i have upgraded from Jint to Java plug inTo what version? Please mention the Note ID you followed.
    Enable trace and see if you get more details.
    Note: 452853.1 - How To View The Java Console And Enable Tracing For Sun JRE (Native Plug-in)
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=452853.1
    Note: 549423.1 - How to enable tracing and logging for Sun JRE (Native Plug-in)
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=549423.1
    You may also review the following note, it may be helpful.
    Note: 463363.1 - Cannot Launch Forms After Upgrading To JRE 1.5.0_xx
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=463363.1
    Note: 782315.1 - After Migrating to Sun JRE on the Client Forms Does Not Start When Selecting Responsibility
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=782315.1

  • HP4275A can not pass self test after running the labview program

    I am using Labview to control HP4275A LCR meter. The Labview program is just the instrument driver for the HP4275A, and it works great. Before running the program, the instrument can pass both Open and Short test perfectly. But after running the program, it can not pass self test, neither Open nor Short. I don't know why?? Is it relative to my Labview program??
    Thanks

    Thank you so much for your help. Yes, the instrument is in Local after running the instrument driver. In normal Open self test, just choose Capactiance as the Display A, and leave the four output terminals open then press the Self Test button. The Open self test will start and "OP" will be shown in the DIsplay A window, after 2 seconds, the open test will be finished. If something abnormal, the number of the abnormal step is displayed in Display A. Similar with the Short test.
    The problem I had was: before running the instrument driver, the self tests pass; but after running the instrument driver, the Open and Short test show abnormal, Open test is abnormal at step 17, and Short test is abnormal at step 24.
    And the instrument driver is only write commands into the instrument and then read back measuring values from it. Nothing else. So I am not sure if the problem is my instrument driver.
    The weird thing is the problems happened several times and then if I do the Open and Short self test again after running the instrument driver, both pass. I am not sure whether the problem will come back or not.
    Ia there any help??
    Big thanks

  • Clonned server did not open new form after login

    Hi experts,
    After login sucessfuly, when click any form, it did not open any new form and not return any form. Can you please
    help me in this case.
    Thanks

    Please check whether you have any errors in the database log file or not.
    I could not find any error regarding the issue. Please give me step by step if you can assist to sort out
    the issue. I have no much experience regarding such issue. So I need more clearance and step by step instructions.Please rename Apache log files, restart the services, then reproduce the issue and check the log files.
    Also, please check if you have any errors in Jinitiator/JRE console window.
    Thanks,
    Hussein

  • 1424 does not pass diagnostic​s after running program

    Hello, we are using the PCI-1424 card with a Dalsa linescan camera, and are having trouble trying to do ring acquisitions with different buffer sizes. The camera either times out or always returns the number of lines that it is first set to, ie; if the original number of lines is 100, and the number of lines is then set to 1000 (and confirmed using imgGetAttribute(DisplaySid, IMG_ATTR_ACQWINDOW_HEIGHT, &nBufSize).
    I've noticed that the 1424 board does not pass 2 of the diagnostic tests in MAX. The details it returns are:
    Advanced Control Circuitry failed
    Configuration could not be written to when Confwren bit was set. [F1.5]
    Timing Circuitry failed
    Counter configuration could not be loaded. [T1.0
    Is this a programming error on my part? I am closing the session and the interface, which in my opinion should be all that is needed to reset the board to the default settings. This does not work, even the snap acquisition in MAX fails.

    I'm not surprised at the behavior that you are seeing. When the acquisition is started the board is programmed with the acquisition size and when you change that it has to reprogram the board while it is acquiring, so either it will timeout or it just won't do it and you will only see the first size. I'm not sure why the diagnostics are failing but it sounds like you can reboot and that resolves the issue. I would recommend looking into a couple of alternatives. Variable Height Acquistion uses a hardware signal to indicate how many lines should be in an image. If you didn't have a signal you could generate one with a DAQ card or you could programmatically assert
    and deassert one of the trigger lines on the 1424 but that would not be the most accurate depending on your line rate. The other alternative would be to set the image size to the largest size and then just crop the images.
    Regards,
    JR A.
    Application Engineer
    National Instruments

  • [SOLVED] KDE 4.3 (not kdemod) dont run after login in KDM

    Hi! I've not been using kde for a while, but now I decided to install new release (4.3). But I can't start it. I start KDM, press login, it starts loading kde (one icon of hard drive appears) and it falls back to console with this message in /var/log/kdm.log:
    X.Org X Server 1.6.3
    Release Date: 2009-7-31
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.30-ARCH i686
    Current Operating System: Linux axell 2.6.30-ARCH #1 SMP PREEMPT Fri Jul 31 18:10:38 UTC 2009 i686
    Build Date: 03 August 2009 08:45:00PM
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 6 16:34:45 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (EE) intel(0): Non-contiguous GTT entries: (6295552,0x163ffbe000) vs (6291456,0x3fe00000)
    (EE) intel(0): Non-contiguous GTT entries: (6299648,0x163fe02000) vs (6295552,0x3ffbe000)
    (EE) intel(0): Non-contiguous GTT entries: (6295552,0x163ffbe000) vs (6291456,0x3fe00000)
    (EE) intel(0): Non-contiguous GTT entries: (6299648,0x163fe02000) vs (6295552,0x3ffbe000)
    (EE) intel(0): Non-contiguous GTT entries: (6295552,0x163ffbe000) vs (6291456,0x3fe00000)
    (EE) intel(0): Non-contiguous GTT entries: (6299648,0x163fe02000) vs (6295552,0x3ffbe000)
    Setting master
    Dropping master
    (EE) intel(0): Failed to initialize kernel memory manager
    (EE) intel(0): Non-contiguous GTT entries: (6295552,0x163ffbe000) vs (6291456,0x3fe00000)
    (EE) intel(0): Non-contiguous GTT entries: (6299648,0x163fe02000) vs (6295552,0x3ffbe000)
    (EE) intel(0): Non-contiguous GTT entries: (6295552,0x163ffbe000) vs (6291456,0x3fe00000)
    (EE) intel(0): Non-contiguous GTT entries: (6299648,0x163fe02000) vs (6295552,0x3ffbe000)
    (EE) intel(0): Non-contiguous GTT entries: (6295552,0x163ffbe000) vs (6291456,0x3fe00000)
    (EE) intel(0): Non-contiguous GTT entries: (6299648,0x163fe02000) vs (6295552,0x3ffbe000)
    Backtrace:
    0: /usr/bin/X(xorg_backtrace+0x3b) [0x813171b]
    1: /usr/bin/X(xf86SigHandler+0x9e) [0x80caf0e]
    2: [0xb7eed400]
    3: /usr/lib/xorg/modules/drivers//intel_drv.so(i830_allocate_memory+0x203) [0xb791b9f3]
    4: /usr/lib/xorg/modules/drivers//intel_drv.so(i830_allocate_framebuffer+0x2b9) [0xb791c109]
    5: /usr/lib/xorg/modules/drivers//intel_drv.so(i830_allocate_2d_memory+0xeb) [0xb791c42b]
    6: /usr/lib/xorg/modules/drivers//intel_drv.so [0xb7911565]
    7: /usr/lib/xorg/modules/drivers//intel_drv.so [0xb7915e8f]
    8: /usr/bin/X(AddScreen+0x198) [0x8071788]
    9: /usr/bin/X(InitOutput+0x72e) [0x80af88e]
    10: /usr/bin/X(main+0x1cb) [0x8071e9b]
    11: /lib/libc.so.6(__libc_start_main+0xe6) [0xb7aafa36]
    12: /usr/bin/X [0x8071511]
    Fatal server error:
    Caught signal 11. Server aborting
    Kernel, xorg-server, drivers, hal and other related packages are up to date.
    Xorg.0.log has the same error messages.
    BTW, xfce4 still works and xfce4's composition works fine.
    I need some solution I want to try kde 4.3
    P.S. I'm running Arch x86 on Benq laptop with integrated intel 945GM video.
    Last edited by Axell (2009-08-08 03:20:17)

    And my xorg.conf is here (X doesn't start without xorg.conf).
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    # InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "extmod"
    Load "dri"
    Load "dri2"
    Load "dbe"
    Load "record"
    Load "glx"
    Load "synaptics"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    #Section "InputDevice"
    # Identifier "Mouse0"
    # Driver "synaptics"
    # Option "Protocol" "synaptics"
    # Option "Device" "/dev/psaux"
    # Option "ZAxisMapping" "4 5 6 7"
    #EndSection
    Section "Monitor"
    Identifier "Monitor0"
    VendorName "Monitor Vendor"
    ModelName "Monitor Model"
    EndSection
    Section "Device"
    ### Available Driver options are:-
    ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
    ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
    ### [arg]: arg optional
    #Option "NoAccel" # [<bool>]
    #Option "SWcursor" # [<bool>]
    #Option "ColorKey" # <i>
    #Option "CacheLines" # <i>
    #Option "Dac6Bit" # [<bool>]
    Option "DRI" "TRUE" # [<bool>]
    #Option "NoDDC" # [<bool>]
    #Option "ShowCache" # [<bool>]
    #Option "XvMCSurfaces" # <i>
    #Option "PageFlip" # [<bool>]
    Option "AccelMethod" "XAA"
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Viewport 0 0
    Depth 1
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 4
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 8
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 15
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 16
    EndSubSection
    SubSection "Display"
    Viewport 0 0
    Depth 24
    EndSubSection
    EndSection
    Last edited by Axell (2009-08-06 13:48:45)

  • Htmldb 2.0 login screen not showing proper screen and login does not happen

    I installed htmldb 1.6 from the comapnion disk (10.2) and everything
    worked fine. I could log into htmldb.
    I then upgraded to htmldb 2.0 with no problems on the DB side.
    I copied the images dierctory from the compaion disk to the right location
    but when I try to log in I get a login screen that does not have the 2.0
    splash screen and then when I type in my credentials nothing happens.
    I am running:
    [oracle10@testdb1 htmldb_2.0]$
    /u01/oracle10/OraHome2/Apache/Apache/bin/httpd -version
    Server version: Oracle-Application-Server-10g/10.1.2.0.0
    Oracle-HTTP-Server
    Server built: Dec 2 2004 19:23:24
    you can see in the marvel.conf that the image directory is /u01/oracle10/OraHome2/htmldb/images/
    Alias /i/ /u01/oracle10/OraHome2/htmldb/images/
    <Location /pls/htmldb>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString
    testdb1.atcscc.tfmi.nas.faa.gov:1521:d2tfmdb ServiceNameFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.WE8ISO8859P1
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
    PlsqlDefaultPage htmldb
    PlsqlDatabasePassword @BX5miUCgp+G3mLhUsFTZ3pNweNo7ykAArA==
    AddType text/xml xb1
    AddType text/x-component htc
    Allow from all
    </Location>
    I copied the install image directory to this (as you can see)
    I.e cp -rf htmldb/images /u01/oracle10/OraHome2
    but when I log on to htmldb
    (http://xxxx.domain:7777/pls/htmldb)
    I get the htmldb logon screen but not the 2.0 splash screen. It's like
    its not seeing the gif files.
    I enter the workspace /username/password but nothing happens, no
    errors, no web page cycle, nothing.......
    [oracle10@testdb1 home]$ ls /u01/oracle10/OraHome2/htmldb/images/
    16admin.gif Fndtre01.gif
    portal_right_menu_bott.gif
    1pixelbeige.gif Fndtre02.gif

    It looks like your copy command was wrong.
    cp -rf htmldb/images /u01/oracle10/OraHome2
    will copy the images directory to /u01/oracle10/OraHome2, it won't copy htmldb/images.
    You want to:
    1) cp -rf htmldb/images /u01/oracle10/OraHome2/htmldb
    2) Remove the directory /u01/oracle10/OraHome2/images that you created
    Joel

  • Can not pass data after while loop

    Hello.
    I have created a VI for my experiment and am having problem passing data outside a while loop to save on an excel file. The VI needs to first move a probe radially, take data at 1mm increment, then move axially, take data radially at 1mm increment, then move to the next axial position and repeat. It would then export these data to an excel file. The VI is a little complicated but it's the only way I know how to make it for our experiment. I have tested it and all the motion works correctly, however I can not get it to pass the data after the last while loop on the far right of the VI where I have put the arrows (Please see the attached VI ). Is it because I'm using too many sequence, case, and while loops?  If so, what other ways can I use to make it export data to the excel file?
    Any help would be appreciated. 
    Thank you,
    Max
    Attachments:
    B.Dot.Probe.Exp.vi ‏66 KB

    Ummmm .... gee, I'm not even sure where to begin with this one. Your VI is well .... ummmm... You have straight wires! That's always nice to see. As for everything else. Well... Your fundamental problem is lack of understanding of dataflow programming. What you've created is a text program. It would look fantastic in C. In LabVIEW it makes my heart break. For a direct answer to your question: Data will not show up outside a while loop until the while loop has completed. This means your most likely problem is that the conditions to stop that specific loop are not being met. As for what the problem is, I don't even want to start debugging this code. Of course, one way to pass data outside of loops is with local variables, and hey, you seem to be having so much fun with those, what's one more?
    This may sound harsh, and perhaps be somewhat insulting, but the brutal truth is that what I would personally do is to throw it out and to start using a good architecture like a state machine. This kind of framework is easy to code, easy to modify, and easy to debug. All qualities that your code seems to lack.
    Message Edited by smercurio_fc on 08-17-2009 10:00 PM

  • Not able to get the login page after installing 12.1.1

    HI,
    i am not able to get the login page after installing in the 12.1.1. when i accessed from client machineo.Please help me in fixing out this problem.
    Thanks,
    venkat.

    Hi,
    What is the OS?
    What is the error message?
    Any errors in Apache/Database log files?
    Thanks,
    Hussein

  • Hi, I got the problem with Firefox 27.0.1. I can not run Selenium on Firefox after login a website for automation testing. The browser is not responding.

    Hi, I got the problem with Firefox 27.0.1. I can not run Selenium on Firefox after login a website for automation testing. The browser is not responding. However when I close Nunit, the page is back to be normal. The title is returned to the name of website without "not responding". I sure this problem did not happen on Firefox version 26. I just got this problem when firefox upgrading automatically to version 27. Please help me fix this problem because it is very important for my work. If you need more information pls send your concerns via my email address.
    Thanks so much

    Hi, the work around suggested above should put you in working mode in the meantime. However to help investigate the issue it is possible to analyze what is not loading or taking a long time by analyzing the network traffic or http headers of the Nunit web page.
    *[https://addons.mozilla.org/en-us/firefox/addon/live-http-headers/]
    *Web developer Tools > Web console
    If you post the results with out the user data, we are happy to help.

  • After login to the e-bank on line of the Eurobank EFG in Serbia error message: "Keyboard Navigation Disabled." appear and furthur work is not possible.

    This problem started about 10-20 days ago.
    After login to the e-bank on line service of the Eurobank EFG Serbia further work is not possible because the screen became gray and an error message appear: Keyboard Navigation Disabled.
    I run the laptop on Win 7 Professional - 64 bit Service Pack 1.
    My default web browser is Mozilla Firefox 21.0.
    Alternative is:
    - Internet Explorer 10
    Version: 10.0.9200.16576
    Update Versions: 10.0.5 (KB2829530)
    I have scanned my laptop and cleaned few fond viruses. Have uninstalled and installed again Java so now I have:
    - Java 7 Update 21
    - Java 7 Update 21 (64-bit)
    I have uninstall and reinstall Firefox.
    Result is that now I can run e-bank online in IE but not in Firefox.
    Customer support service from the bank told me that the problem is related to the browser...

    Problem still exist - looking for a solution.
    You may see how this appears on the screen at the attached picture.

  • Black screen after login. Windows 8 is not opening

    After login,  I only have a black screen with a cursor. 
    Windows 8 does not open. Cannot get to "System Restore" or Control Panel.
    HP hardware self- diagnostic tests were negative & didn't help.
    Please offer possible solutions for recovery.

    Then that does not pertain to your problem.
    On Kaspersky Rescue Disk on another computer download and burn to USB stick or DVD to run a full scan on your computer.
    http://support.kaspersky.com/4162
    Are you able to boot into Safe Mode to perform  a System Restore?
    Please mark my post as SOLVED if it has resolved your problem. It helps others with similar situations.

  • TS3274 My friend's iPad has not been used for several weeks. When I first turned it on, asked for a four digit pass code. After several wrong "guess" attempts it kept asking for more, with a note saying I cou

    It on, it asked for a four digit pass code. After several guess attempts, making me wait for an hour to try each time, I gave up. The next day, it asked me to connect to iTunes. I remain locked up with that request. I've re-booted several times and get same request.
    Advice!! Help!

    You have to reset the iPad using iTunes if you can not remember your passcode.
    http://support.apple.com/kb/ht1414

  • Sysadmin/All users are not able to see responsibilities after login in EBSR12

    I have followed the all notes from forums/metalinks. but no use.

    Hi Hussein,
    I came know the issue bcoz of profile change.
    on part of iSupport setup on web node, followed metalink DMZ configuration in R12.
    After I have changed below profile value, I am not able to see the responsibilities after login as sysadmin on webnode i.e new node B. but I can see responsibilities on node A.
    Update Node Trust Level
    To change the value of the Node Trust Level profile option value to External for a particular node, perform the following steps:
    1.       Login to Oracle E-Bsonapness Suite as sysadmin user sonapng the internal URL
    2.       Select the System Administrator Responsibility
    3.       Select Profile / System
    4.       From the 'Find system profile option Values' window, select the server and get the valie MINE8 into it.
    5.       Query for %NODE%TRUST%. You will see a profile option named 'Node Trust Level'. The value for this profile option at the site level will be Normal. Leave this setting unchanged.
    6.       Set the value of this profile option to External at the server level. The site level value should remain set to Normal
    I need to follow metalink note for configuration DMZ in EBS R12. but I cant see the responsibilities of sysadmin.
    fyi...I have cloned web external node by running adcfgclone.pl on node B by enabling web entry and web services only, remaining services are disabled. but as per metalink note, we should enable the Root Services also on node B. is it causing the issue after edit the profile on part of DMZ config in R12.
    please let me know how to fix this issue?
    I have deadline to finish it....

Maybe you are looking for