XDB  username & password Required in Apex 4.0.1

Hello,
i have installed the Apex 4.0.1 on Oracle 11g R 2 windows 2003 R2.
i installed the apex 4.0.1 using Embendded PL/SQL Gateway method.
after installation when i run in url = http://localhost:8080/pls/apex/apex_admin it pop up one small window which required XDB username & password.
i do not understand what to do to resolve this issue.
i installed the apex by follwoing steps.
please help.
Thanks
---- Apex Installation Steps ---
@apexins SYSAUX SYSAUX TEMP /i/
@apxchpwd
@apex_epg_config.sql c:\apex_4.0.1
ALTER USER ANONYMOUS ACCOUNT UNLOCK;
EXEC DBMS_XDB.SETHTTPPORT(8080);
DECLARE
ACL_PATH VARCHAR2(4000);
ACL_ID RAW(16);
BEGIN
-- Look for the ACL currently assigned to '*' and give APEX_040000
-- the "connect" privilege if APEX_040000 does not have the privilege yet.
SELECT ACL INTO ACL_PATH FROM DBA_NETWORK_ACLS
WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;
-- Before checking the privilege, ensure that the ACL is valid
-- (for example, does not contain stale references to dropped users).
-- If it does, the following exception will be raised:
-- ORA-44416: Invalid ACL: Unresolved principal 'APEX_040000'
-- ORA-06512: at "XDB.DBMS_XDBZ", line ...
SELECT SYS_OP_R2O(extractValue(P.RES, '/Resource/XMLRef')) INTO ACL_ID
FROM XDB.XDB$ACL A, PATH_VIEW P
WHERE extractValue(P.RES, '/Resource/XMLRef') = REF(A) AND
EQUALS_PATH(P.RES, ACL_PATH) = 1;
DBMS_XDBZ.ValidateACL(ACL_ID);
IF DBMS_NETWORK_ACL_ADMIN.CHECK_PRIVILEGE(ACL_PATH, 'APEX_040000',
'connect') IS NULL THEN
DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(ACL_PATH,
'APEX_040000', TRUE, 'connect');
END IF;
EXCEPTION
-- When no ACL has been assigned to '*'.
WHEN NO_DATA_FOUND THEN
DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('power_users.xml',
'ACL that lets power users to connect to everywhere',
'APEX_040000', TRUE, 'connect');
DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('power_users.xml','*');
END;
commit;
SELECT par_value FROM ctxsys.ctx_parameters WHERE par_name = 'FILE_ACCESS_ROLE';
CREATE ROLE APEX_URL_DATASTORE_ROLE;
GRANT APEX_URL_DATASTORE_ROLE to APEX_040000;
EXEC ctxsys.ctx_adm.set_parameter('file_access_role', 'APEX_URL_DATASTORE_ROLE');
ALTER SYSTEM SET JOB_QUEUE_PROCESSES =1000;
ALTER SYSTEM SET SHARED_SERVERS = 5 SCOPE=BOTH;

Hi All,
there is some thing wrong in documentation of Apex 4.0.1
when i read to configure Embadded Pl/SQL gateway i followed everything from documentation and after instllation it is mentioned how to login to Apex as follwoing.
http://hostname:port/pls/apex/apex_admin
in following statment which i copied from documentation does not describe anything for "PLS". which is making confussion to me that there is something i missed during installation.
3.4.12.1 Creating a Workspace Manually
To create an Oracle Application Express workspace manually:
1.Log in to Oracle Application Express Administration Services. Oracle Application Express Administration Services is a separate application for managing an entire Oracle Application Express instance. You log in using the ADMIN account and password created or reset during the installation process.
a.In a Web browser, navigate to the Oracle Application Express Administration Services application.
Because your setup uses the embedded PL/SQL gateway, go to:
http://hostname:port/pls/apex/apex_admin
Where:
hostname is the name of the system where Oracle XML DB HTTP server is installed.
port is the port number assigned to Oracle XML DB HTTP server. In a default installation, this number is 8080.
apex is the database access descriptor (DAD) defined in the configuration file.
where as for installation chossing HTTP server it states to login by following
3.3.12.3 Logging in to Your Workspace
Once you create a workspace, you must log in to it using your login credentials (that is, the workspace name, user name, and password).
See Also:
See "Creating Workspaces" and "Managing Workspace Requests" in Oracle Application Express Administration Guide
To log in to your workspace:
1.In a Web browser, navigate to the Oracle Application Express Login page.
Because your setup uses the Oracle Application Express Listener, go to:
http://hostname:port/apex
Where:
◦hostname is the name of the system where Oracle XML DB HTTP server is installed.
◦port is the port number assigned to Oracle HTTP Server. In a default installation, for Oracle WebLogic Server this number is 7001, in OC4J this number is 8888, in Oracle Glassfish Server this number is 8080. These defaults are correct at the time this document was written. Please review the related Web server documentation for the latest default port if necessary.
◦apex is the mount point defined in the Web Server configuration file.
-what is your opnion ??
please reply
Suhaib

Similar Messages

  • What exactly is the receiving username/password required for

    Hi All,
    I have the ServiceDesk Appliance installed and trying to set it up.
    I am now at Setup > Email > Server. Here in the "Receiving" section, what exactly do I need the "UserName"/"Password" for?
    Can I use and existing username? or do I need a have a separate Username dedicated for the ServiceDesk?
    Regards,
    Yaser.

    Yaser,
    I will usually create an account specific for Service Desk. This is the user
    account that will authenticate and Pop the mail form your mail
    system(GroupWise..:-) ) back into the Service Desk application.
    Hope that helps
    Paul
    >>>
    > Hi All,
    > I have the ServiceDesk Appliance installed and trying to set it up.
    >
    > I am now at Setup > Email > Server. Here in the "Receiving" section,
    > what exactly do I need the "UserName"/"Password" for?
    >
    > Can I use and existing username? or do I need a have a separate
    > Username dedicated for the ServiceDesk?
    >
    > Regards,
    > Yaser.
    Paul

  • Direct login into a CIVS-IPC-2500: username & password required

    Hi,
    I'm integrating a couple of CIVS-IPC-2500 in a domotics project.
    So far, I've setup the cams, I'm able to see a picture with a browser and http://<ip>/img/video.mjpeg.
    I'm unable to get the picture in the domotics supervisor. I realize now that when I use the http://<ip>/img/video.mjpeg syntax on a new PC, I get a pop-up asking for username & password. On my "work" PC, this syntax works because I've already done a logon, so username & password are cached.
    Is it possible to login directly into the cam without supplying any username & password ?
    I've reset the cam to factory defaults and done the setup again, trying blank password, but it's not allowed
    Any hint ?
    Thanks

    Hi,
    Thanks for the quick reply.
    Indeed, security isn't a concern, so I thought about the trick to embed the username & password.
    The problem: the domotic supervisor doesn't allow me to do that.
    I'm stuck

  • Update Firmware on 5800. Username/Password require...

    I want to install Google Maps on my 5800 but have the same probnlem as many users (Certificates Expired). Thus I tried to update the firmware. But I can't because it says 'username or password' is invalid and I have to type in both.
    What username/password? I haven't a glue what username or password I have to use. Can someone help?

    Update:
    I have called T-Mobile and they told me to download the Nokia Software Updater from their website (http://www.t-mobile.de/business/mein-handy/1,15556,20345-_,00.html  > got to downloads).
    On this page is written: Current Version is 20.0.012
    After downloading it and trying to update my firmware the NSU says my 5800 has version 11 installed and there is no newer version available. T-Mobile told me v.20 is not stable and it is not for T-Mobile users. Why do they write it on their page?
    Does anybody have v.20 installed on his T-Mobile 5800? How did you do that?

  • Strange: When download excel file from Apex, it ask XDB username/password.

    Hi
    I'm using Apex 4.0.1 on Oracle 10.2.0.3, I have a application where end user can upload some file(excel/PDF/Word) as an attachment and later on they will download. Everything is fine but one thing:
    When User press the download button, a popup window asking you whether you want to open it or save it. when it's PDF/Word file, all works fine no matter what you choose; but when it's an Excel file, if we try to open it(press the open), it will popup a window saying 'XDB need a username and password'. But if you ingore it, it did open the file without any issue; If user press Save button, no issue at all.
    So the app still work but it's kind of annoying..
    Any one seen this before? Any idea?
    Thanks
    Mike
    Edited by: mike on Feb 24, 2011 1:47 PM

    You should open the excel file in binary mode, in that case, no errors will occur.
    Also, there is a very good package located on
    http://stareyes.homeip.net:8888/. It's free. The only thing is the server open
    for a certain hours during the weekday. 11:00amp to 7:00pm New York time zone.

  • Local Host Username & Password required???

    When I try to test the localhost by
    http://localhost:8500/ows/ or
    even
    http://127.0.0.1 ....... I am prompted
    to enter a username and a password... I have no idea why or what
    the username or password is. Is there a default that I am unaware
    of? or how do i disable it from asking for a username and
    password?

    I am prompted to enter a username and a password... I
    have no idea why or what the username or password is. Is
    there a default
    that I am unaware of? or how do i disable it from asking for
    a username
    and password?
    Are you using IIS? Is the website setup with something other
    then
    "anonymous" under the Directory Security in said IIS? That
    would
    require you to log in with some kind of password.

  • Username password required for stress testing of 10G ESB process

    Hi I have an 10G ESB process.
    while stresstesting ESb process,getting the prompt saying server(name) requires authencation.SOASuit10G is installed in HP-UX server.
    have tried my HP server username/ pwd,windows login credentials,oc4jadmin..ect but no luck
    can you pls let me know what username/pwd its expecting..?
    Regards,
    Narasimha.

    My ESB process enqueues messages into the JMS queue.when I select stress test option,its prompting me to enter details of username/pwd.

  • View Accounting Login Screen username & Password required !!!!

    Hi,
    We have installed Oracle Application R12 on RHEL 4 Update 5 64 bit.
    When ever any user Login with Oracle applications, and try to open an View accounting screen of any INVOICE, it opens a new browser and again ask for the Username and Password.
    The question we need to ask is '*IS IT THE DEFAULT FEATURE OF ORACLE APPLICATION DUE TO SECURITY*' or '*THERE IS SOMETHING WRONG WITH THE APPLICATION (BUG)'* .???
    Thanks.

    Try this
    On your PC, go to Control Panel -> Java -> Advanced -> Java Plug-in
    Find "Enable the next generation Java Plug-in".
    If it is checked, un-check it.
    Hope this helps
    Sandeep Gandhi

  • ILM assistant XDB username and password not working

    Hi All,
    Hi I'm using ILM 1.3 with Oracle 11g on HP.
    I am able to log-in to apex server but not ILM assistant.
    http://dblxamd02.vxindia.veritas.com:8080/apex/apex_admin it works with admin/oracle.
    But im not able to login to http://dblxamd02.vxindia.veritas.com:8080 when it asks for XDB username and password.
    I tried to reset the password using apxxepwd.sql but not luck.
    Did anybody observer this issue ? if so can somebody please reply me ASAP ?
    Thanks in advance.

    There are two wats to install the ILM toolkit:
    1) Directly on the server where your instance is located. In this case you do not need to provide a TNS connection name. Therefore, you would execute the script as follows:
    @ilma_install.sql pune
    2) Remotely from a client. In this case you do need to provide a connection string to your remote database instance. Therefore, you would execute the script as follows:
    @ilma_install.sql pune@11
    in this scenario the connection details are derived from your TNSNAMES.ORA file. If you have multiple Oracle products installed you have multiple copies of this file and it can be difficult to track down which file is being used. To point to a specific TNSNAMES.ORA I normally set three parameters:
    ORACLE_HOME - points to your 11g Client installation directory
    PATH - point this to the Oracle home containing SQLPlus, usually this is ORACLE_HOME/bin
    TNS_ADMIN = ORACLE_HOME/network/admin
    then make sure the TNSNAMES.ORA contains a reference to your identifier "11". You can test the connection by using the TNSPING utility that is part of the 11g client installation. The format for your instance would be:
    TNSPING 11
    this will tell you if you can connect to your instance. If there are any issues check the connection via the Net Configuration Assistant, or you can edit the TNSNAMES.ORA file directly via Notepad.
    Hope this helps
    Keith

  • Howto access Apex through dbms_epg without username/password ?

    I had just setup HTMLDB using dbms_epg (htmldb_epg_config.sql).
    Now i'm unable to access http://localhost:port/htmlb via http without username/password.
    Granting anonymous access to xdb repository doesn't help. I'm able to access http://localhost:port without username/password, but then i try http://localhost:port/htmlb - no go.
    How can i enable http access to http://localhost:port/htmlb without username/password ?

    We are using 10.2.0.2 EE Edition and decided to try Apex without use of standalone Apache.
    I've already done that while running dbms_epg_config.sql
    declare
    l_cfg xmltype;
    begin
    dbms_xdb.cfg_update(xmltype.appendchildxml(dbms_xdb.cfg_get(),'/xdbconfig/sysconfig/protocolconfig/httpconfig', xmltype('<allow-repository-anonymous-access xmlns="http://xmlns.oracle.com/xdb/xdbconfig.xsd">true</allow-repository-anonymous-access>')));
    exception
    when others then
    select updatexml(dbms_xdb.cfg_get(),'/xdbconfig/sysconfig/protocolconfig/httpconfig/allow-repository-anonymous-access/text()','true') into l_cfg from dual;
    dbms_xdb.cfg_update( l_cfg );
    commit;
    dbms_xdb.cfg_refresh;
    end;
    I'm actually able to access repository without supply username/password.
    The troubles begin as sun as i try to access /htmldb - it wants password for HTMLDB_PUBLIC_USER account before i can proceed.

  • Xdb username and password while accessing servlets

    Hi all,
    I just installed application server 8.2. I wrote a simple login.html and a servlet program. The deployment went fine but when I access from browser and click sunbit in login page, it asks for a xdb username and password. I don't remember giving it during installation. What is this?
    Thanks

    Hint: "Search Forums" feature can be your friend :-)
    http://forum.sun.com/jive/thread.jspa?forumID=129&threadID=52586

  • ADSL network username and password required

    Help, I've got someone trying to sort my home wireless but he's asking for my BT ADSL Network Logon Username & Password - I cant seem to find anywhere or have any record.  Does anyone out there know?

    If it is the Router login you require it is [email protected]  also known as  broadband user name, with no password needed.
    (If I have helped you in any way to say "Thank You" please click on the star next to the message. Thank You)
    If I have solved your Issue please click the "Mark as accepted solution" button.

  • HT204306 starbucks app requires username/password every time. How can I tell my phone to remember my u/p?

    Starbucks app requires username / password every time it is invoked.
    Is there some way to tell the app to remember me?

    Meg,
    passcode was where you suggested.
    But it says that passcode is to be invoked each time you invoke the starbucks app.
    I do not wish to create another step. I wish to remove one (or two).
    But thank you for calling that to my attention. I did not know it was there.
    Charles

  • Ethernet requiring username/password

    I am living in China and I was given a ethernet modem which requires a username/password to be entered. I'm assuming that I need to create a 802.1x connection, but I cannot figure out how to create a new profile. I am running Lion on a Macbook Pro, please help...

    could be that you have undownloaded music/videos etc., and must sign in so that iTunes can know that it is you, the owner of the iPod, and can continue downloading the said undownloaded things where it left off. Hope that helped clear it up a bit for ya.

  • I'd like to manually add a username/password entry to a bookmarked page that requires one but Firefox never asked if I wanted one. How do I do that? Thank you!

    For some places that I visit on the Web, usernames and passwords are required. For some of those, Firefox has asked if I wanted that info remembered, and for some of them it did not ask. For those, I have to manually enter my username and password information manually every time. This is a pain. Is there a way to manually add username/password info for a site into the password manager? I know I can delete one that is already there, but I want to add a new one. Failing that, is there a way to force Firefox to ask the question about remembering? Thank you very much!

    The Saved Password Editor extension has a feature that allows you to manually add a username & password for domains that block Firefox from offering to save the username & password. <br />
    https://addons.mozilla.org/en-US/firefox/addon/60265

Maybe you are looking for

  • IPod 3rd Gen Not Connecting to Windows AT ALL

    i have an iPod 3rd Gen 10gb. I use firewire to connect it to my iPod. When i connect it, it shows that it is charging but that is all. my computer won't recognize it at all. i tried a new cable, a new firewire card, i bought a USB cable, reinstalling

  • Final Cut Pro X is KILLING me with the lagging! Please help!

    All of my work takes about 6 times longer than necessary now that I am using Final Cut Pro X on a brand new MAC. Processoor is 3.5 Ghz, Intel i7, memory is 16G, 1600 MHZ. I just don't understand the problem. I am working off an external G Drive with

  • Document  number range

    Hi SAP Experts Is there any way to get the FI document number used alonwith document type and prefereable profit centre wise. for example we have 9 profit centre representing 9 locations. we want to know what are the document no. alongwith doc. type

  • Ipod Touch won't sync after updating iTunes

    I updated my iTunes and now my ipod touch will not sync, it says that the ipod is synced with another iTunes library when it is not, is there a way to get it to sync?

  • BAPI to process mutiple incoming payments

    Hi Experts, Is there any BAPI to post mutiple incoming payemnts. As of now i get file from the bank for the customer payments debited from there card , I am using BAPI 'BAPI_ACC_DOCUMENT_POST' to process the data sent to us from the bank. With this B