Pop of Admin login page

I have created a page where I have buttons like delete and create report buttons. I am able to delete or add row in report(on same page), but whenever I click on delete or Add button, application ask for Admin username and password. Afte giving username/password, operation gets successful. But I dont want this login page to pop after clicking delete or add button.
I have not written any process which ask application for this pop up. Infact i dont have any idea why pop up is coming.
To tackle this problem,I tried entering following in OPTIONAL URL REDIRECT in Delete button.
javascript:confirmDelete(htmldb_delete_message,'DELETE');
But after that delete button became inactive. I am not able to understand, what is going wrong here:-(
Please help me to get rid of Admin login Pop up.
Thanks in advance!!!

Hi Scott,
Thanks for reply, my name is Saurabh.
My workspace is HIGHER ED
Application can be accessed at following URL
http://SAURVERM-lap:8080/apex/f?p=400:1:8745831742165032:::::
Username:Admin
Password:higher ed
====================
On Customer Page, When you try to Add a Customer and push create button, it takes you first to Admin login page. Same is case with Delete button.
However, insertion and deletion operations are getting completed after providing Login details. But, I dont want application to ask for login details for addition and deletion of customer.
Thanks & Regards,
Saurabh

Similar Messages

  • Can anyone help regarding the Admin Login page and Normal User Page.

    Hi Friends,
    I have worked on normal login page it has been worked well. But now i have to create the Admin login page. That means, I have written the code in the following way.
    public String userLogin_action() {
            // TODO: Process the button click action. Return value is a navigation
            // case name where null will return to the same page.
            com.sun.sql.rowset.CachedRowSetXImpl crs = new com.sun.sql.rowset.CachedRowSetXImpl();
            String Name =  getUserName().getText().toString();
            String password =  getUserPwd().getText().toString();
             try {
                crs.setDataSourceName("java:comp/env/jdbc/Employee");
                crs.setCommand("SELECT * FROM srni.UserTable");
                crs.setTableName("UserTable");
                crs.execute();
                crs.beforeFirst();
                while(crs.next()){
                info("Cursor is been moving");   
                boolean ok = crs.getBoolean("Admin");
                info("Value of ok:" + ok);
                String Username = (String) crs.getObject("UserName");
                info("Usernames are:" + Username + Name);         
                if(Username.equals(Name)&&(ok)){
                info("Login Successfull");
                java.util.Date Date = new java.util.Date();
                info(" Admin Logged on :" + Date);
                return "toUserPage";
                info("Login Failed or Admin doesn't exist");
            catch (Exception e) {
                error("Login Failed : " + e.getMessage());
            } finally {
                crs.close();
            return null;
        }You can see there that i have used the boolean type of value for verifying wheter the user is admin or not. If the admin type of column in database is true then it must allow the admin to certain page. Otherwise it must not redirect. So i have used this logic. When i am checking it is showing everything true,but it is not redirecting and it is saying that login failed. Please try the above code with a sample database table and verify it. You can see the output like this.
    Cursor is been moving
    Value of ok:true
    Usernames are: srinu srinu //here it must not go to next cursor,because srinu has been identified, but it is not behaving like that.
    Cursor is been moving
    Value of ok:false
    Usernames are: Chandu srinu
    Cursor is been moving
    Value of ok:false
    Usernames are: kirank srinu
    Login Failed or Admin doesn't exist The above output describes that it is moving the cursor from first row to the last row and checking all the usernames i n each row with the given username, and it is also checking wheter it is admin or not. Currently i have three rows so it is moving three times. It is retreiving every value correctly but in comparing it is not comparing. What to do.
    Please help me out from this problem.
    Thanking You in Advance.

    The buttons are all created using the same library object (but MC), except for the code you have in the revised file does not call on that for the con button.
    You have it calling on something with a linkage name of "con", which a quick check tells me doesn't exist--so it is undefined in the code when you try to use it.  I found this by using trace(newConBut._x); after its _x value was assigned, as I mentioned you should try.   So the first thing you want to do is change the following line from...
    var newConBut = _root.attachMovie("con", "conbut", _root.getNextHighestDepth());
    To
    var newConBut = _root.attachMovie("but", "conbut", _root.getNextHighestDepth());
    so that it uses the but MC that serves that purpose in the library.  Then you want to correct the _x assignment of the buttons to what I think you had earlier...
    newConBut._x = 650-newConBut._width;
    newRecBut._x = newConBut._x-newRecBut._width;
    Here is a picture of what those changes do (note, without the XML file I had to finagle things just to work, so the biutton labels aren't what they will be)...

  • Just upgraded to 4.2, but admin login page directed to another page ?

    hi all,
    on 11gr2, using embbedded pl/sql for my apex.
    i just follow the installation guide and do everything as followed and remove my previous 030200 apex user for post installation task.
    i set my dbms_xdb.sethttpport(0) and dbms_xdb.sethttpport(8080) aftewards.
    After that, i tried to login to http://localhost:8080/apex/apex_admin, but it seems that i jumped straight directly to a link like that below
    http://localhost:8080/apex/f?p=4550:10:2886099697199701 with a blank page.
    I tried clearing my cookies and temp files and everything, restart the db but it still won't work. what's wrong ? how do i troubleshoot further ?
    Regards,
    Noob

    Did you run the apxldimg.sql script successfully?

  • When i connect to a wifi netwrok it connects just fine ..but the login page doesn't load and then i get the error cannot connect to login page because to many redirects occured

    when i connect to wifi  network the login page doesn't load and an error msg pops up sayin login page can't open because too many redirects occured and i get the same exact error msg with safari over wifi and with any application connecting to a wifi ( windows live messenger, skype, yahoo....)
    can anyone help me plz??
    thanks

    I got the same error the other day.  I'm not 100% sure what it is but I turned WiFi off, then back on again, and reconnected without the error.

  • CiscoWorks "Server Not Ready" Admin Web Page

    When trying to login to Admin webpage we received a page stating "Server Not Ready"
    Please wait..... System is still coming up. You will be redirected to login page soon
    with an OK button. Clicking button reloads page and seems to have no effect.
    Looking at Windows event viewer I see no errors/warnings.
    Looking at log files contained within Ciscoworks folders I can see the syslog file growing and a JAVA error in the SMTP.log
    and error in TomcatMonitor.log of TomcatMonitor: non-handled Msg from dmgtd:1111708500
    I have download the CiscoWorks Troubleshooting PDF with no success or related steps to troubleshoot.
    Any suggestions for troublshooting?

    There is no file NameServiceMonitor.log that I can find?
    There is an CampusOGSServer.log that is about 70 MB and has errors related to SQL queries.
    attach are the other two stderr.logs.
    Windows Services status
    CW ANI db engine   started     manual
    CW Daemon MGR   started     auto
    CW RME NG DB     started     manual
    CW Tomcat Servlet  started     manual
    CW Visibroker         started     manual
    CW Web Server       started     manual
    CWCS Cmf DB        started     manual
    CWCS rsh/tcp serv  NOT STARTED manual
    I started this process myself and was able to launch the admin login page but was unable to login. Going to the server console I noticed about 30 cwjava.exe processes running and windows explorer would not come up. I restarted the server. I will updated as it restarts and I look around some more.
    recent contents of EDS.log file
    [Tue Feb 16 14:31:18 CST 2010] Manager initComplete
    [Tue Feb 16 14:31:18 CST 2010] Logger initComplete
    [Tue Feb 16 14:31:18 CST 2010] Compiler available
    [Tue Feb 16 14:31:18 CST 2010] Loader initComplete
    [Tue Feb 16 14:31:18 CST 2010] Atom initComplete
    [Tue Feb 16 14:31:18 CST 2010] Factory initComplete
    [Tue Feb 16 14:31:19 CST 2010] Filter Repository initComplete
    [Tue Feb 16 14:31:19 CST 2010] Event Repository initComplete
    [Tue Feb 16 19:12:33 CST 2010] Manager initComplete
    [Tue Feb 16 19:12:33 CST 2010] Logger initComplete
    [Tue Feb 16 19:12:33 CST 2010] Compiler available
    [Tue Feb 16 19:12:33 CST 2010] Loader initComplete
    [Tue Feb 16 19:12:33 CST 2010] Atom initComplete
    [Tue Feb 16 19:12:34 CST 2010] Factory initComplete
    [Tue Feb 16 19:12:34 CST 2010] Filter Repository initComplete
    [Tue Feb 16 19:12:34 CST 2010] Event Repository initComplete
    java.lang.OutOfMemoryError: unable to create new native thread
    at java.lang.Thread.start(Native Method)
    at com.inprise.vbroker.util.DaemonThread.start(DaemonThread.java:13)
    at com.inprise.vbroker.orb.ThreadPool.doWork(ThreadPool.java:248)
    at com.inprise.vbroker.orb.TPDispatcherImpl.dispatch(TPDispatcherImpl.java:51)
    at com.inprise.vbroker.orb.SocketSCM.newConnection(SocketSCM.java:93)
    at com.inprise.vbroker.orb.SocketSCM$ListenerThread.run(SocketSCM.java:36)
    at java.lang.Thread.run(Thread.java:479)
    [Fri Mar 05 08:59:04 CST 2010] Manager initComplete
    [Fri Mar 05 08:59:04 CST 2010] Logger initComplete
    [Fri Mar 05 08:59:04 CST 2010] Compiler available
    [Fri Mar 05 08:59:04 CST 2010] Loader initComplete
    [Fri Mar 05 08:59:05 CST 2010] Atom initComplete
    [Fri Mar 05 08:59:05 CST 2010] Factory initComplete
    [Fri Mar 05 08:59:05 CST 2010] Filter Repository initComplete
    [Fri Mar 05 08:59:05 CST 2010] Event Repository initComplete
    [Fri Mar 19 17:07:54 CDT 2010] Manager initComplete
    [Fri Mar 19 17:07:54 CDT 2010] Logger initComplete
    [Fri Mar 19 17:07:55 CDT 2010] Compiler available
    [Fri Mar 19 17:07:55 CDT 2010] Loader initComplete
    [Fri Mar 19 17:07:55 CDT 2010] Atom initComplete
    [Fri Mar 19 17:07:55 CDT 2010] Factory initComplete
    [Fri Mar 19 17:07:55 CDT 2010] Filter Repository initComplete
    [Fri Mar 19 17:07:56 CDT 2010] Event Repository initComplete

  • Business Catalyist Admin Login

    I am having issues logging into the admin section. I created a trial account, and somehow lost all the confirmation emails with my password etc. It isn't linked to my regular Adobe account. I go to the BC admin login page, request the password, and nothing happens. I don't get an email or even a confirmation page letting me know that the form has even been submitted. I just need to login and am getting very frustrated.
    Here is the link I use to access the admin portal.
    https://syd.worldsecuresystems.com/Admin/Index.aspx?OURL=www.businesscatalyst.com&to=

    Hi,
    Sorry to hear about your troubles thus far. 
    If still experiencing problems please provide either your user ID or the site that your are trying to access. 
    I'll help look into this further.
    Kind regards,
    -Sidney

  • How can I open the EP login page in the same pop-up window?

    is it possible for me to using / only one window(Browser) pop-up to EP Page(Login or iView...).
    In the firs general html page I create a EP login page link action[eg. "window.open('url', 'target_name')"],
    but always launching new pop-up window(Browser).
    How can I open the EP login page in the only one window(pop-up)?
    Could anybody help me by giving suggestion and codding?
    Thanks,
    jin.

    Hi,
    if you want to redirect the root of portal system (http://portal/) to the login page, edit the
    file and change the body tag as follow:
    \usr\sap\J2E\JC00\j2ee\cluster\server0\apps\sap.com\com.sap.engine.docs.examples\servlet_jsp\_default\root\index.html
    <body onload="location.replace('irj/portal' + document.location.search)"></body>

  • Yahoo login page incorrect for sub accounts but not admin account.

    Using: Windows Vista OS and Mozilla Firefox 4.0.1.
    BT Yahoo has a login page that allows the user to create a seal on the login page to help identify a valid website.
    I am th main account/admin and I have no issues; everything looks good and correct.
    My husband has a sub account, but there is no seal showing nor is there a clickable facility to create a seal.
    This occured immediately after upgrading to Firefox 4 and unstalling and reinstalling did nothing. Had no issues prior to upgrade.
    Appreciate any helpful suggestions.

    Any ideas regarding the weirdness of why my computer with a main account and a sub account with only one version of Firefox 4.0.1 manages to view the login page of Yahoo completely differently?

  • POP UP Login Page

    Hello
    I already have a login page working (Cold fusion page) but I would like to change it to a POPUP login. Please if some one can direct me inorder to make this page work.
      I will really appreciate your help.!!

    Use something like lytebox and put your login page in the lytebox. There's a pop=up login on my homepage view source code.
    Just remember pop-up = javascript = inaccessible for users that have javascript disabled.

  • Wifi network login page fails to pop up

    I want to login to a wifi network that requires me to accept their terms of service to gain access. This worked flawlessly a few minutes ago. Now the 'login' page that pops up has nothing about the network's terms of service, but is instead the Apple homepage. I can't connect without accepting their TOS. What do I do??

    {forum:id=210} is where you want to be.

  • Need to see the domain name displayed at the admin console login page

    I used to see the domain name at the console login page until I was running WLS 8.1 SP3.
    Now that I have SP5 I am not able to see it anymore, I am curious to know what has caused this error.
    If anyone has an answer , please reply .

    Hi,
    For accessing any application outside domain you need to have Public IP of the server where your you have put your application.
    Regards,
    Gulrez Alam

  • Not able to pass portal login page with valid credentials using WebDispatch

    Hi,
    We are implementing SAP BillerDirect Portal. To make BillerDirect Portal available over the internet, we Configured SAP WebDispatcher with SSL termination.  We followed the steps mentioned in SAP Help Documentaion for SAP WebDispatcher with SSL termination.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/76/6d4fa247d0d647b5bd40745400d873/frameset.htm
    We created certificate  and send it to CA (TrustCenter CA). We received the CA response and we imported the certificate.
    AS mentioned in the help document, we configured the SAP Web Dispatcher profile to support SSL termination
    We tried to access our BillerDirect Portal over the internet using below link
    https://company.com/bd
    We are getting login page, once we enter correct user ID and Password, portal is not loading (not going to next page) portal remains on same login page.
    If we enter invalid credentials portal login page is giving u201CUser Authentication Failedu201D error.
    If we try to access any portal login pages which brings a pop-up for login, login gets succeeded and we are able to see next pages
    Examples
    1)     https://company.com/bd/admin/xcm/init.do
    2)     https://company.com/monitoring/SystemInfo
    All pages which bring up portal login page without pop-up, not able to pass through portal login screen.
    We Tried the ProxyMapping option on Dispatcher using Visual admin. This option also didnu2019t work for us.
    Here is the WebDispatcher Profile
    SAPSYSTEMNAME = xxx
    SAPGLOBALHOST = xxxxx
    SAPSYSTEM = 00
    INSTANCE_NAME = W00
    DIR_CT_RUN = $(DIR_EXE_ROOT)\$(OS_UNICODE)\NTI386
    DIR_EXECUTABLE = $(DIR_CT_RUN)
    Accesssability of Message Server
    rdisp/mshost = hostnameofportalserver with FQDN
    ms/http_port = 8101
    Configuration for medium scenario
    icm/max_conn = 500
    icm/max_sockets = 1024
    icm/req_queue_len = 500
    icm/min_threads = 10
    icm/max_threads = 50
    mpi/total_size_MB = 80
    SAP Web Dispatcher Ports
    icm/server_port_0 = PROT=HTTPS,PORT=443
    icm/server_port_1 = PROT=HTTP,PORT=80
    icm/HTTPS/verify_client = 0
    SAP Web Dispatcher Web Administration
    icm/HTTP/admin_0 = PREFIX=/sap/wdisp/admin,DOCROOT=D:\usr\sap\xxx\W00\data\icmanroot\admin,AUTHFILE= D:\usr\sap\xxx\SYS\global\security\data\icmauth.txt
    Parameters for the SAP Cryptographic Library
    ssl/ssl_lib = D:\usr\sap\xxxW00\sapcrypto.dll
    ssl/server_pse = D:\usr\sap\xxx\W00\sec\SAPSSLS.pse
    ssf/name = D:\usr\sap\xxx\W00\sec\SAPSSLS.pse
    ssf/ssfapi_lib =  D:\usr\sap\xxx\W00\sapcrypto.dll
    sec/libsapsecu =  D:\usr\sap\xxx\W00\sapcrypto.dll
    wdisp/ssl_cred = D:\usr\sap\xxx\W00\sec\SAPSSLC.pse
    Parameters for Using SSL to the backend server
    wdisp/ssl_encrypt = 1
    wdisp/ssl_auth = 1
    wdisp/ssl_cred = D:\usr\sap\xxxW00\sec\SAPSSLC.pse
    wdisp/ssl_certhost = hostnameofportalserver with FQDN
    wdisp/ssl_ignore_host_mismatch = true
    #ICM Parameters
    icm/HTTP/j2ee_0 = PREFIX=/, HOST =hostnameofportalserver with FQDN PORT=50000,SPORT=50001, SSLENC=1,TYPE=1, CRED =D:\usr\sap\xxx\W00\sec\SAPSSLC.pse
    We also tried below options in WebDispatcher profile but we are getting same problem.
    wdisp/add_client_protocol_header = true
    wdisp/add_clientprotocol_header = 1
    wdisp/ssl_ignore_host_mismatch = true
    #ICM Parameters
    icm/HTTPS/forward_ccert_as_header = true
    icm/HTTPS/trust_client_with_issuer = *
    icm/HTTPS/trust_client_with_subject = *
    we also tried
    wdisp/ssl_encrypt = 0
    wdisp/ssl_auth = 0
    we also tried
    wdisp/ssl_encrypt = 2
    wdisp/ssl_auth = 2
    We are not able to resolve issue. Please help us on resolving this issue.
    Thanks
    Praveen

    ' in Host Names is not allowed. Our hosname has '_'.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/67/be9442572e1231e10000000a1550b0/frameset.htm

  • Product number CQ183A can not access setting in EWS keeps asking for admin login and password.

    HP Photosmart 5510d B11H
    CQ183A
    Windows 7, Vista, and Linux
    I installed the printer everything works until I try to access certain settings in the Embedded Web Server.  I pops up a box asking for admin login.  Initially, the status page claimed the Admin password was set even though I never set that up.  Through chatting with tech support rests cleared this, it is now reporting Not Set.  However, I still can not login to check/change settings etc.
    I think this printer had been purchased then returned to the store because the manual was missing.  I downloaded the manual and did not find any mention of how to access the password settings.  So far tech support has not been able to answer my question,
    Is there a default?
    How do I access the EWS settings -> security to setup a password?

    Hello MREnder,
    From what I am reading, you may need to call in to get a factory reset done.  These resets can only be done over the phone.  You can find the number at eprintcenter.com under the support section.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • Custom Error message in Login Page

    Hi,
    I am using MVC framework for my project. I want to display custom error messages to the user in the Login page(JSP).
    For eg: invalid password, password has been expired etc. How do I pass these messages from Java to my login page & display it?

    This is a sample action class for login page in struts : -
    package xxx;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import org.apache.struts.action.ActionError;
    import org.apache.struts.action.ActionErrors;
    import org.apache.struts.action.ActionForm;
    import org.apache.struts.action.ActionForward;
    import org.apache.struts.action.ActionMapping;
    import LoginForm.java;
    public class Action extends org.apache.struts.action.Action
    public ActionForward execute(ActionMapping mapping, ActionForm form,
    HttpServletRequest request, HttpServletResponse response)
    throws Exception {
    ActionErrors errors = new ActionErrors();
    ActionForward forward = new ActionForward(); // return value
    String username;
    String password;
    try {
    LoginForm lf = new LoginForm;
    username =lf.getUserName();
    password = lf.getPassword();
    if( username== null)
    forward=mapping.getInputForward();
    if( (username == "admin" ) && ( password="admin"))
    // do something here
    } catch (Exception e) {
    // Report the error using the appropriate name and ID.
    //Errors will be caught here.
    errors.add("name", new ActionError("id"));
    // If a message is required, save the specified key(s)
    // into the request for use by the <struts:errors> tag.
    if (!errors.isEmpty()) {
    saveErrors(request, errors);
    // Forward control to the appropriate 'failure' URI (change name as desired)
    //     forward = mapping.findForward("failure");
    } else {
    // Forward control to the appropriate 'sucuess' URI (change name as desired)
    forward = mapping.findForward("success");
    // Finish with
    return (forward);
    You need to have LoginForm.java as Model and Login.jsp as View . Action.java will be your controller.

  • Did any body try to change 10g SSO  login page to custom login page?

    Hi..
    Did any body try to change Oracle 10g SSO login page with custom login Page as we used to do in 902 and 1022 versions by changing wwsso_ls_configuration_info_t table entries?
    It seems that there is now other file policy.properties that has entry for login page.
    Is there any documentation provided by Oracle on this?
    I checked metalink and SSO admin guide?
    Any clue or glue....??
    Thanks
    Sarvesh

    Try 1 & 2 if does not work please file a daycare for further assistance.
    1.   In "Day CQ Login Selector Authentication Handler" for path info add an empty row then verify.
    2.   Delete the existing entry for "Day CQ Login Selector Authentication Handler" , Configure your custom at repository level & verify

Maybe you are looking for

  • How can I get a view of what's not in any smart mailbox?

    I want to see basically my inbox, only with all of the things being displayed in my smart mailboxes HIDDEN. I don't see an option for this. I tried creating a smart inbox, but there's no way to create the inverse of my smart mailboxes because the rul

  • Is it recommended to support multiple DBs and Instances on same RAC nodes

    Customer wants to install multiple databases on the same set of 3-nodes essentially making all these database 3-node rac databases on Sun fire servers. Is this a recommended approach? What are the pitfalls? Can this be done effectively without using

  • Error on installing Update KB3038314

    From last update I received windows update for internet IE10 on W7 SP1 x64 but every time I restart the pc I receive error code 80092004 ? The update with the same name was installed before I uninstall but nothing changed . Thanks, F  

  • Photoshop CS5.1 on Mountain Lion

    I have just installed Photoshop SC5.1 on my new secondary machine, Macbook Air, with Mountain Lion. Photoshop refuses to open, saying "PowerPC applications are no longer supported". This is very strange as I have the same installation running just fi

  • ITunes Questions (movie format, Gapless, iPod)

    to avoid board clutter, i'll post my multiple questions here: 1. When purchasing a movie, is this a movie one can then burn to a DVD and watch in a standard home DVD player? 2. What is the format and size ration of a movie purchased through iTunes? 3