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.

Similar Messages

  • How to update host username/password in RMAN - 10g Enterprise manager bkp

    Hi,
    We have RMAN - 10g Enterprise manager scheduled.
    Last week we changed OS - Oracle password.
    Now backups are failing.
    Please let me know where to update Host username/password details in 10g Enterprise manager...

    it is showing sys credentials only.
    I see the following tips in Enterprise manager.
    "Normal credentials are used by Enterprise Manager functions that need operating system access but do not require administrator privileges. Privileged credentials are used by functions that do need administrator privileges. Database functions and jobs that require host credentials do not use the credentials set on this page; they instead use database-specific host credentials set on the Database Preferred Credentials page."
    Please let me know where can i set database-specific host credentials ?
    Message was edited by:
    user589334

  • 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

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

  • 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

  • Steps to activate Host Credential password and username

    Hello People,
    Please can any body help me on the steps of activating Host Credentials password and username.
    I want to export data from an ms excel file using Load data from user files, but it keep asking for host credential username and password
    regards,
    Kenneth

    Go to your database server , not your pc
    USERNAME AND PASSWORD -- your database server OS username and password , like Administrator and password.
    secpol.msc /s –> Local Security Policy window appear.
    Left Side panel ->Local Policies -> User Rights Assignment <– Enter
    Right Side Panel -> Log on as a batch job –> here Double Click and Add Administrator User.

  • SDK Trunk. Update my local copy has started asking for username/password

    SDK Trunk. Update my local copy has started asking for username/password
    these has been happening on and off for a few days now.
    when i click update on my local copy of the sdk ready to do my morning build I've started to be asked for a username and password. I do have a username and password for sandbox and patching etc but entering this has no effect.
    are there times of day when the trunk is locked or something like that? This is not happening all the time but it is several times a day.
    has anyone any idea why this is happening
    Ive don e all the usual things, clean my local version, grabbed a totally new version etc
    im on windows using TortoiseSVN(which is always using a current build)
    cheers
    g

    Ive had this same issue on and off across all the open source svn
    im yet to find any pattern apart from the fact that the auth error only ever shows the root of the svn request.
    Ie http://opensource.adobe.com/svn/opensource/
    Now im not sure if thats just the way the reporting ui works of if it indicates that somewhere in the update it starts to trigger the url rot and thats where the auth request gets triggered. This may be total nonsense. Just a thought.

  • What to Enter in Username,Password and Host String in SQL Plus 8.0??

    I downloaded Oracle Forms,Reports 6i.Along with it I got SQL Plus 8.0.Following
    are not working
    Username:scott
    Password:tiger
    Host String:Empty
    or
    Username :system
    Password:manager
    Host String:Empty
    I want to Know what to enter for Username,password and Host String.If i want to look in the TNSNAMES.ORS Plz Tell What to look for in it.

    Developer 6i is a client software, not database server. Ask the dba of the database, you are trying to connect, for valid userids/passwords/hoststrings.
    Werner

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

  • HOW CAN I GET USERNAME,PASSWORD,HOST STRING?

    I have installed oracle 9i personal edition, when i tried to open sql plus, i was asked to fill username,password and host string. When i type anything it shows error message ora-12154.Is anyone can help me? Thanks

    The error you gave can appear for lots of reasons.
    You don't give any information about how the install
    went - did you check the logs for errors? Have you
    shut the machine down since you did the install?
    Are you actually running SQL*Plus on the same machine
    as the database? Is your database running? Can you
    connect using "/ as sysdba"? What hints that even
    a simple google search gives did you try?
    -- CJ

  • 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

  • OS X 10.5 server can't log in locally with any username/password

    Hi -
    About a week ago, our server experienced a kernel panic that took us days to resolve. Basically on every reboot we would get a KP, diagnostics indicated faulty RAM; we replaced the RAM and still had KPs...then, one day, it just started working again. OKAY. Except...
    Except that no users, including the administrator, can log in using any password.
    * I've tried to reset the administrator's password using the Ctrl-S/launchctl/passwd approach, to no avail.
    * I deleted the AppleSetupDone file and went thru the process of re-configuring the server, but the "Local Administrator" username and the password I give that administrator does not work on reboot.
    * I have tried using the "reset password" utility on an OS X install disk, but I only just found the OS X 10.5 disk so I haven't tried that yet. 
    User files all appear to be present on the main drive, the external drive, and the partition of the external drive, which is nice.
    Any ideas for other methods to try?

    Update: I tried the reset password option on the OS X 10.5 disk, and it allows me to reset the password for the local administrator (which is now called, after a number of re-configurations, Local Administrator2222), but when I reboot the machine that password does not work for that username.
    I seem to recall that I am not supposed to change the password for the Primary Administrator (root), so I haven't done that. But I'm running out of things to try.

Maybe you are looking for

  • How add new Tab in XD01

    Hi Gurus, Good day. I have designed a screen in SE38 which has 2 tabs. Each tab contains 12 fields. According to the sales organization  number corresponding tab will appear. I am very much new to BAdI. Just i can find the BAdI. Now please tell me in

  • AE changing aspect ratio of rendered frames

    I'm rendering .png frames at NTSC DV, 720x480, Pixel aspect 0.9.  My composition settings in AE are set to the same, however, when I import the frames they are listed as 720x480 (1.11).  When viewed in the composition window the frames extend past th

  • How do I tell what version of Foxfire I have? Why am I not able to log in to the NC Tracks Login?

    I have been told by NC Medicaid NC Tracks/Liberty that they only support Firefox 10. This is the program where all transactions and processes are conducted. How do I tell what version I have? I have also tried to log in to NC Track with Firefox, but

  • Could not passivate; failed to save state

    Hi guys I'm using ejb with a web application on jboss 4.0.5 with jdk 1.5 and i'm getting this exception: 11:53:50,390 WARN  [AbstractInstanceCache] failed to passivate, id=f373o8gy-s javax.ejb.EJBException: Could not passivate; failed to save state  

  • Why do PDF's offset use decimal system other than Hex?

    Hi, I  found PDF format's byte offset in xref table using decimal system other than hex ,so I feel it which is really special because many file format use hex offset,e.g. tiff,PE,etc. so I want to know why PDF format's byte offset choose to use decim