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

Similar Messages

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

  • Bookmark a page with username/password in the URL

    I can add username/password for HTTP authentication directly to the URL (e.g. http://user:[email protected]/ ) and this works fine with the browser on Firefox OS 1.3 (on a ZTE Open C). However, when bookmarking that page, the bookmark doesn't include the username/password any more and so I'll have to manually enter the username/password when visiting that site again (after clearing private data) - and unfortunately there is no password manager for Firefox OS yet...
    Another way to add a bookmark appears to be via a small Javascript using the "save-bookmark", however that appears to only give me the option to add the bookmark to the Home Screen (and I am not sure if it will keep the username/password information in the bookmarked URL).
    Is there any other way to add a bookmark to the browser and keep the username/password information in the URL?

    Here is an example:
    http://user1:[email protected]/auth-basic/
    Works fine if you enter that URL in the URL bar. But when bookmarking it, it only gets bookmarked as http://test.webdav.org/auth-basic/ and so you will have to enter username and password again (after clearing cookies and session data) when opening from bookmarks.

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

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

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

  • Auto Login to another page with BPM username/password

    Hi,
    I would like to use the same username and password (with which i logged into BPM workspace) to login to another web page automatically.
    I created an ADF page for one of the tasks in BPM.I have a button in my ADF page which opens up a new page. When a new page is opened, it is asking for username and password. This username and password is same as the the one i used to login to workspace.
    When i click on this button, can i open the web page without entering the credentials?
    Thanks,
    Lakshmi.

    Thanks. The problem is that I can't put it after the APEX form, because I need to have it in the middle of page content. And the whole page content is in the APEX form. I tried using </form> here i inserted my code <form> to end and start again the APEX form but it did not work for IE.

  • DAD without username and password

    I create a DAD without username and password.
    I want to pass this parameters when I call my page login.
    How can I do this?
    Thanks.

    Maybe the Oracle Application Express (APEX) guys know more about it ..

  • Username password error when ifolder admin access admin page

    OS: SLES 10 SP4 i586 + online updates
    OES2 SP3 + online updates.
    Today, I was configuring a POC demo of iFolder to a customer, and faced the following:
    iFolder configured with MS AD 2003, and initial configuration(simias-server-setup, ifolder-admin, ifolder-web) went smooth, without errors. But I can't login via ifolder admin(ifadmin) user when accessing Admin Page(http://ip/admin) I got incorrect username password error.
    As already informed, that iFolder configuration went smooth(error free) and iFolder Administrator account, plus iFolder Proxy accounts are all available in MS AD 2003, also I have provided the
    appropriate DN during configuration(but still I am getting 'username password' error when accessing admin page).
    logs says following:
    2011-12-01 16:31:18,403 [Simias Manager Start] INFO Simias.Service.Manager - "Simias Change Log Service" service started.
    2011-12-01 16:31:18,404 [Simias Manager Start] INFO Simias.Service.Manager - "Simias Local Domain Provider" service started.
    2011-12-01 16:31:18,422 [Simias Manager Start] INFO Simias.Service.Manager - "Simias iIdentity Sync Provider" service started.
    2011-12-01 16:31:18,426 [Simias Manager Start] INFO Simias.Service.Manager - "Simias Journal" service started.
    2011-12-01 16:31:18,470 [Simias Manager Start] INFO Simias.Server.Service - Could not load the configured user provider - loading InternalUser
    2011-12-01 16:31:19,580 [Simias Manager Start] INFO Simias.Service.Manager - "Simias Server" service started.
    2011-12-01 16:31:19,582 [Simias Manager Start] INFO Simias.Service.Manager - "Simias Report" service started.
    2011-12-01 16:31:19,584 [Simias Manager Start] INFO Simias.Service.Manager - "Simias User Movement Plugin" service started.
    please help asap.

    Issue resolved by changing
    LdapResyncOnRestart=No
    to
    LdapResyncOnRestart=Yes
    Regards,
    Muhammad Sharfuddin
    Originally Posted by sharfuddin
    OS: SLES 10 SP4 i586 + online updates
    OES2 SP3 + online updates.
    Today, I was configuring a POC demo of iFolder to a customer, and faced the following:
    iFolder configured with MS AD 2003, and initial configuration(simias-server-setup, ifolder-admin, ifolder-web) went smooth, without errors. But I can't login via ifolder admin(ifadmin) user when accessing Admin Page(http://ip/admin) I got incorrect username password error.
    As already informed, that iFolder configuration went smooth(error free) and iFolder Administrator account, plus iFolder Proxy accounts are all available in MS AD 2003, also I have provided the
    appropriate DN during configuration(but still I am getting 'username password' error when accessing admin page).
    logs says following:
    please help asap.

  • I use master password & if I change passwords on a site, it doesn't ask to "change" Also doesn't ask to "remember" with new usernames/passwords. Does anyone know how to fix this or add usernames & passwords to saved password page on Firefox.

    Firefox (I think version 5, maybe 4) does not ask to "remember" passwords anymore nor does it ask to "change" a password when I've done that. It didn't ask when I changed my Facebook password & I have to log in each time so I removed my username & password for FB on Firefox's "saved password" page. When I've don't that before, it asks to "remember" but doesn't anymore. I use a master password.

    Make sure that you do not run Firefox in permanent Private Browsing mode.
    *https://support.mozilla.com/kb/Private+Browsing
    To see all History and Cookie settings, choose:
    *Tools > Options > Privacy, choose the setting <b>Firefox will: Use custom settings for history</b>
    *Deselect: [ ] "Always use private browsing mode"
    The website may be using autocomplete=off to prevent Firefox from saving the name and password.
    You can remove autocomplete=off with a bookmarklet to make Firefox save the name and password.
    *http://kb.mozillazine.org/User_name_and_password_not_remembered
    *Saved Password Editor: https://addons.mozilla.org/firefox/addon/saved-password-editor/

  • Set up username & password "admin" are not accepted by the Set Up page

    I hope someone can help.
    When I finished setting up the router via the cd-set up wizard, I tried getting into the Set Up page via the Internet Explorer.
    It does not accept the username & password "admin" that is mentionned in the set-up manual.
    Please help.
    Thank you

    Not too hard to know. It's documented. But what's really interesting is that it's not always true. With some Linksys products, even though the manual and tech support say leave user name blank, you actually have to type in 'admin'!

  • Hi ,I barely got this from USPS ,and it's used ibook G4 ,I don't know a password from there username I couldn't even use it because it already used ?do you how to restore the whole system for iBook G4 ,without the password

    Hi ?okay barley got this from USPS but it's in used ,somebody already own this ibook G4 ,I only use it for 1 min on this OS X and then when I try to go any file I have to  type in a password ,but I don't know the password ?do you how to restore everything and restart everything ,without the password?

    The seller should have included a bootable OS X system DVD that would work in that computer; preferrably one that matches the OS X installed in the computer when you got it. Have you contacted the seller?
    If you can find the serial number and any other model identifier of the iBook portable, you could probably get a Replacement OS X Tiger 10.4 system DVD from Apple for about $20; a white-label disc that should work in an old iBook G4. This should not be an original install-restore disc specific to the iBook, but there may be one available. (Originals shipped with a Mac were gray color and say the computer name, and those discs have a part number related to the Mac models build year, etc they shipped with.) A 'replacement' white disc should work with more than one specific series of Mac that could support the OS X.
    As these computers get older and farther away from the date of manufacture, replacement discs or copies of original software kits, no longer made, are harder to come by. However the white label 'replacement' from AppleCare, may be the ticket, if you can order one and if they still have them. And, if it works.
    With a system disc, you can erase and install (or secure erase, reformat, & install, then update) a system on the hard disk drive. By doing the secure erase, the Disk Utility will write a pass of zeros over the old content and that can help clear up old issues in a questionable used computer's hard disk drive, but you'd need an OS X install disc. You can call AppleCare or Apple Sales Support (not the main store or main online pages, its not a regular item) and if you are lucky, you may talk to someone who knows these exist. A few ASC discussion threads have mentioned these, and people who bought them posted pictures of the actual discs.
    There are some ways to attempt to reset an admin password, usually with the install disc for OS X; but another way using Single-user mode or command-line Terminal, to go into unix and change settings at a level beneath the graphic user interface.
    •TidBits: Five Ways to Reset a Lost Admin Password
    https://tidbits.com/article/14437
    +see comments post link, for Carlos single-user idea
    https://tidbits.com/article/14437#comments_22009
    not recommended for casual use without knowledge
    •With an OS X disc, how to reset lost passwords:
    http://support.apple.com/kb/ht1274
    You'll have to search and reword for other online ideas.
    If you bought the iBook from an auction, suggest they
    should include the disc, since it implies a license to
    have the system software installed. It is the proof.
    The replacement OS X install disc for Tiger or Leopard
    (depending on the computer, what it may use best) are
    ideas, so ask AppleCare about them. If you can, get
    both, so you may have one that does the job.
    PS: If someone set an Open Firmware password, that
    is another matter to access the locked computer. At a
    level of security higher than Admin, near impossible.
    Almost as bad as encrypting the hard drive.
    Good luck & happy computing!

Maybe you are looking for

  • Lost folder in iPhoto

    I lost a complete folder in iphoto.  When I try to recover iPhoto from a previous date in time machine I only get back what is already current on my iMac. What am I doing wrong and what do I have to do to get a previous iPhoto version (date) recovere

  • Premiere has been stalling regularly upon program start-up and closing

    We have a strange problem - PP CS4 files will open... but after saving and exit - they will not open again! May or may not be related but we also have on some files that yellow triangle on the lower right corner, saying "File importer detected an inc

  • SAP Print to IFS

    Hi, Is it possible to set up a SAP printer that will send the spool to a text file on the IFS? Cheers, Dan

  • MacBook Pro Retina 15 late 2013 keyboard/Trackpad freezes

    I have had a problem for at least the last 6 months (possibly ever since I've had it since last November) with keyboard and trackpad freezing, usually when I awake it from sleep and/or plugging in an external display. I have to reboot by plugging in

  • Basic PID control for LabVIEW 7.0

    I am trying to find the basic PID control VI in my LabVIEW pallet. I thought that there was some PID VI's in 6.1 but I can't seem to find them in 7.