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.

Similar Messages

  • Goto Responsiblity Page without Username/Password !!

    Hi all,
    In 11.5.10.2, Is it possible to go to the Responsibility page without issuing the username and password?
    In 10g Application server we are able to do this by adding the following line in
    formsweb.cfg under ORACLE_HOME/forms90/server:
    [example]
    userid= test/test@db_name
    After saving this file we restart the forms service.
    see the url below:
    url : http://host-name.domain-name/forms90/f90servlet?config=[example]&form=<location_of_main_form>.fmx
    Now we are able to access the forms and it wont ask for username/password.
    Is it poosible to do the same in 11.5.10.2 ?
    Thanks,
    Mahesh

    Mahesh,
    There is no supported way to pass the application username/password and skip the main login page. You can pass the username only in the application URL by adding "username=<username>" to the application URL.
    What is the point of accessing the responsibility page without entering the username/password?
    Regards,
    Hussein

  • Auto_master, mounting afp shares without username/password in plain text?

    Hi,
    i'm trying to mount afp-shares from a Synology Diskststation and an Airport Time Capsule via the automountd.
    I've modified the /etc/auto_master as follows:
    # Automounter master map
    +auto_master            # Use directory service
    /net                    -hosts          -nobrowse,hidefromfinder,nosuid
    /home                   auto_home       -nobrowse,hidefromfinder
    /Network/Servers        -fstab
    /-                      -static
    /Synology               /etc/auto_afp   -nosuid
    I've created the /etc/auto_afp:
    iTunes -fstype=afp afp://"Username":"Password"@DiskStation.local/iTunes
    Data -fstype=afp afp://"Username":"Password"@AirPort.local/Data
    Providing Username and Password works fine, but is there a way to make this work without the Username and Password in plain text?
    Thank you.

    An applescript application set as a user login item should be a better choice.
    I'm just about to work this out for an SMB mount of a users Windows home (augmented AFP homes are breaking preventing the 'Mount UNC path' option in the AD plugin).
    Post back if you still want info.
    D

  • Publish ESB without username/password of connection using Jdeveloper

    Hi,
    I have used jdeveloper10.1.3.3 to developer BPEL Process and ESB services.
    I have created a Application Server Connection in jdeveloper with hostname, url path and RMI Port right, but without username and password.
    I have created a Integration Server Connection mapping the connection above. I tested this Integration Server and the result was:
    Application Server: FAILED
    BPEL Process Manager Server: OK
    ESB Server: OK
    After the test of Integration Serve Connection , I tried register my ESB project using the action "Register witn ESB" from Jdeveloper and the result was the error:
    "Reload services from ESB Server failed while trying to query service definitions from server."
    After the registry, I saw in the ESB Crontol that the ESB Service was publish.
    Question:
    Is possible resgistry a ESB service with URL connection correct, but without username and password of Application Server Conncetion from Jdeveloper?
    Is there any configuration for validat of username and password of Application Server Connection in the publish of ESB service?
    Is a bug of jdeveloper?
    Thanks,
    Fabrício.

    Hello. I'm pretty sure you cannot register an ESB with no username/password - it uses the username/password information in the integration server connection properties to login and deploy. We were surprised that BPEL uses ant build properties so you can specify the name/password, ESB does not - it only uses the integration server connection info.
    In 10.1.3.4 (which we don't have yet) the ability to use ant for ESB deploys has been added.
    Daren
    Edited by: djcasey on Jan 30, 2009 11:12 AM

  • Connection without username, password or database name

    I'm trying to find an automated way (for a given dbms) to check whether a server name and port number correctly identifies that the given dbms is running at that location.
    For example, in MySQL, I can do something like:
    DriverManager.getConnection("jdbc:mysql://" + serverName + ":" + port + "/");
    So, I havent specified a username, password or database name. And this works (at least on my installation) by simply checking for an exception.
    My question is: Can I always rely on this for MySQL or does it depend on how the MySQL dbms is configured?
    What about MS SQL Server and Oracle?
    Any help, much appreciated.

    Your question was "Can I always rely on this for MySQ"No it wasn't. My question was:
    "Can I always rely on this for MySQL or does it depend on how the MySQL dbms is configured?"
    Its the bit between the "My question is: " and the question mark. I understand that if you chop the question in half then "no" is a valid answer but then thats not the same question.
    and the answer is[i] No! If your abilitydepends on the MySQL configuration then the answer to
    your question is still No because it means you
    can't always rely on it.
    Wrong again!
    If I was to ask "does it depend on how the MySQL dbms is configured?" then the answer is yes.
    I think "No, yes" is a better answer to the question. Although I think masijade answer is best.
    But anway, thanks for your constructive reply.

  • 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.

  • Is there a way to create a password for Firefox so Firefox is denied access to the internet without this password?

    Is there a way to create a password for Firefox to deny Firefox access to the internet?

    There is the Profile Password extension, but it is easily bypassed by using the Firefox SafeMode.
    http://nic-nac-project.de/~kaosmos/profilepassword-en.html#PPFF
    Another thing you can do is to set your Homepage to a website that you have a password logon saved for and use the Master Password feature. It won't completely stop someone else from using the internet but it will slow them down or make it appear they need a password for access.
    https://support.mozilla.com/en-US/kb/Protecting+stored+passwords+using+a+master+password

  • POP authentication without username/password ??

    Is there a way to disable authentication (authentication/password) in POP (incoming mails). Our mail client does not provide user info for authentication.
    Sunil.

    Got it. Uncheck the access login checkbox in IMAP.

  • Access read-only LDAP for username/password, Directory Server LDAP for rest

    Hello! I keep trying to find documentation on the above, but thus far I have been unable to find something that explains this well (and my attempts at figuring out thus far have failed).
    I have a read-only LDAP that is used University wide, and I am not allowed to change how it currently operates. It uses double-bind authentication in that you search for a user to get their DN, then bind to that DN with the users password to see if it was correct.
    I'd like to use the above setup to verify a user's credential as well as return some basic information about them (name, email, etc). After this, I'd like to use another freshly installed Directory Server LDAP to manage the roles that seem to be needed for Portal Server (as I cannot write to the original LDAP).
    Any help or advice on the above would be appreciated! Thank you.

    The authentication you described is the default way LDAP authentication works.
    AM Ldap auth-module allows you to 'pull' attributes from the LDAP server you're using for authentication and store it in it's 'amSDK' Directory Server - which is leveraged by Portal Server (if you're talking about Sun's Portal Server).
    However this is only done if the profile is created (set 'dynamic profile generation' in auth - service).
    As Portal Server does not support the new 'identity repsoistory API' of AM you have to stick to AM's legacy mode when using Portal Server.
    To keep the the data in sync (if needed) you have to write a post-auth class.
    -Bernhard

  • Is it possible to have an AP that doesn't ask for username & password?

    Hi,
    I have been asked to take some APs to factory default and leave them without username & password.
    I don't have the devices with me at the moment and I don't remember if that is possible, as long as I remember when you take them to factory default the username and passwords are set to Cisco. But actually I need to leave them without username and password.
    By the way the APs are AIR-LAP1242!
    Any help is much appreciated.

    So in conclusion it is possible, right?
    Yes and no.  Yes, it's possible.  No, it's not possible just by simply doing a factory default/factory reset.  This solution is a two-step process.
    After leaving the AP whithout user/pass when I Telnet/SSH the IP address of the AP, I won't be prompt to type username/password, right?
    Again, yes and no.  Yes, you WON'T be prompted.  NO, you CANNOT remote into a Cisco appliance (Telnet or SSH) UNLESS you have a username and password.

  • Frontrow chokes on iphoto galleries protected with username password

    When I try to select in Frontrow a web gallery (as they are listed on the bottom on the selection list) which is protected by a username and password the screen turns black, after a few seconds the list comes back and is blocked. Again after a few seconds an error message pops up telling to press pause/play which brings you back to the main menu.
    Galleries without username password work fine and also the tumbnails left of the protected gallery names in the list are correct.

    adrenalin. I couldn't disagree more about the AppleTV still being a useless device.
    it USED TO BE a brick in our living room, the only time it got turned on was when the Comcast remote's code became liked by the AppleTV and turned it on every time I turned on the cable box.
    However after this update... I must say, the thing rocks. It's not cheaper to rent movies at my local store, it's certainly not more convenient, and the integration with my iPhone is insane. I just rented a movie last night after the update. And have tested moving it between computer, tv, and phone, all without a hitch. This is going to be awesome.
    My complaint with the .mac settings is an easy fix. Hopefully in the next incremental update. Apple?
    Now what I want to know is, once the iPhone SDK is released, who out there is going to be first to get me a third party app that turns my iPhone into a full fledged bluetooth remote for my appleTV. Can't wait to be able to use a full keyboard.

  • ((  SQL DEVELOPER UserName Password??? --- To Access APEX TABLES ))

    How do I access APEX tables from SQL DEVELOPER?
    What do I use as a USERNAME and PASSWORD--
    inside SQL DEVELOPER?
    Hello,
    I have APEX installed on my machine.
    WINDOWS 7 PROFESSIONAL 64 BIT.
    I also have installed:
    ORACLE XE
    and
    SQL DEVELOPER.
    I have applications I have created in APEX
    with various tables.
    Question:
    How can I access my APEX tables from
    within SQL DEVELOPER?
    What USERNAME and PASSWORD do I use?
    I can do this with
    HR
    SQL DEVELOPER USERNAME = HR
    PASSWORD = HR
    This works fine.
    But what about for my own APEX TABLES
    I created inside my own workspace
    inside APEX?
    For example:
    LOGIN TO APEX:
    http://127.0.0.1:8080/apex/
    If my
    APEX WORKSPACE = DAVID_WS
    SCHEMA = DAVID_SC
    APEX USERNAME = DAVIDAPEX_UN
    APEX PASSWORD = DAVIDAPEX_PW
    LOGIN TO APEX ADMIN:
    http://localhost:8080/apex/apex_admin
    APEXADMIN USERNAME = DAVIDADMIN_UN
    APEXADMIN PASSWORD = DAVIDADMIN_PW
    So, given the above 6
    NAMES and PASSWORDS above:
    SQL DEVELOPER USERNAME = ????
    SQL DEVELOPER PASSWORD = ????
    Thanks a lot for your help!
    David
    Edited by: DAVID888 on Feb 3, 2011 11:53 PM

    Hello david,
    When you created your workspace with the below details, if the schema "DAVID_SC" was created through APEX, then you should have also specified the password as well.
    APEX WORKSPACE = DAVID_WS
    SCHEMA = DAVID_SC
    APEX USERNAME = DAVIDAPEX_UN
    APEX PASSWORD = DAVIDAPEX_PWIf you dont remember the password for "DAVID_SC", you can log on to your Oracle XE database as a "SYSTEM" user and reset the password of "DAVID_SC".
    Once that is done, you can log on to SQL developer with :
    username : david_sc
    password : <your_new_password>
    Hope it is clear and plz refer to the APEX documentation to get a better understanding of it.

  • Username and Password are correct and Thunderbird says they are incorrect. I can access mail through web client.

    I have made sure email credentials are correct on the Mail Server. I can access mail through a web client using the email credentials I am inputting however Thunderbird will not let me configure the account saying the username and password might be incorrect.

    Is this a Gmail account?

  • Restricting user access through single machine without entering password

    Dear All,
    We would like to provide access to temporary user and he should be able to access our Production R/3 using SAP GUI from the machine which is allocated to him and not from any other machines in the same network.He should be able to login when he click on the login pad without entering password.
    Please let me know is there a way to achieve this by changing the SAP gui settings in that machine alone/suggest me if you have an alternate solution?
    Appreciate your response.
    Thanks,
    Vadi

    Hello Vadivambal,
    Actually the second thing might be possible with logon pad. In the logon pad there is an option for short cuts. You can create a short cut for a system in launch pad which gives you the option for specifying user id and password also. However this is relevant for SAP GUI 640 or higher only. The GUI launch pad has two tabs: Shortcuts and systems. Check the short cut part.
    Regards.
    Ruchit,

  • SOAP URL without username and password

    Hello Everyone,
    its a synchronous SOAP - PI -ECC scenario .
    I have created HTTP URL through sender agreement in integration for testing.
    However, customer now wants HTTPS URL without Username and password in  production URL. How do i create this .
    Regards,
    Ravi

    Hello,
    However, customer now wants HTTPS URL without Username and password in production URL. How do i create this .
    You can disable basic authentication for the sender SOAP Adapter by following William's reply in this thread
    http://forums.sdn.sap.com/thread.jspa?threadID=236507
    However, the authentication will be disabled for all SOAP Sender, so you should weigh-in the impacts of granting that request.
    Hope this helps,
    Mark
    Edited by: Mark Dihiansan on Feb 13, 2012 3:51 AM

Maybe you are looking for