This server 192.2.2.1 at XDB requires a username and password

Hi all,
I am installing Apex 4.2 in Oracle 10.2.0.4 on SLES 11
But I got the above error. :(
I tried to google the error but to no avail. I see lots of similar error since 5 years ago and it seems there is no solution yet. sad sad sad.
Is Apex 4.2 not supported in 10gR2?
Please help.....
Thanks a lot,
zxy
Edited by: yxes2013 on 28.2.2013 1:20

We also had issues with Apex 4.2 and XDB
This from our WIKI:-
When XDB is used for Apex, the ANONYMOUS user must be configured for file access.
as sysdba run the following:
If this block has not been run, then when accessing Apex, one is channged for XDB credentials ("server said: XDB")
SET SERVEROUTPUT ON
DECLARE
l_configxml XMLTYPE;
l_value VARCHAR2 (5) := 'true'; -- (true/false)
BEGIN
l_configxml := DBMS_XDB.cfg_get ();
IF l_configxml.
EXISTSNODE (
'/xdbconfig/sysconfig/protocolconfig/httpconfig/allow-repository-anonymous-access') =
0
THEN
-- Add missing element.
SELECT INSERTCHILDXML (
l_configxml,
'/xdbconfig/sysconfig/protocolconfig/httpconfig',
'allow-repository-anonymous-access',
XMLType (
'<allow-repository-anonymous-access xmlns="http://xmlns.oracle.com/xdb/xdbconfig.xsd">'
|| l_value
|| '</allow-repository-anonymous-access>'),
'xmlns="http://xmlns.oracle.com/xdb/xdbconfig.xsd"')
INTO l_configxml
FROM DUAL;
DBMS_OUTPUT.put_line ('Element inserted.');
ELSE
-- Update existing element.
SELECT UPDATEXML (
DBMS_XDB.cfg_get (),
'/xdbconfig/sysconfig/protocolconfig/httpconfig/allow-repository-anonymous-access/text()',
l_value,
'xmlns="http://xmlns.oracle.com/xdb/xdbconfig.xsd"')
INTO l_configxml
FROM DUAL;
DBMS_OUTPUT.put_line ('Element updated.');
END IF;
DBMS_XDB.cfg_update (l_configxml);
DBMS_XDB.cfg_refresh;
END;
/

Similar Messages

  • How can we disable " XDB Requires a username and password"?

    Hello,
    I've just performed an Apex 4 installation on top of a DB 11.2.0.2.
    All is fine.
    No problem fine with FF, IE and Safari, but with Chrome I always have a pop up saying " The server XXXX: port at XDB requires a username and password".
    How can I disable that, or fix it definitively?
    Thanks
    Fred

    Sure.
    On my system Anonymous and XDB account were already unlocked and both used the same password.
    I simply executed the PL/SQL block that you can find here: http://www.apexexplorer.com/wp-content/uploads/2010/11/XDB-Password-Issue.pdf
    I bounced the listener.
    Hope that help
    Regards,
    Fred

  • XDB requires a username and password apex

    Hello,
    11.2.0.1.0 g database
    I am trying for testing on test server where I am getting error while trying to connect http://localhost:8080/pls/apex.I am able to connect http://<server>:<port>/apex/apex_login and http://<server>:<port>/apex/apex_admin.
    The database version is 11g.
    Actually my requirement is As I know we cannot use isqlplus in 11g we can use apex instead of isqlplus so please provide the way or navigation how to use apex for isqlplus.
    Thanks

    Hi,
    I once had a similar problem. It turned out that APEX_PUBLIC_USER or ANONYMOUS had been locked. I don´t know if this helps any.
    Jens

  • How do I connect to an SMTP server that requires a username and password?

    Hi,
    I am currently working on a project for university which requires me to send and receive email. I was until this week able to send mail no problem, but now the SMTP server has been upgraded so that each time a mail is sent it requires the username and password.
    Ideally the connection should be made using TLS/SSL, and not use the Authenticator method. I want to pass the username and password directly if possible.
    I've been trying to use the following but have been getting handshake, and other exceptions:
    SMTPSSLTransport smtpSSLtransport = new SMTPSSLTransport(session,
                        new URLName("smtp", smtpHost, port, null-File,
                        "USERNAME", "PASSWORD"));
            smtpSSLtransport.setStartTLS(true);
            smtpSSLtransport.connect(new Socket(smtpHost, port));
            smtpSSLtransport.sendMessage(smtpMessage,                                                     message.getAllRecipients());
            smtpSSLtransport.close();Can anyone correct this piece of code for me or point me in the right direction of what classes and methods I should be using?
    Many thanks in advance,
    Gordon

    I always wonder what misleads people to do things this way.
    Was there some example you saw that suggested that instantiating
    an SMTPSSLTransport was the correct approach? I hope not.
    See the smtpsend.java demo program for how to use SMTP
    authentication. If you need to use SSL, see the SSLNOTES.txt
    file for hints on using the "smtps" protocol. smtpsend.java also
    illustrates use of SSL, but you'll need to fix a bug in it to use the
    correct property names ("mail.smtps.auth", etc.).

  • The server at Mac OS X Server Web Services requires a username and password

    I am running SL Server 10.6.2, wiki works but when a person clicks an attached file in a wiki and then selects "open" they get a login popup with the notification The server at Mac OS X Server Web Services requires a username and password. It doesn't matter what they put into the login/pass it comes back. If they hit cancel then the document opens. If they click save then it saves with no issue. I can type in the admin login/pass of the server and it works. Does this mean the security settings to the location of the files is wrong? Any help is greatly appreciated!

    By the way they are using Internet Explorer 7 when opening these documents.

  • I keep getting the message " The server 192.168.1.1:80 requires a username and password. The server says: RE1000"?

    Why am I getting this message and how can I fix it? I can't access any websites. What username and password an I supposed to put? I'm dumb with this stuff so please provide a simple explanation? Thanks.

    Do you mean the password of the wifi network i'm connected to?

  • The server (UCM server name) at IDC Security /oracleUCM/idcplg requires a username and passowrd.

    Hi ,
    I am getting the prompt asking for username and passoword whenever trying to login to UCM. Please find the details as given below. I am using UCM 10gR3 with Apache server and database is oracle 11g.
    The server at IDC Security /oracleUCM/idcplg requires a username and passowrd.
    warning: This server is requesting that your username and password be sent in an insecure manner(basic authentication without a secure connection)
    Can anyone please help me out to resolve this issue.
    Thanks,
    Prangya

    Hi,
    It’s not leading to UCM Server Login page. I supposed to give the user name and password in the UCM Server Login page but before that its asking for the username and password and even after giving the user name and password also it’s not taking. It keeps on asking for the user name and password. Can you please help me out on this.
    Thanks.

  • I'm being asked for a password with the following statement: The proxy moz-proxy://192.168.30.5:800 is requesting a username and password. The site says: "moz-proxy://192.168.30.5:800"

    Here's an example of what happens when I cancel the username and password request:
    ERROR: Cache Access Denied
    Sorry, you are not currently allowed to request:
    http://cben.net/?
    from this cache because your username and password are incorrect or your user group does not have permission to web browse. Please check your username and password. They are case sensitive so make sure Caps Lock is not on.
    This happens 100% of the time.

    I have the same problem. It ask for all elements that proxt detects ("NetworkError: 407 Proxy Authentication Required").
    Solution "No proxy" not works because i aslo require internet.
    I have version 10.0.2 on windwos XP, and this happens to me since I update it. On chrome and ie works without prompt.
    I upload and example, this page calls facebooks elements (i can't acces facebook) and others, for each element prompt proxy is shown.

  • Error: XDB requires a username ans password

    Hello there,
    I have installed Oracle xe 10g a few months ago on a Windows 2003 server. I use Oracle for storing some data that I use in my Asp.Net / C# webapplication. Everything worked fine until a few weeks ago....
    On the Oracle server I opened internet explorer 7 (also tried with firefox) and browsed to the database homepage ( http://localhost:8080/apex ), I then got a windows popup saying I should authenticate.
    See this URL for a screenshot: http://img508.imageshack.us/my.php?image=oracleerrornt2.jpg
    I have tried multiple different passwords such as my own windows credentials, the windows credentials from the windows administrator and my system login that I use in Oracle. None of them worked at all, and after three failed attempts, I see a white webpage with the text: "Unauthorized".
    Because nothing worked I backupped my databases via SQL plus commandline (because that still worked, thankfully), uninstalled Oracle Xe en rebooted the server. I then installed Oracle Xe again, and when I go to the database homepage the error was gone. So I imported my databases again and was happy again, but today the error returned....
    Does somebody know how I can solve this problem, without first uninstalling Oracle Xe and installing it again?
    Maybe some handy additional information; I don't use a proxy server, the database homepage is a trusted site in internet explorer, and in my host file the only entry it contains is the default: 127.0.0.1 localhost.
    Cya

    its looking u using limited account from yours pc!
    (try to catchs admin (full administratior) from yours pc win platform based pc)
    gordan
    http://gordanmilojevic.blogspot.com

  • Ask for username and password for XDB when download files

    Hi,
    I have an application to upload/download files. While the user click on the file link for downloading files, a small window pops-up saying that "The server 127.0.0.1 at XDB requires a username and password.".
    Can anyone shred some light ?
    Thanks.
    Edward

    Edward:
    Does this link work ? if it does then I think you may need to set up appropriate ACLs in XDB for the other IP address.
    http://127.0.0.1:8080/apex/wwv_flow_file_mgr.get_file?p_security_group_id=1025018959703326&p_fname=24-Nov 08.doc
    Varad

  • Ical "authentication failed. your username and password were rejected by the server"

    i've a pretty busy server, fully configured with correct DNS.
    running 10.6.8, uptodate. i've stopped the ical service, and removed it from the server settings.
    then i created a folder on my RAID /volumes/raid/ical, set its ownership to _calendar:_calendar (uid 93), rwx,rx,-
    then added the iCal service back, and set the data store to this new folder.
    authentication is set to digest (to reduce potential kerberos errors), with SSL on.
    i then started the service
    an existing user CANNOT connect to the caldav server. i get the error: ical "authentication failed. your username and password were rejected by the server".
    if i create a NEW user, that user can correctly connect to the Caldav server. On first joining, an entry is created in the __uids__ folder and the calender works.
    SO. WHAT IS GOING ON?
    this is 10.6, so i do not have an option in WGM to 'enable calendering'. i've used the inspector to check for differences, but i can't see any.
    help. please. and no comments about DNS. the fact i can get  a new user to function means that is excluded. no comments about SSL. ditto. no comments about kerberos, its turned off. thanks.

    I often think of things in terms of time it takes to figure out the solution to the problem vs time it takes to nuke and pave.
    Dare I ask...  How many users would you have to remake? 
    150 users would probably take 2 hours to recreate?
    ...Have you spent 2 hours on this problem yet?  How about 4 or 6?
    Perhaps you could have typed up 450 remade users so far!
    I have a great idea as to how to change ownership of home folders to users after they're created.
    Thoughts on the problem... (but don't spend too much time on it!)
    What about crypt vs open directory password?
    In WGM, select the user, click the advanced tab, and ensure that your users have OD based passwords? 
    ...sometimes that pull-down menu displays OD, but it's not really.  Try selecting OD, retype the password there, and save.
    See if it works.
    What about in server admin....  Select the server in question, click the access button at the top.
    Ensure that your services are allowed for all users to use the iCal service.
    In the iCal service in Server Admin...
    Host name setting?  It's a stretch as new users seem to work.  Ensure it's correct?
    For the sake of argument...  Change authentication type to Any Method...  If you're running OD on the server, Kerberos is running.  I know that certain services require it even though you have the option.  Perhaps iCal is being finiky without it?
    I apologize if you've tried all these, but as a user forum, you'll typically get users that don't believe that you've tried the basics.  It's honestly the best place to start.  Seeing as we don't know what you've done, it's the best advice you'll get.
    HTH
    -Graham

  • 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

  • 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

  • Authentication window appears asking fo XDB username and password

    Hi all,
    Trying to access APEX on standby production server that I've not referenced for several months. when going to URL get pop-up in IE or Mozilla asking for username and password for XDB. Never seen this before - anyone got any ideas?
    Also as an aside the HTTP server appears to be showing as down in Grid Control even though when I run "opmnctl startall" it says it has started it but an "opmnctl status" command reveals:
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    HTTP_Server | HTTP_Server | 0 | NONE
    Not sure what the NONE measn............
    Thanks,
    Jeremy

    Hi,
    According to your description, it seems like caused by permission problem. What's the type your problematic account? Administrator or standard? Is this problem just occures to this system?
    In my opinion, it would be better to use Process Monitor to capture the trace of this problem.
    Run Process Monitor, start capture, then start IE and access to a website. When this problem occures, stop capture.
    Download Process Monitor:
    http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx
    If there is any problem using this tool, please feel free let me know.
    Roger Lu
    TechNet Community Support

  • HP 8500 PLUS-scan to email - "SMTP server want approval- control SAMTP username and password"

    I have this brand new PRO 8500 PLUS machine, and everything is working except for the "scan to email" function.
    I did the setup in the web interface, in which I configured my GMAIL account to be the outgoing account in the printer.
    In the end I pressed "save and test" and it reported OK! I used my full GMAIL adress as SMTP username, and my GMAIL password as password.
    However, when I scan a paper and try send it to myself (same adress as confgured as outgoing in printer) it says something like(bad translation...)
     "SMTP server demands approval - check that SAMTP username and password is set" 
    Network config is:
    IP adress: 192.168.0.183
    Subnett mask: 255.255.255.0
    Standard gateway: 192.168.0.1
    DHCP
    Primary DNS server: 192.168.0.1
    Secundary DNS server: 0.0.0.0
    Printer is connected wirelessly to a DLINK DIR 655 .
    This question was solved.
    View Solution.

    Hey Cartman9090,
    Alright i did a little bit of researching and this is what i was able to come up with. There are two separate settings that perform two different actions.
    1. Under settings in the printer EWS you have email servers and individual settings for alerts. The email server settings under setting in the ews allow you to set up the product to send problem and status alerts to anyone through e-mail messages. When this function is configured, alerts are automatically triggered about supplies, paper-path status, and other service and advisory information.
    2. Under scan when configuring the scan to email in the EWS this is for configuring the e-mail address which will appear in the FROM portion of the e-mail message sent by the printer. The device allows you to scan documents and send them to one or more e-mail addresses as attachments—without additional scanning software. You do not need to scan files from your computer and attach them to e-mail messages. In addition to send scanned files as emails the device must use a outgoing email profile configured with an outgoing email account.
    **Click the KUDOS star on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.
    (Although I am employed by HP, I am speaking for myself and not for HP)

Maybe you are looking for